tlpAtsDeviceMainLoadCommand
TRIPPLITE-PRODUCTS ·
.1.3.6.1.4.1.850.1.1.3.4.2.1.1.3
Object
column r/w
Enumeration
Reading this value will always return 0. Setting this value to turnOff(1) will turn off the main output of the ups. Setting this value to turnOn(2) will turn on the main output of the ups. Setting this value to cycle(3) will turn off the main output, then turn it back on.
Context
- MIB
- TRIPPLITE-PRODUCTS
- OID
.1.3.6.1.4.1.850.1.1.3.4.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tlpAtsDeviceEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'TRIPPLITE-PRODUCTS' -M '/opt/observium/mibs/tripplite:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRIPPLITE-PRODUCTS::tlpAtsDeviceMainLoadCommand'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TRIPPLITE-PRODUCTS' -M '/opt/observium/mibs/tripplite:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRIPPLITE-PRODUCTS::tlpAtsDeviceMainLoadCommand.<tlpDeviceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TRIPPLITE-PRODUCTS' -M '/opt/observium/mibs/tripplite:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TRIPPLITE-PRODUCTS::tlpAtsDeviceMainLoadCommand'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | idle |
1 | turnOff |
2 | turnOn |
3 | cycle |