no (bgp-ip-acess-list)

Removes a deny or permit entry from this BGP IP ACL

Supported in the following platforms:

  • Wireless Controllers — RFS 4000

  • Service Platforms — NX 95XX, NX 96XX

Syntax

no [deny|permit]
no [deny|permit] access-list [<PREFIX-TO-MATCH/MASK>|any]

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes a deny or permit entry from this BGP IP ACL

Examples

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)#