335
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
set extcomm-list delete
set extcomm-list delete
To remove extended communities from the extended community attribute of an inbound or outbound
Border Gateway Protocol (BGP) update, use the set extcomm-list delete command. To remove a
previous set extcomm-list delete command, use the no form of this command.
set extcomm-list community-list-name delete
no set extcomm-list
Syntax Description
Command Default No communities are removed.
Command Modes Route-map configuration mode
Command History
Usage Guidelines You must have a match clause in a route map (even if it points to a “permit everything” list) if you want
to use set commands.
The set commands specify the set actions to be performed when all of the match criteria of a route map
are met. When all match criteria are met, all set actions are performed.
When you configure both the set extcommunity community-number and set ext comm-list delete
commands in the same sequence of a route map attribute, the deletion operation (set extcomm-list
delete) is performed before the set operation (set extcommunity community-number).
This command requires the LAN Enterprise Services license.
Examples This example shows how to remove extended communities from the extended community attribute of an
inbound or outbound update:
switch# configure terminal
switch(config)# route-map test1
switch(config-route-map)# match as-path 1
switch(config-route-map)# set extcomm-list list1 delete
switch(config-route-map)#
community-list-name Standard or expanded extended community list name. The name is any
alphanumeric string up to 63 characters.
Release Modification
5.0(3)A1(1) This command was introduced.