SUN-MASTER-AGENT-MIB

File: SUN-MASTER-AGENT-MIB.mib (14890 bytes)

Imported modules

RFC1155-SMI RFC-1212 SNMPv2-TC

Imported symbols

TimeTicks enterprises OBJECT-TYPE
DisplayString

Defined Types

SunSubAgentEntry  
SEQUENCE    
  sunSubAgentID INTEGER
  sunSubAgentStatus INTEGER
  sunSubAgentTimeout INTEGER
  sunSubAgentPortNumber INTEGER
  sunSubAgentRegistrationFile DisplayString
  sunSubAgentAccessControlFile DisplayString
  sunSubAgentExecutable DisplayString
  sunSubAgentVersionNum DisplayString
  sunSubAgentProcessID INTEGER
  sunSubAgentName DisplayString
  sunSubAgentSystemUpTime TimeTicks
  sunSubAgentWatchDogTime INTEGER

SunSubTreeConfigurationEntry  
SEQUENCE    
  sunSubTreeIndex INTEGER
  sunSubTreeAgentID INTEGER
  sunSubTreeOID OBJECT IDENTIFIER
  sunSubTreeStartColumn INTEGER
  sunSubTreeEndColumn INTEGER
  sunSubTreeStartRow INTEGER
  sunSubTreeEndRow INTEGER
  sunSubTreeStatus INTEGER

SunSubTreeDispatchEntry  
SEQUENCE    
  sunSubTreeDispatchIndex INTEGER
  sunSubTreeDispatchAgentID INTEGER
  sunSubTreeDispatchOID OBJECT IDENTIFIER
  sunSubTreeDispatchStatus INTEGER

Defined Values

sun 1.3.6.1.4.1.42
OBJECT IDENTIFIER    

products 1.3.6.1.4.1.42.2
OBJECT IDENTIFIER    

sunMasterAgent 1.3.6.1.4.1.42.2.15
OBJECT IDENTIFIER    

sunMasterAgentStatusFile 1.3.6.1.4.1.42.2.15.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sunMasterAgentResourceConfigFile 1.3.6.1.4.1.42.2.15.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sunMasterAgentConfigurationDir 1.3.6.1.4.1.42.2.15.3
This is the directory that contains the configuration files for the Master Agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sunMasterAgentTrapPort 1.3.6.1.4.1.42.2.15.4
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sunCheckSubAgentName 1.3.6.1.4.1.42.2.15.5
This variable is of use to the sub agents only. It is used by the sub agents to check with the master agent to check for duplicate sub agent names.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sunMasterAgentPollInterval 1.3.6.1.4.1.42.2.15.6
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sunMasterAgentMaxAgentTimeOut 1.3.6.1.4.1.42.2.15.7
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sunSubAgentTable 1.3.6.1.4.1.42.2.15.8
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SunSubAgentEntry

sunSubAgentTableIndex 1.3.6.1.4.1.42.2.15.9
The next available index in sunSubAgentTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

sunSubAgentEntry 1.3.6.1.4.1.42.2.15.8.1
An entry in the sub-agent table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SunSubAgentEntry  

sunSubAgentID 1.3.6.1.4.1.42.2.15.8.1.1
This is the id for each sub agent that is running and registered with the master agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sunSubAgentStatus 1.3.6.1.4.1.42.2.15.8.1.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER init(1), load(2), active(3), inactive(4), destroy(5)  

sunSubAgentTimeout 1.3.6.1.4.1.42.2.15.8.1.3
The max. time for which the master agent would wait for a sub-agent to complete the request. The value is specified in usec.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sunSubAgentPortNumber 1.3.6.1.4.1.42.2.15.8.1.4
The port number of the sub-agent on which it listens for requests from the master agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

sunSubAgentRegistrationFile 1.3.6.1.4.1.42.2.15.8.1.5
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sunSubAgentAccessControlFile 1.3.6.1.4.1.42.2.15.8.1.6
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sunSubAgentExecutable 1.3.6.1.4.1.42.2.15.8.1.7
The executable file of the sub-agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sunSubAgentVersionNum 1.3.6.1.4.1.42.2.15.8.1.8
The version number of the sub-agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sunSubAgentProcessID 1.3.6.1.4.1.42.2.15.8.1.9
The process id of the sub-agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sunSubAgentName 1.3.6.1.4.1.42.2.15.8.1.10
The name of the sub-agent. This is assigned by the user.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sunSubAgentSystemUpTime 1.3.6.1.4.1.42.2.15.8.1.11
The system up time of the sub-agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

sunSubAgentWatchDogTime 1.3.6.1.4.1.42.2.15.8.1.12
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sunSubTreeConfigurationTable 1.3.6.1.4.1.42.2.15.10
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SunSubTreeConfigurationEntry

sunSubTreeConfigurationTableIndex 1.3.6.1.4.1.42.2.15.11
The next available index in sunSubTreeConfigurationTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

sunSubTreeConfigurationEntry 1.3.6.1.4.1.42.2.15.10.1
An entry for table registration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SunSubTreeConfigurationEntry  

sunSubTreeIndex 1.3.6.1.4.1.42.2.15.10.1.1
The index of the table registration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sunSubTreeAgentID 1.3.6.1.4.1.42.2.15.10.1.2
ID of the sub-agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sunSubTreeOID 1.3.6.1.4.1.42.2.15.10.1.3
The oid of the subtree table that is being registered. A sub agent can have multiple sub tree oid's registered as seperate enteries.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

sunSubTreeStartColumn 1.3.6.1.4.1.42.2.15.10.1.4
Starting column of the sub table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sunSubTreeEndColumn 1.3.6.1.4.1.42.2.15.10.1.5
Ending column of the sub table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sunSubTreeStartRow 1.3.6.1.4.1.42.2.15.10.1.6
Starting row of the sub table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sunSubTreeEndRow 1.3.6.1.4.1.42.2.15.10.1.7
Ending row of the sub table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sunSubTreeStatus 1.3.6.1.4.1.42.2.15.10.1.8
The variable allows to activate or delete the enteries in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

sunSubTreeDispatchTable 1.3.6.1.4.1.42.2.15.12
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SunSubTreeDispatchEntry

sunSubTreeDispatchTableIndex 1.3.6.1.4.1.42.2.15.13
The next available index in sunSubTreeDispatchTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

sunSubTreeDispatchEntry 1.3.6.1.4.1.42.2.15.12.1
An entry for tree registration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SunSubTreeDispatchEntry  

sunSubTreeDispatchIndex 1.3.6.1.4.1.42.2.15.12.1.1
The index of the dispatch table entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sunSubTreeDispatchAgentID 1.3.6.1.4.1.42.2.15.12.1.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sunSubTreeDispatchOID 1.3.6.1.4.1.42.2.15.12.1.3
The oid of the subtree.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

sunSubTreeDispatchStatus 1.3.6.1.4.1.42.2.15.12.1.4
The variable allows to activate or delete the enteries in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2)