Strange problem seen while querying a Cisco Call Manager via SNMP v3. SNMP v2 works fine.
When using get-next-request
, the response is supposed to be a get-response
, but from time to time I get a "report
" response instead.
Reporting on an oid
that's got nothing to do with the oid
in the get-next-request
.
Dump from wireshark could be provided if interesting. The oid
in question is (phone update table):
1.3.6.1.4.1.9.9.156.1.2.4.0
Usually the response is a get-response
with an oid
similar to:
1.3.6.1.4.1.9.9.156.1.2.4.1.2.580
But every now and then the response is a "report
" with oid
:
1.3.6.1.6.3.15.1.1.2.0
My application (.net
using sharpsnmplib
) reads this as a regular get-response
and get's all confused. SNMP v3
encryption and authorization seems to be all good. CUCM 10.5
and sharpsnmplib 7.6
.