ACC-FAKE :: ospfAddressLessIf

MIB Reference — IPNetwork Monitor

All MIBsACC-FAKEospfAddressLessIf

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 OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.4privateBIANCA-BRICK-PPP-MIB
1.3.6.1.4.1enterprisesANIROOT-MIB
1.3.6.1.4.1.5accACC-MIB
1.3.6.1.4.1.5.2accFakeACC-FAKE
1.3.6.1.4.1.5.2.4ospfAddressLessIfACC-FAKE