APERTUS-UA-FALLBACK-MIB

File: APERTUS-UA-FALLBACK-MIB.mib (6388 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

AperFallbackDomainEntry  
SEQUENCE    
  aperFallbackDomainName DisplayString
  aperFallbackDomainUpServers INTEGER
  aperFallbackDomainDownServers INTEGER

AperFallbackNodeEntry  
SEQUENCE    
  aperFallbackNodeName DisplayString
  aperFallbackNodeIP IpAddress
  aperFallbackNodeHostIndex INTEGER
  aperFallbackNodePoolIndex INTEGER
  aperFallbackNodeStatus INTEGER
  aperFallbackNodeResponseTime 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    

aperfallback 1.3.6.1.4.1.543.3.3.3
OBJECT IDENTIFIER    

aperFallbackMIB 1.3.6.1.4.1.543.3.3.3.1
OBJECT IDENTIFIER    

aperFallbackMIBObjects 1.3.6.1.4.1.543.3.3.3.1.1
OBJECT IDENTIFIER    

aperFallbackConfig 1.3.6.1.4.1.543.3.3.3.1.1.1
OBJECT IDENTIFIER    

aperFallbackDomain 1.3.6.1.4.1.543.3.3.3.1.1.2
OBJECT IDENTIFIER    

aperFallbackNode 1.3.6.1.4.1.543.3.3.3.1.1.3
OBJECT IDENTIFIER    

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

aperFallbackConfigUpTime 1.3.6.1.4.1.543.3.3.3.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  

aperFallbackDomainTable 1.3.6.1.4.1.543.3.3.3.1.1.2.1
Domain information broken down domain name.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AperFallbackDomainEntry

aperFallbackDomainEntry 1.3.6.1.4.1.543.3.3.3.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    
  AperFallbackDomainEntry  

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

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

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

aperFallbackNodeTable 1.3.6.1.4.1.543.3.3.3.1.1.3.1
Node information broken down domain name and IP address
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AperFallbackNodeEntry

aperFallbackNodeEntry 1.3.6.1.4.1.543.3.3.3.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    
  AperFallbackNodeEntry  

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

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

aperFallbackNodeHostIndex 1.3.6.1.4.1.543.3.3.3.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  

aperFallbackNodePoolIndex 1.3.6.1.4.1.543.3.3.3.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 fallback usage.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

aperFallbackNodeStatus 1.3.6.1.4.1.543.3.3.3.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)  

aperFallbackNodeResponseTime 1.3.6.1.4.1.543.3.3.3.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