sunSubAgentStatus

SUN-SEA-PROXY-MIB · .1.3.6.1.4.1.42.2.15.8.1.2

Object

column r/w Enumeration
This variable provides the state of the sub-agent. When the
sub-agent is started the state is 'init'. Once the sub-agent
has read it's configuration files, but has not registered
with the master , the state is 'load'. After the 'load'
state the  sub-agent goes into 'active' state. In this state
the sub-agent has registered with the master agent and
would respond to any requests from the master agent and can
also generate traps.

Context

MIB
SUN-SEA-PROXY-MIB
OID
.1.3.6.1.4.1.42.2.15.8.1.2
Type
column
Access
readwrite
Status
current
Parent
sunSubAgentEntry

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 'SUN-SEA-PROXY-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUN-SEA-PROXY-MIB::sunSubAgentStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUN-SEA-PROXY-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUN-SEA-PROXY-MIB::sunSubAgentStatus.<sunSubAgentID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUN-SEA-PROXY-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUN-SEA-PROXY-MIB::sunSubAgentStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1init
2load
3active
4inactive
5destroy