xATSSwitchStatusOperationalMode
PowerNet-MIB ·
.1.3.6.1.4.1.318.1.1.17.3.1.2
Object
scalar mandatory
Enumeration
The current operating mode of the transfer switch. When the ATS is in automatic mode, generator starting and ATS transferring is all done automatically as needed based on the state of source 1. Automatic operation is halted when the ATS is in either of the notInAuto modes. A mode of notInAuto indicates that the automatic operation switch is in the disabled position, as indicated by the xATSSwitchStatusAutomaticOperationSwitch OID. The notInAutoAbnormal condition indicates that an abnormal condition has caused the transfer switch to halt automatic operation. In this case, traps can indicate the exact problem. In the case of notInAutoAbnormal, refer to the operation manual for details on how debug the condition and restore automatic operation.
Context
- MIB
- PowerNet-MIB
- OID
.1.3.6.1.4.1.318.1.1.17.3.1.2- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- xATSSwitchStatus
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 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-MIB::xATSSwitchStatusOperationalMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PowerNet-MIB::xATSSwitchStatusOperationalMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | automatic |
2 | notInAutoAbnormal |
3 | notInAuto |
4 | unknown |