Users Guide

Table Of Contents
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
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
Multicast 1077