C613-50631-01 Rev A Command Reference for IE340 Series 1797
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
PIM-SM COMMANDS
IP
PIM BSR-BORDER
ip pim bsr-border
Overview Use the ip 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 domain.
Use the no variant of this command to disable the configuration set with ip pim
bsr-border.
Syntax
ip pim bsr-border
no ip pim bsr-border
Mode Interface Configuration for a VLAN interface.
Usage notes When this command is configured on an interface, no PIM version 2 BSR messages
will be sent or received through the interface. Configure an interface bordering
another PIM domain with this command to avoid BSR messages from being
exchanged between the two PIM 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
protocol from working as intended.
Examples The following example configures the VLAN interface vlan2 to be the PIM domain
border:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# ip pim bsr-border
The following example removes the VLAN interface vlan2 from the PIM domain
border:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# no ip pim bsr-border