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.
no [deny|permit] [<IP/M>|any|host <IP>]
no <PARAMETERS>
no <PARAMETERS> | Removes deny and/or permit access rule from this IP SNMP ACL |
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)#