All MIBs › CHECKPOINT-MIB-2 › ipOutNoRoutes
ipOutNoRoutes
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::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.
What is ipOutNoRoutes?
Counts IP datagrams discarded because no route could be found to their destination, including forwarded packets that hit this condition, and specifically covers the case where all of a host's default gateways are down. A rising ipOutNoRoutes on a firewall is a strong, specific signal of an upstream routing failure, most notably all configured default gateways being unreachable, which is a very different and more urgent fix than a simple policy block. Example: ipOutNoRoutes suddenly climbing across every gateway in a cluster at the same time, with no policy change logged, points straight at an ISP or upstream router outage rather than a firewall misconfiguration.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.4.12 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::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> CHECKPOINT-MIB-2::ipOutNoRoutes.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> ipOutNoRoutes.1
Start monitoring Check Point security gateway/firewall appliances with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CHECKPOINT-MIB-2::ipOutNoRoutes OID value, configure state conditions and alerts, and monitor any Check Point security gateway/firewall appliances from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.4 | ip | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.4.12 | ipOutNoRoutes | CHECKPOINT-MIB-2 |