API Guide

Example
OS10(conf-route-map)# match tag 656442
Supported
Releases
10.2.0E or later
route-map
Enables a route-map statement and configures its action and sequence number.
Syntax
route-map map-name [permit | deny | sequence-number]
Parameters
map-name Enter the name of the route-map. A maximum of 140 characters.
sequence-number (Optional) Enter the number to identify the route-map for editing and
sequencing number from 1 to 65535. The default is 10.
permit (Optional) Set the route-map default as permit.
deny (Optional) Set the route default as deny.
Default Not configured
Command Mode CONFIGURATION
Usage
Information
NOTE: Exercise caution when you delete route-maps if you do not enter a sequence number, all
route-maps with the same map-name are deleted.
The no version of this command removes a route-map.
Example
OS10(config)# route-map route1 permit 100
OS10(config-route-map)#
Supported
Releases
10.2.0E or later
set comm-list add
Add communities in the specified list to the COMMUNITY attribute in a matching inbound or outbound BGP route.
Syntax
set comm-list {community-list-name} add
Parameters community-list-name Enter the name of an established community list. A maximum of 140
characters.
Defaults None
Command Mode ROUTE-MAP
Usage
Information
In a route map, use this set command to add a list of communities that pass a permit statement to the
COMMUNITY attribute of a BGP route sent or received from a BGP peer. Use the set comm-list
delete command to delete a community list from a matching route.
Example
OS10(config)# route-map bgp
OS10(conf-route-map)# set comm-list comlist1 add
Supported
Releases
10.4.0E(R1) or later
set comm-list delete
Remove communities in the specified list from the COMMUNITY attribute in a matching inbound or outbound BGP route.
Syntax
set comm-list {community-list-name} delete
Access Control Lists 1181