cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1654
Views
0
Helpful
1
Replies

SNMPv3 on NX-OS

kelvinpoh
Level 1
Level 1

Hi all,

I am facing issue with configuring SNMPv3 on NX-OS.

Can anyone guide me on the configuration steps from IOS to NX-OS for snmpv3 configuration:

snmp-server group NMS v3 auth read v1default access 55
snmp-server user NMS NMS v3 auth md5 a1b2c3 priv aes 128 d4e5f6

Thanks.

Kelvin

1 Reply 1

Michel Hegeraat
Level 7
Level 7

Not really, .....

NX-OS appears not to support groups, except the build in ones admin, network-operator

I don't think you can associate snmp v3 with an ACL

For the rest you can work your way through the commands using the ? to see what options are available.

this will work:

snmp-server user NMS network-operator auth md5 a1b2c3  priv aes-128 d4e5f6

this will give you read access, group admin gives read-write

Cheers,

Michel