Removes an existing deny or permit extended community rule from this extcommunity list
no [deny|permit] extcommunity expanded <LINE>
no [deny|permit] extcommunity standard [rt|soo] <COMMUNITY-NUMBER>
no <PARAMETERS>
no <PARAMETERS> | Removes a deny or permit expanded extended community rule from this community list |
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)#