configure bgp neighbor send-community
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1699
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
History
This command was first available in ExtremeWare XOS 10.1.
This command required an Advanced Core license in ExtremeWare XOS 11.1.
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.