AT-LB-MIB

File: AT-LB-MIB.mib (19035 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
AT-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress DisplayString TruthValue
ifIndex modules DisplayStringUnsized

Defined Types

LbShowGlobalEntry  
SEQUENCE    
  lbGlobalIndex INTEGER
  lbAffinityTimeOut INTEGER
  lbOrphanTimeOut INTEGER
  lbCriticalRst INTEGER
  lbTotalResources INTEGER
  lbTotalResPools INTEGER
  lbTotalVirtBals INTEGER
  lbCurrentConnections INTEGER

LbShowResEntry  
SEQUENCE    
  lbResIndex INTEGER
  lbResource DisplayString
  lbResIp IpAddress
  lbResPort INTEGER
  lbResState DisplayString
  lbResWeight INTEGER
  lbResTotalConnections INTEGER
  lbResCurrentConnections INTEGER

LbShowResPoolEntry  
SEQUENCE    
  lbResPoolIndex INTEGER
  lbResPoolResourceIndex INTEGER
  lbResPool DisplayString
  lbResPoolSelectionAlg DisplayString
  lbResPoolFailOnLast DisplayString
  lbResPoolTotalConnections DisplayString
  lbResPoolResources DisplayString

LbShowVirtBalEntry  
SEQUENCE    
  lbVirtBalIndex INTEGER
  lbVirtBal DisplayString
  lbVirtBalPublicIp IpAddress
  lbVirtBalPublicPort INTEGER
  lbVirtBalState DisplayString
  lbVirtBalResPool DisplayString
  lbVirtBalType DisplayString
  lbVirtBalTotalConnections INTEGER
  lbVirtBalAffinity DisplayString
  lbVirtBalHttpErrorCode DisplayString

LbShowAffEntry  
SEQUENCE    
  lbAffIndex INTEGER
  lbAffVirtBal DisplayString
  lbAffClientIp IpAddress
  lbAffCookie DisplayString
  lbAffResource DisplayString
  lbAffExpiry INTEGER

LbShowConEntry  
SEQUENCE    
  lbConIndex INTEGER
  lbConVirtBal DisplayString
  lbConClientIp IpAddress
  lbConPort INTEGER
  lbConResource DisplayString

Defined Values

lb 1.3.6.1.4.1.207.8.4.4.4.104
This MIB file contains definitions of managed objects for the LB module.
MODULE-IDENTITY    

lbShowGlobalTable 1.3.6.1.4.1.207.8.4.4.4.104.1
General configuration and status of all of the virtual balancers configured on the router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LbShowGlobalEntry

lbShowGlobalEntry 1.3.6.1.4.1.207.8.4.4.4.104.1.1
An entry in the global table.
Status: current Access: not-accessible
OBJECT-TYPE    
  LbShowGlobalEntry  

lbGlobalIndex 1.3.6.1.4.1.207.8.4.4.4.104.1.1.1
The index for the global table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbAffinityTimeOut 1.3.6.1.4.1.207.8.4.4.4.104.1.1.2
The length of time in seconds that a resource can be associated to a source IP address or Cookie after the connection has been closed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbOrphanTimeOut 1.3.6.1.4.1.207.8.4.4.4.104.1.1.3
The length of time in seconds that a connection can exist without having any data traversing it, before being declared an orphan and closed by the router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbCriticalRst 1.3.6.1.4.1.207.8.4.4.4.104.1.1.4
The ratio of total messages received from a resource that can be TCP RST messages represented as a percentage.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbTotalResources 1.3.6.1.4.1.207.8.4.4.4.104.1.1.5
The total number of resources configured on the router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbTotalResPools 1.3.6.1.4.1.207.8.4.4.4.104.1.1.6
The total number of resource pools configured on the router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbTotalVirtBals 1.3.6.1.4.1.207.8.4.4.4.104.1.1.7
The total number of virtual balancers configured on the router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbCurrentConnections 1.3.6.1.4.1.207.8.4.4.4.104.1.1.8
Displays the current total number of connections to all resources in every resource pool on the router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbShowResTable 1.3.6.1.4.1.207.8.4.4.4.104.2
A list about the general information about for a given resource.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LbShowResEntry

lbShowResEntry 1.3.6.1.4.1.207.8.4.4.4.104.2.1
An entry in the resource table.
Status: current Access: not-accessible
OBJECT-TYPE    
  LbShowResEntry  

lbResIndex 1.3.6.1.4.1.207.8.4.4.4.104.2.1.1
The index for the resource table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbResource 1.3.6.1.4.1.207.8.4.4.4.104.2.1.2
The name of the resource.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbResIp 1.3.6.1.4.1.207.8.4.4.4.104.2.1.3
The IP address that a virtual balancer uses to accesses the resource.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

lbResPort 1.3.6.1.4.1.207.8.4.4.4.104.2.1.4
The port that the service that the resource offer is accessed on.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbResState 1.3.6.1.4.1.207.8.4.4.4.104.2.1.5
The current state of the resource, either UP, DOWN, or CLOSING.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbResWeight 1.3.6.1.4.1.207.8.4.4.4.104.2.1.6
The weight that the virtual balancer will apply to the resource when selecting resources to try a connection to from a resource pool using either the WEIGHTEDLEASTCONNECT or WEIGHTEDLOTTERY selection algorithms.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbResTotalConnections 1.3.6.1.4.1.207.8.4.4.4.104.2.1.7
The total number of successful connections that have been made to this resource while it has been in the UP state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbResCurrentConnections 1.3.6.1.4.1.207.8.4.4.4.104.2.1.8
The total number of connections currently made to the resource.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbShowResPoolTable 1.3.6.1.4.1.207.8.4.4.4.104.3
A list about the general information about for a given resource pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LbShowResPoolEntry

lbShowResPoolEntry 1.3.6.1.4.1.207.8.4.4.4.104.3.1
An entry in the resource pool table.
Status: current Access: not-accessible
OBJECT-TYPE    
  LbShowResPoolEntry  

lbResPoolIndex 1.3.6.1.4.1.207.8.4.4.4.104.3.1.1
The index for the resource pool table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbResPoolResourceIndex 1.3.6.1.4.1.207.8.4.4.4.104.3.1.2
The index for the resource table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbResPool 1.3.6.1.4.1.207.8.4.4.4.104.3.1.3
The name of the resource pool.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbResPoolSelectionAlg 1.3.6.1.4.1.207.8.4.4.4.104.3.1.4
The selection algorithm that ius employed by this resource pool when a resource has been selected for a connection. The options are ROUNDROBIN, WEIGHTEDLEASTCONNECT, WEIGHTEDLOTTERY and FASTESTRESPONSE.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbResPoolFailOnLast 1.3.6.1.4.1.207.8.4.4.4.104.3.1.5
Indicates whether or not the resource pool will fail a resource if it is the last resource in the resource pool.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbResPoolTotalConnections 1.3.6.1.4.1.207.8.4.4.4.104.3.1.6
The total number of successful connections that have been made to the resources in the resource pool over the lifetime of the resource pool.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbResPoolResources 1.3.6.1.4.1.207.8.4.4.4.104.3.1.7
The name of the resource that is currently allocated to the resource pool.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbShowVirtBalTable 1.3.6.1.4.1.207.8.4.4.4.104.4
A list about the general information about for a given virtual balancer.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LbShowVirtBalEntry

lbShowVirtBalEntry 1.3.6.1.4.1.207.8.4.4.4.104.4.1
An entry in the virtual balancer table.
Status: current Access: not-accessible
OBJECT-TYPE    
  LbShowVirtBalEntry  

lbVirtBalIndex 1.3.6.1.4.1.207.8.4.4.4.104.4.1.1
The index for the virtual balancer table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbVirtBal 1.3.6.1.4.1.207.8.4.4.4.104.4.1.2
The name of the virtual balancer.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbVirtBalPublicIp 1.3.6.1.4.1.207.8.4.4.4.104.4.1.3
The IP address on which the virtual balancer will receive requests for the service provided by the resource pool associated with it.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

lbVirtBalPublicPort 1.3.6.1.4.1.207.8.4.4.4.104.4.1.4
The port on which the virtual balancer will receive requests for the service provided by the resource pool associated with it.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbVirtBalState 1.3.6.1.4.1.207.8.4.4.4.104.4.1.5
The current state of the virtual balancer, can either be UP, CLOSING, or DOWN.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbVirtBalResPool 1.3.6.1.4.1.207.8.4.4.4.104.4.1.6
The name of the resource pool that is associated with the virtual balancer.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbVirtBalType 1.3.6.1.4.1.207.8.4.4.4.104.4.1.7
The type of load balancer that this virtual balancer currently is, can be either TCP, HTTP, or ROUTE.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbVirtBalTotalConnections 1.3.6.1.4.1.207.8.4.4.4.104.4.1.8
The total number of stateful connections currently running through this virtual balancer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbVirtBalAffinity 1.3.6.1.4.1.207.8.4.4.4.104.4.1.9
Indicates whether or not entries will be made in a virtual balancers' affinity table for each stateful connection to a resource in its' resource pool (TCP and ROUTE type) or for cookies received from clients (HTTP type).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbVirtBalHttpErrorCode 1.3.6.1.4.1.207.8.4.4.4.104.4.1.10
A list of the HTTP server error status code added.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbShowAffTable 1.3.6.1.4.1.207.8.4.4.4.104.5
A list of affinity tables for all configured virtual balancers on the router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LbShowAffEntry

lbShowAffEntry 1.3.6.1.4.1.207.8.4.4.4.104.5.1
An entry in the affinity table.
Status: current Access: not-accessible
OBJECT-TYPE    
  LbShowAffEntry  

lbAffIndex 1.3.6.1.4.1.207.8.4.4.4.104.5.1.1
The index for the affinity table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbAffVirtBal 1.3.6.1.4.1.207.8.4.4.4.104.5.1.2
The name of the virtual balancer whose affinity table is being displayed.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbAffClientIp 1.3.6.1.4.1.207.8.4.4.4.104.5.1.3
The IP address that has affinity to the given resource.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

lbAffCookie 1.3.6.1.4.1.207.8.4.4.4.104.5.1.4
The cookie that has affinity to the given resource.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbAffResource 1.3.6.1.4.1.207.8.4.4.4.104.5.1.5
The name of the resource that the Client IP/Cookie has an affinity for.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbAffExpiry 1.3.6.1.4.1.207.8.4.4.4.104.5.1.6
The amount of seconds left before this entry expires, and is removed from the affinity table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbShowConTable 1.3.6.1.4.1.207.8.4.4.4.104.6
A list about all of the TCP connections currently open to a given virtual balancer.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LbShowConEntry

lbShowConEntry 1.3.6.1.4.1.207.8.4.4.4.104.6.1
An entry in the connections table.
Status: current Access: not-accessible
OBJECT-TYPE    
  LbShowConEntry  

lbConIndex 1.3.6.1.4.1.207.8.4.4.4.104.6.1.1
The index for the connections table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbConVirtBal 1.3.6.1.4.1.207.8.4.4.4.104.6.1.2
The name of the virtual balancer the listed connections are to.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

lbConClientIp 1.3.6.1.4.1.207.8.4.4.4.104.6.1.3
The IP address of that originated the connection.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

lbConPort 1.3.6.1.4.1.207.8.4.4.4.104.6.1.4
The port on the originating system that represents the other end of the connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

lbConResource 1.3.6.1.4.1.207.8.4.4.4.104.6.1.5
The name of the resource that the connection has been made to.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString