PurposeCommand or Action
(Optional) Removes communities from the
community attribute of an inbound or outbound
set comm-list list-num delete
Example:
Device(config-router)# set comm-list
500 delete
Step 5
update that match a standard or extended community
list specified by a route map.
Returns to global configuration mode.exit
Example:
Device(config-router)# end
Step 6
(Optional) Displays and parses BGP communities in
the format AA:NN.
ip bgp-community new-format
Example:
Device(config)# ip bgp-community new
format
Step 7
A BGP community is displayed in a two-part format
2 bytes long. The Cisco default community format
is in the format NNAA. In the most recent RFC for
BGP, a community takes the form AA:NN, where
the first part is the AS number and the second part
is a 2-byte number.
Returns to privileged EXEC mode.end
Example:
Device(config)# end
Step 8
Verifies the configuration.show ip bgp community
Example:
Device# show ip bgp community
Step 9
(Optional) Saves your entries in the configuration
file.
copy running-config startup-config
Example:
Device# copy running-config
Step 10
startup-config
Configuring BGP Neighbors and Peer Groups
To assign configuration options to an individual neighbor, specify any of these router configuration commands
by using the neighbor IP address. To assign the options to a peer group, specify any of the commands by using
the peer group name. You can disable a BGP peer or peer group without removing all the configuration
information by using the neighbor shutdown router configuration command.
Routing Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9500 Switches)
137
Configuring IP Unicast Routing
Configuring BGP Neighbors and Peer Groups