All MIBs › CHECKPOINT-MIB › routingGatweway
routingGatweway
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::routingGatweway
OID (numeric): 1.3.6.1.4.1.2620.1.6.6.1.4
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-only
What is routingGatweway?
This IpAddress is the next-hop gateway address for a specific route entry, keyed by routingIndex (note the object name itself has a typo, 'Gatweway,' inherited directly from the vendor's original MIB). This is the actual next-hop IP that traffic matching routingDest/routingMask gets forwarded to, so an admin diagnosing a black-holed route checks whether this gateway address is reachable and correctly configured. A routingGatweway pointing to an IP that no longer exists on the network (e.g., after a router replacement) would explain traffic silently dropping for that destination.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.6.1.4 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::routingGatweway
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.6.1.4.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::routingGatweway.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::routingGatweway 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 (9 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.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.2620 | checkpoint | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1 | products | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1.6 | svn | CHECKPOINT-GAIA-TRAP-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2620.1.6.6 | routingTable | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.6.6.1 | routingEntry | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.6.6.1.4 | routingGatweway | CHECKPOINT-MIB |