Removes a deny or permit rule from this AS path ACL
no as-path-list [deny|permit] <REG-EXP>
no <PARAMETERS>
no <PARAMETERS> | Removes a deny or permit rule from this AS path ACL |
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)#