Hello
I try to make R1 as Mapping Agent.
but I failed to make R1 as MA.
It seems R1 do not recieve RP announcement.
R1
interface Loopback0
ip address 150.10.1.1 255.255.255.0
ip pim sparse-mode
ip ospf network point-to-point
interface Tunnel1
ip unnumbered Loopback0
ip pim sparse-mode
tunnel source Loopback0
tunnel destination 150.10.3.3
ip pim send-rp-discovery Loopback0 scope 10
Rack10R1#sh ip pim rp mapping
PIM Group-to-RP Mappings
This system is an RP-mapping agent (Loopback0)
Rack10R1#sh ip mroute
IP Multicast Routing Table
Flags: D - Dense, S - Sparse, B - Bidir Group, s - SSM Group, C - Connected,
L - Local, P - Pruned, R - RP-bit set, F - Register flag,
T - SPT-bit set, J - Join SPT, M - MSDP created entry,
X - Proxy Join Timer Running, A - Candidate for MSDP Advertisement,
U - URD, I - Received Source Specific Host Report,
Z - Multicast Tunnel, z - MDT-data group sender,
Y - Joined MDT-data group, y - Sending to MDT-data group
Outgoing interface flags: H - Hardware switched, A - Assert winner
Timers: Uptime/Expires
Interface state: Interface, Next-Hop or VCD, State/Mode
(*, 239.6.6.6), 01:03:37/00:02:35, RP 0.0.0.0, flags: SJC
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list:
FastEthernet0/0, Forward/Sparse, 01:03:37/00:02:35
(*, 224.0.1.39), 01:05:07/stopped, RP 0.0.0.0, flags: DCL
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list:
Tunnel0, Forward/Sparse, 01:03:38/00:00:00
Serial0/0.1, Forward/Sparse, 01:04:39/00:00:00
Loopback0, Forward/Sparse, 01:05:08/00:00:00
Tunnel1, Forward/Sparse, 01:04:29/00:00:00
FastEthernet0/0, Forward/Sparse, 01:05:08/00:00:00
(150.10.8.8, 224.0.1.39), 00:01:50/00:01:12, flags: L
Incoming interface: Serial0/0.1, RPF nbr 155.10.0.5
Outgoing interface list:
FastEthernet0/0, Forward/Sparse, 00:01:50/00:00:00
Tunnel1, Forward/Sparse, 00:01:50/00:00:00
Loopback0, Forward/Sparse, 00:01:51/00:00:00
Tunnel0, Forward/Sparse, 00:01:51/00:00:00
(150.10.10.10, 224.0.1.39), 00:01:30/00:01:31, flags: L
Incoming interface: Serial0/0.1, RPF nbr 155.10.0.5
Outgoing interface list:
FastEthernet0/0, Forward/Sparse, 00:01:30/00:00:00
Tunnel1, Forward/Sparse, 00:01:30/00:00:00
Loopback0, Forward/Sparse, 00:01:30/00:00:00
Tunnel0, Forward/Sparse, 00:01:30/00:00:00
(*, 224.0.1.40), 01:05:09/00:02:39, RP 0.0.0.0, flags: DCL
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list:
Tunnel0, Forward/Sparse, 01:03:40/00:00:00
Loopback0, Forward/Sparse, 01:05:09/00:00:00
Serial0/0.1, Forward/Sparse, 01:04:10/00:00:00
Tunnel1, Forward/Sparse, 01:04:30/00:00:00
FastEthernet0/0, Forward/Sparse, 01:04:37/00:00:00
Rack10R1#sh ip pim interface
Address Interface Ver/ Nbr Query DR DR
Mode Count Intvl Prior
150.10.1.1 Loopback0 v2/S 0 30 1 150.10.1.1
150.10.1.1 Tunnel0 v2/S 1 30 1 0.0.0.0
150.10.1.1 Tunnel1 v2/S 1 30 1 0.0.0.0
155.10.146.1 FastEthernet0/0 v2/S 2 30 100 155.10.146
.1
155.10.0.1 Serial0/0.1 v2/S 1 30 1 0.0.0.0
Rack10R1#sh ip pim autorp
AutoRP Information:
AutoRP is enabled.
AutoRP groups over sparse mode interface is enabled
PIM AutoRP Statistics: Sent/Received
RP Announce: 0/40, RP Discovery: 65/20
Rack10R1#debug ip pim auto-rp
PIM Auto-RP debugging is on
Rack10R1#
*Mar 1 01:07:48.866: Auto-RP(0): Build RP-Discovery packet
*Mar 1 01:07:48.866: Auto-RP: no RP periodic mappings to send
do I make any mistakes?