Page 1 of 1
ERREUR :no port detected
Posted: Mon May 29, 2017 7:48 am
by latifa
pllz how cqn i resolve this probleme!!!!!!!!!
Re: ERREUR :no port detected
Posted: Tue May 30, 2017 11:44 am
by avandemore
Did you have the right IP in the wizard? Is it turning on? Does it respond to pings?
Re: ERREUR :no port detected
Posted: Tue May 30, 2017 12:25 pm
by latifa
yes!!
and snmp enable in my switch
my switch isn't down
i don't know what"s the reason !!!
Re: ERREUR :no port detected
Posted: Tue May 30, 2017 4:03 pm
by tgriep
What is the make and model number of the switch you are trying to monitor?
Can you login to your nagios server as root, run the following commands and post the output?
Code: Select all
nmap 10.84.2.4 -p 161 -sU
snmpwalk 10.84.2.4 -v 2c -c province
The nmap command should tell us if the device is listening for SNMP polls and the second command should see if we can poll it and get valid data.