AGENTX-MIB

File: AGENTX-MIB.mib (17982 bytes)

Imported modules

SNMPv2-SMI SNMP-FRAMEWORK-MIB SNMPv2-CONF
SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
mib-2 SnmpAdminString MODULE-COMPLIANCE
OBJECT-GROUP TEXTUAL-CONVENTION TimeStamp
TruthValue TDomain

Defined Types

AgentxTAddress  
Denotes a transport service address. This is identical to the TAddress textual convention (SNMPv2-SMI) except that zero-length values are permitted.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

AgentxConnectionEntry  
SEQUENCE    
  agentxConnIndex Unsigned32
  agentxConnOpenTime TimeStamp
  agentxConnTransportDomain TDomain
  agentxConnTransportAddress AgentxTAddress

AgentxSessionEntry  
SEQUENCE    
  agentxSessionIndex Unsigned32
  agentxSessionObjectID OBJECT IDENTIFIER
  agentxSessionDescr SnmpAdminString
  agentxSessionAdminStatus INTEGER
  agentxSessionOpenTime TimeStamp
  agentxSessionAgentXVer INTEGER
  agentxSessionTimeout INTEGER

AgentxRegistrationEntry  
SEQUENCE    
  agentxRegIndex Unsigned32
  agentxRegContext OCTET STRING
  agentxRegStart OBJECT IDENTIFIER
  agentxRegRangeSubId Unsigned32
  agentxRegUpperBound Unsigned32
  agentxRegPriority Unsigned32
  agentxRegTimeout INTEGER
  agentxRegInstance TruthValue

Defined Values

agentxMIB 1.3.6.1.2.1.74
This is the MIB module for the SNMP Agent Extensibility Protocol (AgentX). This MIB module will be implemented by the master agent.
MODULE-IDENTITY    

agentxObjects 1.3.6.1.2.1.74.1
OBJECT IDENTIFIER    

agentxGeneral 1.3.6.1.2.1.74.1.1
OBJECT IDENTIFIER    

agentxConnection 1.3.6.1.2.1.74.1.2
OBJECT IDENTIFIER    

agentxSession 1.3.6.1.2.1.74.1.3
OBJECT IDENTIFIER    

agentxRegistration 1.3.6.1.2.1.74.1.4
OBJECT IDENTIFIER    

agentxDefaultTimeout 1.3.6.1.2.1.74.1.1.1
The default length of time, in seconds, that the master agent should allow to elapse after dispatching a message to a session before it regards the subagent as not responding. This is a system-wide value that may override the timeout value associated with a particular session (agentxSessionTimeout) or a particular registered MIB region (agentxRegTimeout). If the associated value of agentxSessionTimeout and agentxRegTimeout are zero, or impractical in accordance with implementation-specific procedure of the master agent, the value represented by this object will be the effective timeout value for the master agent to await a response to a dispatch from a given subagent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

agentxMasterAgentXVer 1.3.6.1.2.1.74.1.1.2
The AgentX protocol version supported by this master agent. The current protocol version is 1. Note that the master agent must also allow interaction with earlier version subagents.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

agentxConnTableLastChange 1.3.6.1.2.1.74.1.2.1
The value of sysUpTime when the last row creation or deletion occurred in the agentxConnectionTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

agentxConnectionTable 1.3.6.1.2.1.74.1.2.2
The agentxConnectionTable tracks all current AgentX transport connections. There may be zero, one, or more AgentX sessions carried on a given AgentX connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentxConnectionEntry

agentxConnectionEntry 1.3.6.1.2.1.74.1.2.2.1
An agentxConnectionEntry contains information describing a single AgentX transport connection. A connection may be used to support zero or more AgentX sessions. An entry is created when a new transport connection is established, and is destroyed when the transport connection is terminated.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentxConnectionEntry  

agentxConnIndex 1.3.6.1.2.1.74.1.2.2.1.1
agentxConnIndex contains the value that uniquely identifies an open transport connection used by this master agent to provide AgentX service. Values of this index should not be re-used. The value assigned to a given transport connection is constant for the lifetime of that connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

agentxConnOpenTime 1.3.6.1.2.1.74.1.2.2.1.2
The value of sysUpTime when this connection was established and, therefore, its value when this entry was added to the table.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

agentxConnTransportDomain 1.3.6.1.2.1.74.1.2.2.1.3
The transport protocol in use for this connection to the subagent.
Status: current Access: read-only
OBJECT-TYPE    
  TDomain  

agentxConnTransportAddress 1.3.6.1.2.1.74.1.2.2.1.4
The transport address of the remote (subagent) end of this connection to the master agent. This object may be zero-length for unix-domain sockets (and possibly other types of transport addresses) since the subagent need not bind a filename to its local socket.
Status: current Access: read-only
OBJECT-TYPE    
  AgentxTAddress  

agentxSessionTableLastChange 1.3.6.1.2.1.74.1.3.1
The value of sysUpTime when the last row creation or deletion occurred in the agentxSessionTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

agentxSessionTable 1.3.6.1.2.1.74.1.3.2
A table of AgentX subagent sessions currently in effect.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentxSessionEntry

agentxSessionEntry 1.3.6.1.2.1.74.1.3.2.1
Information about a single open session between the AgentX master agent and a subagent is contained in this entry. An entry is created when a new session is successfully established and is destroyed either when the subagent transport connection has terminated or when the subagent session is closed.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentxSessionEntry  

agentxSessionIndex 1.3.6.1.2.1.74.1.3.2.1.1
A unique index for the subagent session. It is the same as h.sessionID defined in the agentx header. Note that if a subagent's session with the master agent is closed for any reason its index should not be re-used. A value of zero(0) is specifically allowed in order to be compatible with the definition of h.sessionId.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..4294967295  

agentxSessionObjectID 1.3.6.1.2.1.74.1.3.2.1.2
This is taken from the o.id field of the agentx-Open-PDU. This attribute will report a value of '0.0' for subagents not supporting the notion of an AgentX session object identifier.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

agentxSessionDescr 1.3.6.1.2.1.74.1.3.2.1.3
A textual description of the session. This is analogous to sysDescr defined in the SNMPv2-MIB in RFC 1907 [19] and is taken from the o.descr field of the agentx-Open-PDU. This attribute will report a zero-length string value for subagents not supporting the notion of a session description.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

agentxSessionAdminStatus 1.3.6.1.2.1.74.1.3.2.1.4
The administrative (desired) status of the session. Setting the value to 'down(2)' closes the subagent session (with c.reason set to 'reasonByManager').
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

agentxSessionOpenTime 1.3.6.1.2.1.74.1.3.2.1.5
The value of sysUpTime when this session was opened and, therefore, its value when this entry was added to the table.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

agentxSessionAgentXVer 1.3.6.1.2.1.74.1.3.2.1.6
The version of the AgentX protocol supported by the session. This must be less than or equal to the value of agentxMasterAgentXVer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

agentxSessionTimeout 1.3.6.1.2.1.74.1.3.2.1.7
The length of time, in seconds, that a master agent should allow to elapse after dispatching a message to this session before it regards the subagent as not responding. This value is taken from the o.timeout field of the agentx-Open-PDU. This is a session-specific value that may be overridden by values associated with the specific registered MIB regions (see agentxRegTimeout). A value of zero(0) indicates that the master agent's default timeout value should be used (see agentxDefaultTimeout).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

agentxRegistrationTableLastChange 1.3.6.1.2.1.74.1.4.1
The value of sysUpTime when the last row creation or deletion occurred in the agentxRegistrationTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

agentxRegistrationTable 1.3.6.1.2.1.74.1.4.2
A table of registered regions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentxRegistrationEntry

agentxRegistrationEntry 1.3.6.1.2.1.74.1.4.2.1
Contains information for a single registered region. An entry is created when a session successfully registers a region and is destroyed for any of three reasons: this region is unregistered by the session, the session is closed, or the subagent connection is closed.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentxRegistrationEntry  

agentxRegIndex 1.3.6.1.2.1.74.1.4.2.1.1
agentxRegIndex uniquely identifies a registration entry. This value is constant for the lifetime of an entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

agentxRegContext 1.3.6.1.2.1.74.1.4.2.1.2
The context in which the session supports the objects in this region. A zero-length context indicates the default context.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

agentxRegStart 1.3.6.1.2.1.74.1.4.2.1.3
The starting OBJECT IDENTIFIER of this registration entry. The session identified by agentxSessionIndex implements objects starting at this value (inclusive). Note that this value could identify an object type, an object instance, or a partial object instance.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

agentxRegRangeSubId 1.3.6.1.2.1.74.1.4.2.1.4
agentxRegRangeSubId is used to specify the range. This is taken from r.region_subid in the registration PDU. If the value of this object is zero, no range is specified. If it is non-zero, it identifies the `nth' sub-identifier in r.region for which this entry's agentxRegUpperBound value is substituted in the OID for purposes of defining the region's upper bound.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentxRegUpperBound 1.3.6.1.2.1.74.1.4.2.1.5
agentxRegUpperBound represents the upper-bound sub-identifier in a registration. This is taken from the r.upper_bound in the registration PDU. If agentxRegRangeSubid (r.region_subid) is zero, this value is also zero and is not used to define an upper bound for this registration.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentxRegPriority 1.3.6.1.2.1.74.1.4.2.1.6
The registration priority. Lower values have higher priority. This value is taken from r.priority in the register PDU. Sessions should use the value of 127 for r.priority if a default value is desired.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentxRegTimeout 1.3.6.1.2.1.74.1.4.2.1.7
The timeout value, in seconds, for responses to requests associated with this registered MIB region. A value of zero(0) indicates the default value (indicated by by agentxSessionTimeout or agentxDefaultTimeout) is to be used. This value is taken from the r.timeout field of the agentx-Register-PDU.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

agentxRegInstance 1.3.6.1.2.1.74.1.4.2.1.8
The value of agentxRegInstance is `true' for registrations for which the INSTANCE_REGISTRATION was set, and is `false' for all other registrations.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

agentxConformance 1.3.6.1.2.1.74.2
OBJECT IDENTIFIER    

agentxMIBGroups 1.3.6.1.2.1.74.2.1
OBJECT IDENTIFIER    

agentxMIBCompliances 1.3.6.1.2.1.74.2.2
OBJECT IDENTIFIER    

agentxMIBCompliance 1.3.6.1.2.1.74.2.2.1
The compliance statement for SNMP entities that implement the AgentX protocol. Note that a compliant agent can implement all objects in this MIB module as read-only.
Status: current Access: read-only
MODULE-COMPLIANCE    

agentxMIBGroup 1.3.6.1.2.1.74.2.1.1
All accessible objects in the AgentX MIB.
Status: current Access: read-only
OBJECT-GROUP