hh3cDiskPortType
HH3C-DISK-MIB ·
.1.3.6.1.4.1.25506.10.3.1.1.1.2
Object
column Enumeration
This object describes the interface type of disk. The value 'sata' means serial advanced technology attachment. The value 'pata' means parallel advanced technology attachment. The value 'sas' means serial attached SCSI. The value 'scsi' means small computer system interface. The value 'ieee1394' means a type of bus standard. The value 'fcal' means fiber channel arbitrated loop.
Context
- MIB
- HH3C-DISK-MIB
- OID
.1.3.6.1.4.1.25506.10.3.1.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hh3cDiskEntry
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 'HH3C-DISK-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-DISK-MIB::hh3cDiskPortType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HH3C-DISK-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-DISK-MIB::hh3cDiskPortType.<hh3cDiskIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HH3C-DISK-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HH3C-DISK-MIB::hh3cDiskPortType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | sata |
2 | pata |
3 | sas |
4 | scsi |
5 | ieee1394 |
6 | fcal |