equipMngtIfType
SIAE-EQUIP-MIB ·
.1.3.6.1.4.1.3373.1103.1.41.1.6
Object
column r/w
Enumeration
The type of management interface:
- value 1 for physical lan interface,
- value 2 for virtual loopback interface,
- value 3 for management over vlan interface.
This object must be configured before the interface identifier (equipMngtIfId),
to avoid any discrepancy due to the differencies in valid ranges for each interface type.
This object can be modified only in specific equipment and specific software version.
Actual accepted values depend on specific equipment and specific software version.
Context
- MIB
- SIAE-EQUIP-MIB
- OID
.1.3.6.1.4.1.3373.1103.1.41.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- equipMngtTableEntry
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 'SIAE-EQUIP-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-EQUIP-MIB::equipMngtIfType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIAE-EQUIP-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-EQUIP-MIB::equipMngtIfType.<equipMngtStatus>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIAE-EQUIP-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIAE-EQUIP-MIB::equipMngtIfType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ethernet |
2 | loopback |
3 | vlan |