Problem 2014R1.2 - Network Switch / Router Monitoring Wizard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
skywalker
Posts: 26
Joined: Tue Jan 14, 2014 7:27 pm

Problem 2014R1.2 - Network Switch / Router Monitoring Wizard

Post by skywalker »

I have installed Nagios 2014 R1.2 ver.

And I cannot receive data from switch using snmp v1.

I have used "Network swith / Router Monitoring Wizard" in nagios xi.

Network Engineer said that the setting of switch is correct.

I have been joining to configure Nagios XI in our Customer site.

What do I have to check for this SNMP configuration?

[root@nagiosxi ~]# snmpstatus -v 1 -c public 124.137.201.194
Timeout: No Response from 124.137.201.194

[root@nagiosxi ~]# !nmap
nmap -sU 124.137.201.194

Starting Nmap 5.51 ( http://nmap.org ) at 2014-07-11 14:03 KST
Nmap scan report for 124.137.201.194
Host is up (0.0027s latency).
Not shown: 999 closed ports
PORT STATE SERVICE
161/udp open|filtered snmp
MAC Address: 00:03:B2:A1:28:00 (Radware)

Nmap done: 1 IP address (1 host up) scanned in 1.33 seconds

[root@nagiosxi mrtg]# /usr/local/nagios/libexec/check_snmp -H 124.137.201.194 -C public -o sysUpTime.0 -v/usr/bin/snmpget -Le -t 1 -r 5 -m ALL -v 1 [authpriv] 124.137.201.194:161 sysUpTime.0
External command error: Timeout: No Response from 124.137.201.194:161.

[root@nagiosxi mrtg]# /usr/bin/cfgmaker --show-op-down --noreversedns --zero-speed '100000000' '[email protected]:::::2'
--base: Get Device Info on [email protected]:::::2
SNMP Error:
no response received
SNMPv2c_Session (remote host: "124.137.201.194" [124.137.201.194].161)
community: "public"
request ID: 1448741250
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/bin/../lib/mrtg2/SNMP_util.pm line 651
SNMPWALK Problem for 1.3.6.1.2.1.1 on [email protected]:::::2:v4only
at /usr/bin/cfgmaker line 951
WARNING: Skipping [email protected]:::::2 as no info could be retrieved

Use of uninitialized value $comment_sysdescr in substitution (s///) at /usr/bin/cfgmaker line 379.
Use of uninitialized value $sysname in concatenation (.) or string at /usr/bin/cfgmaker line 412.
Use of uninitialized value $comment_sysdescr in concatenation (.) or string at /usr/bin/cfgmaker line 412.
Use of uninitialized value $syscontact in concatenation (.) or string at /usr/bin/cfgmaker line 412.
Use of uninitialized value $syslocation in concatenation (.) or string at /usr/bin/cfgmaker line 412.
# Created by
# /usr/bin/cfgmaker --show-op-down --noreversedns --zero-speed 100000000 [email protected]:::::2


### Global Config Options

# for UNIX
# WorkDir: /home/http/mrtg

# or for NT
# WorkDir: c:\mrtgdata

### Global Defaults

# to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits

EnableIPv6: no

######################################################################
# System:
# Description:
# Contact:
# Location:
######################################################################
skywalker
Posts: 26
Joined: Tue Jan 14, 2014 7:27 pm

Re: Problem 2014R1.2 - Network Switch / Router Monitoring Wi

Post by skywalker »

I have resolved this issue.
This issue have been on the configuration of switch.
I'm sorry that give rise to a confusion.

Thank you again.
Locked