I am getting errors in the Lexicographic ordering tests in silvercreek
using netsnmp-5.5
Does anyone know if there is a fix for these bugs in netsnmp code?
When I walk the tables - the ordering is correct - but if you specify
the instance on a get-next where the instance in the request is
Lexicographically greater than a row in the table the returned object is
not correct.
An example of a test that fails is:
[FAILED] Remarks: get-next operation failed or had errors
Lexicographic error detected in response to get-next request sent.
The response OID
1.3.6.1.6.3.15.1.2.2.1.3.13.128.0.31.136.128.5.144.12.252.0.0.2.100.7.11
8.51.117.115.101.114.50
is lexicographically less than or equals to
The request OID
1.3.6.1.6.3.15.1.2.2.1.3.4294967295.128.0.31.136.128.5.144.12.252.0.0.2.
100.7.118.51.117.115.101.114.50
The consequences of your agent behaving in this way is that
the data returned is indeterminate and will likely confuse management
applications. You could get duplicates. You are not operating
efficiently. You may miss rows in the retrieval. The management
application could become so confused that it terminates before
retrieving all the objects. The rule is that the respose OID must be
lexicographically greater than the request OID.
Test Packet Sent:
Operation: next ; varBinds:
1.3.6.1.6.3.15.1.2.2.1.3.4294967295.128.0.31.136.128.5.144.12.252.0.0.2.
100.7.118.51.117.115.101.114.50
Received Message Data {
Error-Status: noError,
Error-Index : 0,
Bindings {
SNMP-USER-BASED-SM-MIB:usmUserSecurityName.13.128.0.31.136.128.5.144.12.
252.0.0.2.100.7.118.51.117.115.101.114.50,
SNMP-FRAMEWORK-MIB:SnmpAdminString,
"v3user2"
}
}
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users