All MIBs › RFC1156-MIB › ipOutNoRoutes
ipOutNoRoutes
Module: RFC1156-MIB
OID (symbolic): RFC1156-MIB::ipOutNoRoutes
OID (numeric): 1.3.6.1.2.1.4.12
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.12 snmpwalk -v2c -c public <target> RFC1156-MIB::ipOutNoRoutes
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.4.12.1 snmpget -v2c -c public <target> RFC1156-MIB::ipOutNoRoutes.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> ipOutNoRoutes.1