SUBAGENT-MIB

File: SUBAGENT-MIB.mib (42556 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises
TimeTicks Counter32 Integer32
DisplayString MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

SaEntry  
SEQUENCE    
  saIndex INTEGER
  saIdentifier OBJECT IDENTIFIER
  saDescription DisplayString
  saStatus INTEGER
  saStatusChangeTime TimeTicks
  saProtocol INTEGER
  saProtocolVersion INTEGER
  saProtocolRelease INTEGER
  saTransport INTEGER
  saTransportAddress OCTET STRING
  saTimeout INTEGER
  saMaxVarBinds INTEGER
  saPacketsIn Counter32
  saPacketsOut Counter32

SaTreeEntry  
SEQUENCE    
  saTsubtree OBJECT IDENTIFIER
  saTpriority INTEGER
  saTindex INTEGER
  saTstatus INTEGER
  saTtimeout INTEGER

Defined Values

saMIB 1.3.6.1.4.1.2.4.12
The MIB module describing SNMP subagents.
MODULE-IDENTITY    

ibm 1.3.6.1.4.1.2
OBJECT IDENTIFIER    

ibmResearch 1.3.6.1.4.1.2.4
OBJECT IDENTIFIER    

max-timeout  
INTEGER    

saDefaultTimeout 1.3.6.1.4.1.2.4.12.1
The default timeout (in seconds) that this agent waits for a response from a SubAgent. This value is used if a timeout value is not specified for the subtree nor for the subagent that exports the subtree.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

saMaxTimeout 1.3.6.1.4.1.2.4.12.2
The maximum timeout (in seconds) that this agent allows for timeout values for SubAgents. When you try to set any other timeout value it must be between 1 and this maximum value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..600  

saAllowDuplicateIDs 1.3.6.1.4.1.2.4.12.3
Controls if multiple instances of a sub-agent (as identified by the sub-agent Identifier) are allowed. Setting this object to the value no(2) will prevent (new) duplicate sub-agentIDs. However, if any duplicates exist at that point in time, the agent will not remove them. That is considered a manager responsibility.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

saNumber 1.3.6.1.4.1.2.4.12.4
The number of entries in the saTable
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

saAllPacketsIn 1.3.6.1.4.1.2.4.12.5
A count of packets received from all subagents.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

saAllPacketsOut 1.3.6.1.4.1.2.4.12.6
A count of packets send to all subagents.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

saTable 1.3.6.1.4.1.2.4.12.7
The SubAgent table, listing all subagents.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SaEntry

saEntry 1.3.6.1.4.1.2.4.12.7.1
An entry in the SubAgnet table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SaEntry  

saIndex 1.3.6.1.4.1.2.4.12.7.1.1
An index which uniquely identifies a SubAgent. The value must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..4294967295  

saIdentifier 1.3.6.1.4.1.2.4.12.7.1.2
The authoritative identification for a SubAgent.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

saDescription 1.3.6.1.4.1.2.4.12.7.1.3
A descriptive name for a SubAgent.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

saStatus 1.3.6.1.4.1.2.4.12.7.1.4
The status of the SubAgent. The only value that can be set is invalid(2). This can only be done if the status is not already in a ClosedSomething status. (Note: it is OK for an agent to accept a SET that would set the value to exactly the same value as the current status). Setting this object to the value invalid(2) has the effect of invalidating the entry upon which the agent will close the connection and turn it to status closedByManager(5). It is an implementation specific matter if an entry that is not valid(1) is removed from the table right away, after some period of time or not at all.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2), connecting(3), disconnecting(4), closedByManager(5), closedByAgent(6), closedBySubAgent(7), closedBySubAgentTimeout(8), closedBySubAgentError(9)  

saStatusChangeTime 1.3.6.1.4.1.2.4.12.7.1.5
The timestamp of the last status change of the SubAgent.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

saProtocol 1.3.6.1.4.1.2.4.12.7.1.6
The SubAgent protocol being used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER smux(1), dpi(2), moh(3)  

saProtocolVersion 1.3.6.1.4.1.2.4.12.7.1.7
The version of the SubAgent Protocol used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

saProtocolRelease 1.3.6.1.4.1.2.4.12.7.1.8
The release of the SubAgent Protocol used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

saTransport 1.3.6.1.4.1.2.4.12.7.1.9
The transport protocol used by the SubAgent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER udp(1), tcp(2), nmq(3), sna(4)  

saTransportAddress 1.3.6.1.4.1.2.4.12.7.1.10
The address of the subagent (transport specific address information).
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

saTimeout 1.3.6.1.4.1.2.4.12.7.1.11
The default timeout (seconds) for a SubAgent response. This value will be used if there is no timeout value specified for a particular subtree.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..600  

saMaxVarBinds 1.3.6.1.4.1.2.4.12.7.1.12
Max varBinds this subagent accepts per request.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..4294967295  

saPacketsIn 1.3.6.1.4.1.2.4.12.7.1.13
A count of packets send to this subagent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

saPacketsOut 1.3.6.1.4.1.2.4.12.7.1.14
A count of packets send to this subagent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

saTreeTable 1.3.6.1.4.1.2.4.12.8
The SubAgent tree table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SaTreeEntry

saTreeEntry 1.3.6.1.4.1.2.4.12.8.1
An entry in the SubAgent tree table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SaTreeEntry  

saTsubtree 1.3.6.1.4.1.2.4.12.8.1.1
The MIB subtree being exported by the SubAgent.
Status: current Access: not-accessible
OBJECT-TYPE    
  OBJECT IDENTIFIER  

saTpriority 1.3.6.1.4.1.2.4.12.8.1.2
The SubAgents Priority when exporting the MIB subtree. The lower the value the better the priority.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..07fffffff  

saTindex 1.3.6.1.4.1.2.4.12.8.1.3
The SubAgent's identity (index into the saTable).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

saTstatus 1.3.6.1.4.1.2.4.12.8.1.4
The status of subtree exported by the SubAgent. Setting this object to the value invalid(2) has the effect of invalidating the entry. It is an implementation specific matter if an entry that is not valid(1) is removed from the table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

saTtimeout 1.3.6.1.4.1.2.4.12.8.1.5
The timeout (in seconds) for objects in this subtree. A value of zero (0) means that the overall timeout value (as specified in the saTableEntry for the SubAgent) will be used.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..600  

saMIBConformance 1.3.6.1.4.1.2.4.12.9
OBJECT IDENTIFIER    

saMIBCompliances 1.3.6.1.4.1.2.4.12.9.1
OBJECT IDENTIFIER    

saMIBGroups 1.3.6.1.4.1.2.4.12.9.2
OBJECT IDENTIFIER    

saMIBCompliance 1.3.6.1.4.1.2.4.12.9.1.1
The compliance statement for SNMPv2 entities which implement the saMIB (subAgent MIB).
Status: current Access: read-write
MODULE-COMPLIANCE    

saTableGroup 1.3.6.1.4.1.2.4.12.9.2.1
The saTableGroup defines the objects that are used to list/control all SNMP subagents
Status: current Access: read-write
OBJECT-GROUP    

saTreeGroup 1.3.6.1.4.1.2.4.12.9.2.2
The saTreeGroup defines the objects that are used to list/control all registered SubTrees.
Status: current Access: read-write
OBJECT-GROUP