tlpUpsOutletGroupCommand
TRIPPLITE-PRODUCTS ·
.1.3.6.1.4.1.850.1.1.3.1.3.5.2.1.6
Object
column r/w
Enumeration
Reading this value will always return 0. Setting this value to turnOff(1) will turn off every outlet associated with the group. Setting this value to turnOn(2) will turn on every outlet associated with the group. Setting this value to cycle(3) will turn off every outlet associated with the group, then turn each outlet back on.
Context
- MIB
- TRIPPLITE-PRODUCTS
- OID
.1.3.6.1.4.1.850.1.1.3.1.3.5.2.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tlpUpsOutletGroupEntry
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::tlpUpsOutletGroupCommand'
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::tlpUpsOutletGroupCommand.<tlpDeviceIndex>.<tlpUpsOutletGroupIndex>'
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::tlpUpsOutletGroupCommand'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | idle |
1 | turnOff |
2 | turnOn |
3 | cycle |