no (bgp-ext-community-list)

Removes an existing deny or permit extended community rule from this extcommunity list

Supported in the following platforms:

  • Wireless Controllers — RFS 4000

  • Service Platforms — NX 95XX, NX 96XX

Syntax

no [deny|permit] extcommunity expanded <LINE>
no [deny|permit] extcommunity standard [rt|soo] <COMMUNITY-NUMBER>

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes a deny or permit expanded extended community rule from this community list

Examples

The following example shows the extended community ‘test‘ settings before the ‘no‘ command is executed:

nx9500-6C8809(config-bgp-extcommunity-list-test)#show context
bgp extcommunity-list test
 permit extcommunity standard rt 300:03
 deny extcommunity standard rt 200:12
nx9500-6C8809(config-bgp-extcommunity-list-test)#
nx9500-6C8809(config-bgp-extcommunity-list-test)#no permit extcommunity standard 300:03

The following example shows the extended community ‘test‘ settings after the ‘no‘ command is executed:

nx9500-6C8809(config-bgp-extcommunity-list-test)#show context
bgp extcommunity-list test
 deny extcommunity standard rt 200:12
nx9500-6C8809(config-bgp-extcommunity-list-test)#