tlpAtsInputSourceAvailability
TRIPPLITE-PRODUCTS ·
.1.3.6.1.4.1.850.1.1.3.4.3.1.1.1.12
Object
column Enumeration
The determination as to which of two AC input lines are available. The agent will return either inputSourceA(1) or inputSourceB(2) if only one line is available, or inputSourceAB(3) if both lines are available. The agent will never return none(0) since the device will be powered off if neither line is available.
Context
- MIB
- TRIPPLITE-PRODUCTS
- OID
.1.3.6.1.4.1.850.1.1.3.4.3.1.1.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- tlpAtsInputEntry
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::tlpAtsInputSourceAvailability'
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::tlpAtsInputSourceAvailability.<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::tlpAtsInputSourceAvailability'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | inputSourceA |
2 | inputSourceB |
3 | inputSourceAB |