All MIBs › RFC1156-MIB › ipOutRequests
ipOutRequests
Module: RFC1156-MIB
OID (symbolic): RFC1156-MIB::ipOutRequests
OID (numeric): 1.3.6.1.2.1.4.10
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.4.10 snmpwalk -v2c -c public <target> RFC1156-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> RFC1156-MIB::ipOutRequests.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> ipOutRequests.1