ifBasicAdminInterfaceStatus
LUM-IFBASIC-MIB ·
.1.3.6.1.4.1.8708.2.46.2.3.1.1.12
Object
column LUM-TCInterfaceStatus
The status of the traffic interface.
outOfService - No PM and no alarms.
autoInService - No PM and no alarms. Changes to 'inService' when OK.
inService - Reports PM and alarms.
maintenance - Maintenance mode.
Context
- MIB
- LUM-IFBASIC-MIB
- OID
.1.3.6.1.4.1.8708.2.46.2.3.1.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ifBasicAdminEntry
- Groups
- 3
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 'LUM-IFBASIC-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-IFBASIC-MIB::ifBasicAdminInterfaceStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-IFBASIC-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-IFBASIC-MIB::ifBasicAdminInterfaceStatus.<ifBasicAdminIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-IFBASIC-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-IFBASIC-MIB::ifBasicAdminInterfaceStatus'
Syntax
- Source
- LUM-TCInterfaceStatus
- Base type
Enumeration
Type Description
The traffic port status calculated dynamically from
auto alarm enbale status and admin status.
outOfService - No PM and no alarms.
autoInService - No PM and no alarms. Changes to 'inService' when OK.
inService - Reports PM and alarms.
maintenance - Maintenance mode.
notApplicable - Used to tell that attribute
is not applicable in current
configuration.
Values & Constraints
Type Values
1 | outOfService |
2 | autoInService |
3 | inService |
4 | maintenance |
2147483647 | notApplicable |