HPN-ICF-LBV2-MIB

File: HPN-ICF-LBV2-MIB.mib (36634 bytes)

Imported modules

HPN-ICF-OID-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

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

Defined Types

HpnicfLBv2ActionEntry  
SEQUENCE    
  hpnicfLBv2ActionName DisplayString
  hpnicfLBv2ActionDefaultSF DisplayString
  hpnicfLBv2ActionBackupSF DisplayString
  hpnicfLBv2ActionInUseSF DisplayString
  hpnicfLBv2ActionRowStatus RowStatus

HpnicfLBv2VSEntry  
SEQUENCE    
  hpnicfLBv2VSName DisplayString
  hpnicfLBv2VSConnectionsLimit Unsigned32
  hpnicfLBv2VSConnectionsRateLimit Unsigned32
  hpnicfLBv2VSDefaultSF DisplayString
  hpnicfLBv2VSBackupSF DisplayString
  hpnicfLBv2VSInUseSF DisplayString
  hpnicfLBv2VSRowStatus RowStatus

HpnicfLBv2VSStatsEntry  
SEQUENCE    
  hpnicfLBv2VSStatChassis Unsigned32
  hpnicfLBv2VSStatSlot Unsigned32
  hpnicfLBv2VSStatCpuid Unsigned32
  hpnicfLBv2VSStatTotalConnections Counter64
  hpnicfLBv2VSStatActiveConnections Unsigned32
  hpnicfLBv2VSStatClientSidePKTsIn Counter64
  hpnicfLBv2VSStatClientSidePKTsOut Counter64
  hpnicfLBv2VSStatDroppedPackets Counter64
  hpnicfLBv2VSStatClientSideBytesIn Counter64
  hpnicfLBv2VSStatClientSideBytesOut Counter64
  hpnicfLBv2VSStatReceivedRequests Counter64
  hpnicfLBv2VSStatSentResponses Counter64
  hpnicfLBv2VSStatConnectionsRate Unsigned32

HpnicfLBv2RSEntry  
SEQUENCE    
  hpnicfLBv2RSName DisplayString
  hpnicfLBv2RSRowStatus RowStatus
  hpnicfLBv2RSConnectionsLimit Unsigned32
  hpnicfLBv2RSConnectionsRateLimit Unsigned32

HpnicfLBv2RSStatsEntry  
SEQUENCE    
  hpnicfLBv2RSStatChassis Unsigned32
  hpnicfLBv2RSStatSlot Unsigned32
  hpnicfLBv2RSStatCpuid Unsigned32
  hpnicfLBv2RSStatTotalConnections Counter64
  hpnicfLBv2RSStatActiveConnections Unsigned32
  hpnicfLBv2RSStatServerSidePKTsIn Counter64
  hpnicfLBv2RSStatServerSidePKTsOut Counter64
  hpnicfLBv2RSStatDroppedPackets Counter64
  hpnicfLBv2RSStatServerSideBytesIn Counter64
  hpnicfLBv2RSStatServerSideBytesOut Counter64
  hpnicfLBv2RSStatReceivedRequests Counter64
  hpnicfLBv2RSStatSentResponses Counter64
  hpnicfLBv2RSStatConnectionsRate Unsigned32

HpnicfLBv2SFEntry  
SEQUENCE    
  hpnicfLBv2SFName DisplayString
  hpnicfLBv2SFRowStatus RowStatus

HpnicfLBv2SFStatsEntry  
SEQUENCE    
  hpnicfLBv2SFStatChassis Unsigned32
  hpnicfLBv2SFStatSlot Unsigned32
  hpnicfLBv2SFStatCpuid Unsigned32
  hpnicfLBv2SFStatTotalConnections Counter64
  hpnicfLBv2SFStatActiveConnections Unsigned32
  hpnicfLBv2SFStatServerSidePKTsIn Counter64
  hpnicfLBv2SFStatServerSidePKTsOut Counter64
  hpnicfLBv2SFStatDroppedPackets Counter64
  hpnicfLBv2SFStatServerSideBytesIn Counter64
  hpnicfLBv2SFStatServerSideBytesOut Counter64
  hpnicfLBv2SFStatReceivedRequests Counter64
  hpnicfLBv2SFStatSentResponses Counter64

Defined Values

hpnicfLBv2 1.3.6.1.4.1.11.2.14.11.15.2.148
The private MIB file includes the LB information of the device.
MODULE-IDENTITY    

hpnicfLBv2GlobalObjects 1.3.6.1.4.1.11.2.14.11.15.2.148.1
OBJECT IDENTIFIER    

hpnicfLBv2TrapEnable 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfLBv2ActionTables 1.3.6.1.4.1.11.2.14.11.15.2.148.2
OBJECT IDENTIFIER    

hpnicfLBv2ActionTable 1.3.6.1.4.1.11.2.14.11.15.2.148.2.1
Action table for LB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfLBv2ActionEntry

hpnicfLBv2ActionEntry 1.3.6.1.4.1.11.2.14.11.15.2.148.2.1.1
An entry contains the information of the action.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfLBv2ActionEntry  

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

hpnicfLBv2ActionDefaultSF 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfLBv2ActionBackupSF 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfLBv2ActionInUseSF 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfLBv2ActionRowStatus 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfLBv2VSTables 1.3.6.1.4.1.11.2.14.11.15.2.148.3
OBJECT IDENTIFIER    

hpnicfLBv2VSTable 1.3.6.1.4.1.11.2.14.11.15.2.148.3.1
Virtual server table for LB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfLBv2VSEntry

hpnicfLBv2VSEntry 1.3.6.1.4.1.11.2.14.11.15.2.148.3.1.1
An entry contains the information of the virtual server.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfLBv2VSEntry  

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

hpnicfLBv2VSConnectionsLimit 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfLBv2VSConnectionsRateLimit 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfLBv2VSDefaultSF 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfLBv2VSBackupSF 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfLBv2VSInUseSF 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfLBv2VSRowStatus 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfLBv2VSStatsTable 1.3.6.1.4.1.11.2.14.11.15.2.148.3.2
Virtual server statistic table for LB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfLBv2VSStatsEntry

hpnicfLBv2VSStatsEntry 1.3.6.1.4.1.11.2.14.11.15.2.148.3.2.1
An entry contains the statistic information of the virtual server.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfLBv2VSStatsEntry  

hpnicfLBv2VSStatChassis 1.3.6.1.4.1.11.2.14.11.15.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  

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

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

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

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

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

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

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

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

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

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

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

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

hpnicfLBv2RSTables 1.3.6.1.4.1.11.2.14.11.15.2.148.4
OBJECT IDENTIFIER    

hpnicfLBv2RSTable 1.3.6.1.4.1.11.2.14.11.15.2.148.4.1
Real server table for LB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfLBv2RSEntry

hpnicfLBv2RSEntry 1.3.6.1.4.1.11.2.14.11.15.2.148.4.1.1
An entry contains the information of the real server.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfLBv2RSEntry  

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

hpnicfLBv2RSRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.148.4.1.1.2
Status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfLBv2RSConnectionsLimit 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfLBv2RSConnectionsRateLimit 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfLBv2RSStatsTable 1.3.6.1.4.1.11.2.14.11.15.2.148.4.2
Real server statistic table for LB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfLBv2RSStatsEntry

hpnicfLBv2RSStatsEntry 1.3.6.1.4.1.11.2.14.11.15.2.148.4.2.1
An entry contains the statistic information of the real server.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfLBv2RSStatsEntry  

hpnicfLBv2RSStatChassis 1.3.6.1.4.1.11.2.14.11.15.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  

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

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

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

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

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

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

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

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

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

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

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

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

hpnicfLBv2SFTables 1.3.6.1.4.1.11.2.14.11.15.2.148.5
OBJECT IDENTIFIER    

hpnicfLBv2SFTable 1.3.6.1.4.1.11.2.14.11.15.2.148.5.1
Server farm table for LB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfLBv2SFEntry

hpnicfLBv2SFEntry 1.3.6.1.4.1.11.2.14.11.15.2.148.5.1.1
An entry contains the information of the server farm.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfLBv2SFEntry  

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

hpnicfLBv2SFRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.148.5.1.1.2
Status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfLBv2SFStatsTable 1.3.6.1.4.1.11.2.14.11.15.2.148.5.2
Server farm statistic for LB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfLBv2SFStatsEntry

hpnicfLBv2SFStatsEntry 1.3.6.1.4.1.11.2.14.11.15.2.148.5.2.1
An entry contains the statistic information of the server farm.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfLBv2SFStatsEntry  

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

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

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

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

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

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

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

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

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

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

hpnicfLBv2SFStatReceivedRequests 1.3.6.1.4.1.11.2.14.11.15.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  

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

hpnicfLBv2Trap 1.3.6.1.4.1.11.2.14.11.15.2.148.6
OBJECT IDENTIFIER    

hpnicfLBv2TrapPrefix 1.3.6.1.4.1.11.2.14.11.15.2.148.6.0
OBJECT IDENTIFIER    

hpnicfLBv2VSConnOverloadTrap 1.3.6.1.4.1.11.2.14.11.15.2.148.6.0.1
A hpnicfLBv2VSConnOverloadTrap 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    

hpnicfLBv2VSConnRecoveryTrap 1.3.6.1.4.1.11.2.14.11.15.2.148.6.0.2
A hpnicfLBv2VSConnRecoveryTrap 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    

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

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

hpnicfLBv2VSActiveTrap 1.3.6.1.4.1.11.2.14.11.15.2.148.6.0.5
A hpnicfLBv2VSStatusTrap notification is sent when virtual server status changes to active.
Status: current Access: read-only
NOTIFICATION-TYPE    

hpnicfLBv2VSInactiveTrap 1.3.6.1.4.1.11.2.14.11.15.2.148.6.0.6
A hpnicfLBv2VSStatusTrap notification is sent when virtual server status changes to inactive.
Status: current Access: read-only
NOTIFICATION-TYPE    

hpnicfLBv2RSAvailableTrap 1.3.6.1.4.1.11.2.14.11.15.2.148.6.0.7
A hpnicfLBv2RSStatusTrap notification is sent when the status of the real server changes to available.
Status: current Access: read-only
NOTIFICATION-TYPE    

hpnicfLBv2RSUnavailableTrap 1.3.6.1.4.1.11.2.14.11.15.2.148.6.0.8
A hpnicfLBv2RSStatusTrap notification is sent when the status of the real server changes to unavailable.
Status: current Access: read-only
NOTIFICATION-TYPE    

hpnicfLBv2SFActiveTrap 1.3.6.1.4.1.11.2.14.11.15.2.148.6.0.9
A hpnicfLBv2SFStatusTrap notification is sent when the status of the server farm changes to active.
Status: current Access: read-only
NOTIFICATION-TYPE    

hpnicfLBv2SFInactiveTrap 1.3.6.1.4.1.11.2.14.11.15.2.148.6.0.10
A hpnicfLBv2SFStatusTrap notification is sent when the status of the server farm changes to inactive.
Status: current Access: read-only
NOTIFICATION-TYPE    

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

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

hpnicfLBv2RSConnOverloadTrap 1.3.6.1.4.1.11.2.14.11.15.2.148.6.0.13
A hpnicfLBv2RSConnOverloadTrap 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    

hpnicfLBv2RSConnRecoveryTrap 1.3.6.1.4.1.11.2.14.11.15.2.148.6.0.14
A hpnicfLBv2RSConnRecoveryTrap 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    

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

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