hwDot1xPortControlType
HUAWEI-8021X-EXT-MIB ·
.1.3.6.1.4.1.2011.5.22.1.3.3.1.1
Object
column Enumeration
Indicates the control type of the port. The port can be controlled in the following two ways: physical port control and service port control. Options: 1. physicalPort(1) -physical port control 2. servicePort(2) -service port control
Context
- MIB
- HUAWEI-8021X-EXT-MIB
- OID
.1.3.6.1.4.1.2011.5.22.1.3.3.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwDot1xPortConfigExtEntry
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-8021X-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-8021X-EXT-MIB::hwDot1xPortControlType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-8021X-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-8021X-EXT-MIB::hwDot1xPortControlType.<dot1xPaePortNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-8021X-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-8021X-EXT-MIB::hwDot1xPortControlType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | physicalPort |
2 | servicePort |