All MIBs › MRVINREACH › ipOutNoRoutes
ipOutNoRoutes
Module: MRVINREACH
OID (symbolic): MRVINREACH::ipOutNoRoutes
OID (numeric): 1.3.6.1.2.1.4.12
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description:
The number of IP datagrams discarded because no route could be found to transmit them to their destination. Note that this counter includes any packets counted in ipForwDatagrams which meet this `no-route' criterion. Note that this includes any datagarms which a host cannot route because all of its default gateways are down.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.4.12 snmpwalk -v2c -c public <target> MRVINREACH::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> MRVINREACH::ipOutNoRoutes.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> ipOutNoRoutes.1