All MIBs › ACC-FAKE › ipCidrRouteNextHop
ipCidrRouteNextHop
Module: ACC-FAKE
OID (symbolic): ACC-FAKE::ipCidrRouteNextHop
OID (numeric): 1.3.6.1.4.1.5.2.25
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-only
Description:
On remote routes, the address of the next sys- tem en route; Otherwise, 0.0.0.0.
What is ipCidrRouteNextHop?
This OID contains the IP address of the next router (gateway) that packets should be forwarded to when they match this routing entry. A network engineer needs this to verify traffic is being routed through the correct intermediate hops to reach the destination. For example, if this value is 192.168.1.1, packets destined for the subnet use that router as their next step.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.2.25 snmpwalk -v2c -c public <target> ACC-FAKE::ipCidrRouteNextHop
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.2.25.1 snmpget -v2c -c public <target> ACC-FAKE::ipCidrRouteNextHop.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.2 | accFake | ACC-FAKE |
| 1.3.6.1.4.1.5.2.25 | ipCidrRouteNextHop | ACC-FAKE |