APERTUS-UA-THRESHOLD-MIB

File: APERTUS-UA-THRESHOLD-MIB.mib (8128 bytes)

Imported modules

RFC1213-MIB SNMPv2-SMI SNMPv2-TC
SNMPv2-CONF

Imported symbols

mib-2 MODULE-IDENTITY OBJECT-TYPE
OBJECT-IDENTITY TimeTicks IpAddress
Counter32 Gauge32 TEXTUAL-CONVENTION
RowStatus DisplayString TruthValue
MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

AperThreshDomainEntry  
SEQUENCE    
  aperThreshDomainName DisplayString
  aperThreshDomainLbparms DisplayString
  aperThreshDomainFreeSessions INTEGER
  aperThreshDomainMaxSessions INTEGER
  aperThreshDomainUpServers INTEGER
  aperThreshDomainDownServers INTEGER
  aperThreshDomainCmpMethod INTEGER

AperThreshNodeEntry  
SEQUENCE    
  aperThreshNodeName DisplayString
  aperThreshNodeIP IpAddress
  aperThreshNodeThresholdPercent INTEGER
  aperThreshNodeStatus INTEGER
  aperThreshNodeSessionsAvailable INTEGER
  aperThreshNodeSessionsPossible INTEGER
  aperThreshNodeHandFasted INTEGER

Defined Values

internet 1.3.6.1
OBJECT IDENTIFIER    

directory 1.3.6.1.1
OBJECT IDENTIFIER    

mgmt 1.3.6.1.2
OBJECT IDENTIFIER    

experimental 1.3.6.1.3
OBJECT IDENTIFIER    

private 1.3.6.1.4
OBJECT IDENTIFIER    

enterprises 1.3.6.1.4.1
OBJECT IDENTIFIER    

apertus 1.3.6.1.4.1.543
OBJECT IDENTIFIER    

isg 1.3.6.1.4.1.543.3
OBJECT IDENTIFIER    

aperua 1.3.6.1.4.1.543.3.3
OBJECT IDENTIFIER    

aperthresh 1.3.6.1.4.1.543.3.3.2
OBJECT IDENTIFIER    

aperThreshMIB 1.3.6.1.4.1.543.3.3.2.1
OBJECT IDENTIFIER    

aperThreshMIBObjects 1.3.6.1.4.1.543.3.3.2.1.1
OBJECT IDENTIFIER    

aperThreshConfig 1.3.6.1.4.1.543.3.3.2.1.1.1
OBJECT IDENTIFIER    

aperThreshDomain 1.3.6.1.4.1.543.3.3.2.1.1.2
OBJECT IDENTIFIER    

aperThreshNode 1.3.6.1.4.1.543.3.3.2.1.1.3
OBJECT IDENTIFIER    

aperThreshConfigStatus 1.3.6.1.4.1.543.3.3.2.1.1.1.1
Status of Universal Access server
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ready(1), loading(2), down(3)  

aperThreshConfigUpTime 1.3.6.1.4.1.543.3.3.2.1.1.1.2
This value represents the time elapsed since the server was started in 1/100nths of a second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

aperThreshDomainTable 1.3.6.1.4.1.543.3.3.2.1.1.2.1
Domain information broken down domain name.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AperThreshDomainEntry

aperThreshDomainEntry 1.3.6.1.4.1.543.3.3.2.1.1.2.1.1
This table contains information on each of the load balance domains under its control.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AperThreshDomainEntry  

aperThreshDomainName 1.3.6.1.4.1.543.3.3.2.1.1.2.1.1.1
The zone name for this load-balance domain.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

aperThreshDomainLbparms 1.3.6.1.4.1.543.3.3.2.1.1.2.1.1.2
The load-balance parameters for this load-balance domain.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

aperThreshDomainFreeSessions 1.3.6.1.4.1.543.3.3.2.1.1.2.1.1.3
The number of total sessions report free for this zone.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -2147483648..2147483647  

aperThreshDomainMaxSessions 1.3.6.1.4.1.543.3.3.2.1.1.2.1.1.4
The number of sessions, not including downed servers, possible for this zone.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -2147483648..2147483647  

aperThreshDomainUpServers 1.3.6.1.4.1.543.3.3.2.1.1.2.1.1.5
The number of servers that are up at this time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -2147483648..2147483647  

aperThreshDomainDownServers 1.3.6.1.4.1.543.3.3.2.1.1.2.1.1.6
The number of servers in list that are marked as down at this time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -2147483648..2147483647  

aperThreshDomainCmpMethod 1.3.6.1.4.1.543.3.3.2.1.1.2.1.1.7
The method used when comparing values within the zone. The percent(1) method indicates that balancing is done as a percentage of available resources. Absolute(2) indicates that the session values themselves are used during compares.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER percent(1), absolute(2)  

aperThreshNodeTable 1.3.6.1.4.1.543.3.3.2.1.1.3.1
Node information broken down domain name and IP address
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AperThreshNodeEntry

aperThreshNodeEntry 1.3.6.1.4.1.543.3.3.2.1.1.3.1.1
This table contains information on each of the machines in the different laod balance zones.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AperThreshNodeEntry  

aperThreshNodeName 1.3.6.1.4.1.543.3.3.2.1.1.3.1.1.1
The zone name for this Node.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

aperThreshNodeIP 1.3.6.1.4.1.543.3.3.2.1.1.3.1.1.2
The IP address of the NODE.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

aperThreshNodeThresholdPercent 1.3.6.1.4.1.543.3.3.2.1.1.3.1.1.3
This value is the threshold percentage at which this node becomes available for consideration. All nodes with less threshold percentage than this must be either down or at this percentage of usage before the NODE processess for this IP will be queried for status. At least one 0% node must exist for the domain to function.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

aperThreshNodeStatus 1.3.6.1.4.1.543.3.3.2.1.1.3.1.1.4
Indicates the status of the node. Up(1) shows that the node is up and is being considered for use. Down(2) indicates that the last query to the NODE image resulted in a down marker for the node. Admindown(3) indicates that an administrator took the node offline manually (from the UA server end). Notqueried(4) is used to indicate that a node has never been queried. This is normally the case when threshold percentages are being used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), notqueried(3)  

aperThreshNodeSessionsAvailable 1.3.6.1.4.1.543.3.3.2.1.1.3.1.1.5
Number of session available at last query. If Status is not up(1), this value may be inaccurate.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -2147483648..2147483647  

aperThreshNodeSessionsPossible 1.3.6.1.4.1.543.3.3.2.1.1.3.1.1.6
Number of sessions possible for this node. If Status is not up(1), this value may be inaccurate.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -2147483648..2147483647  

aperThreshNodeHandFasted 1.3.6.1.4.1.543.3.3.2.1.1.3.1.1.7
Number of sessions assigned to this node for which a NODE query has not resolved.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -2147483648..2147483647