tlUpsInputSourceAvailability
TRIPPLITE-12X ·
.1.3.6.1.4.1.850.100.1.3.5
Object
scalar 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-12X
- OID
.1.3.6.1.4.1.850.100.1.3.5- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- tlUpsInput
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 'TRIPPLITE-12X' -M '/opt/observium/mibs/tripplite:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRIPPLITE-12X::tlUpsInputSourceAvailability.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TRIPPLITE-12X' -M '/opt/observium/mibs/tripplite:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TRIPPLITE-12X::tlUpsInputSourceAvailability'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | inputSourceA |
2 | inputSourceB |
3 | inputSourceAB |