hwVsProtocolType
HUAWEI-VS-MGMT-MIB ·
.1.3.6.1.4.1.2011.6.3.102.10.1.1
Object
column Enumeration
The object specifies the protocol type. Options: 1.telnet(1) -Indicates the telnet. 2.ssh(2) -Indicates the ssh. 3.snmp(3) -Indicates the snmp. 4.trap(4) -Indicates the trap. 5.syslog(5) -Indicates the syslog.
Context
- MIB
- HUAWEI-VS-MGMT-MIB
- OID
.1.3.6.1.4.1.2011.6.3.102.10.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwVSProtocolPortEntry
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::hwVsProtocolType'
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::hwVsProtocolType.<hwVsID>.<hwVsProtocolType>'
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::hwVsProtocolType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | telnet |
2 | ssh |
3 | snmp |
4 | trap |
5 | syslog |