hwEnvComType
HUAWEI-ENVIRONMENT-MIB ·
.1.3.6.1.4.1.2011.6.1.1.1.1.10
Object
column r/w
Enumeration
The serial communication protocol type between the monitoring unit and the upstream equipment. The protocol types used are as follows: Options: 1.unknown(1) -The protocol types is unknown 2.serialRS485(2) -The protocol types is serialRS485 3.serialRS232(3) -The protocol types is serialRS232 4.serialRS422(4) -The protocol types is serialRS422
Context
- MIB
- HUAWEI-ENVIRONMENT-MIB
- OID
.1.3.6.1.4.1.2011.6.1.1.1.1.10- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwEnvironmentInfoEntry
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-ENVIRONMENT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ENVIRONMENT-MIB::hwEnvComType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-ENVIRONMENT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ENVIRONMENT-MIB::hwEnvComType.<hwEnvEmuIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-ENVIRONMENT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-ENVIRONMENT-MIB::hwEnvComType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | serialRS485 |
3 | serialRS232 |
4 | serialRS422 |