usbDeviceDescStatus

BINTEC-USB · .0.1.1.3

Object

column Enumeration
Current status of the USB device:
attach - attach the device to the specified device class
config - configure the device if supported
detach - detach the device from upper layers.

Context

MIB
BINTEC-USB
OID
.0.1.1.3
Type
column
Access
readonly
Status
current
Parent
usbDeviceDescEntry

Walk 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 'BINTEC-USB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-USB::usbDeviceDescStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-USB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-USB::usbDeviceDescStatus.<usbDeviceDescDevAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-USB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-USB::usbDeviceDescStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1attach
2config
3detach