Removes a deny or permit entry from this BGP IP ACL
no [deny|permit]
no [deny|permit] access-list [<PREFIX-TO-MATCH/MASK>|any]
no <PARAMETERS>
no <PARAMETERS> | Removes a deny or permit entry from this BGP IP ACL |
The following example shows the BGP IP ACL ‘test‘ settings before the ‘no‘ command is executed:
nx9500-6C8809(config-bgp-ip-access-list-test)#show context bgp ip-access-list test permit access-list 172.168.10.0/24 deny access-list 192.168.13.0/24 exact-match nx9500-6C8809(config-bgp-ip-access-list-test)#
nx9500-6C8809(config-bgp-ip-access-list-test)#no permit access-list 172.168.10.0/24
The following example shows the BGP IP ACL ‘test‘ settings after the ‘no‘ command is executed:
nx9500-6C8809(config-bgp-ip-access-list-test)#show context bgp ip-access-list test deny access-list 192.168.13.0/24 exact-match nx9500-6C8809(config-bgp-ip-access-list-test)#