Specifications
612 ExtremeWare XOS 10.1 Command Reference Guide
BGP Commands
configure bgp neighbor send-community
configure bgp neighbor [<remoteaddr> | all] {address-family [ipv4-unicast |
ipv4-multicast]} [send-community | dont-send-community]
Description
Configures whether the community path attribute associated with a BGP NLRI should be included in
the route updates sent to the BGP neighbor.
Syntax Description
Default
If no address family is specified, IPv4 unicast is the default.
Usage Guidelines
A BGP community is a group of BGP destinations that require common handling. ExtremeWare XOS
supports the following well-known BGP community attributes:
• no-export
• no-advertise
• no-export-subconfed
Example
The following command includes the community path attribute associated with a BGP NLRI in the
route updates sent to all BGP neighbors:
configure bgp neighbor all send-community
remoteaddr Specifies an IP address of a BGP neighbor.
all Specifies all neighbors.
address-family The address family. BGP supports two address families: IPv4 Unicast and
IPv4 Multicast.
send-community Specifies to include the community path attribute.
dont-send-community Specifies not to include the community path attribute.