no (ip-snmp acl)
Removes a deny or permit rule from the IP SNMP ACL. Use this command to
remove IP SNMP ACL as they become obsolete for filtering network access permissions.
Supported in the following platforms:
- Access Points —
AP505i, AP510i, AP510e, AP560i, AP6522, AP6562, AP7161, AP7502,
AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP763, AP7662,
AP8163, AP8543, AP8533.
- Service Platforms
— NX5500, NX7500, NX9500, NX9600, VX9000
Syntax
no [deny|permit] [<IP/M>|any|host <IP>]
Parameters
no <PARAMETERS>
no <PARAMETERS> |
Removes deny and/or permit access rule from this IP SNMP
ACL |
|
Examples
nx9500-6C8809(config-ip-snmp-acl-test)#show context
ip snmp-access-list test
permit host 192.168.13.13
deny 192.168.13.0/24
nx9500-6C8809(config-ip-snmp-acl-test)#
nx9500-6C8809(config-ip-snmp-acl-test)#no permit host 192.168.13.13
nx9500-6C8809(config-ip-snmp-acl-test)#show context
ip snmp-access-list test
deny 192.168.13.0/24
nx9500-6C8809(config-ip-snmp-acl-test)#