Users Guide
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-name—Enter 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-address—Enter the Loopback IP address that is shared between all routers within an RP set.
● rp-set-address—Enter the IP address of a peer in the Anycast RP set.
Default Disabled
Command Mode CONFIGURATION
Usage
Information
Use the no form of the command to remove the peer.
Example To configure a PIM Anycast-RP peer, enter the following command:
OS10# configure terminal
OS10(config)# ip pim anycast-rp 1.1.1.1 192.168.1.1
To remove a peer, enter the following command:
OS10# configure terminal
OS10(config)# no ip pim anycast-rp 1.1.1.1 192.168.1.1
Supported
Releases
10.5.2.0 or later
show ip pim rp mapping
Displays the Anycast RP mapping information for a multicast group.
Syntax
show ip pim [vrf vrf-name] rp mapping
Parameters vrf vrf-name—Enter the keyword vrf, then the name of the VRF to display Anycast RP information
for a specific VRF. If VRF name is not specified, this command displays information for the default VRF.
Multicast 1083