EXTREME-SLB-MIB

File: EXTREME-SLB-MIB.mib (4513 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC EXTREME-BASE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
TruthValue extremeAgent

Defined Types

ExtremeSlbRealServerEntry  
SEQUENCE    
  extremeSlbRealServerIpAddress IpAddress
  extremeSlbRealServerUp TruthValue

ExtremeSlbRealAppEntry  
SEQUENCE    
  extremeSlbRealAppIpAddress IpAddress
  extremeSlbRealAppPort INTEGER 0..65535
  extremeSlbRealAppUp TruthValue

Defined Values

extremeSlb 1.3.6.1.4.1.1916.1.14
Extreme Server Load Balancing information
MODULE-IDENTITY    

extremeSlbRealServerTable 1.3.6.1.4.1.1916.1.14.1
This table contains information about a real server. It currently indicates only whether the server is up.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeSlbRealServerEntry

extremeSlbRealServerEntry 1.3.6.1.4.1.1916.1.14.1.1
An entry in the table of real server information.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeSlbRealServerEntry  

extremeSlbRealServerIpAddress 1.3.6.1.4.1.1916.1.14.1.1.1
The IP address of the real server.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

extremeSlbRealServerUp 1.3.6.1.4.1.1916.1.14.1.1.2
Indicates whether the server is operational. If the server is up, the load balancer may send traffic to applications on the server. If the server is not up, the load balancer will send no traffic to the server. This status may be written by an external device that knows the state of the server.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeSlbRealAppTable 1.3.6.1.4.1.1916.1.14.2
This table contains information about an application on a particular TCP or UDP port of a real server. It currently indicates only whether the application is up.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeSlbRealAppEntry

extremeSlbRealAppEntry 1.3.6.1.4.1.1916.1.14.2.1
An entry in the table of real server application information.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeSlbRealAppEntry  

extremeSlbRealAppIpAddress 1.3.6.1.4.1.1916.1.14.2.1.1
The IP address of the real server.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

extremeSlbRealAppPort 1.3.6.1.4.1.1916.1.14.2.1.2
The TCP or UDP port on the real server that the application is using.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

extremeSlbRealAppUp 1.3.6.1.4.1.1916.1.14.2.1.3
Indicates whether the application is operational. If the application is up, the load balancer may send traffic to it. If the application is not up, the load balancer will send no traffic to it, but the load balancer may send traffic to other applications on the same server.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue