07-24-2013 07:40 AM - edited 03-07-2019 02:33 PM
Is it possible to limite SNMPv3 access on the Nexus platform with an ACL like you can in IOS? It seems the Nexus platform does not support this other than for SNMPv1 or SNMPv2c (with an ACL tied to the community string). I have auth/priv enabled however would like to limit by access list who can poll the switch.
Configuration example.
snmp-server user ro_user network-operator auth md5 readpass priv aes-128 readpass
snmp-server user rw_user network-admin auth md5 rwpass priv aes-128 rwpass
snmp-server globalEnforcePriv
snmp-server host 10.1.1.1 version 3 priv ro_user
Thanks!
Frank