All MIBs › ACC-FAKE › ospfAddressLessIf
ospfAddressLessIf
Module: ACC-FAKE
OID (symbolic): ACC-FAKE::ospfAddressLessIf
OID (numeric): 1.3.6.1.4.1.5.2.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
For the purpose of easing the instancing of addressed and addressless interfaces; This variable takes the value 0 on interfaces with IP Addresses, and the corresponding value of ifIndex for interfaces having no IP Address.
What is ospfAddressLessIf?
ACC-FAKE::ospfAddressLessIf is an integer flag that indicates whether an OSPF interface operates without an assigned IP address (address-less mode). You would enable this on point-to-point links like serial connections where two routers directly connect and don't need traditional IP addressing to exchange OSPF neighbors. Setting it to 1 means the interface runs address-less and identifies itself only by its ifIndex rather than an IP address.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.2.4 snmpwalk -v2c -c public <target> ACC-FAKE::ospfAddressLessIf
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.2.4.1 snmpget -v2c -c public <target> ACC-FAKE::ospfAddressLessIf.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.2.4.1 i <value>
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.4 | ospfAddressLessIf | ACC-FAKE |