All MIBs › SNMPv2-MIB › snmpOutGetRequests
snmpOutGetRequests
Module: SNMPv2-MIB
OID (symbolic): SNMPv2-MIB::snmpOutGetRequests
OID (numeric): 1.3.6.1.2.1.11.25
Node type: OBJECT-TYPE
Type: Counter32
Access: read-only
Description:
The total number of SNMP Get-Request PDUs which have been generated by the SNMP protocol entity.
What is snmpOutGetRequests?
This is a running count of data-fetch queries this device has generated to ask other equipment for information. It shows outbound query load when the device polls subordinates. Low or zero counts indicate a device that only responds passively.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.11.25 snmpwalk -v2c -c public <target> SNMPv2-MIB::snmpOutGetRequests
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.11.25.1 snmpget -v2c -c public <target> SNMPv2-MIB::snmpOutGetRequests.1