All MIBs › ACC-FAKE › ospfNbrAddressLessIndex
ospfNbrAddressLessIndex
Module: ACC-FAKE
OID (symbolic): ACC-FAKE::ospfNbrAddressLessIndex
OID (numeric): 1.3.6.1.4.1.5.2.17
Node type: OBJECT-TYPE
Type: InterfaceIndex
Access: read-write
Description:
On an interface having an IP Address, zero. On addressless interfaces, the corresponding value of ifIndex in the Internet Standard MIB. On row creation, this can be derived from the instance.
What is ospfNbrAddressLessIndex?
ACC-FAKE::ospfNbrAddressLessIndex is the interface index for a neighbor on an address-less OSPF link (where no IP address is assigned to the interface). You use this to identify which physical interface connects to a neighbor when the link doesn't have traditional IP addresses. For example, ifIndex value 4 refers to the 4th interface on the router, which might be a serial port connecting to an address-less neighbor.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.2.17 snmpwalk -v2c -c public <target> ACC-FAKE::ospfNbrAddressLessIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.2.17.1 snmpget -v2c -c public <target> ACC-FAKE::ospfNbrAddressLessIndex.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.2.17.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> ospfNbrAddressLessIndex.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.17 | ospfNbrAddressLessIndex | ACC-FAKE |