hwVsMgmtUplinkPortMode
HUAWEI-VS-MGMT-MIB ·
.1.3.6.1.4.1.2011.6.3.102.1.1.11
Object
column r/w
Enumeration
The uplink port mode of a virtual system. Options: 1.invalid(-1) -Invalid mode. 2.exclusive(1) -Exclusive mode. 3.shared(2) -Shared mode. Default: exclusive(1).
Context
- MIB
- HUAWEI-VS-MGMT-MIB
- OID
.1.3.6.1.4.1.2011.6.3.102.1.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwVSMgmtEntry
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-VS-MGMT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-VS-MGMT-MIB::hwVsMgmtUplinkPortMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-VS-MGMT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-VS-MGMT-MIB::hwVsMgmtUplinkPortMode.<hwVsID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-VS-MGMT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-VS-MGMT-MIB::hwVsMgmtUplinkPortMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
1 | exclusive |
2 | shared |