mouseSpeed
SMC-MIB ·
.1.3.6.1.4.1.10876.1.10.5
Object
scalar r/w
Enumeration
Mouse speed, only available when mouseType is set to otherOS. Available options are Auto, or Fixed Scaling (1:0.25, 1:0.50, 1:1.00, 1:2. 00, 1:4.00).
Context
- MIB
- SMC-MIB
- OID
.1.3.6.1.4.1.10876.1.10.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- kvmSettings
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 'SMC-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SMC-MIB::mouseSpeed.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SMC-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SMC-MIB::mouseSpeed'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | auto |
1 | scale1v025 |
2 | scale1v050 |
3 | scale1v100 |
4 | scale1v200 |
5 | scale1v400 |