SUN-SEA-PROXY-MIB: View SNMP OID List / Download MIB

VENDOR: SUN MICROSYSTEMS


 Home MIB: SUN-SEA-PROXY-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 sunSeaProxyMIB 1.3.6.1.4.1.42.2.15
The MIB used to manage the snmpdx master agent daemon
       sunSeaProxyMIBStatusFile 1.3.6.1.4.1.42.2.15.1 displaystring read-only
This file stores the process id's of all the sub agents that are invoked by the master agent. The purpose of this file is for Master Agent recovery in case the Master Agent dies or is killed. When the Master Agent restarts, the entries in this file will indicate which subagents are spawned by it previously and what were their port numbers.
       sunSeaProxyMIBResourceConfigFile 1.3.6.1.4.1.42.2.15.2 displaystring read-only
This file is exclusively used by the Master Agent. When the Master Agent comes up, it reads this file. This files stores information for all those agents that can be managed by the Master Agent. Each entry in the configuration file also includes the methods for invoking these subagents. It is also possible for a subagent not to have an entry in this configuration file. Such a subagent can dynamically come up and register with the Master Agent when it comes up.
       sunSeaProxyMIBConfigurationDir 1.3.6.1.4.1.42.2.15.3 displaystring read-only
This is the directory that contains the configuration files for the Master Agent.
       sunSeaProxyMIBTrapPort 1.3.6.1.4.1.42.2.15.4 integer read-only
This is the port that master agent opens to receive SNMP trap notifications from various subagents. The master agent forwards these traps to the managers appropriately.
       sunCheckSubAgentName 1.3.6.1.4.1.42.2.15.5 displaystring read-write
This variable is of use to the sub agents only. It is used by the sub agents to check with the master to check for duplicate sub agent names.
       sunSeaProxyMIBPollInterval 1.3.6.1.4.1.42.2.15.6 integer read-only
This variable speicifies the time interval after which the Master Agent will perform activities other than receiving/sending of SNMP messages. The other activities include trying to find out if there is a change in the resource file, discover if all the agents are responding, and other such routine house keeping activities. This field contains values in seconds.
       sunSeaProxyMIBMaxAgentTimeOut 1.3.6.1.4.1.42.2.15.7 integer read-only
The value of this field can be specified in microseconds. This field signifies the max allowed time-out a subagent can request during registration; e.g., when the Master Agent sends a request to a subagent. It waits for some time-out to receive the response. This time-out can be specified in the registration file or can also be set using dynamic registration. If an agent sets this time-out outrageously high, it can create problems for the Master Agent and other agents. To avoid such a problem, the Master Agent can have a policy of specifying a maximum value for which the Master Agent will wait for a response from the subagent. This maximum value of time-out is specified with this variable.
       sunSubAgentTable 1.3.6.1.4.1.42.2.15.8 no-access
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 1.3.6.1.4.1.42.2.15.8.1 no-access
An entry in the sub-agent table.
               sunSubAgentID 1.3.6.1.4.1.42.2.15.8.1.1 integer read-only
This is the id for each sub agent that is running and registered with the master agent.
               sunSubAgentStatus 1.3.6.1.4.1.42.2.15.8.1.2 integer read-write
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. Enumeration: 'load': 2, 'active': 3, 'init': 1, 'inactive': 4, 'destroy': 5.
               sunSubAgentTimeout 1.3.6.1.4.1.42.2.15.8.1.3 integer read-write
The max. time for which the master agent would wait for a sub-agent to complete the request. The value is specified in usec.
               sunSubAgentPortNumber 1.3.6.1.4.1.42.2.15.8.1.4 integer read-write
The port number of the sub-agent on which it listens for requests from the master agent.
               sunSubAgentRegistrationFile 1.3.6.1.4.1.42.2.15.8.1.5 displaystring read-write
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 managed by the respective agent, request time out, the preferred port number, etc.
               sunSubAgentAccessControlFile 1.3.6.1.4.1.42.2.15.8.1.6 displaystring read-write
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.
               sunSubAgentExecutable 1.3.6.1.4.1.42.2.15.8.1.7 displaystring read-write
The executable file of the sub-agent.
               sunSubAgentVersionNum 1.3.6.1.4.1.42.2.15.8.1.8 displaystring read-write
The version number of the sub-agent.
               sunSubAgentProcessID 1.3.6.1.4.1.42.2.15.8.1.9 integer read-write
The process id of the sub-agent.
               sunSubAgentName 1.3.6.1.4.1.42.2.15.8.1.10 displaystring read-write
The name of the sub-agent. This is assigned by the user.
               sunSubAgentSystemUpTime 1.3.6.1.4.1.42.2.15.8.1.11 timeticks read-write
The system up time of the sub-agent.
               sunSubAgentWatchDogTime 1.3.6.1.4.1.42.2.15.8.1.12 integer read-write
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 interval. This interval is specified in seconds.
       sunSubAgentTableIndex 1.3.6.1.4.1.42.2.15.9 integer read-write
The next available index in sunSubAgentTable.
       sunSubTreeConfigurationTable 1.3.6.1.4.1.42.2.15.10 no-access
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 1.3.6.1.4.1.42.2.15.10.1 no-access
An entry for table registration.
                 sunSubTreeIndex 1.3.6.1.4.1.42.2.15.10.1.1 integer read-only
The index of the table registration.
                 sunSubTreeAgentID 1.3.6.1.4.1.42.2.15.10.1.2 integer read-only
ID of the sub-agent.
                 sunSubTreeOID 1.3.6.1.4.1.42.2.15.10.1.3 object identifier read-write
The oid of the subtree table that is being registered. A sub agent can have multiple sub tree oid's registered as seperate enteries.
                 sunSubTreeStartColumn 1.3.6.1.4.1.42.2.15.10.1.4 integer read-write
Starting column of the sub table.
                 sunSubTreeEndColumn 1.3.6.1.4.1.42.2.15.10.1.5 integer read-write
Ending column of the sub table.
                 sunSubTreeStartRow 1.3.6.1.4.1.42.2.15.10.1.6 integer read-write
Starting row of the sub table.
                 sunSubTreeEndRow 1.3.6.1.4.1.42.2.15.10.1.7 integer read-write
Ending row of the sub table.
                 sunSubTreeStatus 1.3.6.1.4.1.42.2.15.10.1.8 integer read-write
The variable allows to activate or delete the enteries in this table. Enumeration: 'active': 1, 'inactive': 2.
       sunSubTreeConfigurationTableIndex 1.3.6.1.4.1.42.2.15.11 integer read-only
The next available index in sunSubTreeConfigurationTable.
       sunSubTreeDispatchTable 1.3.6.1.4.1.42.2.15.12 no-access
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 1.3.6.1.4.1.42.2.15.12.1 no-access
An entry for tree registration.
                 sunSubTreeDispatchIndex 1.3.6.1.4.1.42.2.15.12.1.1 integer read-only
The index of the dispatch table entry.
                 sunSubTreeDispatchAgentID 1.3.6.1.4.1.42.2.15.12.1.2 integer read-only
                 sunSubTreeDispatchOID 1.3.6.1.4.1.42.2.15.12.1.3 object identifier read-write
The oid of the subtree.
                 sunSubTreeDispatchStatus 1.3.6.1.4.1.42.2.15.12.1.4 integer read-write
The variable allows to activate or delete the enteries in this table. Enumeration: 'active': 1, 'inactive': 2.
       sunSubTreeDispatchTableIndex 1.3.6.1.4.1.42.2.15.13 integer read-only
The next available index in sunSubTreeDispatchTable.