sRPCOutletState

Baytech-MIB-403-1 · .1.3.6.1.4.1.4779.1.3.5.6.1.4

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.6.1.4
Type
column
Access
readwrite
Status
mandatory
Parent
sBTAModulesRPCModPortOutletEntry

Walk 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::sRPCOutletState'
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::sRPCOutletState.<sRPCOutletModuleIndex>.<sRPCOutletPortIndex>.<sRPCOutletIndex>'
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::sRPCOutletState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0off
1on
2reboot
3lockon
4lockoff
5unlock
6unknown