C613-50631-01 Rev A Command Reference for IE340 Series 1857
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
PIM-SMV6 COMMANDS
IPV
6 PIM BSR-BORDER
ipv6 pim bsr-border
Overview Use the ipv6 pim bsr-border command to prevent Bootstrap Router (BSR)
messages from being sent or received through an interface. The BSR border is the
border of the PIM-SMv6 domain.
Use the no variant of this command to disable the configuration set with ipv6 pim
bsr-border.
Syntax
ipv6 pim bsr-border
no ipv6 pim bsr-border
Mode Interface Configuration for a VLAN interface.
Usage When this command is configured on an interface, no PIM-SMv6 BSR messages will
be sent or received through the interface. Configure an interface bordering
another PIM- SMv6 domain with this command to avoid BSR messages from being
exchanged between the two PIM-SMv6 domains.
BSR messages should not be exchanged between different domains, because
devices in one domain may elect Rendezvous Points (RPs) in the other domain,
resulting in loss of isolation between the two PIM domains that would stop the
PIM-SMv6 protocol from working as intended.
Examples The following example configures the VLAN interface vlan2 to be the PIM-SMv6
domain border:
awplus# configure terminal
awplus(config)# ipv6 forwarding
awplus(config)# ipv6 multicast-routing
awplus(config)# interface vlan2
awplus(config-if)# ipv6 enable
awplus(config-if)# ipv6 pim bsr-border
The following example removes the VLAN interface vlan2 from the PIM-SMv6
domain border:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# no ipv6 pim bsr-border