SNMP getBulkRequest with multiple OIDs - What response does OIDs request return?

I send SNMP getBulkRequestusing the proprietary SNMP browser based on some third-party libraries, such as agent ++, snmp ++, etc., with several OIDs, for example
.1.3.6.1.2.1.1.1
.1.3.6.1.2.1 .1.5
.1.3.6.1.2.1.1.6
.1.3.6.1.2.1.1.4

Is it guaranteed that the returned set (if there are OIDs with such prefixes) will be returned in exactly the same order?

eg.
.1.3.6.1.2.1.1.1.0
.1.3.6.1.2.1.1.5.0
.1.3.6.1.2.1.1.6.0
.1.3.6.1.2.1.1.4.0


Any answers, links to documentation, tips related to this question are welcome.


: Non-Repeaters = 0, MaxRepetitions >= 1

+4
1

, , , , PDU OID , , . ( ), .

- N, N OID N OID , ( OID endOfMibView, ). OID .

- M, OID 0..M get-next- ( M OID OID , M, , endOfMibView, OID OID ).

[ , - max- 0, ; 0, - OID , OID , -.]

, , , , , , .

: RFC 3416 4.2.3

+6

All Articles