devGpioConfigOutput
WIPIPE-MIB ·
.1.3.6.1.4.1.20992.1.1.7
Object
scalar mandatory
Enumeration
Set the output GPIO config on the connector.
low - Default low output value.
high - high output value.
routerRunning - high output value once the router completes
its boot process.
modemConnected - high output value when the modem completes a
data connection
@GET-FUNC=snmp_get_devGpioConfigOutput
Context
- MIB
- WIPIPE-MIB
- OID
.1.3.6.1.4.1.20992.1.1.7- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- wipipeDevice
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 'WIPIPE-MIB' -M '/opt/observium/mibs/cradlepoint:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WIPIPE-MIB::devGpioConfigOutput.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WIPIPE-MIB' -M '/opt/observium/mibs/cradlepoint:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WIPIPE-MIB::devGpioConfigOutput'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | low |
2 | high |
3 | routerRunning |
4 | modemConnected |