All MIBs › ACC-XNS › accXnsRtHops
accXnsRtHops
Module: ACC-XNS
OID (symbolic): ACC-XNS::accXnsRtHops
OID (numeric): 1.3.6.1.4.1.5.1.1.21.3.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Number of hops to remote network
What is accXnsRtHops?
This read-only object displays the number of router-to-router hops required to reach the destination network. Network engineers monitor it to evaluate path length and prefer shorter paths, as more hops mean higher latency and more places for failures to occur. For example, a value of 3 means packets must pass through 3 routers to reach that destination.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.21.3.1.4 snmpwalk -v2c -c public <target> ACC-XNS::accXnsRtHops
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.21.3.1.4.1 snmpget -v2c -c public <target> ACC-XNS::accXnsRtHops.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.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.21 | accXns | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.21.3 | accXnsRouteTable | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.21.3.1 | accXnsRouteEntry | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.21.3.1.4 | accXnsRtHops | ACC-XNS |