All MIBs › ACC-XNS › accXnsUbnHops
accXnsUbnHops
Module: ACC-XNS
OID (symbolic): ACC-XNS::accXnsUbnHops
OID (numeric): 1.3.6.1.4.1.5.1.1.21.7.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Hop count to neighbor
What is accXnsUbnHops?
This integer counter shows how many hops (intermediate routers) must be traversed to reach the neighbor device. Engineers use this to understand the network distance and verify routing efficiency. A hop count of 1 means the neighbor is directly adjacent, while a hop count of 3 means traffic must pass through two intermediate routers.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.21.7.1.4 snmpwalk -v2c -c public <target> ACC-XNS::accXnsUbnHops
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.21.7.1.4.1 snmpget -v2c -c public <target> ACC-XNS::accXnsUbnHops.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.7 | accXnsUbNbrTable | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.21.7.1 | accXnsUbNbrEntry | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.21.7.1.4 | accXnsUbnHops | ACC-XNS |