ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1878
neighbor
send-community
This command configures the router to send community attributes to a
neighbor in peering messages. Use the no form to stop sending this
attribute to a neighbor.
SYNTAX
[no] neighbor {ip-address | group-name} send-community
[both | extended | standard]
ip-address – IP address of a neighbor.
group-name – A BGP peer group containing a list of neighboring
routers configured with the neighbor peer-group command.
both – Sends both extended and standard community attributes.
extended – Sends extended community attributes.
standard – Standard community attributes.
COMMAND MODE
Router Configuration
DEFAULT SETTING
No community attributes are sent. If community type is not specified, then
only standard community attributes are sent.
COMMAND USAGE
Community attributes are used to group destinations into a certain
community, and apply routing decisions to the overall community.
EXAMPLE
Console(config-router)#neighbor 10.1.1.66 send-community extended
Console(config-router)#
RELATED COMMANDS
set community (1911)
neighbor shutdown This command closes a neighbor connection without canceling the neighbor
configuration. Use the no form to restore the connection.
SYNTAX
[no] neighbor {ip-address | group-name} shutdown
ip-address – IP address of a neighbor.
group-name – A BGP peer group containing a list of neighboring
routers configured with the neighbor peer-group command.
COMMAND MODE
Router Configuration