Neighbor send-community (bgp) – Brocade Network OS Command Reference v4.1.0 User Manual
Page 549

Network OS Command Reference
511
53-1003115-01
neighbor send-community (BGP)
2
neighbor send-community (BGP)
Enables sending the community attribute in updates to the specified BGP neighbor.
Synopsis
neighbor {ip-address | peer-group-name} send-community {both | extended | standard}
no neighbor {ip-address | peer-group-name} send-community {both | extended | standard}
Operands
ip-address
IPv4 address of the neighbor
peer-group-name
Peer group name configured by the neighbor peer-group-name command.
both
Sends both standard and extended attributes.
extended
Sends extended attributes.
standard
Sends standard attributes.
Defaults
The device does not send community attributes.
Command Modes
BGP address-family IPv4 unicast configuration mode
Description
Use this command to send the community attribute in updates to the specified BGP neighbor.
Usage Guidelines
Use the no form of the command to restore the defaults.
Examples
switch(config)# rbridge-id 10
switch(config-rbridge-id-10)# router bgp
switch(config-bgp-router)# address-family ipv4 unicast
switch(config-bgp-ipv4u)# neighbor 10.11.12.13 send-community standard
See Also
route-map