usb-device-kind
FUTURESMART-MIB ·
.1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.9.2.6
Object
scalar optional
Enumeration
The USB-DEVICE-KIND object classifies a USB device into one of
four broad categories: \
eUSBStorageDevice(1): The USB device is strictly a device
for storing data. \
eUSBNonStorageDevice(2): The USB device has no storage
capability (e.g., a card reader). \
eUSBCompositeDevice(3): The USB device has storage
capability and additional functionality normally not
associated with a storage device. \
eUSBUnsupportedDevice(4): The USB device was detected, but no
driver exists for the device or the device draws more current
than allowed. \
Context
- MIB
- FUTURESMART-MIB
- OID
.1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.9.2.6- Type
- scalar
- Access
- readonly
- Status
- optional
- Parent
- usb
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FUTURESMART-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FUTURESMART-MIB::usb-device-kind.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FUTURESMART-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FUTURESMART-MIB::usb-device-kind'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | eUSBStorageDevice |
2 | eUSBNonStorageDevice |
3 | eUSBCompositeDevice |
4 | eUSBUnsupportedDevice |