Cisco Nexus 5548 Mib
- Cisco Nexus 5548 Configuration Guide
- Cisco Nexus 5548up Data Sheet
- Cisco Nexus 5548 Nx-os Command Reference
An autodiscovery on nexus 5596UP (width. If I choose add sensor/snmp library/Cisco-interfaces.oidlib => I get a long, long list like this: IF-MIB if: 16842752.
I'm trying to setup SNMPv3 on a Nexus 5548. We are using SNMPv3 on 3750's without any issue, but haveing issues getting it setup on the Nexus. I have been using the following link for the setup following it line by line. The part that I'm having issues with is when I try to enforce SNMP message encryption on a per user basis. When I issue snmp-server user (username) enforcePriv, I get warning: unable to update CLI users database.
Reason: role does not exist grounp not found. I have been doing some searching and have yet to find out why i'm getting that message. Any thoughts or help would be appericated. Hi Janaka, I'll throw some ideas for you if you are still working on this.I never worked with SNTC so not exactly sure the role of it. To start with I might try with the default role 'network-operator' or 'network-admin' instead of your custom role.
Cisco Nexus 5548 Configuration Guide

Cisco Nexus 5548up Data Sheet
So the config would be something like this dccore01(config)# snmp-server user snmpadmin auth sha Kitkat201602$1 priv Boombeach$12 Paessler SNMP tester or MIB browser can be used for you to test your config.I used them time to time and they are great tools So on the reading device(SNTC) config would be something similar attached image. Hi Pre, Thanks for the information. I have already run snmpwalk command and verified that SNMP V3 at N5k ok. Issue is related to Cisco SNTC Cisco CSP Collector 2.5 I have already raised a ticket with cisco Ref 638110937 and troubleshooting the issue with cisco team.
Cisco Nexus 5548 Nx-os Command Reference
For your reference here is the snmpwalkPaessler SNMP tester commands and its output. Quote: C: snmpwalk -v 3 -u V3user1 -a sha -A -x AES -X -l authPriv 1.3.6.1.2.1.1.2 SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.12.3.1.3.1084 C: snmpwalk -v 3 -u V3user1 -a sha -A -x AES -X -l authPriv 1.3.6.1.2.1.47.1.1.1.1.11 SNMPv2-SMI::mib-2.47.1.1.1.1.11.10 = STRING: 'SSI1618000X' SNMPv2-SMI::mib-2.47.1.1.1.1.11.22 = STRING: 'FOC162552UW' Unquote: Regards, Janaka. I experienced similiar issues on a 5596 so I wanted to chime in in case it can resolve the issues. Snmp-server user testuser group1 auth sha. priv aes-128.ERROR. reason: role does not exist grounp not found. If you run the command 'show role', it is likely that it does not exist hence the error.
Show role i group1 will likely show no results, you will need to add this role/permissions to get this working. (config) role name group1 rule 1 permit read exit Now assign the user role to the group: (config) snmp-server user testuser group1 exit verify user role: show role b group1 verify snmp user show snmp user SNMP USERS User Auth Priv(enforce) Groups testuser sha aes-128(no) group1 lastly, run the full command again and it should work: (config) snmp-server user testuser group1 auth sha. priv aes-128. Hope this helps.