H3C-LBV2-MIB

File: H3C-LBV2-MIB.mib (35705 bytes)

Imported modules

HUAWEI-3COM-OID-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

h3cCommon MODULE-IDENTITY OBJECT-TYPE
Unsigned32 Counter64 NOTIFICATION-TYPE
RowStatus DisplayString

Defined Types

H3cLBv2ActionEntry  
SEQUENCE    
  h3cLBv2ActionName DisplayString
  h3cLBv2ActionDefaultSF DisplayString
  h3cLBv2ActionBackupSF DisplayString
  h3cLBv2ActionInUseSF DisplayString
  h3cLBv2ActionRowStatus RowStatus

H3cLBv2VSEntry  
SEQUENCE    
  h3cLBv2VSName DisplayString
  h3cLBv2VSConnectionsLimit Unsigned32
  h3cLBv2VSConnectionsRateLimit Unsigned32
  h3cLBv2VSDefaultSF DisplayString
  h3cLBv2VSBackupSF DisplayString
  h3cLBv2VSInUseSF DisplayString
  h3cLBv2VSRowStatus RowStatus

H3cLBv2VSStatsEntry  
SEQUENCE    
  h3cLBv2VSStatChassis Unsigned32
  h3cLBv2VSStatSlot Unsigned32
  h3cLBv2VSStatCpuid Unsigned32
  h3cLBv2VSStatTotalConnections Counter64
  h3cLBv2VSStatActiveConnections Unsigned32
  h3cLBv2VSStatClientSidePKTsIn Counter64
  h3cLBv2VSStatClientSidePKTsOut Counter64
  h3cLBv2VSStatDroppedPackets Counter64
  h3cLBv2VSStatClientSideBytesIn Counter64
  h3cLBv2VSStatClientSideBytesOut Counter64
  h3cLBv2VSStatReceivedRequests Counter64
  h3cLBv2VSStatSentResponses Counter64
  h3cLBv2VSStatConnectionsRate Unsigned32

H3cLBv2RSEntry  
SEQUENCE    
  h3cLBv2RSName DisplayString
  h3cLBv2RSRowStatus RowStatus
  h3cLBv2RSConnectionsLimit Unsigned32
  h3cLBv2RSConnectionsRateLimit Unsigned32

H3cLBv2RSStatsEntry  
SEQUENCE    
  h3cLBv2RSStatChassis Unsigned32
  h3cLBv2RSStatSlot Unsigned32
  h3cLBv2RSStatCpuid Unsigned32
  h3cLBv2RSStatTotalConnections Counter64
  h3cLBv2RSStatActiveConnections Unsigned32
  h3cLBv2RSStatServerSidePKTsIn Counter64
  h3cLBv2RSStatServerSidePKTsOut Counter64
  h3cLBv2RSStatDroppedPackets Counter64
  h3cLBv2RSStatServerSideBytesIn Counter64
  h3cLBv2RSStatServerSideBytesOut Counter64
  h3cLBv2RSStatReceivedRequests Counter64
  h3cLBv2RSStatSentResponses Counter64
  h3cLBv2RSStatConnectionsRate Unsigned32

H3cLBv2SFEntry  
SEQUENCE    
  h3cLBv2SFName DisplayString
  h3cLBv2SFRowStatus RowStatus

H3cLBv2SFStatsEntry  
SEQUENCE    
  h3cLBv2SFStatChassis Unsigned32
  h3cLBv2SFStatSlot Unsigned32
  h3cLBv2SFStatCpuid Unsigned32
  h3cLBv2SFStatTotalConnections Counter64
  h3cLBv2SFStatActiveConnections Unsigned32
  h3cLBv2SFStatServerSidePKTsIn Counter64
  h3cLBv2SFStatServerSidePKTsOut Counter64
  h3cLBv2SFStatDroppedPackets Counter64
  h3cLBv2SFStatServerSideBytesIn Counter64
  h3cLBv2SFStatServerSideBytesOut Counter64
  h3cLBv2SFStatReceivedRequests Counter64
  h3cLBv2SFStatSentResponses Counter64

Defined Values

h3cLBv2 1.3.6.1.4.1.2011.10.2.148
The private MIB file includes the LB information of the device.
MODULE-IDENTITY    

h3cLBv2GlobalObjects 1.3.6.1.4.1.2011.10.2.148.1
OBJECT IDENTIFIER    

h3cLBv2TrapEnable 1.3.6.1.4.1.2011.10.2.148.1.1
Indicates whether the module of LB will generate traps for events defined in this MIB. 'enabled' results in SNMP traps; 'disabled', no traps are sent.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

h3cLBv2ActionTables 1.3.6.1.4.1.2011.10.2.148.2
OBJECT IDENTIFIER    

h3cLBv2ActionTable 1.3.6.1.4.1.2011.10.2.148.2.1
Action table for LB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cLBv2ActionEntry

h3cLBv2ActionEntry 1.3.6.1.4.1.2011.10.2.148.2.1.1
An entry contains the information of the action.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cLBv2ActionEntry  

h3cLBv2ActionName 1.3.6.1.4.1.2011.10.2.148.2.1.1.1
Name of the action.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(1..63)  

h3cLBv2ActionDefaultSF 1.3.6.1.4.1.2011.10.2.148.2.1.1.2
Default server farm quoted by the action. A zero length string indicates no default server farm has been assigned.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..63)  

h3cLBv2ActionBackupSF 1.3.6.1.4.1.2011.10.2.148.2.1.1.3
Backup server farm quoted by the action. A zero length string indicates no backup server farm has been assigned.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..63)  

h3cLBv2ActionInUseSF 1.3.6.1.4.1.2011.10.2.148.2.1.1.4
Server farm in use quoted by the action.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

h3cLBv2ActionRowStatus 1.3.6.1.4.1.2011.10.2.148.2.1.1.5
Status of this conceptual row. When create an action, default server farm and backup server farm are optional.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cLBv2VSTables 1.3.6.1.4.1.2011.10.2.148.3
OBJECT IDENTIFIER    

h3cLBv2VSTable 1.3.6.1.4.1.2011.10.2.148.3.1
Virtual server table for LB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cLBv2VSEntry

h3cLBv2VSEntry 1.3.6.1.4.1.2011.10.2.148.3.1.1
An entry contains the information of the virtual server.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cLBv2VSEntry  

h3cLBv2VSName 1.3.6.1.4.1.2011.10.2.148.3.1.1.1
Name of the virtual server.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(1..63)  

h3cLBv2VSConnectionsLimit 1.3.6.1.4.1.2011.10.2.148.3.1.1.2
Max connections limit of the virtual server. 0 means there is no limit.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

h3cLBv2VSConnectionsRateLimit 1.3.6.1.4.1.2011.10.2.148.3.1.1.3
Max connections rate limit of the virtual server. 0 means there is no limit.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

h3cLBv2VSDefaultSF 1.3.6.1.4.1.2011.10.2.148.3.1.1.4
Default server farm quoted by the virtual server. A zero length string indicates no default server farm has been assigned.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..63)  

h3cLBv2VSBackupSF 1.3.6.1.4.1.2011.10.2.148.3.1.1.5
Backup server farm quoted by the virtual server. A zero length string indicates no backup server farm has been assigned.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..63)  

h3cLBv2VSInUseSF 1.3.6.1.4.1.2011.10.2.148.3.1.1.6
Server farm in use quoted by the virtual server.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

h3cLBv2VSRowStatus 1.3.6.1.4.1.2011.10.2.148.3.1.1.7
Status of this conceptual row. When create an virtual server, default server farm and backup server farm are optional.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cLBv2VSStatsTable 1.3.6.1.4.1.2011.10.2.148.3.2
Virtual server statistic table for LB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cLBv2VSStatsEntry

h3cLBv2VSStatsEntry 1.3.6.1.4.1.2011.10.2.148.3.2.1
An entry contains the statistic information of the virtual server.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cLBv2VSStatsEntry  

h3cLBv2VSStatChassis 1.3.6.1.4.1.2011.10.2.148.3.2.1.1
ID of the device that holds the card.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 0..255  

h3cLBv2VSStatSlot 1.3.6.1.4.1.2011.10.2.148.3.2.1.2
Member ID of the card on device.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 0..255  

h3cLBv2VSStatCpuid 1.3.6.1.4.1.2011.10.2.148.3.2.1.3
ID of the CPU on the card.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 0..255  

h3cLBv2VSStatTotalConnections 1.3.6.1.4.1.2011.10.2.148.3.2.1.4
Total number of connections that the virtual server received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2VSStatActiveConnections 1.3.6.1.4.1.2011.10.2.148.3.2.1.5
Active connections that the virtual server received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

h3cLBv2VSStatClientSidePKTsIn 1.3.6.1.4.1.2011.10.2.148.3.2.1.6
Number of packets that the virtual server received from client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2VSStatClientSidePKTsOut 1.3.6.1.4.1.2011.10.2.148.3.2.1.7
Number of packets that the virtual server sent to client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2VSStatDroppedPackets 1.3.6.1.4.1.2011.10.2.148.3.2.1.8
Number of packets that the virtual server dropped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2VSStatClientSideBytesIn 1.3.6.1.4.1.2011.10.2.148.3.2.1.9
Number of bytes that the virtual server received from client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2VSStatClientSideBytesOut 1.3.6.1.4.1.2011.10.2.148.3.2.1.10
Number of bytes that the virtual server sent to client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2VSStatReceivedRequests 1.3.6.1.4.1.2011.10.2.148.3.2.1.11
Number of requests that the virtual server received from client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2VSStatSentResponses 1.3.6.1.4.1.2011.10.2.148.3.2.1.12
Number of responses that the virtual server sent to client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2VSStatConnectionsRate 1.3.6.1.4.1.2011.10.2.148.3.2.1.13
Connections rate of the virtual server.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

h3cLBv2RSTables 1.3.6.1.4.1.2011.10.2.148.4
OBJECT IDENTIFIER    

h3cLBv2RSTable 1.3.6.1.4.1.2011.10.2.148.4.1
Real server table for LB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cLBv2RSEntry

h3cLBv2RSEntry 1.3.6.1.4.1.2011.10.2.148.4.1.1
An entry contains the information of the real server.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cLBv2RSEntry  

h3cLBv2RSName 1.3.6.1.4.1.2011.10.2.148.4.1.1.1
Name of the real server.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(1..63)  

h3cLBv2RSRowStatus 1.3.6.1.4.1.2011.10.2.148.4.1.1.2
Status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cLBv2RSConnectionsLimit 1.3.6.1.4.1.2011.10.2.148.4.1.1.3
Max connections limit of the real server. 0 means there is no limit.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

h3cLBv2RSConnectionsRateLimit 1.3.6.1.4.1.2011.10.2.148.4.1.1.4
Max connections rate limit of the real server. 0 means there is no limit.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

h3cLBv2RSStatsTable 1.3.6.1.4.1.2011.10.2.148.4.2
Real server statistic table for LB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cLBv2RSStatsEntry

h3cLBv2RSStatsEntry 1.3.6.1.4.1.2011.10.2.148.4.2.1
An entry contains the statistic information of the real server.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cLBv2RSStatsEntry  

h3cLBv2RSStatChassis 1.3.6.1.4.1.2011.10.2.148.4.2.1.1
ID of the device that holds the card.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 0..255  

h3cLBv2RSStatSlot 1.3.6.1.4.1.2011.10.2.148.4.2.1.2
Member ID of the card on device.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 0..255  

h3cLBv2RSStatCpuid 1.3.6.1.4.1.2011.10.2.148.4.2.1.3
ID of the CPU on the card.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 0..255  

h3cLBv2RSStatTotalConnections 1.3.6.1.4.1.2011.10.2.148.4.2.1.4
Total number of connections that the real server received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2RSStatActiveConnections 1.3.6.1.4.1.2011.10.2.148.4.2.1.5
Active connections that the real server received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

h3cLBv2RSStatServerSidePKTsIn 1.3.6.1.4.1.2011.10.2.148.4.2.1.6
Number of packets that the real server received from device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2RSStatServerSidePKTsOut 1.3.6.1.4.1.2011.10.2.148.4.2.1.7
Number of packets that the real server sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2RSStatDroppedPackets 1.3.6.1.4.1.2011.10.2.148.4.2.1.8
Number of packets that the real server dropped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2RSStatServerSideBytesIn 1.3.6.1.4.1.2011.10.2.148.4.2.1.9
Number of bytes that the real server received from device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2RSStatServerSideBytesOut 1.3.6.1.4.1.2011.10.2.148.4.2.1.10
Number of bytes that the real server sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2RSStatReceivedRequests 1.3.6.1.4.1.2011.10.2.148.4.2.1.11
Number of requests that the real server received from device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2RSStatSentResponses 1.3.6.1.4.1.2011.10.2.148.4.2.1.12
Number of responses that the real server sent to device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2RSStatConnectionsRate 1.3.6.1.4.1.2011.10.2.148.4.2.1.13
Connections rate of the real server.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

h3cLBv2SFTables 1.3.6.1.4.1.2011.10.2.148.5
OBJECT IDENTIFIER    

h3cLBv2SFTable 1.3.6.1.4.1.2011.10.2.148.5.1
Server farm table for LB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cLBv2SFEntry

h3cLBv2SFEntry 1.3.6.1.4.1.2011.10.2.148.5.1.1
An entry contains the information of the server farm.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cLBv2SFEntry  

h3cLBv2SFName 1.3.6.1.4.1.2011.10.2.148.5.1.1.1
Name of the server farm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(1..63)  

h3cLBv2SFRowStatus 1.3.6.1.4.1.2011.10.2.148.5.1.1.2
Status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cLBv2SFStatsTable 1.3.6.1.4.1.2011.10.2.148.5.2
Server farm statistic for LB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cLBv2SFStatsEntry

h3cLBv2SFStatsEntry 1.3.6.1.4.1.2011.10.2.148.5.2.1
An entry contains the statistic information of the server farm.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cLBv2SFStatsEntry  

h3cLBv2SFStatChassis 1.3.6.1.4.1.2011.10.2.148.5.2.1.1
ID of the device that holds the card.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..255  

h3cLBv2SFStatSlot 1.3.6.1.4.1.2011.10.2.148.5.2.1.2
Member ID of the card on device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..255  

h3cLBv2SFStatCpuid 1.3.6.1.4.1.2011.10.2.148.5.2.1.3
ID of the CPU on the card.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..255  

h3cLBv2SFStatTotalConnections 1.3.6.1.4.1.2011.10.2.148.5.2.1.4
Total number of connections that the server farm received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2SFStatActiveConnections 1.3.6.1.4.1.2011.10.2.148.5.2.1.5
Active connections that the server farm received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

h3cLBv2SFStatServerSidePKTsIn 1.3.6.1.4.1.2011.10.2.148.5.2.1.6
Number of packets that the server farm received from device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2SFStatServerSidePKTsOut 1.3.6.1.4.1.2011.10.2.148.5.2.1.7
Number of packets that the server farm sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2SFStatDroppedPackets 1.3.6.1.4.1.2011.10.2.148.5.2.1.8
Number of packets that the server farm dropped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2SFStatServerSideBytesIn 1.3.6.1.4.1.2011.10.2.148.5.2.1.9
Number of bytes that the server farm received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2SFStatServerSideBytesOut 1.3.6.1.4.1.2011.10.2.148.5.2.1.10
Number of bytes that the server farm sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2SFStatReceivedRequests 1.3.6.1.4.1.2011.10.2.148.5.2.1.11
Number of requests that all real servers in the server farm received from device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2SFStatSentResponses 1.3.6.1.4.1.2011.10.2.148.5.2.1.12
Number of responses that the server farm sent to device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cLBv2Trap 1.3.6.1.4.1.2011.10.2.148.6
OBJECT IDENTIFIER    

h3cLBv2TrapPrefix 1.3.6.1.4.1.2011.10.2.148.6.0
OBJECT IDENTIFIER    

h3cLBv2VSConnOverloadTrap 1.3.6.1.4.1.2011.10.2.148.6.0.1
A h3cLBv2VSConnOverloadTrap notification is sent when the number of active connections of the virtual server has reached the upper limit.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2VSConnRecoveryTrap 1.3.6.1.4.1.2011.10.2.148.6.0.2
A h3cLBv2VSConnRecoveryTrap notification is sent when the number of active connections of the virtual server is less than the upper limit.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2VSConnsRateOverloadTrap 1.3.6.1.4.1.2011.10.2.148.6.0.3
A h3cLBv2VSConnsRateOverloadTrap notification is sent when the connection rate of the virtual server has reached the upper limit.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2VSConnsRateRecoveryTrap 1.3.6.1.4.1.2011.10.2.148.6.0.4
A h3cLBv2VSConnsRateRecoveryTrap notification is sent when the connection rate of the virtual server is smaller than the upper limit.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2VSActiveTrap 1.3.6.1.4.1.2011.10.2.148.6.0.5
A h3cLBv2VSStatusTrap notification is sent when virtual server status changes to active.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2VSInactiveTrap 1.3.6.1.4.1.2011.10.2.148.6.0.6
A h3cLBv2VSStatusTrap notification is sent when virtual server status changes to inactive.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2RSAvailableTrap 1.3.6.1.4.1.2011.10.2.148.6.0.7
A h3cLBv2RSStatusTrap notification is sent when the status of the real server changes to available.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2RSUnavailableTrap 1.3.6.1.4.1.2011.10.2.148.6.0.8
A h3cLBv2RSStatusTrap notification is sent when the status of the real server changes to unavailable.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2SFActiveTrap 1.3.6.1.4.1.2011.10.2.148.6.0.9
A h3cLBv2SFStatusTrap notification is sent when the status of the server farm changes to active.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2SFInactiveTrap 1.3.6.1.4.1.2011.10.2.148.6.0.10
A h3cLBv2SFStatusTrap notification is sent when the status of the server farm changes to inactive.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2ActionInUseSFChangeTrap 1.3.6.1.4.1.2011.10.2.148.6.0.11
A h3cLBv2VSInUseSFChangeTrap notification is sent when the server farm which is in use quoted by action changes.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2VSInUseSFChangeTrap 1.3.6.1.4.1.2011.10.2.148.6.0.12
A h3cLBv2ActionInUseSFChangeTrap notification is sent when the server farm which is in use quoted by virtual server changes.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2RSConnOverloadTrap 1.3.6.1.4.1.2011.10.2.148.6.0.13
A h3cLBv2RSConnOverloadTrap notification is sent when the number of active connections of the real server has reached the upper limit.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2RSConnRecoveryTrap 1.3.6.1.4.1.2011.10.2.148.6.0.14
A h3cLBv2RSConnRecoveryTrap notification is sent when the number of active connections of the real server is less than the upper limit.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2RSConnsRateOverloadTrap 1.3.6.1.4.1.2011.10.2.148.6.0.15
A h3cLBv2RSConnsRateOverloadTrap notification is sent when the connection rate of the real server has reached the upper limit.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cLBv2RSConnsRateRecoveryTrap 1.3.6.1.4.1.2011.10.2.148.6.0.16
A h3cLBv2RSConnsRateRecoveryTrap notification is sent when the connection rate of the real server is smaller than the upper limit.
Status: current Access: read-only
NOTIFICATION-TYPE