Troubles adding Cisco switches using SNMPv3

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
nparrott
Posts: 3
Joined: Fri Feb 10, 2017 5:53 pm

Troubles adding Cisco switches using SNMPv3

Post by nparrott »

We are experiencing issues when trying to add any of our Cisco switches using SNMPv3. I can add them when using SNMP v1 and v2 but not 3. It shows no ports, or any information except the IP address when using SNMPv3. Below is the error message we receive.

No ports were detected on the switch. Possible reasons for this include:
The switch is currently down
The switch does not exist at the address you specified
SNMP support on the switch is disabled

Any help would be appreciated.

Thanks!
Last edited by dwhitfield on Fri Mar 03, 2017 2:15 pm, edited 1 time in total.
Reason: marking with green check mark
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Troubles adding Cisco switches using SNMPv3

Post by dwhitfield »

I suspect SNMPv3 is not enabled on the Cisco device, but I'd need to know the device type to give specific instructions. I did find http://docwiki.cisco.com/wiki/Snmp_v3_configurations

What happens if you do an SNMPv3 walk from the commandline on the Nagios server?

The command will look something like snmpwalk -v3 -l authPriv -u snmpadmin -a MD5 -A PaSSword -x DES -X PRIvPassWord 127.0.0.1:161 system, but obviously change for your environment.
nparrott
Posts: 3
Joined: Fri Feb 10, 2017 5:53 pm

Re: Troubles adding Cisco switches using SNMPv3

Post by nparrott »

good morning, thanks for the reply. I actually got this working late yesterday afternoon. It turns out I had created a group, had everything done except I forgot to associate a view with the group. Once I did that things took off! I appreciate your time.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Troubles adding Cisco switches using SNMPv3

Post by dwhitfield »

I'm assuming this is a Nagios XI group, and a Nagios XI view? I feel pretty confident that's a yes, but would be great to get clarity for anyone that finds this post in the future, since we don't have Cisco switches on which to test. Thanks!
nparrott
Posts: 3
Joined: Fri Feb 10, 2017 5:53 pm

Re: Troubles adding Cisco switches using SNMPv3

Post by nparrott »

Correct.
Locked