permit (ip-snmp acl)
Creates a permit SNMP MIB object traffic rule. Use this command to
specify the match criteria based on which SNMP traffic is permitted.
Supported on the following devices:
- Access Points: AP5010, AP310i/e, AP410i/e, 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
- Virtual Platforms: CX9000, VX9000
Syntax
permit [<IP/M>|any|host <IP>]
Parameters
permit [<IP/M>|any|host <IP>]
permit [<IP/M>|any|host <IP>] |
Configures the match criteria for this permit rule
- <IP/M> – Specifies a network address and mask in the A.B.C.D/M format.
Packets received from or destined for this network are forwarded.
- any – Specifies the match criteria as any. Packets received from or destined
for any address are forwarded.
- host <IP> – Identifies a host by its IP address. Packets received from or
destined for this host are forwarded.
|
Examples
nx9500-6C8809(config-ip-snmp-acl-test)#permit host 192.168.13.13
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)#