66 neighbor shutdown – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 322

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 322 of 855

Router mode and Address Family mode

Usage

This command is used to specify a community attribute to be sent to a neighbor. The community attribute
groups destinations in a certain community and applies routing decisions according to those communities. On
receiving community attributes the router reannounces them to the neighbor. Only when the no parameter is
used with this command the community attributes are not reannounced to the neighbor.
By default, both standard and extended community attributes are sent to a neighbor. To explicitly send only
the standard or extended community attribute, run the bgp config-type command with the standard parameter,
before running this command.

Examples

Switch# configure terminal
Switch(config)# bgp config-type standard
Switch(config)# router bgp 10
Switch(config-router)# neighbor 10.10.0.72 send-community extended

Related Commands

bgp config-type

16.66 neighbor shutdown

Use this command to disable a neighbor.
Use the no parameter with this command to re-enable the neighbor.

Command Syntax

(no) neighbor NEIGHBORID shutdown
NEIGHBORID = A.B.C.D|X:X::X:X|TAG
A.B.C.D Specifies the address of the BGP neighbor in IPv4 format.
X:X::X:X Specifies the address of the BGP neighbor in IPv6 format.
TAG Name of an existing peer-group. For information on how to create peer groups, refer to the
neighbor peer-group and neighbor remote-as commands. When this parameter is used
with a command, the command applies on all peers in the specified group.

Command Mode

Router mode

Usage

This command shuts down any active session for the specified neighbor and clears all related routing data.

Examples

Switch# configure terminal

Advertising