Page 1 of 1
WARNING: SNMP error: No response from remote host 'x.x.x.x'
Posted: Thu Jun 28, 2018 1:07 pm
by ericssonvietnam
FE_1.png
BE_1.png
BE_2.png
i am getting same error for multiple node.
Error :- WARNING: SNMP error: No response from remote host '10.10.165.38'
Can you suggest me permanent fix for the same as per Node owner and MPBN team connectivity is fine and 161/162 put is open.
but i am getting the same as shared below. They need a artifacts for the same. Can you help me out to get rid of this as we are getting 10k alert for the same SNMP error.
Re: WARNING: SNMP error: No response from remote host 'x.x.x
Posted: Thu Jun 28, 2018 1:19 pm
by ericssonvietnam
FE_2.PNG
BE3.PNG
It keep on fluctuating. Please find the logs.
Re: WARNING: SNMP error: No response from remote host 'x.x.x
Posted: Thu Jun 28, 2018 4:27 pm
by cdienger
SNMP is over UDP so the packets could be getting lost somewhere. Are there any firewalls or other devices between XI and the remote host that may be dropping these? Can you see on the remote host if the requests made by XI reach it?
Re: WARNING: SNMP error: No response from remote host 'x.x.x
Posted: Sun Jul 08, 2018 3:03 am
by ericssonvietnam
cdienger wrote:SNMP is over UDP so the packets could be getting lost somewhere. Are there any firewalls or other devices between XI and the remote host that may be dropping these? Can you see on the remote host if the requests made by XI reach it?
Are there any firewalls or other devices between XI and the remote host that may be dropping these? ---> how we can check at our end. what needs to done at network team.
Can you see on the remote host if the requests made by XI reach it ----> how can we check the same?
Re: WARNING: SNMP error: No response from remote host 'x.x.x
Posted: Mon Jul 09, 2018 9:15 am
by cdienger
A tcpdump can be run on the XI machine with:
tcpdump -s 0 -i any host 10.10.165.38 -w output.pcap
let it run just long enough to reproduce the error, then use CTRL+C to stop it and it can be reviewed with the wireshark program.