can see very odd behaviour of "snmpbulkget".
NET-SNMP version: 5.4.1
If I query a node with regular "snmpget" I receive one single line with response. But if I do this same with "snmpbulkget" I receive much more information but not the one I desire.
Please have a look:
snmpget:
Code:
# snmpget -c public -v 2c 217.169.128.14 1.3.6.1.2.1.2.2.1.2.1
IF-MIB::ifDescr.1 = STRING: FastEthernet0/0
snmpbulkget:
Code:
# snmpbulkget -c public -v 2c 217.169.128.14 1.3.6.1.2.1.2.2.1.2.1
IF-MIB::ifDescr.2 = STRING: FastEthernet0/1
IF-MIB::ifDescr.4 = STRING: Null0
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4 = INTEGER: other(1)
IF-MIB::ifMtu.1 = INTEGER: 1500
IF-MIB::ifMtu.2 = INTEGER: 1500
IF-MIB::ifMtu.4 = INTEGER: 1500
IF-MIB::ifSpeed.1 = Gauge32: 10000000
IF-MIB::ifSpeed.2 = Gauge32: 100000000
Please note that in case of snmpbulkget I am missing: IF-MIB::ifDescr.1 = STRING: FastEthernet0/0
Moreover, if I use snmpwalk and snmpgulkwalk with specific OID then it works correct for both - it receives one single value.
Does anyone can explain what is happening with snmpbulkget, please ?
NET-SNMP version: 5.4.1
If I query a node with regular "snmpget" I receive one single line with response. But if I do this same with "snmpbulkget" I receive much more information but not the one I desire.
Please have a look:
snmpget:
Code:
# snmpget -c public -v 2c 217.169.128.14 1.3.6.1.2.1.2.2.1.2.1
IF-MIB::ifDescr.1 = STRING: FastEthernet0/0
snmpbulkget:
Code:
# snmpbulkget -c public -v 2c 217.169.128.14 1.3.6.1.2.1.2.2.1.2.1
IF-MIB::ifDescr.2 = STRING: FastEthernet0/1
IF-MIB::ifDescr.4 = STRING: Null0
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4 = INTEGER: other(1)
IF-MIB::ifMtu.1 = INTEGER: 1500
IF-MIB::ifMtu.2 = INTEGER: 1500
IF-MIB::ifMtu.4 = INTEGER: 1500
IF-MIB::ifSpeed.1 = Gauge32: 10000000
IF-MIB::ifSpeed.2 = Gauge32: 100000000
Please note that in case of snmpbulkget I am missing: IF-MIB::ifDescr.1 = STRING: FastEthernet0/0
Moreover, if I use snmpwalk and snmpgulkwalk with specific OID then it works correct for both - it receives one single value.
Does anyone can explain what is happening with snmpbulkget, please ?