C613-50102-01 REV C
Command Reference for x510 Series
1248
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
PIM-SM C
OMMANDS
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 a VLAN 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
When this command is configured on a VLAN 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