Reference Guide

set comm-list delete
Congure a lter to remove the specied community list from the BGP route’s COMMUNITY attribute.
Syntax
set comm-list {community-list-name} delete
Parameters community-list-name — Enter the name of an established community list (up to 140 characters).
Defaults None
Command Mode ROUTE-MAP
Usage Information
The community list used in the set comm-list delete command must be congured so that each lter
contains only one community. For example, the lter deny 100:12 is acceptable, but the lter deny 120:13
140:33
results in an error. If the set comm-list delete command and the set community command are
congured in the same route map sequence, the deletion command (set comm-list delete) is processed
before the insertion command (set community). The no version of this command inserts the community list
into the COMMUNITY attribute.
Example
OS10(config)# route-map bgp
OS10(conf-route-map)# set comm-list comlist1 delete
Supported Releases 10.3.0E or later
set community
Sets the community attribute in BGP updates.
Syntax
set community {none | community-number}
Parameters
none — Enter to remove the community attribute from routes meeting the route map criteria.
community-number — Enter the community number in aa:nn format, where aa is the AS number (2
bytes) and
nn is a value specic to that AS.
Default Not congured
Command Mode ROUTE-MAP
Usage Information The no version of this command deletes a BGP COMMUNITY attribute assignment.
Example
OS10(config)# route-map bgp
OS10(conf-route-map)# set community none
Supported Releases 10.3.0E or later
set extcomm-list delete
Congure a lter to remove the specied community list from the BGP route’s EXTCOMMUNITY attribute.
Syntax
set extcomm-list extcommunity-list-name delete
Parameter extcommunity-list-name — Enter the name of an established extcommunity list (up to 140 characters).
438 Access Control Lists