hwLapdIsdnLinkStatus
HUAWEI-ISDN-MIB ·
.1.3.6.1.4.1.2011.2.33.9.1.3.1.1.4
Object
column Enumeration
The operational status of this interface:
inactive all layers are inactive.
l1Active layer 1 is activated,
layer 2 datalink not established.
l2Active layer 1 is activated,
layer 2 datalink established.
Context
- MIB
- HUAWEI-ISDN-MIB
- OID
.1.3.6.1.4.1.2011.2.33.9.1.3.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwLapdIsdnEntry
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 'HUAWEI-ISDN-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ISDN-MIB::hwLapdIsdnLinkStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-ISDN-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ISDN-MIB::hwLapdIsdnLinkStatus.<hwLapdIsdnIf>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-ISDN-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-ISDN-MIB::hwLapdIsdnLinkStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inactive |
2 | l1Active |
3 | l2Active |