Users Guide

Table Of Contents
The following example is a configuration of dynamic anycast RP address over a PIM bootstrap router. The RP shared address
100.1.1.1 is used in the multicast domain. IP addresses 192.10.1.1 and 192.10.2.2 are mapped to form the Anycast RP set.
OS10(config)# interface loopback1
OS10(conf-if-lo-1)# ip address 100.1.1.1/32
OS10(conf-if-lo-1)# ip ospf 10 area 0.0.0.0
OS10(config)#exit
OS10(config)# interface loopback2
OS10(conf-if-lo-1)# ip address 192.10.1.1/32
OS10(conf-if-lo-1)# ip ospf 10 area 0.0.0.0
OS10(config)#exit
OS10(config)# ip pim rp-candidate loopback1
OS10(config)# ip pim bsr-candidate loopback2
OS10(config)#ip pim anycast-rp 100.1.1.1 192.10.1.1
OS10(config)#ip pim anycast-rp 100.1.1.1 192.10.2.2
OS10(config)#exit
OS10# show ip pim rp mapping
Anycast-RP 1.1.1.1 members:
192.10.1.1* 192.10.2.2
Group(s) : 224.0.0.0/4
RP : 1.1.1.1, v2
Info source: 192.10.2.2, via bootstrap, priority 192
expires: 00:02:15
View mismatch of PIM Anycast RP on VLT nodes
To identify the configuration mismatch of PIM Anycast RP on VLT nodes, use the show vlt mismatch command.
The following example shows PIM Anycast RP mismatch information for a specific VLT domain.
OS10# show vlt 1 mismatch
<<Output truncated>>
PIM Anycast RP information mismatches:
Anycast RP:
Parameter VRF Local Peer
---------------------------------------------------------------------
RP-Address default 3.3.3.3 -
Anycast RP-Set:
RP-address VRF Local Peer
----------------------------------------------------------------------
4.4.4.4 default 1.1.1.1 -
3.3.3.3 -
- 2.2.2.2
PIM Anycast RP commands
ip pim anycast-rp
Configures an Anycast RP peer for the specified Anycast RP address.
Syntax
ip pim [vrf vrf-name] anycast-rp rp-address rp-set-address
Parameters
vrf vrf-nameEnter the keyword vrf, then the name of the VRF to configure anycast-RP on a
specific VRF. If VRF is not specified, the Anycast RP configuration applies to the default VRF.
rp-addressEnter the Loopback IP address that is shared between all routers within an RP set.
rp-set-addressEnter the IP address of a peer in the Anycast RP set.
Default Disabled
Command Mode CONFIGURATION
Multicast 1091