APERTUS-UA-ROUND-ROBIN-MIB

File: APERTUS-UA-ROUND-ROBIN-MIB.mib (6944 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

AperRoundRobinDomainEntry  
SEQUENCE    
  aperRoundRobinDomainName DisplayString
  aperRoundRobinDomainLastHostIndex INTEGER
  aperRoundRobinDomainUpServers INTEGER
  aperRoundRobinDomainDownServers INTEGER

AperRoundRobinNodeEntry  
SEQUENCE    
  aperRoundRobinNodeName DisplayString
  aperRoundRobinNodeIP IpAddress
  aperRoundRobinNodeHostIndex INTEGER
  aperRoundRobinNodePoolIndex INTEGER
  aperRoundRobinNodeStatus INTEGER
  aperRoundRobinNodeResponseTime TimeTicks

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    

aperroundrobin 1.3.6.1.4.1.543.3.3.4
OBJECT IDENTIFIER    

aperRoundRobinMIB 1.3.6.1.4.1.543.3.3.4.1
OBJECT IDENTIFIER    

aperRoundRobinMIBObjects 1.3.6.1.4.1.543.3.3.4.1.1
OBJECT IDENTIFIER    

aperRoundRobinConfig 1.3.6.1.4.1.543.3.3.4.1.1.1
OBJECT IDENTIFIER    

aperRoundRobinDomain 1.3.6.1.4.1.543.3.3.4.1.1.2
OBJECT IDENTIFIER    

aperRoundRobinNode 1.3.6.1.4.1.543.3.3.4.1.1.3
OBJECT IDENTIFIER    

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

aperRoundRobinConfigUpTime 1.3.6.1.4.1.543.3.3.4.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  

aperRoundRobinDomainTable 1.3.6.1.4.1.543.3.3.4.1.1.2.1
Domain information broken down domain name.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AperRoundRobinDomainEntry

aperRoundRobinDomainEntry 1.3.6.1.4.1.543.3.3.4.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    
  AperRoundRobinDomainEntry  

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

aperRoundRobinDomainLastHostIndex 1.3.6.1.4.1.543.3.3.4.1.1.2.1.1.2
The host index number (from round robin node table) that was given out at the last query. A value of -1 is used to indicate that no value has ever been returned for this domain.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -1..2147483647  

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

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

aperRoundRobinNodeTable 1.3.6.1.4.1.543.3.3.4.1.1.3.1
Node information broken down domain name and IP address
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AperRoundRobinNodeEntry

aperRoundRobinNodeEntry 1.3.6.1.4.1.543.3.3.4.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    
  AperRoundRobinNodeEntry  

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

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

aperRoundRobinNodeHostIndex 1.3.6.1.4.1.543.3.3.4.1.1.3.1.1.3
This value is the host index within the domain. The lower the number, the higher the preference towards using the node for all name to address mappings.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

aperRoundRobinNodePoolIndex 1.3.6.1.4.1.543.3.3.4.1.1.3.1.1.4
This value is the pool index. When all nodes with a lower index are down, the items with next highest pool index are considered for roundRobin usage.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

aperRoundRobinNodeStatus 1.3.6.1.4.1.543.3.3.4.1.1.3.1.1.5
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), notqueried(3)  

aperRoundRobinNodeResponseTime 1.3.6.1.4.1.543.3.3.4.1.1.3.1.1.6
Response time in MS of last node access. A value of 0 is returned if NodeStatus is not ready(1) or if the node has never been queried
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks