1753873 Members
7790 Online
108809 Solutions
New Discussion юеВ

Re: SNMP V3 test is broken

 
SOLVED
Go to solution
sanchesrg
Occasional Contributor

SNMP V3 test is broken

Possible causes:

1. The device cannot be pinged. 2. SNMP settings/Telnet settings/SSH settings is incorrect. 3. Invalid characters are found. 4. device returns a failure.

but from host shell no issue found

 

$ ping -c1 10.0.220.16
PING 10.0.220.16 (10.0.220.16) 56(84) bytes of data.
64 bytes from 10.0.220.16: icmp_seq=1 ttl=255 time=0.945 ms

$ snmpget -v3 -u 123 -l authPriv -a MD5 -A 123 -x DES -X 123 10.0.220.16 SNMPv2-MIB::sysDescr.0

SNMPv2-MIB::sysDescr.0 = STRING: HP J8698A Switch 5412zl, revision K.16.02.0026, ROM K.15.30 (/ws/swbuildm/maint_spokane_qaoff/code/build/btm(swbuildm_ma)

 

Any and all suggestions are welcome.

4 REPLIES 4
jguse
HPE Pro

Re: SNMP V3 test is broken

Hello,

What version of IMC are you running? There was an SNMP Template issue in 7.3 E0605P06 and I vaguely recall an issue with SNMPv3 Test in particular that failed on earlier versions, despite it actually working correctly.

Please make sure you are running the latest version, the issue should be fixed:

https://h10145.www1.hpe.com/downloads/SoftwareReleases.aspx?ProductNumber=JG747AAE

Best regards,
Justin

Working @ HPE
Accept or Kudo
sanchesrg
Occasional Contributor

Re: SNMP V3 test is broken

Thank you for answer. With v7.3 E0605P06 and v7.3 E0703 issue is present too. I will try downgrade to v7.3 (E0506P09)

jguse
HPE Pro

Re: SNMP V3 test is broken

 

If it's not a version issue, please check a Wireshark packet capture during IMC 'Test' with SNMPv3 credentials. That should allow you to see what's going wrong.

You should expect to see a GET-Request for the OID corresponding to the Hostname, followed by a SET-Request to set the hostname to the device's current hostname (leaving it unchanged - but if this works, SNMP RW should be working).

Best regards,
Justin

Working @ HPE
Accept or Kudo
AbeAbe
Trusted Contributor
Solution

Re: SNMP V3 test is broken

in my experience IMC is very picky about the response IP of the SNMPv3 flow.

Please make sure the switch is responding with the IP it is managed by IMC

with Procurve:

snmp-server resp dst

or

snmp-ser resp <ip in imc>

hth