SUN-MASTER-AGENT-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
3
Rows
3
Columns
24

sunSubAgentTable

table mandatory
.1.3.6.1.4.1.42.2.15.8 · 1 row entry · 12 columns
Uses the oracle variant from /opt/observium/mibs/oracle.
Command help
Walk sunSubAgentTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SUN-MASTER-AGENT-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUN-MASTER-AGENT-MIB::sunSubAgentTable'
This table lists all the sub-agents that are registered
with the master agent. The list contains the names of all
the sub agents that are currently running on the system.
Some of these sub agents could be invoked by the master
agent and other's could have benn invoked by other means.
sunSubAgentEntry row .1.3.6.1.4.1.42.2.15.8.1
An entry in the sub-agent table.
Indexes
Column Syntax OID
sunSubAgentIDmandatory
This is the id for each sub agent that is running and
registered with the master agent.
Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.42.2.15.8.1.1
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'. A…
Enumerationr/w
Enumerated Values:
1init
2load
3active
4inactive
5destroy
.1.3.6.1.4.1.42.2.15.8.1.2
The max. time for which the master agent would wait
for a sub-agent to complete the request. The value is
specified in usec.
Integer32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.42.2.15.8.1.3
The port number of the sub-agent on which it listens for
requests from the master agent.
Integer32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.42.2.15.8.1.4
This is the registration file of a sub-agent. Each sub-agent
has its own registration file. This file contains information
pertinent to each agent. The information includes the name
of the agent, the subtree OIDs manage…
SNMPv2-TCDisplayStringr/w
Type Constraints:
range: 0..255
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.42.2.15.8.1.5
This is a file that has the access control information
for each sub agent. It stores SNMP-related community
information. Every subagent and a Master Agent can have
its own access control file.
SNMPv2-TCDisplayStringr/w
Type Constraints:
range: 0..255
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.42.2.15.8.1.6
The executable file of the sub-agent.
SNMPv2-TCDisplayStringr/w
Type Constraints:
range: 0..255
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.42.2.15.8.1.7
The version number of the sub-agent.
SNMPv2-TCDisplayStringr/w
Type Constraints:
range: 0..255
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.42.2.15.8.1.8
The process id of the sub-agent.
Integer32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.42.2.15.8.1.9
The name of the sub-agent. This is assigned by the user.
SNMPv2-TCDisplayStringr/w
Type Constraints:
range: 0..255
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.42.2.15.8.1.10
The system up time of the sub-agent.
RFC1155-SMITimeTicksr/w
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.42.2.15.8.1.11
This timeout is used by the Master Agent to determine
if the subagent is up or not. The Master Agent will poll
the subagent only if there has been no activity between
the Master Agent and the subagent for this specified…
Integer32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.42.2.15.8.1.12
.1.3.6.1.4.1.42.2.15.10 · 1 row entry · 8 columns
Uses the oracle variant from /opt/observium/mibs/oracle.
Command help
Walk sunSubTreeConfigurationTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SUN-MASTER-AGENT-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUN-MASTER-AGENT-MIB::sunSubTreeConfigurationTable'
This is the table of subtree registration requests made
by the sub agents. The enteries in this table also include
the sub tree OID's of those agents that are invkoed by
the master agent. This table thus consists of enteries
as configured in the sub agent registration files. These
sub tree OID's are flattened into a OID sub tree dispatch
table in the master agent which is also defined in this MIB.
sunSubTreeConfigurationEntry row .1.3.6.1.4.1.42.2.15.10.1
An entry for table registration.
Column Syntax OID
The index of the table registration.
Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.42.2.15.10.1.1
ID of the sub-agent.
Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.42.2.15.10.1.2
sunSubTreeOIDmandatory
The oid of the subtree table that is being registered. A
sub agent can have multiple sub tree oid's registered
as seperate enteries.
ObjectIdentifierr/w .1.3.6.1.4.1.42.2.15.10.1.3
Starting column of the sub table.
Integer32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.42.2.15.10.1.4
Ending column of the sub table.
Integer32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.42.2.15.10.1.5
Starting row of the sub table.
Integer32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.42.2.15.10.1.6
Ending row of the sub table.
Integer32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.42.2.15.10.1.7
The variable allows to activate or delete the enteries
in this table.
Enumerationr/w
Enumerated Values:
1active
2inactive
.1.3.6.1.4.1.42.2.15.10.1.8

sunSubTreeDispatchTable

table mandatory
.1.3.6.1.4.1.42.2.15.12 · 1 row entry · 4 columns
Uses the oracle variant from /opt/observium/mibs/oracle.
Command help
Walk sunSubTreeDispatchTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SUN-MASTER-AGENT-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUN-MASTER-AGENT-MIB::sunSubTreeDispatchTable'
This table lists all the OID enteries that are
used by the master agent to dispatch the requests to the
sub agents. This table is based on the sub-tree
registration configured in the sub agents registration
files.
sunSubTreeDispatchEntry row .1.3.6.1.4.1.42.2.15.12.1
An entry for tree registration.
Column Syntax OID
The index of the dispatch table entry.
Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.42.2.15.12.1.1
Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.42.2.15.12.1.2
The oid of the subtree.
ObjectIdentifierr/w .1.3.6.1.4.1.42.2.15.12.1.3
The variable allows to activate or delete the enteries
in this table.
Enumerationr/w
Enumerated Values:
1active
2inactive
.1.3.6.1.4.1.42.2.15.12.1.4