CISCO-SLB-EXT-MIB

File: CISCO-SLB-EXT-MIB.mib (196333 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMP-FRAMEWORK-MIB
INET-ADDRESS-MIB SNMPv2-TC CISCO-TC
CISCO-SLB-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Unsigned32 Counter32 Counter64
Gauge32 MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP SnmpAdminString InetAddressType
InetAddress TimeInterval TimeStamp
TruthValue TEXTUAL-CONVENTION RowStatus
DateAndTime StorageType CiscoPort
CiscoIpProtocol CiscoHTTPResponseStatusCode slbEntity
slbStatsTableEntry slbServerFarmName slbServerFarmTableEntry
slbVirtualServerTableEntry SlbServerString SlbRealServerState
SlbConnectionState SlbPasswordString ciscoMgmt

Defined Types

SlbObjectNameString  
The name of an associated SLB object. All SLB object names are in uppercase.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..15)  

SlbFunctionNameString  
The label name for a section of the executable script. A section of script is a logical container which includes the executable instructions to perform a certain task. The Tool Command Language (Tcl) is one of the well-defined scripting languages. The language is depending on individual implementation of an SLB device. The scripts will be imported into an SLB system as parts of the user's configurations. The purpose of supporting scripting language is to extend the existing functionalities in a particular SLB implementation. The SlbFunctionNameString must only contain these characters: - lowercase character 'a' to 'z'. - uppercase character 'A' to 'Z'. - numeric character '0' to '9'. - the underscore '_' character.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

SlbUrlString  
The octet string containing the Uniform Resource Locator (URL) information. It is in human-readable form.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

SlbRegularExpression  
A regular expression of length 0 to 255. Regular expressions are typically used for matching fields in Layer 7 data streams, such as URLs or Cookies in HTTP. The following syntax is based on the file name matching algorithm commonly employed in UNIX : '*' matches zero or more characters; '?' matches exactly one character; '\' means escaped character, e.g., '\*' matches the character '*'; a bracketed range matches any single character from the range, e.g. [0-9] matches '0', '2', and '9', but not 'a'; a leading ^ in a range means don't match any in the range; '+' matches any sequence of one or more characters; '.' matches any single character; All other characters represent themselves. '\a' matches alert (ASCII 7); '\b' matches backspace (ASCII 8); ' ' matches form-feed (ASCII 12); ' ' matches newline (ASCII 10); ' ' matches carriage return (ASCII 13); ' ' matches tab (ASCII 9); ' ' matches vertical tab (ASCII 11); '' matches null (ASCII 0); '\' matches backslash; '\x##' matches the ASCII character whose hexadecimal representation is ##.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

SlbFailAction  
The current action setting for a server farm when a real server has failed. 'noAction' : No additional action besides taking the server out of service. 'purgeConns' : Purge all connections to this real server. 'reassignConns' : Re-assign all connections to another real server. 'undefined' : New action not yet defined.
TEXTUAL-CONVENTION    
  INTEGER noAction(1), purgeConns(2), reassignConns(3), undefined(4)  

SlbIpAdvertise  
The current advertise option for the virtual server IP address. 'alwaysAdvertise' : Advertise VIP if configured. 'activeAdvertise' : Advertise VIP only if virtual server is active. 'undefined' : New type not yet defined.
TEXTUAL-CONVENTION    
  INTEGER alwaysAdvertise(1), activeAdvertise(2), undefined(3)  

SlbStickyType  
The current type of the Sticky Group. A Sticky Group is a list of rules mapping incoming connection parameters, such as source IP address, to specific real servers. If an incoming connection matches a rule in a Sticky Group, the SLB may 'stick' that connection to the real server specified in the matching rule. 'srcIpSticky' : Stick based on source IP address. 'httpCookieSticky' : Stick based on HTTP Cookie name. 'sslSticky' : Stick based on SSL Session ID. 'undefined' : New sticky type not yet defined. 'destIpSticky' : Stick based on the destination IP address. 'srcDestISticky' : Stick based on the Source and Destionation IP Address. 'httpHeaderSticky' : Stick based on the HTTP Header Name.
TEXTUAL-CONVENTION    
  INTEGER srcIpSticky(1), httpCookieSticky(2), sslSticky(3), undefined(4), destIpSticky(5), srcDestSticky(6), httpHeaderSticky(7)  

SlbMapType  
The current type of the Map group. A Map group contains a list of rules matching information in the connection with the HTTP URL, HTTP Cookie, HTTP Header, or HTTP Return Code criteria. 'notCfgMap' : Map type has not been specified. 'urlMap' : HTTP URL matching group. 'cookieMap' : HTTP Cookie matching group. 'headerMap' : HTTP Header field matching group. 'returnCodeMap' : HTTP return code parsing group. 'undefined' : New matching type not yet defined.
TEXTUAL-CONVENTION    
  INTEGER notCfgMap(1), urlMap(2), cookieMap(3), headerMap(4), returnCodeMap(5), undefined(6)  

SlbReplicationMode  
The current replicating option for the virtual server. 'replNone' : Do not replicate any information. 'replAll' : Replicate connection and sticky information. 'replConnection' : Replicate only the connection information. 'replStickyData' : Replicate only the sticky information.
TEXTUAL-CONVENTION    
  INTEGER replNone(1), replAll(2), replConnection(3), replStickyData(4)  

SlbProbeAction  
The current action setting for a probing condition or monitoring condition such as the HTTP return code. 'noAction' : No action. 'logAction' : Logging the event. 'removeAction' : Removing the service. 'countAction' : Counting and logging the event. 'undefined' : New action not yet defined.
TEXTUAL-CONVENTION    
  INTEGER noAction(1), logAction(2), removeAction(3), countAction(4), undefined(5)  

SlbVlanType  
Each configured SLB VLAN has one of the following types : 'clientVlan' : Client side VLAN interface. 'serverVlan' : Server side VLAN interface. 'ftVlan' : Fault Tolerance VLAN interface.
TEXTUAL-CONVENTION    
  INTEGER clientVlan(1), serverVlan(2), ftVlan(3)  

SlbFtState  
The current Fault Tolerance state of the SLB entity. 'notConfigFT' : Was not configured with FT. 'initializingFT' : Initializing Fault Tolerance. 'activeFT' : Active FT peer. 'standbyFT' : Standby FT peer.
TEXTUAL-CONVENTION    
  INTEGER notConfigFT(1), initializingFT(2), activeFT(3), standbyFT(4)  

SlbDirectionalMode  
The flow direction type of the traffic destined to a particular Virtual Server. 'unidirectional' : traffic only in one direction. 'bidirectional' : traffic in both directions. 'defdirectional' : UDP traffic is unidirection, TCP and other traffics are bidirectional.
TEXTUAL-CONVENTION    
  INTEGER unidirectional(1), bidirectional(2), defdirectional(3)  

CslbxStatsTableEntry  
SEQUENCE    
  cslbxStatsServerInitConns Counter32
  cslbxStatsServerInitHCConns Counter64
  cslbxStatsCurrConnections Gauge32
  cslbxStatsCurrServerInitConns Gauge32
  cslbxStatsFailedConns Counter32
  cslbxStatsFailedServerInitConns Counter32
  cslbxStatsL4PolicyConns Counter32
  cslbxStatsL7PolicyConns Counter32
  cslbxStatsDroppedL4PolicyConns Counter32
  cslbxStatsDroppedL7PolicyConns Counter32
  cslbxStatsFtpConns Counter32
  cslbxStatsHttpRedirectConns Counter32
  cslbxStatsDroppedRedirectConns Counter32
  cslbxStatsNoMatchPolicyRejects Counter32
  cslbxStatsNoCfgPolicyRejects Counter32
  cslbxStatsNoActiveServerRejects Counter32
  cslbxStatsAclDenyRejects Counter32
  cslbxStatsMaxParseLenRejects Counter32
  cslbxStatsBadSslFormatRejects Counter32
  cslbxStatsL7ParserErrorRejects Counter32
  cslbxStatsVerMismatchRejects Counter32
  cslbxStatsOutOfMemoryRejects Counter32
  cslbxStatsTimedOutConnections Counter32
  cslbxStatsTcpChecksumErrorPkts Counter32
  cslbxStatsIpChecksumErrorPkts Counter32
  cslbxStatsL4PolicyHCConns Counter64
  cslbxStatsL7PolicyHCConns Counter64
  cslbxStatsDroppedL4PolicyHCConns Counter64
  cslbxStatsDroppedL7PolicyHCConns Counter64
  cslbxStatsNoMatchPolicyHCRejects Counter64
  cslbxStatsNoCfgPolicyHCRejects Counter64
  cslbxStatsAclDenyHCRejects Counter64
  cslbxStatsVerMismatchHCRejects Counter64

CslbxServerFarmTableEntry  
SEQUENCE    
  cslbxServerFarmHashMaskAddrType InetAddressType
  cslbxServerFarmHashMaskAddr InetAddress
  cslbxServerFarmClientNatPool SlbObjectNameString
  cslbxServerFarmFailAction SlbFailAction
  cslbxServerFarmHttpReturnCodeMap SlbObjectNameString
  cslbxServerFarmInFailedThreshold Unsigned32
  cslbxServerFarmInbandResetTimer TimeInterval
  cslbxServerFarmTransparent TruthValue
  cslbxServerFarmSlowStart Unsigned32
  cslbxServerFarmHashHeaderName SnmpAdminString
  cslbxServerFarmHashCookieName SnmpAdminString
  cslbxServerFarmUrlPatternBegin SnmpAdminString
  cslbxServerFarmUrlPatternEnd SnmpAdminString
  cslbxServerFarmDescription SnmpAdminString
  cslbxServerFarmType INTEGER
  cslbxServerFarmState INTEGER

CslbxRedirectSvrTableEntry  
SEQUENCE    
  cslbxRedirectSvrFarmName SlbServerString
  cslbxRedirectSvrName SlbServerString
  cslbxRedirectSvrRelocationStr SlbUrlString
  cslbxRedirectSvrBackupString SlbUrlString
  cslbxRedirectSvrRedirectCode Unsigned32
  cslbxRedirectSvrRedirectPort CiscoPort
  cslbxRedirectSvrState SlbRealServerState
  cslbxRedirectSvrNumberOfConns Gauge32
  cslbxRedirectSvrMaxConns Unsigned32
  cslbxRedirectSvrAdminWeight Unsigned32
  cslbxRedirectSvrOperWeight Gauge32
  cslbxRedirectSvrMetric Unsigned32
  cslbxRedirectSvrTotalConns Counter32
  cslbxRedirectSvrHCTotalConns Counter64
  cslbxRedirectSvrRowStatus RowStatus

CslbxServerFarmProbeTableEntry  
SEQUENCE    
  cslbxServerFarmProbeFarmName SlbServerString
  cslbxServerFarmProbeProbeName SlbServerString
  cslbxServerFarmProbeRowStatus RowStatus

CslbxSfarmHttpReturnCodeEntry  
SEQUENCE    
  cslbxSfarmHttpRetCodeMinValue CiscoHTTPResponseStatusCode
  cslbxSfarmHttpRetCodeMaxValue CiscoHTTPResponseStatusCode
  cslbxSfarmHttpRetCodeActionType SlbProbeAction
  cslbxSfarmHttpRetCodeThreshold Unsigned32
  cslbxSfarmHttpRetCodeResetTimer TimeInterval
  cslbxSfarmHttpRetCodeStorageType StorageType
  cslbxSfarmHttpRetCodeRowStatus RowStatus

CslbxServerFarmStatsEntry  
SEQUENCE    
  cslbxServerFarmTotalConns Counter64
  cslbxServerFarmCurrConns Counter64
  cslbxServerFarmFailedConns Counter64
  cslbxServerFarmNumOfTimeFailOvers Counter32
  cslbxServerFarmNumOfTimeBkInServs Counter32

CslbxNatPoolEntry  
SEQUENCE    
  cslbxNatPoolName SlbServerString
  cslbxNatPoolStartAddressType InetAddressType
  cslbxNatPoolStartAddress InetAddress
  cslbxNatPoolEndAddressType InetAddressType
  cslbxNatPoolEndAddress InetAddress
  cslbxNatPoolRowStatus RowStatus

CslbxStickyGroupEntry  
SEQUENCE    
  cslbxStickyGroupId Unsigned32
  cslbxStickyGroupType SlbStickyType
  cslbxStickyGroupMaskAddressType InetAddressType
  cslbxStickyGroupMaskAddress InetAddress
  cslbxStickyGroupCookieName SnmpAdminString
  cslbxStickyGroupStickyTimer Unsigned32
  cslbxStickyGroupRowStatus RowStatus
  cslbxStickyGroupHeaderName SnmpAdminString
  cslbxStickyGroupTimeoutActiveConn TruthValue
  cslbxStickyGroupReplicate TruthValue

CslbxStickyObjectTableEntry  
SEQUENCE    
  cslbxStickyObjectIndex Unsigned32
  cslbxStickyObjectGroupId Unsigned32
  cslbxStickyObjectType SlbStickyType
  cslbxStickyObjectSourceInfo Unsigned32
  cslbxStickyObjectRealAddressType InetAddressType
  cslbxStickyObjectRealAddress InetAddress
  cslbxStickyObjectRealPort CiscoPort

CslbxStickyGroupExtEntry  
SEQUENCE    
  cslbxStickyOffset Unsigned32
  cslbxStickyLength Unsigned32
  cslbxStickyCookieSecondary SnmpAdminString
  cslbxStickyCookieInsertEnable TruthValue
  cslbxStickyCookieExpiryDate DateAndTime

CslbxMapTableEntry  
SEQUENCE    
  cslbxMapName SlbServerString
  cslbxMapType SlbMapType
  cslbxMapRowStatus RowStatus

CslbxHttpExpressionTableEntry  
SEQUENCE    
  cslbxHttpExpressionMapName SlbServerString
  cslbxHttpExpressionIndex Unsigned32
  cslbxHttpExpressionFieldName SlbRegularExpression
  cslbxHttpExpressionValue SlbRegularExpression
  cslbxHttpExpressionRowStatus RowStatus
  cslbxHttpExpressionRequestMethod SnmpAdminString

CslbxHttpReturnCodeEntry  
SEQUENCE    
  cslbxHttpReturnCodeMapName SlbServerString
  cslbxHttpReturnCodeMinValue Unsigned32
  cslbxHttpReturnCodeMaxValue Unsigned32
  cslbxHttpReturnCodeThreshold Unsigned32
  cslbxHttpReturnCodeResetTimer TimeInterval
  cslbxHttpReturnCodeType SlbProbeAction
  cslbxHttpReturnCodeRowStatus RowStatus

CslbxPolicyTableEntry  
SEQUENCE    
  cslbxPolicyName SlbServerString
  cslbxPolicyClientGroupNumber Unsigned32
  cslbxPolicyClientGroupName SlbObjectNameString
  cslbxPolicyUrlMap SlbObjectNameString
  cslbxPolicyCookieMap SlbObjectNameString
  cslbxPolicyGenericHeaderMap SlbObjectNameString
  cslbxPolicyStickyGroup Unsigned32
  cslbxPolicyDscpEnabled TruthValue
  cslbxPolicyDscpStamping Unsigned32
  cslbxPolicyFarmName SlbObjectNameString
  cslbxPolicyRowStatus RowStatus
  cslbxPolicyBackupFarmName SlbObjectNameString
  cslbxPolicyBkFarmStickyEnabled TruthValue
  cslbxPolicyReverseStickyGroup Unsigned32

CslbxVirtualServerTableEntry  
SEQUENCE    
  cslbxVirtualAdvertiseOption SlbIpAdvertise
  cslbxVirtualVlanId Unsigned32
  cslbxVirtualReplicationMode SlbReplicationMode
  cslbxVirtualPendingTimer TimeInterval
  cslbxVirtualL7MaxParseLength Unsigned32
  cslbxVirtualHttpPersistenceSlb TruthValue
  cslbxVirtualURLHashBeginString SlbRegularExpression
  cslbxVirtualURLHashEndString SlbRegularExpression
  cslbxVirtualMaxConns Unsigned32
  cslbxVirtualOwnerName SlbObjectNameString
  cslbxVirtualFlowMode SlbDirectionalMode
  cslbxVirtualSSLStickyOffset Unsigned32
  cslbxVirtualSSLStickyLength Unsigned32
  cslbxVirtualReverseStickyGroup Unsigned32
  cslbxVirtualBackupFarmName SlbObjectNameString
  cslbxVirtualBkFarmStickyEnabled TruthValue

CslbxRuleEntry  
SEQUENCE    
  cslbxRuleVirtualServerName SlbServerString
  cslbxRulePolicyName SlbServerString
  cslbxRuleCurrentConnections Gauge32
  cslbxRuleTotalConnections Counter32
  cslbxRuleHCTotalConnections Counter64
  cslbxRuleTotalClientPackets Counter32
  cslbxRuleHCTotalClientPackets Counter64
  cslbxRuleTotalServerPackets Counter32
  cslbxRuleHCTotalServerPackets Counter64
  cslbxRuleRowStatus RowStatus
  cslbxRuleTotalClientOctets Counter32
  cslbxRuleHCTotalClientOctets Counter64
  cslbxRuleTotalServerOctets Counter32
  cslbxRuleHCTotalServerOctets Counter64

CslbxVlanEntry  
SEQUENCE    
  cslbxVlanId Unsigned32
  cslbxVlanType SlbVlanType
  cslbxVlanAddressType InetAddressType
  cslbxVlanAddress InetAddress
  cslbxVlanMaskAddressType InetAddressType
  cslbxVlanMaskAddress InetAddress
  cslbxVlanRowStatus RowStatus

CslbxAliasAddrEntry  
SEQUENCE    
  cslbxAliasAddrVlanId Unsigned32
  cslbxAliasAddrAddressType InetAddressType
  cslbxAliasAddrAddress InetAddress
  cslbxAliasAddrRowStatus RowStatus

CslbxStaticRouteEntry  
SEQUENCE    
  cslbxStaticRouteVlanId Unsigned32
  cslbxStaticRouteSubnetAddrType InetAddressType
  cslbxStaticRouteSubnetAddr InetAddress
  cslbxStaticRouteMaskAddrType InetAddressType
  cslbxStaticRouteMaskAddr InetAddress
  cslbxStaticRouteGatewayAddrType InetAddressType
  cslbxStaticRouteGatewayAddr InetAddress
  cslbxStaticRouteRowStatus RowStatus

CslbxFtTableEntry  
SEQUENCE    
  cslbxFtGroupId Unsigned32
  cslbxFtVlanId Unsigned32
  cslbxFtPreempt TruthValue
  cslbxFtPriority Unsigned32
  cslbxFtHeartBeatTimer TimeInterval
  cslbxFtFailThreshold Unsigned32
  cslbxFtState SlbFtState
  cslbxFtStateChangeTime TimeStamp
  cslbxFtRxHeartBeatMsgs Counter32
  cslbxFtTxHeartBeatMsgs Counter32
  cslbxFtRxUpdateMsgs Counter32
  cslbxFtTxUpdateMsgs Counter32
  cslbxFtRxCoupMsgs Counter32
  cslbxFtTxCoupMsgs Counter32
  cslbxFtRxElectMsgs Counter32
  cslbxFtTxElectMsgs Counter32
  cslbxFtRxConnReplMsgs Counter32
  cslbxFtTxConnReplMsgs Counter32
  cslbxFtRxPackets Counter32
  cslbxFtDropPackets Counter32
  cslbxFtDuplPackets Counter32
  cslbxFtXsumErrPackets Counter32
  cslbxFtBuffErrPackets Counter32
  cslbxFtRowStatus RowStatus

CslbxXmlConfigTableEntry  
SEQUENCE    
  cslbxXmlConfigEnabled TruthValue
  cslbxXmlConfigVlanId Unsigned32
  cslbxXmlConfigListeningPort CiscoPort
  cslbxXmlConfigRowStatus RowStatus
  cslbxXmlConfigUserName SlbObjectNameString
  cslbxXmlConfigPassword SlbPasswordString
  cslbxXmlConfigClientGroupNumber Unsigned32
  cslbxXmlConfigClientGroupName SlbObjectNameString

CslbxConnTableEntry  
SEQUENCE    
  cslbxConnIndex Unsigned32
  cslbxConnInDestAddrType InetAddressType
  cslbxConnInDestAddr InetAddress
  cslbxConnInDestPort CiscoPort
  cslbxConnInSourceAddrType InetAddressType
  cslbxConnInSourceAddr InetAddress
  cslbxConnInSourcePort CiscoPort
  cslbxConnProtocol CiscoIpProtocol
  cslbxConnOutDestAddrType InetAddressType
  cslbxConnOutDestAddr InetAddress
  cslbxConnOutDestPort CiscoPort
  cslbxConnOutSourceAddrType InetAddressType
  cslbxConnOutSourceAddr InetAddress
  cslbxConnOutSourcePort CiscoPort
  cslbxConnState SlbConnectionState

CslbxOwnerTableEntry  
SEQUENCE    
  cslbxOwnerName SlbObjectNameString
  cslbxOwnerContactInfo SnmpAdminString
  cslbxOwnerBillingInfo SnmpAdminString
  cslbxOwnerMaxConns Unsigned32
  cslbxOwnerRowStatus RowStatus

CslbxScriptFileTableEntry  
SEQUENCE    
  cslbxScriptFileIndex Unsigned32
  cslbxScriptFileUrl SnmpAdminString
  cslbxScriptFileRowStatus RowStatus

CslbxScriptTaskTableEntry  
SEQUENCE    
  cslbxScriptTaskIndex Unsigned32
  cslbxScriptTaskScriptName SlbFunctionNameString
  cslbxScriptTaskScriptArguments SnmpAdminString
  cslbxScriptTaskRowStatus RowStatus

Defined Values

ciscoSlbExtMIB 1.3.6.1.4.1.9.9.254
The extended MIB for managing Server Load Balancing Manager(s). This MIB extends the SLB management functionality in the CISCO-SLB-MIB. The Cisco Content Switching Module (CSM) product is the first SLB product to support this MIB. SLB: Server Load Balancing. Server load balancing provides for the balancing of packets and connections arriving at the SLB device across a number of other devices, such as real servers, firewalls, or caches. A system containing an SLB device typically exhibits higher performance, scalability, and reliability than any of the devices being load balanced. An SLB device determines how to handle incoming frames and connections according to the contents of incoming data and various configuration options. In determining how to handle incoming data, an SLB device may examine the data at any OSI layer, including Layer 7. This MIB includes instrumentation for the manager-side implementation of the Dynamic Feedback Protocol (DFP). A DFP manager uses the DFP protocol to communicate with DFP agents in order to obtain information about the current load and available capacity of devices. Acronyms and terms: SLB Server Load Balancing VIP Virtual Server IP address NAT Network Address Translation SF Serverfarm FT Fault Tolerance SSL Secure Sockets Layer TLS Transport Layer Security
MODULE-IDENTITY    

ciscoSlbExtMIBNotifs 1.3.6.1.4.1.9.9.254.0
OBJECT IDENTIFIER    

ciscoSlbExtMIBObjects 1.3.6.1.4.1.9.9.254.1
OBJECT IDENTIFIER    

cslbxStats 1.3.6.1.4.1.9.9.254.1.1
OBJECT IDENTIFIER    

cslbxServerFarms 1.3.6.1.4.1.9.9.254.1.2
OBJECT IDENTIFIER    

cslbxClientNatPools 1.3.6.1.4.1.9.9.254.1.3
OBJECT IDENTIFIER    

cslbxStickyObjects 1.3.6.1.4.1.9.9.254.1.4
OBJECT IDENTIFIER    

cslbxMaps 1.3.6.1.4.1.9.9.254.1.5
OBJECT IDENTIFIER    

cslbxServerProbes 1.3.6.1.4.1.9.9.254.1.6
OBJECT IDENTIFIER    

cslbxPolicies 1.3.6.1.4.1.9.9.254.1.7
OBJECT IDENTIFIER    

cslbxVirtualServers 1.3.6.1.4.1.9.9.254.1.8
OBJECT IDENTIFIER    

cslbxVlans 1.3.6.1.4.1.9.9.254.1.9
OBJECT IDENTIFIER    

cslbxFaultTolerance 1.3.6.1.4.1.9.9.254.1.10
OBJECT IDENTIFIER    

cslbxXmlConfig 1.3.6.1.4.1.9.9.254.1.11
OBJECT IDENTIFIER    

cslbxConnections 1.3.6.1.4.1.9.9.254.1.12
OBJECT IDENTIFIER    

cslbxNotifObjects 1.3.6.1.4.1.9.9.254.1.13
OBJECT IDENTIFIER    

cslbxOwnerObjects 1.3.6.1.4.1.9.9.254.1.14
OBJECT IDENTIFIER    

cslbxScriptObjects 1.3.6.1.4.1.9.9.254.1.15
OBJECT IDENTIFIER    

ciscoSlbExtMIBConform 1.3.6.1.4.1.9.9.254.2
OBJECT IDENTIFIER    

cslbxStatsTable 1.3.6.1.4.1.9.9.254.1.1.1
A table of global SLB statistics for all local SLB entities. It contains addition information to the slbStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxStatsTableEntry

cslbxStatsTableEntry 1.3.6.1.4.1.9.9.254.1.1.1.1
A list of additional SLB statistics for a particular SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxStatsTableEntry  

cslbxStatsServerInitConns 1.3.6.1.4.1.9.9.254.1.1.1.1.1
The total number of connections initiated by the servers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsServerInitHCConns 1.3.6.1.4.1.9.9.254.1.1.1.1.2
The total number of connections initiated by the servers. This is the 64-bit version of cslbxStatsServerInitConns.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxStatsCurrConnections 1.3.6.1.4.1.9.9.254.1.1.1.1.3
The number of connections currently still open.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cslbxStatsCurrServerInitConns 1.3.6.1.4.1.9.9.254.1.1.1.1.4
The number of server initiated connections currently still open.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cslbxStatsFailedConns 1.3.6.1.4.1.9.9.254.1.1.1.1.5
The number of connections that were load balanced to real servers that then failed to respond.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsFailedServerInitConns 1.3.6.1.4.1.9.9.254.1.1.1.1.6
The number of server initiated connections that failed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsL4PolicyConns 1.3.6.1.4.1.9.9.254.1.1.1.1.7
The number of connections made to the virtual servers with only layer 4 configuration.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsL7PolicyConns 1.3.6.1.4.1.9.9.254.1.1.1.1.8
The number of connections made to the virtual servers with some layer 7 configuration.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsDroppedL4PolicyConns 1.3.6.1.4.1.9.9.254.1.1.1.1.9
The number of connections dropped by virtual servers with only layer 4 configuration.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsDroppedL7PolicyConns 1.3.6.1.4.1.9.9.254.1.1.1.1.10
The number of connections dropped by virtual servers with some layer 7 policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsFtpConns 1.3.6.1.4.1.9.9.254.1.1.1.1.11
The number of connections made to virtual servers with the FTP service.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsHttpRedirectConns 1.3.6.1.4.1.9.9.254.1.1.1.1.12
The number of connections made to HTTP redirect servers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsDroppedRedirectConns 1.3.6.1.4.1.9.9.254.1.1.1.1.13
The number of connections dropped by HTTP redirect servers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsNoMatchPolicyRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.14
The number of connections rejected because they failed to match any configured policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsNoCfgPolicyRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.15
The number of connections rejected because the matching virtual server was not configured with any policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsNoActiveServerRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.16
The number of connections rejected because the chosen server farm did not have any active servers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsAclDenyRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.17
The number of connections rejected because the the matching client access list was configured to deny access.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsMaxParseLenRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.18
The number of connections rejected because the length of an HTTP request or response header exceeded the maximum L7 parse length configured for the matching virtual server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsBadSslFormatRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.19
The number of connections rejected because some invalid or unrecognized SSL format was detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsL7ParserErrorRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.20
The number of connections rejected because an error occurred while parsing the connection data at Layer 7.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsVerMismatchRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.21
The number of connections rejected because the Layer 7 configuration was changed while Layer 7 parsing was occurring on the connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsOutOfMemoryRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.22
The number of connections rejected because the SLB module could not allocate the required memory.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsTimedOutConnections 1.3.6.1.4.1.9.9.254.1.1.1.1.23
The number of connections that were terminated because they were idle longer than the configured idle timeout value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsTcpChecksumErrorPkts 1.3.6.1.4.1.9.9.254.1.1.1.1.24
The accumulated number of TCP packets which have checksum error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsIpChecksumErrorPkts 1.3.6.1.4.1.9.9.254.1.1.1.1.25
The accumulated number of IP packets which have checksum error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxStatsL4PolicyHCConns 1.3.6.1.4.1.9.9.254.1.1.1.1.26
The number of connections made to the virtual servers with only layer 4 configuration. This object is a 64-bit version of cslbxStatsL4PolicyConns.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxStatsL7PolicyHCConns 1.3.6.1.4.1.9.9.254.1.1.1.1.27
The number of connections made to the virtual servers with some layer 7 configuration. This object is a 64-bit version of cslbxStatsL7PolicyConns.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxStatsDroppedL4PolicyHCConns 1.3.6.1.4.1.9.9.254.1.1.1.1.28
The number of connections dropped by virtual servers with only layer 4 configuration. This object is a 64-bit version of cslbxStatsDroppedL4PolicyConns.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxStatsDroppedL7PolicyHCConns 1.3.6.1.4.1.9.9.254.1.1.1.1.29
The number of connections dropped by virtual servers with some layer 7 configuration. This object is a 64-bit version of cslbxStatsDroppedL7PolicyConns.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxStatsNoMatchPolicyHCRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.30
The number of connections rejected because they failed to match any configured policy. This object is a 64-bit version of cslbxStatsNoMatchPolicyRejects.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxStatsNoCfgPolicyHCRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.31
The number of connections rejected because the matching virtual server was not configured with any policy. This object is a 64-bit version of cslbxStatsNoCfgPolicyRejects.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxStatsAclDenyHCRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.32
The number of connections rejected because the the matching client access list was configured to deny access. This object is a 64-bit version of cslbxStatsAclDenyRejects.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxStatsVerMismatchHCRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.33
The number of connections rejected because the Layer 7 configuration was changed while Layer 7 parsing was occurring on the connection. This object is a 64-bit version of cslbxStatsVerMismatchRejects.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxServerFarmTable 1.3.6.1.4.1.9.9.254.1.2.1
This is a table of server farms, each of which is a group of real servers to be used by SLB for load balancing. It contains additional configurations to the slbSeverFarmTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxServerFarmTableEntry

cslbxServerFarmTableEntry 1.3.6.1.4.1.9.9.254.1.2.1.1
Additional configuration parameters about a particular server farm served by a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxServerFarmTableEntry  

cslbxServerFarmHashMaskAddrType 1.3.6.1.4.1.9.9.254.1.2.1.1.1
The type of address stored in cslbxServerFarmHashMaskAddr.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cslbxServerFarmHashMaskAddr 1.3.6.1.4.1.9.9.254.1.2.1.1.2
The mask value applied to the IP address before performing IP hashing operation.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0..20)  

cslbxServerFarmClientNatPool 1.3.6.1.4.1.9.9.254.1.2.1.1.3
The name of the current client NAT pool associated with this server farm.
Status: current Access: read-create
OBJECT-TYPE    
  SlbObjectNameString  

cslbxServerFarmFailAction 1.3.6.1.4.1.9.9.254.1.2.1.1.4
The current action assigned to this server farm when a server has failed ARP or health probe.
Status: current Access: read-create
OBJECT-TYPE    
  SlbFailAction  

cslbxServerFarmHttpReturnCodeMap 1.3.6.1.4.1.9.9.254.1.2.1.1.5
The name of the HTTP return code checking applied to with this server farm.
Status: current Access: read-create
OBJECT-TYPE    
  SlbObjectNameString  

cslbxServerFarmInFailedThreshold 1.3.6.1.4.1.9.9.254.1.2.1.1.6
The threshold of failed connections before the inband health check taking a server in this farm out-of-service.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxServerFarmInbandResetTimer 1.3.6.1.4.1.9.9.254.1.2.1.1.7
The wait time interval before the inband health check reset a failed server to enable state. The value of zero indicates failed state will never reset.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval  

cslbxServerFarmTransparent 1.3.6.1.4.1.9.9.254.1.2.1.1.8
This object is used for specifying a transparent server farm. In the transparent mode virtual IP Address to Server IP Address translation does not take place. The value 'true' is used for setting it to transparent mode.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cslbxServerFarmSlowStart 1.3.6.1.4.1.9.9.254.1.2.1.1.9
This object specifies that the connections to this serverfarm to be in slow start mode. In an environment that uses weighted least connections load balancing, a real server that is placed in service initially has no connections, and could therefore be assigned so many new connections that it becomes overloaded. To prevent such an overload, the slow start feature controls the number of new connections that are directed to a real server that has just been placed in service. This object is applicable if value of slbServerFarmPredictor is 'leastConns'.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxServerFarmHashHeaderName 1.3.6.1.4.1.9.9.254.1.2.1.1.10
This object specifies the HTTP header name. This object is applicable only if the value of slbServerFarmPredictor is 'headerHash'. Following set of Header Name values are supported for this object: Accept Accept-Charset Accept-Encoding Accept-Language Authorization Cache-Control Connection Content-MD5 Expect, From, Host, If-Match Pragma, Referrer, Transfer-Encoding User-Agent, Via.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cslbxServerFarmHashCookieName 1.3.6.1.4.1.9.9.254.1.2.1.1.11
This object is used for configuring the HTTP Cookie Name. This object is applicable only if the value of slbSererFarmPredictor is 'cookieHash'.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cslbxServerFarmUrlPatternBegin 1.3.6.1.4.1.9.9.254.1.2.1.1.12
The sub-string within the URL string at which to start the hashing operation. The hash result will be used in the server farm with predictor 'urlHash'(slbServerFarmPredictor = 'urlHash'). An empty string indicates hashing should start from the beginning of the URL.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cslbxServerFarmUrlPatternEnd 1.3.6.1.4.1.9.9.254.1.2.1.1.13
The sub-string within the URL string at which to end the hashing operation. The hash result will be used in the server farm with predictor 'urlHash'(slbServerFarmPredictor = 'urlHash'). An empty string indicates hashing should stop at the end of the URL.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

cslbxServerFarmDescription 1.3.6.1.4.1.9.9.254.1.2.1.1.14
This object is used for configuring the description of the server farm.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

cslbxServerFarmType 1.3.6.1.4.1.9.9.254.1.2.1.1.15
This object identifies the type of the serverfarm. The possible values are : redirect(1): Specifies that this server farm is just used for redirecting traffic to new virtual server equivalent. host (2): Specifies typical server farm offering services. This object cannot be changed when the slbServerFarmRowStatus value is 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER redirect(1), host(2)  

cslbxServerFarmState 1.3.6.1.4.1.9.9.254.1.2.1.1.16
This object identifies the state of the serverfarm. The possible values are : active (1): Specifies that the serverfarm state is active. A serverfarm will be in the active state when atleast one of the realservers configured in this serverfarm is operationaly up and running. inactive(2): Specifies that the serverfarm state is inactive. A serverfarm will be in the inactive state when none of the realservers configured in this serverfarm is operationaly up and running.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

cslbxRedirectSvrTable 1.3.6.1.4.1.9.9.254.1.2.2
A table of HTTP redirect servers. Entry attributes may be modified regardless of the value of cslbxRedirectSvrState.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxRedirectSvrTableEntry

cslbxRedirectSvrTableEntry 1.3.6.1.4.1.9.9.254.1.2.2.1
Information about a particular HTTP redirect virtual server in a particular server farm served by a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxRedirectSvrTableEntry  

cslbxRedirectSvrFarmName 1.3.6.1.4.1.9.9.254.1.2.2.1.1
Redirect Server's server farm name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerString  

cslbxRedirectSvrName 1.3.6.1.4.1.9.9.254.1.2.2.1.2
The name of the Redirect Server
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerString  

cslbxRedirectSvrRelocationStr 1.3.6.1.4.1.9.9.254.1.2.2.1.3
The relocation URL string sent in the reply of the Redirect Server.
Status: current Access: read-create
OBJECT-TYPE    
  SlbUrlString  

cslbxRedirectSvrBackupString 1.3.6.1.4.1.9.9.254.1.2.2.1.4
The backup string sent in the reply of the Redirect Server when the associated real server is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  SlbUrlString  

cslbxRedirectSvrRedirectCode 1.3.6.1.4.1.9.9.254.1.2.2.1.5
The HTTP response code sent in the reply by the Redirect Server.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxRedirectSvrRedirectPort 1.3.6.1.4.1.9.9.254.1.2.2.1.6
The TCP port in the HTTP response sent by the Redirect Server. Instead of the original HTTP port (80), the Redirect Server can tell the client to use a different port (like HTTPS) when connection to the redirected URL destination.
Status: current Access: read-create
OBJECT-TYPE    
  CiscoPort  

cslbxRedirectSvrState 1.3.6.1.4.1.9.9.254.1.2.2.1.7
The current state of the Redirect Server.
Status: current Access: read-create
OBJECT-TYPE    
  SlbRealServerState  

cslbxRedirectSvrNumberOfConns 1.3.6.1.4.1.9.9.254.1.2.2.1.8
The number TCP and UDP connections currently open on this Redirect Server.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cslbxRedirectSvrMaxConns 1.3.6.1.4.1.9.9.254.1.2.2.1.9
The maximum number of concurrent open connections the SLB will allow on this Redirect Server.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxRedirectSvrAdminWeight 1.3.6.1.4.1.9.9.254.1.2.2.1.10
The user configured weight of the Redirect Server for the load-balancing algorithms. A weight of zero indicates that no new connections will be assigned to this Redirect Server. Higher weight values indicate to the load-balancing algorithms a higher availability of this Redirect Server to accept more work.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

cslbxRedirectSvrOperWeight 1.3.6.1.4.1.9.9.254.1.2.2.1.11
The actual operating weight of the Redirect Server used by the load-balancing algorithms. This can be adjusted dynamically by DFP. A weight of zero indicates that no new connections will be assigned to this Redirect Server. Higher weight values indicate to the load-balancing algorithms a higher availability of this Redirect Server to accept more work.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cslbxRedirectSvrMetric 1.3.6.1.4.1.9.9.254.1.2.2.1.12
The value used by the least connections load-balancing algorithm. It is the number of connections divided by the actual operating weight. New connections will be given to the server with the smaller metric.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cslbxRedirectSvrTotalConns 1.3.6.1.4.1.9.9.254.1.2.2.1.13
The total number of connections assigned to this Redirect Server since this server was configured.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxRedirectSvrHCTotalConns 1.3.6.1.4.1.9.9.254.1.2.2.1.14
The total number of connections assigned to this Redirect Server since this server was configured. This is the 64-bit version of cslbxRedirectSvrTotalConnections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxRedirectSvrRowStatus 1.3.6.1.4.1.9.9.254.1.2.2.1.15
The object used by a management station to create or delete the row entry in cslbxRedirectSvrTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxServerFarmProbeTable 1.3.6.1.4.1.9.9.254.1.2.3
This is a table of probes in the server farms.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxServerFarmProbeTableEntry

cslbxServerFarmProbeTableEntry 1.3.6.1.4.1.9.9.254.1.2.3.1
Information about a particular probe associated with a particular server farm, served by a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxServerFarmProbeTableEntry  

cslbxServerFarmProbeFarmName 1.3.6.1.4.1.9.9.254.1.2.3.1.1
The name the server farm.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerString  

cslbxServerFarmProbeProbeName 1.3.6.1.4.1.9.9.254.1.2.3.1.2
The name of probe.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerString  

cslbxServerFarmProbeRowStatus 1.3.6.1.4.1.9.9.254.1.2.3.1.3
The object is used by a management station to create or delete the row entry in cslbxServerFarmProbeTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxSfarmHttpReturnCodeTable 1.3.6.1.4.1.9.9.254.1.2.4
This table contains the objects that are related to HTTP return code checking in a server farm.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxSfarmHttpReturnCodeEntry

cslbxSfarmHttpReturnCodeEntry 1.3.6.1.4.1.9.9.254.1.2.4.1
Information about HTTP return code checking for each server farm. The entry contains information on HTTP Retur Code range, Reset Timer and thresholds for taking actions.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxSfarmHttpReturnCodeEntry  

cslbxSfarmHttpRetCodeMinValue 1.3.6.1.4.1.9.9.254.1.2.4.1.1
This object is used for configuring the minimum value for HTTP return code checking. When HTTP return code checking is configured, the HTTP responses are monitored for all the balanced HTTP connections. By using return code checking, one can ensure that good content is delivered.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoHTTPResponseStatusCode  

cslbxSfarmHttpRetCodeMaxValue 1.3.6.1.4.1.9.9.254.1.2.4.1.2
This object is used for configuring the maximum value for HTTP return error code checking. When HTTP return code checking is configured, the HTTP responses are monitored for all the balanced HTTP connections. By using return code checking, one can ensure that good content is delivered.
Status: current Access: read-create
OBJECT-TYPE    
  CiscoHTTPResponseStatusCode  

cslbxSfarmHttpRetCodeActionType 1.3.6.1.4.1.9.9.254.1.2.4.1.3
This object defines what actions will be taken if the HTTP return error code checking is done. The value 'countAction' increments the statistics of the number of occurrences of return codes received. The value 'logAction' specifies where syslog messages are sent when a threshold is reached. The value 'removeAction' specifies where the syslog messages are sent when a threshold is reached and the server is removed from the service.
Status: current Access: read-create
OBJECT-TYPE    
  SlbProbeAction  

cslbxSfarmHttpRetCodeThreshold 1.3.6.1.4.1.9.9.254.1.2.4.1.4
This object is used for configuring the number of return code occurrences before the action specified in cslbxServerFarmRetCodeActionType is taken. This object is applicable only if the value of cslbxServerFarmRetCodeActionType is 'logAction' or 'removeAction'.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxSfarmHttpRetCodeResetTimer 1.3.6.1.4.1.9.9.254.1.2.4.1.5
The wait time interval before the processing can resume. This object is applicable if the value of This object is applicable only if the value of cslbxServerFarmRetCodeActionType is 'logAction' or 'removeAction'.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval  

cslbxSfarmHttpRetCodeStorageType 1.3.6.1.4.1.9.9.254.1.2.4.1.6
The storage type for this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cslbxSfarmHttpRetCodeRowStatus 1.3.6.1.4.1.9.9.254.1.2.4.1.7
The object is used for adding/deleting entries in the table. An entry MUST NOT exist in the active state unless all objects in the entry have an appropriate value, as described in the description clause for each writable object. This object may be modified if the associated instance of this object is equal to active(1), notInService(2), or notReady(3). All other writable objects may be modified if the associated instance of this object is equal to notInService(2) or notReady(3).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxServerFarmStatsTable 1.3.6.1.4.1.9.9.254.1.2.5
This table contains the statistics of server farms
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxServerFarmStatsEntry

cslbxServerFarmStatsEntry 1.3.6.1.4.1.9.9.254.1.2.5.1
An entry in cslbxServerFarmStatsTable. Each entry contains statistical information such as current connections, total connections etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxServerFarmStatsEntry  

cslbxServerFarmTotalConns 1.3.6.1.4.1.9.9.254.1.2.5.1.1
The total number of connections loadbalanced to all the real servers associated with this server farm.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxServerFarmCurrConns 1.3.6.1.4.1.9.9.254.1.2.5.1.2
The total number of active connections loadbalanced to all the real servers associated with this server farm.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxServerFarmFailedConns 1.3.6.1.4.1.9.9.254.1.2.5.1.3
The total number of connections failed to all the real servers associated with this server farm. Failure reasons can be Maximum connections reached, Real Server down etc.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxServerFarmNumOfTimeFailOvers 1.3.6.1.4.1.9.9.254.1.2.5.1.4
This object contains the value of the number of times a serverfarm has failed over. The failed over state is specified by the cslbxServerFarmState object with a value of inactive(2).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxServerFarmNumOfTimeBkInServs 1.3.6.1.4.1.9.9.254.1.2.5.1.5
This object contains the value of the number of times a serverfarm has returned back to inservice after failing over. The inservice state is specified by the cslbxServerFarmState object with a value of active(1).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxNatPoolTable 1.3.6.1.4.1.9.9.254.1.3.1
A table of IP NAT pools.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxNatPoolEntry

cslbxNatPoolEntry 1.3.6.1.4.1.9.9.254.1.3.1.1
Information about a particular NAT pool served by a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxNatPoolEntry  

cslbxNatPoolName 1.3.6.1.4.1.9.9.254.1.3.1.1.1
The name of the NAT pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerString  

cslbxNatPoolStartAddressType 1.3.6.1.4.1.9.9.254.1.3.1.1.2
The type of address stored in cslbxNatPoolStartAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cslbxNatPoolStartAddress 1.3.6.1.4.1.9.9.254.1.3.1.1.3
The first IP address in this NAT pool.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0..20)  

cslbxNatPoolEndAddressType 1.3.6.1.4.1.9.9.254.1.3.1.1.4
The type of address stored in cslbxNatPoolEndAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cslbxNatPoolEndAddress 1.3.6.1.4.1.9.9.254.1.3.1.1.5
The last IP address in this NAT pool.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0..20)  

cslbxNatPoolRowStatus 1.3.6.1.4.1.9.9.254.1.3.1.1.6
The object is used by a management station to create or delete the row entry in cslbxNatPoolTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxStickyGroupTable 1.3.6.1.4.1.9.9.254.1.4.1
A table of Sticky Groups.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxStickyGroupEntry

cslbxStickyGroupEntry 1.3.6.1.4.1.9.9.254.1.4.1.1
Information about a particular Sticky Group served by a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxStickyGroupEntry  

cslbxStickyGroupId 1.3.6.1.4.1.9.9.254.1.4.1.1.1
This Sticky Group's ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cslbxStickyGroupType 1.3.6.1.4.1.9.9.254.1.4.1.1.2
This Sticky Group's type.
Status: current Access: read-create
OBJECT-TYPE    
  SlbStickyType  

cslbxStickyGroupMaskAddressType 1.3.6.1.4.1.9.9.254.1.4.1.1.3
The type of address stored in cslbxStickyGroupMaskAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cslbxStickyGroupMaskAddress 1.3.6.1.4.1.9.9.254.1.4.1.1.4
The network mask used with the ipSticky type. The source IP address will be AND'ed with this mask before inserting into the sticky database.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0..20)  

cslbxStickyGroupCookieName 1.3.6.1.4.1.9.9.254.1.4.1.1.5
The HTTP Cookie name used with httpCookieSticky type.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

cslbxStickyGroupStickyTimer 1.3.6.1.4.1.9.9.254.1.4.1.1.6
The length of time a Sticky Group may exist before being automatically removed.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxStickyGroupRowStatus 1.3.6.1.4.1.9.9.254.1.4.1.1.7
The row status is used by a management station to create or delete the row entry in cslbxStickyGroupTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxStickyGroupHeaderName 1.3.6.1.4.1.9.9.254.1.4.1.1.8
This object identifies the HTTP Header name. This is applicable only if the value of cslbxStickyGroupType is 'httpHeaderSticky'.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

cslbxStickyGroupTimeoutActiveConn 1.3.6.1.4.1.9.9.254.1.4.1.1.9
This object specifies whether the sticky entries to be timed out if active connections exist once the sticky timer expires. If set to 'true', sticky entries will timeout even if connections exist. If set to 'false' sticky entries will not time out if there exist any active connections.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cslbxStickyGroupReplicate 1.3.6.1.4.1.9.9.254.1.4.1.1.10
This object enables/disables sticky replication in a redundant configuration.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cslbxStickyObjectTable 1.3.6.1.4.1.9.9.254.1.4.2
Table of existing sticky entries. Sticky entries allow related connections to be sent to the same real server on a per client basis. This table supports the Content Switching Module (CSM) feature which is not supported by the slbStickyObjectTable in the CISCO-SLB-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxStickyObjectTableEntry

cslbxStickyObjectTableEntry 1.3.6.1.4.1.9.9.254.1.4.2.1
Information about a particular sticky entry by a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxStickyObjectTableEntry  

cslbxStickyObjectIndex 1.3.6.1.4.1.9.9.254.1.4.2.1.1
The sticky entry index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cslbxStickyObjectGroupId 1.3.6.1.4.1.9.9.254.1.4.2.1.2
The group ID associated with this sticky entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cslbxStickyObjectType 1.3.6.1.4.1.9.9.254.1.4.2.1.3
The sticky type of this sticky entry.
Status: current Access: read-only
OBJECT-TYPE    
  SlbStickyType  

cslbxStickyObjectSourceInfo 1.3.6.1.4.1.9.9.254.1.4.2.1.4
The client IP address or hashed of source data used created this sticky entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cslbxStickyObjectRealAddressType 1.3.6.1.4.1.9.9.254.1.4.2.1.5
The type of address stored in cslbxStickyObjectRealAddress.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cslbxStickyObjectRealAddress 1.3.6.1.4.1.9.9.254.1.4.2.1.6
The real server IP address selected for all clients matched this sticky entry.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(0..20)  

cslbxStickyObjectRealPort 1.3.6.1.4.1.9.9.254.1.4.2.1.7
The port number of the real server associated with this sticky entry.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoPort  

cslbxStickyGroupExtTable 1.3.6.1.4.1.9.9.254.1.4.3
An extension to cslbxStickyGroupTable. This table contains additional objects related to sticky group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxStickyGroupExtEntry

cslbxStickyGroupExtEntry 1.3.6.1.4.1.9.9.254.1.4.3.1
An entry in this table. Each entry contains offset, value, secondary cookie etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxStickyGroupExtEntry  

cslbxStickyOffset 1.3.6.1.4.1.9.9.254.1.4.3.1.1
This object represents the offset value to specify portion of the cookie/header/SSL-ID to use to 'stick' connections. This object is applicable to following values of cslbxStickyGroupType: 'httpCookieSticky' 'sslSticky' 'httpHeaderSticky'.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxStickyLength 1.3.6.1.4.1.9.9.254.1.4.3.1.2
This object represents the length of the value specified in cslbxStickyOffset to maintain sticky connections.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxStickyCookieSecondary 1.3.6.1.4.1.9.9.254.1.4.3.1.3
This object is used for configuring the alternate cookie name appearing in URL string to stick a connection.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cslbxStickyCookieInsertEnable 1.3.6.1.4.1.9.9.254.1.4.3.1.4
This object enables/disables inserting a cookie. The cookie insert feature enables the device to insert a cookie in the 'Set-Cookie' header in the HTTP response.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cslbxStickyCookieExpiryDate 1.3.6.1.4.1.9.9.254.1.4.3.1.5
This object identifies the valid life time of the cookie. This is the value sent in 'expires=' attribute of 'Set-Cookie' header in the HTTP response.
Status: current Access: read-create
OBJECT-TYPE    
  DateAndTime  

cslbxMapTable 1.3.6.1.4.1.9.9.254.1.5.1
Table of SLB map groups. A SLB map group contains a list of matching criteria.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxMapTableEntry

cslbxMapTableEntry 1.3.6.1.4.1.9.9.254.1.5.1.1
Information about a particular map group, served by a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxMapTableEntry  

cslbxMapName 1.3.6.1.4.1.9.9.254.1.5.1.1.1
The name of the map group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerString  

cslbxMapType 1.3.6.1.4.1.9.9.254.1.5.1.1.2
The type of the map group.
Status: current Access: read-create
OBJECT-TYPE    
  SlbMapType  

cslbxMapRowStatus 1.3.6.1.4.1.9.9.254.1.5.1.1.3
The object used by a management station to create or delete the row entry in cslbxMapTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxHttpExpressionTable 1.3.6.1.4.1.9.9.254.1.5.2
Table of HTTP field and regular expressions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxHttpExpressionTableEntry

cslbxHttpExpressionTableEntry 1.3.6.1.4.1.9.9.254.1.5.2.1
Information about a particular HTTP field and the regular expression in a particular map group, served by a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxHttpExpressionTableEntry  

cslbxHttpExpressionMapName 1.3.6.1.4.1.9.9.254.1.5.2.1.1
The name of the Map containing this entry. This entry is only valid for cslbxMapType of: 'urlMap', 'cookieMap', or 'headerMap'.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerString  

cslbxHttpExpressionIndex 1.3.6.1.4.1.9.9.254.1.5.2.1.2
The index of this item within a Map group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cslbxHttpExpressionFieldName 1.3.6.1.4.1.9.9.254.1.5.2.1.3
The HTTP Cookie Name or Header Name. The SLB device will parse the HTTP packets for this field name. This object is not used for the Map type of 'urlMap', since there is only one HTTP URL field in a HTTP request.
Status: current Access: read-create
OBJECT-TYPE    
  SlbRegularExpression  

cslbxHttpExpressionValue 1.3.6.1.4.1.9.9.254.1.5.2.1.4
The regular expression to match against a HTTP URL, Cookie, or Header field.
Status: current Access: read-create
OBJECT-TYPE    
  SlbRegularExpression  

cslbxHttpExpressionRowStatus 1.3.6.1.4.1.9.9.254.1.5.2.1.5
The object used by a management station to create or delete the row entry in cslbxHttpExpressionTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxHttpExpressionRequestMethod 1.3.6.1.4.1.9.9.254.1.5.2.1.6
The expression string to match against the HTTP request method type string. Some of the standard request methods are: 'GET', 'HEAD', 'POST', 'PUT', 'DELETE', 'TRACE', 'CONNECT', 'OPTIONS'.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cslbxHttpReturnCodeTable 1.3.6.1.4.1.9.9.254.1.5.3
Table of rules associating ReturnCode maps and intervals of HTTP return codes with actions to perform when particular HTTP return codes are seen in the data stream.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxHttpReturnCodeEntry

cslbxHttpReturnCodeEntry 1.3.6.1.4.1.9.9.254.1.5.3.1
Information about the particular action rule in a particular map of type 'returnCodeMap' dealing with a particular range of HTTP return codes, served by a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxHttpReturnCodeEntry  

cslbxHttpReturnCodeMapName 1.3.6.1.4.1.9.9.254.1.5.3.1.1
The name of the ReturnCode map containing this action rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerString  

cslbxHttpReturnCodeMinValue 1.3.6.1.4.1.9.9.254.1.5.3.1.2
The minimum HTTP return code that this rule matches.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cslbxHttpReturnCodeMaxValue 1.3.6.1.4.1.9.9.254.1.5.3.1.3
The maximum HTTP return code that this rule matches.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxHttpReturnCodeThreshold 1.3.6.1.4.1.9.9.254.1.5.3.1.4
The number of times the return code seen before the action taking place. Once HTTP return codes between cslbxHttpReturnCodeMinValue and cslbxHttpReturnCodeMaxValue, inclusive, have been seen at least cslbxHttpReturnCodeThreshold times, the action specified by cslbxHttpReturnCodeType is taken. The value of zero indicates this object has not been set.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxHttpReturnCodeResetTimer 1.3.6.1.4.1.9.9.254.1.5.3.1.5
The time interval before resetting the state of the real server. Once the action associated with this rule is taken, the associated real server state is reset after cslbxHttpReturnCodeResetTimer. The value of zero indicates the state will never reset.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval  

cslbxHttpReturnCodeType 1.3.6.1.4.1.9.9.254.1.5.3.1.6
The action associated with this rule.
Status: current Access: read-create
OBJECT-TYPE    
  SlbProbeAction  

cslbxHttpReturnCodeRowStatus 1.3.6.1.4.1.9.9.254.1.5.3.1.7
The object used by a management station to create or delete the row entry in cslbxHttpReturnCodeTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxPolicyTable 1.3.6.1.4.1.9.9.254.1.7.1
Table of load balancing policies.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxPolicyTableEntry

cslbxPolicyTableEntry 1.3.6.1.4.1.9.9.254.1.7.1.1
Information about a particular policy configured on a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxPolicyTableEntry  

cslbxPolicyName 1.3.6.1.4.1.9.9.254.1.7.1.1.1
The name of the policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerString  

cslbxPolicyClientGroupNumber 1.3.6.1.4.1.9.9.254.1.7.1.1.2
The group number of the associated client access list.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxPolicyClientGroupName 1.3.6.1.4.1.9.9.254.1.7.1.1.3
The group name of the associated client access list.
Status: current Access: read-create
OBJECT-TYPE    
  SlbObjectNameString  

cslbxPolicyUrlMap 1.3.6.1.4.1.9.9.254.1.7.1.1.4
The name of the associated URL map.
Status: current Access: read-create
OBJECT-TYPE    
  SlbObjectNameString  

cslbxPolicyCookieMap 1.3.6.1.4.1.9.9.254.1.7.1.1.5
The name of the associated Cookie map.
Status: current Access: read-create
OBJECT-TYPE    
  SlbObjectNameString  

cslbxPolicyGenericHeaderMap 1.3.6.1.4.1.9.9.254.1.7.1.1.6
The name of the associated generic HTTP header map.
Status: current Access: read-create
OBJECT-TYPE    
  SlbObjectNameString  

cslbxPolicyStickyGroup 1.3.6.1.4.1.9.9.254.1.7.1.1.7
The number of the associated sticky group. The value '0' indicates no sticky group is associated.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxPolicyDscpEnabled 1.3.6.1.4.1.9.9.254.1.7.1.1.8
The current setting for enabling TOS byte stamping. If this is set, the TCP TOS (type-of-service) byte of traffic matching this policy will be stamped with the cslbxPolicyDscpStamping value.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cslbxPolicyDscpStamping 1.3.6.1.4.1.9.9.254.1.7.1.1.9
The value to be stamped over the TCP TOS (type-of-service) byte.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxPolicyFarmName 1.3.6.1.4.1.9.9.254.1.7.1.1.10
The server farm to which a connection matching this policy may be assigned.
Status: current Access: read-create
OBJECT-TYPE    
  SlbObjectNameString  

cslbxPolicyRowStatus 1.3.6.1.4.1.9.9.254.1.7.1.1.11
The object used by a management station to create or delete the row entry in cslbxPolicyTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxPolicyBackupFarmName 1.3.6.1.4.1.9.9.254.1.7.1.1.12
The backup server farm to be used in case the primary server farm has no active server.
Status: current Access: read-create
OBJECT-TYPE    
  SlbObjectNameString  

cslbxPolicyBkFarmStickyEnabled 1.3.6.1.4.1.9.9.254.1.7.1.1.13
The current setting for enabling sticky option on the backup server farm.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cslbxPolicyReverseStickyGroup 1.3.6.1.4.1.9.9.254.1.7.1.1.14
The group number of the sticky group to be used when inserting reverse sticky entry. The value of zero indicates that reverse sticky is not enabled.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

cslbxVirtualServerTable 1.3.6.1.4.1.9.9.254.1.8.1
Table of virtual servers. It contains additional configurations for the slbVirtualServerTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxVirtualServerTableEntry

cslbxVirtualServerTableEntry 1.3.6.1.4.1.9.9.254.1.8.1.1
Additional configuration information about a particular virtual server served by a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxVirtualServerTableEntry  

cslbxVirtualAdvertiseOption 1.3.6.1.4.1.9.9.254.1.8.1.1.1
The advertise option for the virtual IP address. This value and the cslbxVirtualAdvertise value will determine whether and when to add the virtual IP address into the static route table.
Status: current Access: read-create
OBJECT-TYPE    
  SlbIpAdvertise  

cslbxVirtualVlanId 1.3.6.1.4.1.9.9.254.1.8.1.1.2
The VLAN ID associated with the virtual server. Only traffic from this VLAN may match the virtual server. By default (value of zero), a virtual server may match traffic from any VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxVirtualReplicationMode 1.3.6.1.4.1.9.9.254.1.8.1.1.3
Specifies which information will be replicated from the active device to a standby device in a fault tolerant configuration.
Status: current Access: read-create
OBJECT-TYPE    
  SlbReplicationMode  

cslbxVirtualPendingTimer 1.3.6.1.4.1.9.9.254.1.8.1.1.4
The length of time before a connection in the pending state gets torn down.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval  

cslbxVirtualL7MaxParseLength 1.3.6.1.4.1.9.9.254.1.8.1.1.5
The maximum number of characters to be parsed for Layer 7 (application level) specific information. If HTTP processing is required on an HTTP request or response with HTTP header length greater than cslbxVirtualL7MaxParseLength, the connection will be rejected and reset.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxVirtualHttpPersistenceSlb 1.3.6.1.4.1.9.9.254.1.8.1.1.6
The setting for load balancing each request in a HTTP 1.1 persistence connection. If set to 'true', the SLB device may direct successive HTTP requests in the same TCP connection to different destinations.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cslbxVirtualURLHashBeginString 1.3.6.1.4.1.9.9.254.1.8.1.1.7
The sub-string within the URL string at which to start the hashing operation. The hash result will be used in the server farm with predictor 'urlHash'. An empty string indicates hashing should begin at the beginning of the URL.
Status: current Access: read-create
OBJECT-TYPE    
  SlbRegularExpression  

cslbxVirtualURLHashEndString 1.3.6.1.4.1.9.9.254.1.8.1.1.8
The sub-string within the URL string at which to end the hashing operation. The hash result will be used in the server farm with predictor 'urlHash'. An empty string indicates hashing should end at the end of the URL.
Status: current Access: read-create
OBJECT-TYPE    
  SlbRegularExpression  

cslbxVirtualMaxConns 1.3.6.1.4.1.9.9.254.1.8.1.1.9
The maximum number of connections can be concurrently opened to this virtual server. The value of zero indicates that there is no upper limit of connections to this virtual server.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cslbxVirtualOwnerName 1.3.6.1.4.1.9.9.254.1.8.1.1.10
The name of the associated Owner.
Status: current Access: read-create
OBJECT-TYPE    
  SlbObjectNameString  

cslbxVirtualFlowMode 1.3.6.1.4.1.9.9.254.1.8.1.1.11
The direction of the traffic flowing through the SLB device.
Status: current Access: read-create
OBJECT-TYPE    
  SlbDirectionalMode  

cslbxVirtualSSLStickyOffset 1.3.6.1.4.1.9.9.254.1.8.1.1.12
The number of bytes offset into the SSL session ID where the sticky data started.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..127  

cslbxVirtualSSLStickyLength 1.3.6.1.4.1.9.9.254.1.8.1.1.13
The number of bytes of SSL session ID to be used as sticky data.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..128  

cslbxVirtualReverseStickyGroup 1.3.6.1.4.1.9.9.254.1.8.1.1.14
The group number of the sticky group to be used when inserting reverse sticky entry. The value of zero indicates that reverse sticky is not enabled.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

cslbxVirtualBackupFarmName 1.3.6.1.4.1.9.9.254.1.8.1.1.15
The backup server farm to be used in case the primary server farm has no active server.
Status: current Access: read-create
OBJECT-TYPE    
  SlbObjectNameString  

cslbxVirtualBkFarmStickyEnabled 1.3.6.1.4.1.9.9.254.1.8.1.1.16
The current setting for enabling sticky option on the backup server farm.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cslbxRuleTable 1.3.6.1.4.1.9.9.254.1.8.2
This table provides the function to apply the policies to the virtual servers. Using different policies, the SLB can direct traffic matching different patterns to different server farms.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxRuleEntry

cslbxRuleEntry 1.3.6.1.4.1.9.9.254.1.8.2.1
This entry links one SLB policy to a virtual server. If the status of associated cslbxRuleVirtualServerName or the status of associated cslbxRulePolicyName is not active, the status of this entry cannot be active.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxRuleEntry  

cslbxRuleVirtualServerName 1.3.6.1.4.1.9.9.254.1.8.2.1.1
The name of the associated virtual server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerString  

cslbxRulePolicyName 1.3.6.1.4.1.9.9.254.1.8.2.1.2
The name of the associated SLB policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerString  

cslbxRuleCurrentConnections 1.3.6.1.4.1.9.9.254.1.8.2.1.3
The current number of open connections that matched this SLB policy.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cslbxRuleTotalConnections 1.3.6.1.4.1.9.9.254.1.8.2.1.4
The total number of connections that ever matched this SLB policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxRuleHCTotalConnections 1.3.6.1.4.1.9.9.254.1.8.2.1.5
The total number of connections that ever matched this SLB policy. This is the 64-bit version of cslbxRuleTotalConnections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxRuleTotalClientPackets 1.3.6.1.4.1.9.9.254.1.8.2.1.6
The total number of packets ever sent by the client to the server on a connection that matched this SLB policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxRuleHCTotalClientPackets 1.3.6.1.4.1.9.9.254.1.8.2.1.7
The total number of packets ever sent by the client to the server on a connection that matched this SLB policy. This is the 64-bit version of cslbxRuleTotalClientPackets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxRuleTotalServerPackets 1.3.6.1.4.1.9.9.254.1.8.2.1.8
The total number of packets ever sent by the server to the client on a connection that matched this SLB policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxRuleHCTotalServerPackets 1.3.6.1.4.1.9.9.254.1.8.2.1.9
The total number of packets ever sent by the server to the client on a connection that matched this SLB policy. This is the 64-bit version of cslbxRuleTotalServerPackets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxRuleRowStatus 1.3.6.1.4.1.9.9.254.1.8.2.1.10
The object used by a management station to create or delete the row entry in cslbxRuleTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxRuleTotalClientOctets 1.3.6.1.4.1.9.9.254.1.8.2.1.11
The total number of octets ever sent by the client to the server on a connection that matched this SLB policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxRuleHCTotalClientOctets 1.3.6.1.4.1.9.9.254.1.8.2.1.12
The total number of octets ever sent by the client to the server on a connection that matched this SLB policy. This is the 64-bit version of cslbxRuleTotalClientOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxRuleTotalServerOctets 1.3.6.1.4.1.9.9.254.1.8.2.1.13
The total number of octets ever sent by the server to the client on a connection that matched this SLB policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxRuleHCTotalServerOctets 1.3.6.1.4.1.9.9.254.1.8.2.1.14
The total number of octets ever sent by the server to the client on a connection that matched this SLB policy. This is the 64-bit version of cslbxRuleTotalServerOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cslbxVlanTable 1.3.6.1.4.1.9.9.254.1.9.1
This table provides the configuration of VLANs configured on the SLB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxVlanEntry

cslbxVlanEntry 1.3.6.1.4.1.9.9.254.1.9.1.1
This entry is for configuring the VLAN on the SLB device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxVlanEntry  

cslbxVlanId 1.3.6.1.4.1.9.9.254.1.9.1.1.1
The 802.1q VLAN ID of this VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cslbxVlanType 1.3.6.1.4.1.9.9.254.1.9.1.1.2
The type of this VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  SlbVlanType  

cslbxVlanAddressType 1.3.6.1.4.1.9.9.254.1.9.1.1.3
The type of address stored in cslbxVlanAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cslbxVlanAddress 1.3.6.1.4.1.9.9.254.1.9.1.1.4
The IP address of this VLAN interface.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0..20)  

cslbxVlanMaskAddressType 1.3.6.1.4.1.9.9.254.1.9.1.1.5
The type of address stored in cslbxVlanMaskAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cslbxVlanMaskAddress 1.3.6.1.4.1.9.9.254.1.9.1.1.6
The network mask for this VLAN interface.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0..20)  

cslbxVlanRowStatus 1.3.6.1.4.1.9.9.254.1.9.1.1.7
The object is used by a management station to create or delete the row entry in cslbxVlanTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxAliasAddrTable 1.3.6.1.4.1.9.9.254.1.9.2
This table provides the configuration of alias IP addresses on the SLB device. The SLB device will respond to an ARP request for alias IP addresses if the ARP request arrives on the configured VLAN. A given VLAN may be associated with multiple alias IP addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxAliasAddrEntry

cslbxAliasAddrEntry 1.3.6.1.4.1.9.9.254.1.9.2.1
This entry is for configuring an alias IP address on the SLB device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxAliasAddrEntry  

cslbxAliasAddrVlanId 1.3.6.1.4.1.9.9.254.1.9.2.1.1
The VLAN ID associated with this alias address.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cslbxAliasAddrAddressType 1.3.6.1.4.1.9.9.254.1.9.2.1.2
The type of address stored in cslbxAliasAddrAddress.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cslbxAliasAddrAddress 1.3.6.1.4.1.9.9.254.1.9.2.1.3
The alias IP address itself.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(1..20)  

cslbxAliasAddrRowStatus 1.3.6.1.4.1.9.9.254.1.9.2.1.4
The object is used by a management station to create or delete the row entry in cslbxAliasAddrTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxStaticRouteTable 1.3.6.1.4.1.9.9.254.1.9.3
This table provides the configuration of static routes on the SLB device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxStaticRouteEntry

cslbxStaticRouteEntry 1.3.6.1.4.1.9.9.254.1.9.3.1
This entry is for configuring the static route used by the SLB device. The SLB device will accept multiple destination gateways for the same route. The SLB should able to pick an active gateway for a given route. In some case, the SLB device can load-balancing among the gateways of the same route.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxStaticRouteEntry  

cslbxStaticRouteVlanId 1.3.6.1.4.1.9.9.254.1.9.3.1.1
The VLAN ID associated with this route.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cslbxStaticRouteSubnetAddrType 1.3.6.1.4.1.9.9.254.1.9.3.1.2
The type of address stored in cslbxStaticRouteSubnetAddr.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cslbxStaticRouteSubnetAddr 1.3.6.1.4.1.9.9.254.1.9.3.1.3
The IP subnet of this route.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(1..20)  

cslbxStaticRouteMaskAddrType 1.3.6.1.4.1.9.9.254.1.9.3.1.4
The type of address stored in cslbxStaticRouteMaskAddr.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cslbxStaticRouteMaskAddr 1.3.6.1.4.1.9.9.254.1.9.3.1.5
The IP network mask of this route.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(1..20)  

cslbxStaticRouteGatewayAddrType 1.3.6.1.4.1.9.9.254.1.9.3.1.6
The type of address stored in cslbxStaticRouteGatewayAddr.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cslbxStaticRouteGatewayAddr 1.3.6.1.4.1.9.9.254.1.9.3.1.7
The IP address of the next hop gateway.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(1..20)  

cslbxStaticRouteRowStatus 1.3.6.1.4.1.9.9.254.1.9.3.1.8
The object is used by a management station to create or delete the row entry in cslbxStaticRouteTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxFtTable 1.3.6.1.4.1.9.9.254.1.10.1
Table of Fault Tolerance settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxFtTableEntry

cslbxFtTableEntry 1.3.6.1.4.1.9.9.254.1.10.1.1
Information about Fault Tolerance settings for a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxFtTableEntry  

cslbxFtGroupId 1.3.6.1.4.1.9.9.254.1.10.1.1.1
The Fault Tolerance group number.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxFtVlanId 1.3.6.1.4.1.9.9.254.1.10.1.1.2
The VLAN ID used by this Fault Tolerance group.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxFtPreempt 1.3.6.1.4.1.9.9.254.1.10.1.1.3
The preemption setting for this Fault Tolerance group.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cslbxFtPriority 1.3.6.1.4.1.9.9.254.1.10.1.1.4
The priority value of this SLB device for the Fault Tolerance group.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxFtHeartBeatTimer 1.3.6.1.4.1.9.9.254.1.10.1.1.5
The time interval of sending the keep-alive messages to the peer in the Fault Tolerance group.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval  

cslbxFtFailThreshold 1.3.6.1.4.1.9.9.254.1.10.1.1.6
The threshold for failing over to the standby SLB. If a standby SLB device has not received a keep-alive message from an active SLB device within cslbxFtFailThreshold consecutive periods of length cslbxFtHeartBeatTimer, the standby will become active.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxFtState 1.3.6.1.4.1.9.9.254.1.10.1.1.7
The current Fault Tolerance state of this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  SlbFtState  

cslbxFtStateChangeTime 1.3.6.1.4.1.9.9.254.1.10.1.1.8
The time of the last change in the current Fault Tolerance state of the SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cslbxFtRxHeartBeatMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.9
The number of the keep-alive messages ever received by this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtTxHeartBeatMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.10
The number of the keep-alive messages ever sent by this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtRxUpdateMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.11
The number of the state update (sticky) messages ever received by this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtTxUpdateMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.12
The number of the state update (sticky) messages ever sent by this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtRxCoupMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.13
The number of master override messages ever received by this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtTxCoupMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.14
The number of master override messages ever sent by this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtRxElectMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.15
The number of the master election messages ever received by this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtTxElectMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.16
The number of the master election messages ever sent by this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtRxConnReplMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.17
The number of the connection replication messages ever received by this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtTxConnReplMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.18
The number of the connection replication messages ever sent by this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtRxPackets 1.3.6.1.4.1.9.9.254.1.10.1.1.19
The total number of Fault Tolerance messages ever received by this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtDropPackets 1.3.6.1.4.1.9.9.254.1.10.1.1.20
The total number of Fault Tolerance messages ever dropped by this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtDuplPackets 1.3.6.1.4.1.9.9.254.1.10.1.1.21
The total number of duplicate Fault Tolerance messages ever received by this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtXsumErrPackets 1.3.6.1.4.1.9.9.254.1.10.1.1.22
The total number of Fault Tolerance messages with a checksum error ever received by this SLB device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtBuffErrPackets 1.3.6.1.4.1.9.9.254.1.10.1.1.23
The total number of Fault Tolerance messages dropped by this SLB device due to insufficient buffer memory.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cslbxFtRowStatus 1.3.6.1.4.1.9.9.254.1.10.1.1.24
The row status is used by a management station to create or delete the row entry in cslbxFtTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxXmlConfigTable 1.3.6.1.4.1.9.9.254.1.11.1
Table of XML interface settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxXmlConfigTableEntry

cslbxXmlConfigTableEntry 1.3.6.1.4.1.9.9.254.1.11.1.1
Information about XML interface settings for a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxXmlConfigTableEntry  

cslbxXmlConfigEnabled 1.3.6.1.4.1.9.9.254.1.11.1.1.1
The current setting for enabling XML interface. If this is set, the XML configuration is enabled for this SLB instance.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cslbxXmlConfigVlanId 1.3.6.1.4.1.9.9.254.1.11.1.1.2
The VLAN ID on which to accept requests for configuration via XML. If it set to zero, then connection from any VLAN is acceptable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cslbxXmlConfigListeningPort 1.3.6.1.4.1.9.9.254.1.11.1.1.3
The TCP port on which this SLB instance listens for XML configuration requests.
Status: current Access: read-create
OBJECT-TYPE    
  CiscoPort  

cslbxXmlConfigRowStatus 1.3.6.1.4.1.9.9.254.1.11.1.1.4
The row status is used by a management station to create or delete the row entry in cslbxXmlConfigTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxXmlConfigUserName 1.3.6.1.4.1.9.9.254.1.11.1.1.5
The required username for the purpose of validating the XML request.
Status: current Access: read-create
OBJECT-TYPE    
  SlbObjectNameString  

cslbxXmlConfigPassword 1.3.6.1.4.1.9.9.254.1.11.1.1.6
The required password for the purpose of validating the XML request.
Status: current Access: read-create
OBJECT-TYPE    
  SlbPasswordString  

cslbxXmlConfigClientGroupNumber 1.3.6.1.4.1.9.9.254.1.11.1.1.7
The group number of the associated client access list.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

cslbxXmlConfigClientGroupName 1.3.6.1.4.1.9.9.254.1.11.1.1.8
The group name of the associated client access list.
Status: current Access: read-create
OBJECT-TYPE    
  SlbObjectNameString  

cslbxConnTable 1.3.6.1.4.1.9.9.254.1.12.1
Table of Extended Connections being load-balanced by SLB. This table supports the Content Switching Module (CSM) feature which is not supported by the slbConnectionTable in the CISCO-SLB-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxConnTableEntry

cslbxConnTableEntry 1.3.6.1.4.1.9.9.254.1.12.1.1
A list of Extended Connections for a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxConnTableEntry  

cslbxConnIndex 1.3.6.1.4.1.9.9.254.1.12.1.1.1
The index to internal structures for the Extended Connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cslbxConnInDestAddrType 1.3.6.1.4.1.9.9.254.1.12.1.1.2
The type of address stored in cslbxConnInDestAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cslbxConnInDestAddr 1.3.6.1.4.1.9.9.254.1.12.1.1.3
The destination IP address of the incoming request.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(0..20)  

cslbxConnInDestPort 1.3.6.1.4.1.9.9.254.1.12.1.1.4
The destination port of the incoming request.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoPort  

cslbxConnInSourceAddrType 1.3.6.1.4.1.9.9.254.1.12.1.1.5
The type of address stored in cslbxConnInSourceAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cslbxConnInSourceAddr 1.3.6.1.4.1.9.9.254.1.12.1.1.6
The source IP address of the incoming request.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(0..20)  

cslbxConnInSourcePort 1.3.6.1.4.1.9.9.254.1.12.1.1.7
The source port of the incoming request.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoPort  

cslbxConnProtocol 1.3.6.1.4.1.9.9.254.1.12.1.1.8
The IP protocol for the Extended Conn.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoIpProtocol  

cslbxConnOutDestAddrType 1.3.6.1.4.1.9.9.254.1.12.1.1.9
The type of address stored in cslbxConnOutDestIpAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cslbxConnOutDestAddr 1.3.6.1.4.1.9.9.254.1.12.1.1.10
The destination IP address of the load-balanced Extended Conn.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(0..20)  

cslbxConnOutDestPort 1.3.6.1.4.1.9.9.254.1.12.1.1.11
The destination port of the load-balanced Extended Conn.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoPort  

cslbxConnOutSourceAddrType 1.3.6.1.4.1.9.9.254.1.12.1.1.12
The type of address stored in cslbxConnOutSourceAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cslbxConnOutSourceAddr 1.3.6.1.4.1.9.9.254.1.12.1.1.13
The source IP address of the load-balanced Extended Conn.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(0..20)  

cslbxConnOutSourcePort 1.3.6.1.4.1.9.9.254.1.12.1.1.14
The source port of the load-balanced Extended Conn.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoPort  

cslbxConnState 1.3.6.1.4.1.9.9.254.1.12.1.1.15
The current state of this Extended Conn.
Status: current Access: read-only
OBJECT-TYPE    
  SlbConnectionState  

cslbxOwnerTable 1.3.6.1.4.1.9.9.254.1.14.1
Table of Owners of the load balancing objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxOwnerTableEntry

cslbxOwnerTableEntry 1.3.6.1.4.1.9.9.254.1.14.1.1
Information about a particular Owner configured on a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxOwnerTableEntry  

cslbxOwnerName 1.3.6.1.4.1.9.9.254.1.14.1.1.1
The name of the owner of the configured SLB objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbObjectNameString  

cslbxOwnerContactInfo 1.3.6.1.4.1.9.9.254.1.14.1.1.2
The contact information for this Owner.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cslbxOwnerBillingInfo 1.3.6.1.4.1.9.9.254.1.14.1.1.3
The billing information for this Owner.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cslbxOwnerMaxConns 1.3.6.1.4.1.9.9.254.1.14.1.1.4
The maximum of connections can be opened to the virtual servers associated with this Owner. The value of zero indicates that there is no upper limit of connections associated with this Owner.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cslbxOwnerRowStatus 1.3.6.1.4.1.9.9.254.1.14.1.1.5
The object used by a management station to create or delete the row entry in cslbxOwnerTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxScriptFileTable 1.3.6.1.4.1.9.9.254.1.15.1
Table of Script files to be downloaded into a particular SLB device. The content of these text files can be excuted by the SLB device to provide additional health check functionality.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxScriptFileTableEntry

cslbxScriptFileTableEntry 1.3.6.1.4.1.9.9.254.1.15.1.1
Information about a particular Script file configured on a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxScriptFileTableEntry  

cslbxScriptFileIndex 1.3.6.1.4.1.9.9.254.1.15.1.1.1
The Script file index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

cslbxScriptFileUrl 1.3.6.1.4.1.9.9.254.1.15.1.1.2
The name and location of the Script file.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cslbxScriptFileRowStatus 1.3.6.1.4.1.9.9.254.1.15.1.1.3
The object used by a management station to create or delete the row entry in cslbxScriptFileTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxScriptTaskTable 1.3.6.1.4.1.9.9.254.1.15.2
Table of Script tasks to be executed by the SLB device when it is online. The scripts from the cslbxScriptFileTable are referenced in this table by the named labels.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CslbxScriptTaskTableEntry

cslbxScriptTaskTableEntry 1.3.6.1.4.1.9.9.254.1.15.2.1
Information about a particular Script task configured on a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CslbxScriptTaskTableEntry  

cslbxScriptTaskIndex 1.3.6.1.4.1.9.9.254.1.15.2.1.1
The Script task index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

cslbxScriptTaskScriptName 1.3.6.1.4.1.9.9.254.1.15.2.1.2
The name of the function to be executed.
Status: current Access: read-create
OBJECT-TYPE    
  SlbFunctionNameString  

cslbxScriptTaskScriptArguments 1.3.6.1.4.1.9.9.254.1.15.2.1.3
The argument parameters passed into the executable Script.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cslbxScriptTaskRowStatus 1.3.6.1.4.1.9.9.254.1.15.2.1.4
The object used by a management station to create or delete the row entry in cslbxScriptTaskTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cslbxFtStateChangeNotifEnabled 1.3.6.1.4.1.9.9.254.1.13.1
This object controls the generation of cslbxFtStateChange notification. 'true' Indicates that cslbxFtStateChange notification is to be generated when the state changes. That is, notification generation is enabled. 'false' Indicates that cslbxFtStateChange notification generation is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cslbxFtStateChange 1.3.6.1.4.1.9.9.254.0.1
The notification generated when the Fault Tolerance process changes to a new state. The value of cslbxFtState indicates the new state.
Status: current Access: read-write
NOTIFICATION-TYPE    

cslbxMIBCompliances 1.3.6.1.4.1.9.9.254.2.1
OBJECT IDENTIFIER    

cslbxMIBGroups 1.3.6.1.4.1.9.9.254.2.2
OBJECT IDENTIFIER    

cslbxMIBCompliance 1.3.6.1.4.1.9.9.254.2.1.1
The compliance statement for entities which implement the Cisco SLB EXT MIB. The Content Switching Module (CSM) product supports this revision.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

cslbxMIBComplianceRev1 1.3.6.1.4.1.9.9.254.2.1.2
The compliance statement for entities which implement the Cisco SLB EXT MIB. The Content Switching Module (CSM) product supports this revision.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

cslbxMIBComplianceRev2 1.3.6.1.4.1.9.9.254.2.1.3
The compliance statement for entities which implement the Cisco SLB EXT MIB.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

cslbxMIBComplianceRev3 1.3.6.1.4.1.9.9.254.2.1.4
The compliance statement for entities which implement the Cisco SLB EXT MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

cslbxStatsGroup 1.3.6.1.4.1.9.9.254.2.2.1
A collection of additional global statistics objects for the SLB entity.
Status: current Access: read-write
OBJECT-GROUP    

cslbxServerFarmsGroup 1.3.6.1.4.1.9.9.254.2.2.2
A collection of cslbxServerFarmTable and cslbxRedirectSvrTable objects used to further define an SLB server farm.
Status: current Access: read-write
OBJECT-GROUP    

cslbxClientNatPoolsGroup 1.3.6.1.4.1.9.9.254.2.2.3
The SLB client NAT pool objects.
Status: current Access: read-write
OBJECT-GROUP    

cslbxStickyGroupsGroup 1.3.6.1.4.1.9.9.254.2.2.4
The SLB sticky group objects.
Status: deprecated Access: read-write
OBJECT-GROUP    

cslbxStickyObjectsGroup 1.3.6.1.4.1.9.9.254.2.2.5
The SLB Extended sticky objects.
Status: current Access: read-write
OBJECT-GROUP    

cslbxMapsGroup 1.3.6.1.4.1.9.9.254.2.2.6
The SLB map objects.
Status: current Access: read-write
OBJECT-GROUP    

cslbxPoliciesGroup 1.3.6.1.4.1.9.9.254.2.2.8
The SLB policy objects.
Status: current Access: read-write
OBJECT-GROUP    

cslbxVirtualServersGroup 1.3.6.1.4.1.9.9.254.2.2.9
A collection of virtual server and rule objects used to further define layer 7 parameters for the SLB virtual server.
Status: current Access: read-write
OBJECT-GROUP    

cslbxVlansGroup 1.3.6.1.4.1.9.9.254.2.2.10
The SLB VLAN configuration objects.
Status: current Access: read-write
OBJECT-GROUP    

cslbxFaultToleranceGroup 1.3.6.1.4.1.9.9.254.2.2.11
The SLB Fault Tolerance objects.
Status: current Access: read-write
OBJECT-GROUP    

cslbxConnsGroup 1.3.6.1.4.1.9.9.254.2.2.12
The SLB Extended Conn objects.
Status: current Access: read-write
OBJECT-GROUP    

cslbxXmlConfigGroup 1.3.6.1.4.1.9.9.254.2.2.13
The SLB XML configuration objects.
Status: current Access: read-write
OBJECT-GROUP    

cslbxNotifControlGroup 1.3.6.1.4.1.9.9.254.2.2.14
The collection of objects to control the notifications for state changed in a SLB device.
Status: current Access: read-write
OBJECT-GROUP    

cslbxNotifGroup 1.3.6.1.4.1.9.9.254.2.2.15
The collection of notifications of CISCO-SLB-EXT-MIB entity that are required to support.
Status: current Access: read-write
NOTIFICATION-GROUP    

cslbxXmlUserAccessGroup 1.3.6.1.4.1.9.9.254.2.2.16
The collection of additional objects used to further control the access to the SLB XML management interface.
Status: current Access: read-write
OBJECT-GROUP    

cslbxOwnerGroup 1.3.6.1.4.1.9.9.254.2.2.17
The collection of objects used to define the Owner information of an SLB Virtual Server object.
Status: current Access: read-write
OBJECT-GROUP    

cslbxBackupServerGroup 1.3.6.1.4.1.9.9.254.2.2.18
The collection of objects used to define the SLB Backup Server Farm option.
Status: current Access: read-write
OBJECT-GROUP    

cslbxScriptedProbeGroup 1.3.6.1.4.1.9.9.254.2.2.19
The collection of objects to configure executable Script in an SLB device.
Status: current Access: read-write
OBJECT-GROUP    

cslbxReverseStickyGroup 1.3.6.1.4.1.9.9.254.2.2.20
The collection of objects used to configure the Reverse Sticky option.
Status: current Access: read-write
OBJECT-GROUP    

cslbxVirtualServersExtGroup 1.3.6.1.4.1.9.9.254.2.2.22
The collection of additional objects used to define SSL sticky option, packet counters and flow control for a SLB Virtual Server.
Status: current Access: read-write
OBJECT-GROUP    

cslbxMapsRev2Group 1.3.6.1.4.1.9.9.254.2.2.23
The second revision of collection of objects used to define a SLB matching criteria.
Status: current Access: read-write
OBJECT-GROUP    

cslbxServerFarmsExtGroup 1.3.6.1.4.1.9.9.254.2.2.24
A collection of objects related to server farm.
Status: deprecated Access: read-write
OBJECT-GROUP    

cslbxServerFarmsHttpRetCodeGroup 1.3.6.1.4.1.9.9.254.2.2.25
A collection of objects related to HTTP Return Codes in server farm.
Status: current Access: read-write
OBJECT-GROUP    

cslbxStickyGroupsGroupRev2 1.3.6.1.4.1.9.9.254.2.2.26
The collection of objects for sticky features.
Status: current Access: read-write
OBJECT-GROUP    

cslbxCookieStickyGroup 1.3.6.1.4.1.9.9.254.2.2.27
This group contains objects related to static Cookie.
Status: current Access: read-write
OBJECT-GROUP    

cslbxStatsHCGroup 1.3.6.1.4.1.9.9.254.2.2.35
A collection of objects providing information specific to counter64 objects for SLB statistics.
Status: current Access: read-write
OBJECT-GROUP    

cslbxServerFarmStatsGroup 1.3.6.1.4.1.9.9.254.2.2.36
This group contains objects related to server farm statistics.
Status: current Access: read-write
OBJECT-GROUP    

cslbxServerFarmsExtGroupRev1 1.3.6.1.4.1.9.9.254.2.2.37
A collection of objects related to server farm.
Status: current Access: read-write
OBJECT-GROUP