ipv6 pim anycast-rp
Use this command to configure an Anycast-RP in the RP set.
Use the no option with this command to remove the Anycast-RP configuration.
Command Syntax
ipv6 pim anycast-rp X:X::X:X X:X::X:X
ipv6 pim (vrf NAME|) anycast-rp X:X::X:X X:X::X:X
no ipv6 pim anycast-rp X:X::X:X
no ipv6 pim anycast-rp X:X::X:X X:X::X:X
no ipv6 pim (vrf NAME|) anycast-rp X:X::X:X
no ipv6 pim (vrf NAME|) anycast-rp X:X::X:X X:X::X:X
Parameters
vrf
The VPN routing/forwarding instance.
NAME
Specify the name of the VPN routing/forwarding instance.
X:X::X:X
Unicast IPv6 address of the Anycast RP set. An Anycast RP set is a collection of RPs in the same domain.
X:X::X:X
Destination IPv6 address where Register messages are copied and sent. A Member RP is an individual RP member in the Anycast RP set.
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
The following example shows how to configure the Anycast RP in the RP set.
#configure terminal
(config)#ipv6 pim anycast-rp 2:2::2:2 20:20::20:20
The following example shows how to remove the configuration.
#configure terminal
(config)#no ipv6 pim anycast-rp 2:2::2:2 20:20::20:20
Last modified date: 10/20/2023