Configuration Guide Vol. 3


16.1.13 Set IPv4 PIM-SM BSR options in VRF [SL-L3A]

Points to note

When the Switch is used as a VRF candidate for BSR, configure BSR candidates in global configuration mode by setting IP addresses for the loopback or VLAN interfaces that are to be set as BSR candidates. The following shows the setting when loopback interface (loopback 30) is specified as a BSR candidate for VRF 10.

Command examples

  1. (config)# interface loopback 30

    (config-if)# vrf forwarding 10

    (config-if)# ip address 192.168.30.1

    (config-if)# exit

    Sets IP addresson the loopback interface (loopback 30) of VRF 10.

  2. (config)# ip pim vrf 10 bsr-candidate loopback 30

    Sets the loopback interface (loopback 30) as a BSR candidate for VRF 10.