65 neighbor send-community – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 321

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 321 of 855

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 and Address Family mode

Usage

Route reflectors are a solution for the explosion of iBGP peering within an autonomous system. By route
reflection the number of iBGP peers within an AS is reduced. Use the neighbor route-reflector-client
command to configure the local router as the route reflector and specify neighbors as its client.
An AS can have more than one route reflector. One route reflector treats the other route reflector as another
iBGP speaker.

Examples

Switch# configure terminal
Switch(config)# router bgp 10
Switch(config-router)# neighbor 10.10.0.72 route-reflector-client

16.65 neighbor send-community

Use this command to specify that a community attribute should be sent to a BGP neighbor.
Use the no parameter with this command to remove the entry. Use the extended and no parameters to
remove extended communities. Specifying no other parameter with no removes standard communities only.

Command Syntax

(no) neighbor NEIGHBORID send-community (both|extended|standard)
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.

both = Sends Standard and Extended Community attributes
extended = Sends Extended Community attributes
standard = Sends Standard Community attributes

Default

Both standard and extended community attributes are sent to a neighbor.

Command Mode

Advertising