BGP Communities

BGP communities allow you to group a set of IP addresses and apply routing decisions based on the identity of the group or community.

To implement this feature, map a set of communities to certain BGP local preference values. Then you can apply a uniform BGP configuration to the community as a whole as opposed to each router within the community. The routers in the community can capture routes that match their community values.

Use community attributes to configure your BGP speaker to set, append, or modify the community of a route that controls which routing information is accepted, preferred, or distributed to other neighbors. The following table displays some special community attributes that a BGP speaker can apply.

Community attribute

Description

NO_EXPORT
(0xFFFFFF01)

Not advertised outside a BGP confederation boundary.

A StandaloneClosed Configuration in which the Security Gateway and the Security Management Server products are installed and configured on the same server. autonomous system that is not part of a confederation should be considered a confederation itself.

NO_ADVERTISE
(0xFFFFFF02)

Not advertised to other BGP peers.

NO_EXPORT_SUBCONFED
(0xFFFFFF03)

Not advertised to external BGP peers.

This includes peers in other members' autonomous systems inside a BGP confederation.

For more about communities, see RFC 1997 and RFC 1998.