All MIBs › IP-MIB › ipOutRequests
ipOutRequests
Module: IP-MIB
OID (symbolic): IP-MIB::ipOutRequests
OID (numeric): 1.3.6.1.2.1.4.10
Node type: OBJECT-TYPE
Type: Counter32
Access: read-only
Description:
The total number of IPv4 datagrams which local IPv4 user protocols (including ICMP) supplied to IPv4 in requests for transmission. Note that this counter does not include any datagrams counted in ipForwDatagrams.
This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsOutRequests.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.4.10 snmpwalk -v2c -c public <target> IP-MIB::ipOutRequests
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.4.10.1 snmpget -v2c -c public <target> IP-MIB::ipOutRequests.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> ipOutRequests.1