no (ex3500-std acl)

Removes a deny or permit access rule from this IPv4 EX3500 standard ACL

Supported in the following platforms:

  • Wireless Controllers — RFS4000
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

no [deny|permit] [<SOURCE-IP/MASK>|any|host <IP>] 
{ex3500-time-range <TIME-RANGE-NAME>}

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes a deny or permit access rule based on the parameters passed

Examples

The following example shows the IPv4 EX3500 standard ACL ‘test‘ settings before the ‘no‘ commands are executed:

nx9500-6C8809(config-ip-ex3500-std-acl-test)#show context
ip ex3500-std-access-list test
 deny 192.168.14.0/24
 permit host 192.168.13.13 ex3500-time-range EX3500_TimeRange_01
nx9500-6C8809(config-ip-ex3500-std-acl-test)#
nx9500-6C8809(config-ip-ex3500-std-acl-test)#no deny 192.168.14.0/24

The following example shows the IPv4 EX3500 standard ACL ‘test‘ settings after the ‘no‘ commands are executed:

nx9500-6C8809(config-ip-ex3500-std-acl-test)#show context
ip ex3500-std-access-list test
 permit host 192.168.13.13 ex3500-time-range EX3500_TimeRange_01
nx9500-6C8809(config-ip-ex3500-std-acl-test)#