We tried with different switches and they are all working now!
I was not able to figure out why they weren't working before.
Thanks anyway!
Search found 15 matches
- Tue Oct 14, 2014 12:09 pm
- Forum: Nagios XI
- Topic: Port status not showing on Cisco switch using SNMPv3
- Replies: 26
- Views: 4213
- Fri Sep 26, 2014 8:40 am
- Forum: Nagios XI
- Topic: Port status not showing on Cisco switch using SNMPv3
- Replies: 26
- Views: 4213
Re: Port status not showing on Cisco switch using SNMPv3
I finally have a breakthrough: The above command you asked me to try didn't work: snmpwalk -v 3 -u snmprouser -l authNoPriv -a MD5 -A snmpgdi 123 192.168.13.20 But the following worked: snmpwalk -v3 -u snmprouser -l AuthPriv -a md5 -A snmpgdi123 -x des -X snmpgdi123 192.168.13.20 ..and then I tried ...
- Thu Sep 25, 2014 1:52 am
- Forum: Nagios XI
- Topic: Port status not showing on Cisco switch using SNMPv3
- Replies: 26
- Views: 4213
Re: Port status not showing on Cisco switch using SNMPv3
Same issue:
[root@nagios ~]# /usr/local/nagios/libexec/check_ifoperstatnag 10101 -v 3 -u snmprouser -A snmpgdi123 -x DES -X snmpgdi123 -a MD5 -l AuthNoPriv 192.168.13.20
Error in packet.
Reason: authorizationError (access denied to that object)
UNKNOWN - No info is being retrieved
[root@nagios ~]# /usr/local/nagios/libexec/check_ifoperstatnag 10101 -v 3 -u snmprouser -A snmpgdi123 -x DES -X snmpgdi123 -a MD5 -l AuthNoPriv 192.168.13.20
Error in packet.
Reason: authorizationError (access denied to that object)
UNKNOWN - No info is being retrieved
- Wed Sep 24, 2014 5:21 am
- Forum: Nagios XI
- Topic: Port status not showing on Cisco switch using SNMPv3
- Replies: 26
- Views: 4213
Re: Port status not showing on Cisco switch using SNMPv3
I also tried different combinations as mentioned here: http://support.nagios.com/forum/viewtopic.php?f=6&t=28090&start=10 but that didn't help either. Command the wizard generates: check_xi_service_ifoperstatusnag!10101!-v3 -u snmprouser -A snmpgdi123 -x DES -X snmpgdi123 -a MD5 -l noAuthNoP...
- Wed Sep 24, 2014 4:42 am
- Forum: Nagios XI
- Topic: Port status not showing on Cisco switch using SNMPv3
- Replies: 26
- Views: 4213
Re: Port status not showing on Cisco switch using SNMPv3
We upgraded to Nagios XI (2014R1.4) and also set a alphanumeric password but it still doesn't work.
Port bandwidth is displayed properly but port status is shown as UNKNOWN - No info is being retrieved.
Any suggestions?
Port bandwidth is displayed properly but port status is shown as UNKNOWN - No info is being retrieved.
Any suggestions?
- Wed Jun 25, 2014 1:53 pm
- Forum: Nagios XI
- Topic: Port status not showing on Cisco switch using SNMPv3
- Replies: 26
- Views: 4213
Re: Port status not showing on Cisco switch using SNMPv3
Yes, I have already informed the networking team to change to an alphanumeric password for testing. I will have an update for you within the next 24 hours.
- Wed Jun 25, 2014 5:59 am
- Forum: Nagios XI
- Topic: Port status not showing on Cisco switch using SNMPv3
- Replies: 26
- Views: 4213
Re: Port status not showing on Cisco switch using SNMPv3
I upgraded the wizard to 2.1.2 but that didn't change anything. The bandwidth checks are working, status checks aren't.
- Tue Jun 24, 2014 2:02 am
- Forum: Nagios XI
- Topic: Port status not showing on Cisco switch using SNMPv3
- Replies: 26
- Views: 4213
Re: Port status not showing on Cisco switch using SNMPv3
I could try but if that's working for bandwidth checks, it should work for status checks as well?
- Mon Jun 23, 2014 2:16 pm
- Forum: Nagios XI
- Topic: SNMP on a public IP
- Replies: 5
- Views: 360
Re: SNMP on a public IP
Came across this post while going through the forum looking for similar issues to what we are facing - Port bandwidth is shown properly but not the status. Please see: http://support.nagios.com/forum/viewtop ... lit=wizard
PS: I hope it is okay to post a comment here.
PS: I hope it is okay to post a comment here.
- Mon Jun 23, 2014 1:25 pm
- Forum: Nagios XI
- Topic: Port status not showing on Cisco switch using SNMPv3
- Replies: 26
- Views: 4213
Re: Port status not showing on Cisco switch using SNMPv3
I will only get access to the Nagios server tomorrow. Meanwhile do you fix for the following command? If I can get it running from the command line, at least I know it's not a configuration issue on the switch. If I can't get it running on the command line, the wizard is not going to work either, is...