hwTDMCfgAccessMode
HUAWEI-NTDM-MIB ·
.1.3.6.1.4.1.2011.5.105.1.2.1.6
Object
column r/w
Enumeration
Access mode of the TDM interfaces board. Options: 1. e1(1) -e1 access mode 2. t1(2) -t1 access mode 3. invalid(-1) -invalid value
Context
- MIB
- HUAWEI-NTDM-MIB
- OID
.1.3.6.1.4.1.2011.5.105.1.2.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwNativeTDMBoardEntry
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-NTDM-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-NTDM-MIB::hwTDMCfgAccessMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-NTDM-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-NTDM-MIB::hwTDMCfgAccessMode.<hwNativeTDMFrameIndex>.<hwNativeTDMSlotIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-NTDM-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-NTDM-MIB::hwTDMCfgAccessMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
1 | e1 |
2 | t1 |