ospfPmIfType
DC-OSPF-MIB ·
.1.2.826.0.1.1578918.5.62.1.1.7.1.4
Object
The OSPF interface type.
By way of a default, this field may be intuited
from the corresponding value of ifType. Broadcast
LANs, such as Ethernet and IEEE 802.5,
take the value 'broadcast', X.25 and similar
technologies take the value 'nbma', and links
that are definitively point to point take the
value 'pointToPoint'.
Once set through the OSPF MIB, the OSPF interface type can
only be changed through the OSPF MIB. That is, any subsequent
changes to the I3 _if_flags_ field are ignored.
Context
- MIB
- DC-OSPF-MIB
- OID
.1.2.826.0.1.1578918.5.62.1.1.7.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ospfPmIfEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DC-OSPF-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-OSPF-MIB::ospfPmIfType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DC-OSPF-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-OSPF-MIB::ospfPmIfType.<ospfPmIfApplIndex>.<ospfPmIfIpAddress>.<ospfPmAddressLessIf>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DC-OSPF-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DC-OSPF-MIB::ospfPmIfType'
Syntax
- Source
- OspfNetworkTypes
- Base type
Enumeration
Values & Constraints
Type Values
0 | networkUndefined |
1 | networkBroadcast |
2 | networkNbma |
3 | networkPointToPoint |
5 | networkPointToMultipoint |
10 | networkLoopback |
Conformance
Member of