no (bgp-as-path-list)

Removes a deny or permit rule from this AS path ACL

Supported in the following platforms:

  • Wireless Controllers — RFS 4000

  • Service Platforms — NX 95XX, NX 96XX

Syntax

no as-path-list [deny|permit] <REG-EXP>

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes a deny or permit rule from this AS path ACL

Examples

The following example shows the BGP As-Path-List 'test' configuration before the 'no' command is executed:

nx9500-6C8809(config-bgp-as-path-list-test)#show context
bgp as-path-list test
 deny as-path ^100$
 permit as-path _323_
 permit as-path _200_
nx9500-6C8809(config-bgp-as-path-list-test)#
nx9500-6C8809(config-bgp-as-path-list-test)#no permit as-path _323_

The following example shows the BGP As-Path-List 'test' configuration after the 'no' command is executed:

nx9500-6C8809(config-bgp-as-path-list-test)#show context
bgp as-path-list test
 deny as-path ^100$
 permit as-path _200_
nx9500-6C8809(config-bgp-as-path-list-test)#