BINTEC-USB
64 objects
The MIB module for USB administration entities.
Imported Objects
| BINTEC-MIB MISSING | Date usb |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | Counter32 Counter64 enterprises Integer32 IpAddress mib-2 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE TimeTicks Unsigned32 |
| SNMPv2-TC | DisplayString TimeStamp |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.21317.1.6.1 | TableusbDeviceDescTable | not-accessible | current | This table contains the actually detected USB devices. |
| 1.3.6.1.4.1.21317.1.6.1.1 | RowusbDeviceDescEntry | not-accessible | current | (one entry of usbDeviceDescTable) |
| 1.3.6.1.4.1.21317.1.6.1.1.1 | ColumnusbDeviceDescDevAddr | read-only | current | DevAddr = (slot << 12) | (unit << 8) | (Enum << 4). Enum is assigned by the USB device enumerator. |
| 1.3.6.1.4.1.21317.1.6.1.1.2 | ColumnusbDeviceDescUpTime | read-only | current | TimeStamp when the USB host controller/root hub detected the inserted USB device. |
| 1.3.6.1.4.1.21317.1.6.1.1.3 | ColumnusbDeviceDescStatus | read-only | current | Current status of the USB device: attach - attach the device to the specified device class config - configure the device if supported detach - detach the devic… |
| 1.3.6.1.4.1.21317.1.6.1.1.4 | ColumnusbDeviceDescBcdUSB | read-only | current | The USB standard supported by the device. |
| 1.3.6.1.4.1.21317.1.6.1.1.5 | ColumnusbDeviceDescDeviceClass | read-only | current | The class code of the USB device. 0x00 - each interface specifies it's own class code. 0xFF - the class code is vendor specific. Otherwise the value is a valid… |
| 1.3.6.1.4.1.21317.1.6.1.1.6 | ColumnusbDeviceDescDeviceSubClass | read-only | current | DeviceClass dependent SubClass code. There are no unique values over all DeviceClasses defined. |
| 1.3.6.1.4.1.21317.1.6.1.1.7 | ColumnusbDeviceDescDeviceProtocol | read-only | current | DeviceClass and SubClass dependent DeviceProtocol code. There are no unique values over all DeviceClasses defined. |
| 1.3.6.1.4.1.21317.1.6.1.1.8 | ColumnusbDeviceDescMaxPacketSize | read-only | current | The maximum packet size supported by the USB device. This value normally depends on the USB standard supported. |
| 1.3.6.1.4.1.21317.1.6.1.1.9 | ColumnusbDeviceDescIdVendor | read-only | current | The unique USB device vendor ID. |
| 1.3.6.1.4.1.21317.1.6.1.1.10 | ColumnusbDeviceDescIdProduct | read-only | current | The (hopefully) unique USB device product ID. |
| 1.3.6.1.4.1.21317.1.6.1.1.11 | ColumnusbDeviceDescBcdDevice | read-only | current | The USB device release number in BCD format. |
| 1.3.6.1.4.1.21317.1.6.1.1.12 | ColumnusbDeviceDescTxtManufacturer | read-only | current | Human readable manufacturers name (if present). |
| 1.3.6.1.4.1.21317.1.6.1.1.13 | ColumnusbDeviceDescTxtProduct | read-only | current | Human readable product name (if present). |
| 1.3.6.1.4.1.21317.1.6.1.1.14 | ColumnusbDeviceDescTxtSerialNumber | read-only | current | Human readable serial number (if present). |
| 1.3.6.1.4.1.21317.1.6.1.1.15 | ColumnusbDeviceDescNumConfigurations | read-only | current | The number of alternative device configurations supported by the USB device. |
| 1.3.6.1.4.1.21317.1.6.1.1.16 | ColumnusbDeviceDescRawData | read-only | current | Device descriptor raw data for debugging purposes only. |
| 1.3.6.1.4.1.21317.1.6.1.1.17 | ColumnusbDeviceDescHubPortNumber | read-only | current | The number of the port the USB device is connected to. |
| 1.3.6.1.4.1.21317.1.6.1.1.18 | ColumnusbDeviceDescDeviceSpeed | read-only | current | The speed the USB device uses for data transmission. |
| 1.3.6.1.4.1.21317.1.6.1.1.19 | ColumnusbDeviceDescDepth | read-only | current | The depth in the bus topology where the device is located. 0 = Root Hub, 1 = Device at Root Hub, 2 = Device at ext. Hub, 3 = Device at external Hub connected t… |
| 1.3.6.1.4.1.21317.1.6.1.1.20 | ColumnusbDeviceDescParent | read-only | current | DevAddr = (slot << 12) | (unit << 8) | (Enum << 4) of the parent hub for this device. Enum is assigned by the USB device enumerator. |
| 1.3.6.1.4.1.21317.1.6.2 | TableusbConfigDescTable | not-accessible | current | This table contains the configuration(s) provided by the detected USB device. |
| 1.3.6.1.4.1.21317.1.6.2.1 | RowusbConfigDescEntry | not-accessible | current | (one entry of usbConfigDescTable) |
| 1.3.6.1.4.1.21317.1.6.2.1.1 | ColumnusbConfigDescDevAddr | read-only | current | DevAddr = (slot << 12) | (unit << 8) | (Enum << 4). Enum is assigned by the USB device enumerator. |
| 1.3.6.1.4.1.21317.1.6.2.1.2 | ColumnusbConfigDescTotalLength | read-only | current | Length of the configuration descriptor frame in bytes. |
| 1.3.6.1.4.1.21317.1.6.2.1.3 | ColumnusbConfigDescNumInterfaces | read-only | current | The number of interfaces supported by the USB device. |
| 1.3.6.1.4.1.21317.1.6.2.1.4 | ColumnusbConfigDescConfigValue | read-only | current | The configuration value associated with this configuration. |
| 1.3.6.1.4.1.21317.1.6.2.1.5 | ColumnusbConfigDescTxtConfiguration | read-only | current | Human readable configuration description (if present). |
| 1.3.6.1.4.1.21317.1.6.2.1.6 | ColumnusbConfigDescAttributes | read-only | current | The following attributes are currently defined by the USB standard: Bit 7 - bus powered Bit 6 - self powered Bit 5 - remote wakeup Bit 4-0 - reserved. |
| 1.3.6.1.4.1.21317.1.6.2.1.7 | ColumnusbConfigDescMaxPower | read-only | current | Maximum power consumption in steps of 2 mA. |
| 1.3.6.1.4.1.21317.1.6.2.1.8 | ColumnusbConfigDescRawData | read-only | current | Configuration descriptor raw data for debugging purposes only. |
| 1.3.6.1.4.1.21317.1.6.3 | TableusbInterfaceDescTable | not-accessible | current | This table contains the interfaces provided by the detected USB device configuration. |
| 1.3.6.1.4.1.21317.1.6.3.1 | RowusbInterfaceDescEntry | not-accessible | current | (one entry of usbInterfaceDescTable) |
| 1.3.6.1.4.1.21317.1.6.3.1.1 | ColumnusbInterfaceDescDevAddr | read-only | current | DevAddr = (slot << 12) | (unit << 8) | (Enum << 4). Enum is assigned by the USB device enumerator. |
| 1.3.6.1.4.1.21317.1.6.3.1.2 | ColumnusbInterfaceDescInterfaceNumber | read-only | current | The number of this interface. |
| 1.3.6.1.4.1.21317.1.6.3.1.3 | ColumnusbInterfaceDescAltSettings | read-only | current | Value used to select alternative setting. |
| 1.3.6.1.4.1.21317.1.6.3.1.4 | ColumnusbInterfaceDescNumEndpoints | read-only | current | The number of endpoints provided by this interface. |
| 1.3.6.1.4.1.21317.1.6.3.1.5 | ColumnusbInterfaceDescDeviceClass | read-only | current | Class code (assigned by usb.org). |
| 1.3.6.1.4.1.21317.1.6.3.1.6 | ColumnusbInterfaceDescDeviceSubClass | read-only | current | Subclass code (assigned by usb.org). |
| 1.3.6.1.4.1.21317.1.6.3.1.7 | ColumnusbInterfaceDescDeviceProtocol | read-only | current | The class dependent protocol code. |
| 1.3.6.1.4.1.21317.1.6.3.1.8 | ColumnusbInterfaceDescIdxInterface | read-only | current | The index to the string describing the interface (if present). |
| 1.3.6.1.4.1.21317.1.6.3.1.9 | ColumnusbInterfaceDescRawData | read-only | current | Interface descriptor raw data for debugging purposes only. |
| 1.3.6.1.4.1.21317.1.6.4 | TableusbEndpointDescTable | not-accessible | current | This table contains the endpoints provided by the detected USB device configuration. |
| 1.3.6.1.4.1.21317.1.6.4.1 | RowusbEndpointDescEntry | not-accessible | current | (one entry of usbEndpointDescEntry) |
| 1.3.6.1.4.1.21317.1.6.4.1.1 | ColumnusbEndpointDescDevAddr | read-only | current | DevAddr = (slot << 12) | (unit << 8) | (Enum << 4) | IfcNum. Enum is assigned by the USB device enumerator. |
| 1.3.6.1.4.1.21317.1.6.4.1.2 | ColumnusbEndpointDescIfcIndex | read-only | current | Index = PipeType << 5 | PipeDirection << 4 | EpAddress. Used for unique enumeration of the endpoints. |
| 1.3.6.1.4.1.21317.1.6.4.1.3 | ColumnusbEndpointDescIfcNum | read-only | current | The interface number of the endpoints interface. |
| 1.3.6.1.4.1.21317.1.6.4.1.4 | ColumnusbEndpointDescEpAddress | read-only | current | The endpoints address (direction bit stripped). |
| 1.3.6.1.4.1.21317.1.6.4.1.5 | ColumnusbEndpointDescPipeDirection | read-only | current | Transfer direction of this endpoint. |
| 1.3.6.1.4.1.21317.1.6.4.1.6 | ColumnusbEndpointDescPipeType | read-only | current | The endpoint type extracted from the endpoint descriptor attribute field. |
| 1.3.6.1.4.1.21317.1.6.4.1.7 | ColumnusbEndpointDescAttributes | read-only | current | Complete endpoint atribute field. For debugging only. |
| 1.3.6.1.4.1.21317.1.6.4.1.8 | ColumnusbEndpointDescMaxPacketSize | read-only | current | The maximum packet size the endpoint is capable of sending or receiving. |
| 1.3.6.1.4.1.21317.1.6.4.1.9 | ColumnusbEndpointDescInterval | read-only | current | Interval for polling endpoint data transfers (in frame counts). Ignored for bulk and control endpoints. Iso endpoints must be equal 1. Field may range from 1 t… |
| 1.3.6.1.4.1.21317.1.6.4.1.10 | ColumnusbEndpointDescRawData | read-only | current | Endpoint descriptor raw data for debugging purposes only. |
| 1.3.6.1.4.1.21317.1.6.4.1.11 | ColumnusbEndpointStatXferPackets | read-only | current | The number of packets transferred by the endpoint. |
| 1.3.6.1.4.1.21317.1.6.4.1.12 | ColumnusbEndpointStatXferBytes | read-only | current | The number of bytes transferred by the endpoint. |
| 1.3.6.1.4.1.21317.1.6.4.1.13 | ColumnusbEndpointStatXferQlen | read-only | current | The number of frames enqueued at the endpoint. |
| 1.3.6.1.4.1.21317.1.6.4.1.14 | ColumnusbEndpointStatXferStalled | read-only | current | The number of stall conditions detected. |
| 1.3.6.1.4.1.21317.1.6.4.1.15 | ColumnusbEndpointStatXferIoError | read-only | current | The number of I/O errors detected. |
| 1.3.6.1.4.1.21317.1.6.4.1.16 | ColumnusbEndpointStatXferBabble | read-only | current | The number of Babble errors detected. |
| 1.3.6.1.4.1.21317.1.6.4.1.17 | ColumnusbEndpointStatXferOverrun | read-only | current | The number of Frame Overrun errors detected. |
| 1.3.6.1.4.1.21317.1.6.4.1.18 | ColumnusbEndpointStatXferToggle | read-only | current | The number of Toggle errors detected. |
| 1.3.6.1.4.1.21317.1.6.255 | IdentityusbMIB | The MIB module for USB administration entities. |