npPortUsbCurrentMode
JETDIRECT3-MIB ·
.1.3.6.1.4.1.11.2.4.3.13.13
Object
scalar Enumeration
The current operating mode of the USB interface to this device.
unknown = unknown or no device connected
unidirectional = forward data only (USB class 7.1.1)
bidirectional = simple forward and reverse data (USB class 7.1.2)
mlc = HP-MLC protocol (USB class 7.1.2+)
dot4 = IEEE 1284.4 protocol (USB class 7.1.3)
Context
- MIB
- JETDIRECT3-MIB
- OID
.1.3.6.1.4.1.11.2.4.3.13.13- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- npPort
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 'JETDIRECT3-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JETDIRECT3-MIB::npPortUsbCurrentMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JETDIRECT3-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JETDIRECT3-MIB::npPortUsbCurrentMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | unidirectional |
3 | bidirectional |
4 | mlc |
5 | dot4 |