hwUpLinkBoardMode
HUAWEI-IPDSLAM-L3PROTOCOL-MIB ·
.1.3.6.1.4.1.2011.6.125.2.1.1.1
Object
column Enumeration
The fowarding mode of the spuf board. Options: 1. l2mode(1) -layer-2 fowarding mode. 2. l3mode(2) -layer-3 fowarding mode. 3. invalid(65535) -invalid value.
Context
- MIB
- HUAWEI-IPDSLAM-L3PROTOCOL-MIB
- OID
.1.3.6.1.4.1.2011.6.125.2.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwUpLinkBoardModeEntry
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-IPDSLAM-L3PROTOCOL-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IPDSLAM-L3PROTOCOL-MIB::hwUpLinkBoardMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-IPDSLAM-L3PROTOCOL-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IPDSLAM-L3PROTOCOL-MIB::hwUpLinkBoardMode.<hwFrameIndex>.<hwSlotIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-IPDSLAM-L3PROTOCOL-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-IPDSLAM-L3PROTOCOL-MIB::hwUpLinkBoardMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | l2mode |
2 | l3mode |
65535 | invalid |