All MIBs › ACC-RIP › accRipNeighborIfindex
accRipNeighborIfindex
Module: ACC-RIP
OID (symbolic): ACC-RIP::accRipNeighborIfindex
OID (numeric): 1.3.6.1.4.1.5.1.1.16.5.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
The ifIndex of the port this RIP neighbor is conected to. It is derived from the IP network table (accIpAddrTable).
What is accRipNeighborIfindex?
This OID reports the interface index (a numeric identifier) of the physical port on which a specific RIP neighbor is connected, automatically derived from the device's IP addressing configuration. You check this read-only value to confirm that the routing software correctly identified which physical interface leads to each RIP neighbor. If the ifIndex is 2, it means the RIP neighbor relationship exists through interface number 2 (such as eth0 or port 2).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.16.5.2 snmpwalk -v2c -c public <target> ACC-RIP::accRipNeighborIfindex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.16.5.2.1 snmpget -v2c -c public <target> ACC-RIP::accRipNeighborIfindex.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.16 | accRip | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.16.5 | accRipNeighborList | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.16.5.2 | accRipNeighborIfindex | ACC-RIP |