All MIBs › USB-MIB › usbCDCDataTransferType
usbCDCDataTransferType
Module: USB-MIB
OID (symbolic): USB-MIB::usbCDCDataTransferType
OID (numeric): 1.3.6.1.3.103.1.4.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Type of data transfer for Data Class Interface used by the Communication Device. Isochronious mode is used for synchronous(1) and bulk transfer mode is used for asynchronous(2)
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.3.103.1.4.1.5 snmpwalk -v2c -c public <target> USB-MIB::usbCDCDataTransferType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.3.103.1.4.1.5.1 snmpget -v2c -c public <target> USB-MIB::usbCDCDataTransferType.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> usbCDCDataTransferType.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.3 | experimental | DASAN-DHCP-MIB |
| 1.3.6.1.3.103 | usbMib | USB-MIB |
| 1.3.6.1.3.103.1 | usbMibObjects | USB-MIB |
| 1.3.6.1.3.103.1.4 | usbCDCTable | USB-MIB |
| 1.3.6.1.3.103.1.4.1 | usbCDCEntry | USB-MIB |
| 1.3.6.1.3.103.1.4.1.5 | usbCDCDataTransferType | USB-MIB |