On CentOS 6.5 64bit (from a NagiosXI VMWare image) - see attached for complete system profile - I am trying to monitor a Cisco core switch with the Network Switch / Router Monitoring Wizard.
The facts:
- the wizard is giving me "No ports were detected on the switch."
- the following command:
outputs 14486 lines and shows all ports and detailed info as I would expect it
Code: Select all
/usr/bin/cfgmaker --show-op-down --noreversedns --zero-speed '100000000' '[email protected]:::::1' - deleting /usr/local/nagiosxi/tmp/mrtgscan-192.168.55.1* and retrying the wizard doesn't help
- I am unable to get check_snmp_int.pl to work (hangs at some point):
Code: Select all
[root@nagios libexec]# ./check_snmp_int.pl -H 192.168.55.1 -C commro -n ERROR: Status table : Message size exceeded maxMsgSize. [root@nagios libexec]# ./check_snmp_int.pl -H 192.168.55.1 -C commro -o 65535 -n -2 ERROR: Status table : No response from remote host '192.168.55.1'. [root@nagios libexec]# ./check_snmp_int.pl -o 65535 -H 192.168.55.1 -C commro -n -2 -v Alarm at 15 + 5 SNMP v2c login actual max octets:: 1472 new max octets:: 65535 Filter : OID : 1.3.6.1.2.1.2.2.1.2.214, Desc : TenGigabitEthernet2/2/8--Uncontrolled Name : TenGigabitEthernet2/2/8--Uncontrolled, Index : 214 OID : 1.3.6.1.2.1.2.2.1.2.197, Desc : TenGigabitEthernet2/2/2--Controlled Name : TenGigabitEthernet2/2/2--Controlled, Index : 197 OID : 1.3.6.1.2.1.2.2.1.2.112, Desc : TenGigabitEthernet2/1/4--Controlled [...] OID : 1.3.6.1.2.1.2.2.1.2.203, Desc : TenGigabitEthernet2/2/4--Controlled Name : TenGigabitEthernet2/2/4--Controlled, Index : 203 ERROR: Status table : No response from remote host '192.168.55.1'. - Running check_snmp_int.pl with -t 60 yeilds the same output, hangs at the same interface, except that the error message is "No answer from host"
- snmpwalk completes successfully and doesn't get interrupted, although it takes quite some time:
Code: Select all
[root@nagios libexec]# time snmpwalk -v2c -c commro 192.168.55.1 | wc -l 19970 real 1m42.172s user 0m1.846s sys 0m1.472s
Thanks!
-Alex