sBTAModulesRPCOutletState
Baytech-MIB-403-1 ·
.1.3.6.1.4.1.4779.1.3.5.3.1.3
Object
column mandatory
r/w
Enumeration
Getting this variable will return the state of the outlet. Valid return states are unknown, on, off, lockon, lockoff. 0 = off 1 = on 2 = reboot 3 = lockon (outlet is on and no changes are allowed) 4 = lockoff (outlet is off and no changes are allowed) 5 = unlock.
Context
- MIB
- Baytech-MIB-403-1
- OID
.1.3.6.1.4.1.4779.1.3.5.3.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- sBTAModulesRPCOutletEntry
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 'Baytech-MIB-403-1' -M '/opt/observium/mibs/baytech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Baytech-MIB-403-1::sBTAModulesRPCOutletState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Baytech-MIB-403-1' -M '/opt/observium/mibs/baytech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Baytech-MIB-403-1::sBTAModulesRPCOutletState.<sBTAModulesRPCOutletModuleIndex>.<sBTAModulesRPCOutletIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Baytech-MIB-403-1' -M '/opt/observium/mibs/baytech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Baytech-MIB-403-1::sBTAModulesRPCOutletState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | off |
1 | on |
2 | reboot |
3 | lockon |
4 | lockoff |
5 | unlock |
6 | unknown |