Configuration Guide Vol. 3


32.1.12 Configuring IPv6 PIM-SM Rendezvous Point Candidates in VRF [SL-L3A]

Points to note

The configuration below is performed in global configuration mode to use the Switch as a rendezvous point candidate in a VRF. In the procedure below, 2001:db8::10 is used as the loopback address of VRF 10, and ff15::/16 is used as the multicast group address to be managed.

Command examples

  1. (config)# ipv6 access-list GROUP1

    (config-ipv6-acl)# permit ipv6 any ff15::/16

    (config-ipv6-acl)# exit

    Creates an access list for the multicast group addresses to be managed in VRF 10.

  2. (config)# ipv6 pim vrf 10 bsr candidate rp 2001:db8::10 group-list GROUP1

    Sets the Switch as the rendezvous point candidate for VRF 10. (The access list created in step 1 is used to specify the multicast group address to be managed.)