CISCO-SLB-EXT-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-SLB-EXT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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
         ciscoSlbExtMIBNotifs 1.3.6.1.4.1.9.9.254.0
             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.
         ciscoSlbExtMIBObjects 1.3.6.1.4.1.9.9.254.1
             cslbxStats 1.3.6.1.4.1.9.9.254.1.1
                 cslbxStatsTable 1.3.6.1.4.1.9.9.254.1.1.1 no-access
A table of global SLB statistics for all local SLB entities. It contains addition information to the slbStatsTable.
                     cslbxStatsTableEntry 1.3.6.1.4.1.9.9.254.1.1.1.1 no-access
A list of additional SLB statistics for a particular SLB entity.
                         cslbxStatsServerInitConns 1.3.6.1.4.1.9.9.254.1.1.1.1.1 counter32 read-only
The total number of connections initiated by the servers.
                         cslbxStatsServerInitHCConns 1.3.6.1.4.1.9.9.254.1.1.1.1.2 counter64 read-only
The total number of connections initiated by the servers. This is the 64-bit version of cslbxStatsServerInitConns.
                         cslbxStatsCurrConnections 1.3.6.1.4.1.9.9.254.1.1.1.1.3 gauge32 read-only
The number of connections currently still open.
                         cslbxStatsCurrServerInitConns 1.3.6.1.4.1.9.9.254.1.1.1.1.4 gauge32 read-only
The number of server initiated connections currently still open.
                         cslbxStatsFailedConns 1.3.6.1.4.1.9.9.254.1.1.1.1.5 counter32 read-only
The number of connections that were load balanced to real servers that then failed to respond.
                         cslbxStatsFailedServerInitConns 1.3.6.1.4.1.9.9.254.1.1.1.1.6 counter32 read-only
The number of server initiated connections that failed.
                         cslbxStatsL4PolicyConns 1.3.6.1.4.1.9.9.254.1.1.1.1.7 counter32 read-only
The number of connections made to the virtual servers with only layer 4 configuration.
                         cslbxStatsL7PolicyConns 1.3.6.1.4.1.9.9.254.1.1.1.1.8 counter32 read-only
The number of connections made to the virtual servers with some layer 7 configuration.
                         cslbxStatsDroppedL4PolicyConns 1.3.6.1.4.1.9.9.254.1.1.1.1.9 counter32 read-only
The number of connections dropped by virtual servers with only layer 4 configuration.
                         cslbxStatsDroppedL7PolicyConns 1.3.6.1.4.1.9.9.254.1.1.1.1.10 counter32 read-only
The number of connections dropped by virtual servers with some layer 7 policy.
                         cslbxStatsFtpConns 1.3.6.1.4.1.9.9.254.1.1.1.1.11 counter32 read-only
The number of connections made to virtual servers with the FTP service.
                         cslbxStatsHttpRedirectConns 1.3.6.1.4.1.9.9.254.1.1.1.1.12 counter32 read-only
The number of connections made to HTTP redirect servers.
                         cslbxStatsDroppedRedirectConns 1.3.6.1.4.1.9.9.254.1.1.1.1.13 counter32 read-only
The number of connections dropped by HTTP redirect servers.
                         cslbxStatsNoMatchPolicyRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.14 counter32 read-only
The number of connections rejected because they failed to match any configured policy.
                         cslbxStatsNoCfgPolicyRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.15 counter32 read-only
The number of connections rejected because the matching virtual server was not configured with any policy.
                         cslbxStatsNoActiveServerRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.16 counter32 read-only
The number of connections rejected because the chosen server farm did not have any active servers.
                         cslbxStatsAclDenyRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.17 counter32 read-only
The number of connections rejected because the the matching client access list was configured to deny access.
                         cslbxStatsMaxParseLenRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.18 counter32 read-only
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.
                         cslbxStatsBadSslFormatRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.19 counter32 read-only
The number of connections rejected because some invalid or unrecognized SSL format was detected.
                         cslbxStatsL7ParserErrorRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.20 counter32 read-only
The number of connections rejected because an error occurred while parsing the connection data at Layer 7.
                         cslbxStatsVerMismatchRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.21 counter32 read-only
The number of connections rejected because the Layer 7 configuration was changed while Layer 7 parsing was occurring on the connection.
                         cslbxStatsOutOfMemoryRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.22 counter32 read-only
The number of connections rejected because the SLB module could not allocate the required memory.
                         cslbxStatsTimedOutConnections 1.3.6.1.4.1.9.9.254.1.1.1.1.23 counter32 read-only
The number of connections that were terminated because they were idle longer than the configured idle timeout value.
                         cslbxStatsTcpChecksumErrorPkts 1.3.6.1.4.1.9.9.254.1.1.1.1.24 counter32 read-only
The accumulated number of TCP packets which have checksum error.
                         cslbxStatsIpChecksumErrorPkts 1.3.6.1.4.1.9.9.254.1.1.1.1.25 counter32 read-only
The accumulated number of IP packets which have checksum error.
                         cslbxStatsL4PolicyHCConns 1.3.6.1.4.1.9.9.254.1.1.1.1.26 counter64 read-only
The number of connections made to the virtual servers with only layer 4 configuration. This object is a 64-bit version of cslbxStatsL4PolicyConns.
                         cslbxStatsL7PolicyHCConns 1.3.6.1.4.1.9.9.254.1.1.1.1.27 counter64 read-only
The number of connections made to the virtual servers with some layer 7 configuration. This object is a 64-bit version of cslbxStatsL7PolicyConns.
                         cslbxStatsDroppedL4PolicyHCConns 1.3.6.1.4.1.9.9.254.1.1.1.1.28 counter64 read-only
The number of connections dropped by virtual servers with only layer 4 configuration. This object is a 64-bit version of cslbxStatsDroppedL4PolicyConns.
                         cslbxStatsDroppedL7PolicyHCConns 1.3.6.1.4.1.9.9.254.1.1.1.1.29 counter64 read-only
The number of connections dropped by virtual servers with some layer 7 configuration. This object is a 64-bit version of cslbxStatsDroppedL7PolicyConns.
                         cslbxStatsNoMatchPolicyHCRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.30 counter64 read-only
The number of connections rejected because they failed to match any configured policy. This object is a 64-bit version of cslbxStatsNoMatchPolicyRejects.
                         cslbxStatsNoCfgPolicyHCRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.31 counter64 read-only
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.
                         cslbxStatsAclDenyHCRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.32 counter64 read-only
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.
                         cslbxStatsVerMismatchHCRejects 1.3.6.1.4.1.9.9.254.1.1.1.1.33 counter64 read-only
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.
             cslbxServerFarms 1.3.6.1.4.1.9.9.254.1.2
                 cslbxServerFarmTable 1.3.6.1.4.1.9.9.254.1.2.1 no-access
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.
                     cslbxServerFarmTableEntry 1.3.6.1.4.1.9.9.254.1.2.1.1 no-access
Additional configuration parameters about a particular server farm served by a particular local SLB entity.
                         cslbxServerFarmHashMaskAddrType 1.3.6.1.4.1.9.9.254.1.2.1.1.1 inetaddresstype read-only
The type of address stored in cslbxServerFarmHashMaskAddr.
                         cslbxServerFarmHashMaskAddr 1.3.6.1.4.1.9.9.254.1.2.1.1.2 inetaddress read-only
The mask value applied to the IP address before performing IP hashing operation.
                         cslbxServerFarmClientNatPool 1.3.6.1.4.1.9.9.254.1.2.1.1.3 slbobjectnamestring read-only
The name of the current client NAT pool associated with this server farm.
                         cslbxServerFarmFailAction 1.3.6.1.4.1.9.9.254.1.2.1.1.4 slbfailaction read-only
The current action assigned to this server farm when a server has failed ARP or health probe.
                         cslbxServerFarmHttpReturnCodeMap 1.3.6.1.4.1.9.9.254.1.2.1.1.5 slbobjectnamestring read-only
The name of the HTTP return code checking applied to with this server farm.
                         cslbxServerFarmInFailedThreshold 1.3.6.1.4.1.9.9.254.1.2.1.1.6 unsigned32 read-only
The threshold of failed connections before the inband health check taking a server in this farm out-of-service.
                         cslbxServerFarmInbandResetTimer 1.3.6.1.4.1.9.9.254.1.2.1.1.7 timeinterval read-only
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.
                         cslbxServerFarmTransparent 1.3.6.1.4.1.9.9.254.1.2.1.1.8 truthvalue read-only
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.
                         cslbxServerFarmSlowStart 1.3.6.1.4.1.9.9.254.1.2.1.1.9 unsigned32 read-only
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'.
                         cslbxServerFarmHashHeaderName 1.3.6.1.4.1.9.9.254.1.2.1.1.10 snmpadminstring read-only
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.
                         cslbxServerFarmHashCookieName 1.3.6.1.4.1.9.9.254.1.2.1.1.11 snmpadminstring read-only
This object is used for configuring the HTTP Cookie Name. This object is applicable only if the value of slbSererFarmPredictor is 'cookieHash'.
                         cslbxServerFarmUrlPatternBegin 1.3.6.1.4.1.9.9.254.1.2.1.1.12 snmpadminstring read-only
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.
                         cslbxServerFarmUrlPatternEnd 1.3.6.1.4.1.9.9.254.1.2.1.1.13 snmpadminstring read-only
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.
                         cslbxServerFarmDescription 1.3.6.1.4.1.9.9.254.1.2.1.1.14 snmpadminstring read-only
This object is used for configuring the description of the server farm.
                         cslbxServerFarmType 1.3.6.1.4.1.9.9.254.1.2.1.1.15 integer read-only
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'. Enumeration: 'redirect': 1, 'host': 2.
                         cslbxServerFarmState 1.3.6.1.4.1.9.9.254.1.2.1.1.16 integer read-only
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. Enumeration: 'active': 1, 'inactive': 2.
                 cslbxRedirectSvrTable 1.3.6.1.4.1.9.9.254.1.2.2 no-access
A table of HTTP redirect servers. Entry attributes may be modified regardless of the value of cslbxRedirectSvrState.
                     cslbxRedirectSvrTableEntry 1.3.6.1.4.1.9.9.254.1.2.2.1 no-access
Information about a particular HTTP redirect virtual server in a particular server farm served by a particular local SLB entity.
                         cslbxRedirectSvrFarmName 1.3.6.1.4.1.9.9.254.1.2.2.1.1 slbserverstring no-access
Redirect Server's server farm name.
                         cslbxRedirectSvrName 1.3.6.1.4.1.9.9.254.1.2.2.1.2 slbserverstring no-access
The name of the Redirect Server
                         cslbxRedirectSvrRelocationStr 1.3.6.1.4.1.9.9.254.1.2.2.1.3 slburlstring read-only
The relocation URL string sent in the reply of the Redirect Server.
                         cslbxRedirectSvrBackupString 1.3.6.1.4.1.9.9.254.1.2.2.1.4 slburlstring read-only
The backup string sent in the reply of the Redirect Server when the associated real server is disabled.
                         cslbxRedirectSvrRedirectCode 1.3.6.1.4.1.9.9.254.1.2.2.1.5 unsigned32 read-only
The HTTP response code sent in the reply by the Redirect Server.
                         cslbxRedirectSvrRedirectPort 1.3.6.1.4.1.9.9.254.1.2.2.1.6 ciscoport read-only
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.
                         cslbxRedirectSvrState 1.3.6.1.4.1.9.9.254.1.2.2.1.7 slbrealserverstate read-only
The current state of the Redirect Server.
                         cslbxRedirectSvrNumberOfConns 1.3.6.1.4.1.9.9.254.1.2.2.1.8 gauge32 read-only
The number TCP and UDP connections currently open on this Redirect Server.
                         cslbxRedirectSvrMaxConns 1.3.6.1.4.1.9.9.254.1.2.2.1.9 unsigned32 read-only
The maximum number of concurrent open connections the SLB will allow on this Redirect Server.
                         cslbxRedirectSvrAdminWeight 1.3.6.1.4.1.9.9.254.1.2.2.1.10 unsigned32 read-only
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.
                         cslbxRedirectSvrOperWeight 1.3.6.1.4.1.9.9.254.1.2.2.1.11 gauge32 read-only
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.
                         cslbxRedirectSvrMetric 1.3.6.1.4.1.9.9.254.1.2.2.1.12 unsigned32 read-only
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.
                         cslbxRedirectSvrTotalConns 1.3.6.1.4.1.9.9.254.1.2.2.1.13 counter32 read-only
The total number of connections assigned to this Redirect Server since this server was configured.
                         cslbxRedirectSvrHCTotalConns 1.3.6.1.4.1.9.9.254.1.2.2.1.14 counter64 read-only
The total number of connections assigned to this Redirect Server since this server was configured. This is the 64-bit version of cslbxRedirectSvrTotalConnections.
                         cslbxRedirectSvrRowStatus 1.3.6.1.4.1.9.9.254.1.2.2.1.15 rowstatus read-only
The object used by a management station to create or delete the row entry in cslbxRedirectSvrTable following the RowStatus textual convention.
                 cslbxServerFarmProbeTable 1.3.6.1.4.1.9.9.254.1.2.3 no-access
This is a table of probes in the server farms.
                     cslbxServerFarmProbeTableEntry 1.3.6.1.4.1.9.9.254.1.2.3.1 no-access
Information about a particular probe associated with a particular server farm, served by a particular local SLB entity.
                         cslbxServerFarmProbeFarmName 1.3.6.1.4.1.9.9.254.1.2.3.1.1 slbserverstring no-access
The name the server farm.
                         cslbxServerFarmProbeProbeName 1.3.6.1.4.1.9.9.254.1.2.3.1.2 slbserverstring no-access
The name of probe.
                         cslbxServerFarmProbeRowStatus 1.3.6.1.4.1.9.9.254.1.2.3.1.3 rowstatus read-only
The object is used by a management station to create or delete the row entry in cslbxServerFarmProbeTable following the RowStatus textual convention.
                 cslbxSfarmHttpReturnCodeTable 1.3.6.1.4.1.9.9.254.1.2.4 no-access
This table contains the objects that are related to HTTP return code checking in a server farm.
                     cslbxSfarmHttpReturnCodeEntry 1.3.6.1.4.1.9.9.254.1.2.4.1 no-access
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.
                         cslbxSfarmHttpRetCodeMinValue 1.3.6.1.4.1.9.9.254.1.2.4.1.1 ciscohttpresponsestatuscode no-access
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.
                         cslbxSfarmHttpRetCodeMaxValue 1.3.6.1.4.1.9.9.254.1.2.4.1.2 ciscohttpresponsestatuscode read-only
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.
                         cslbxSfarmHttpRetCodeActionType 1.3.6.1.4.1.9.9.254.1.2.4.1.3 slbprobeaction read-only
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.
                         cslbxSfarmHttpRetCodeThreshold 1.3.6.1.4.1.9.9.254.1.2.4.1.4 unsigned32 read-only
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'.
                         cslbxSfarmHttpRetCodeResetTimer 1.3.6.1.4.1.9.9.254.1.2.4.1.5 timeinterval read-only
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'.
                         cslbxSfarmHttpRetCodeStorageType 1.3.6.1.4.1.9.9.254.1.2.4.1.6 storagetype read-only
The storage type for this conceptual row.
                         cslbxSfarmHttpRetCodeRowStatus 1.3.6.1.4.1.9.9.254.1.2.4.1.7 rowstatus read-only
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).
                 cslbxServerFarmStatsTable 1.3.6.1.4.1.9.9.254.1.2.5 no-access
This table contains the statistics of server farms
                     cslbxServerFarmStatsEntry 1.3.6.1.4.1.9.9.254.1.2.5.1 no-access
An entry in cslbxServerFarmStatsTable. Each entry contains statistical information such as current connections, total connections etc.
                         cslbxServerFarmTotalConns 1.3.6.1.4.1.9.9.254.1.2.5.1.1 counter64 read-only
The total number of connections loadbalanced to all the real servers associated with this server farm.
                         cslbxServerFarmCurrConns 1.3.6.1.4.1.9.9.254.1.2.5.1.2 counter64 read-only
The total number of active connections loadbalanced to all the real servers associated with this server farm.
                         cslbxServerFarmFailedConns 1.3.6.1.4.1.9.9.254.1.2.5.1.3 counter64 read-only
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.
                         cslbxServerFarmNumOfTimeFailOvers 1.3.6.1.4.1.9.9.254.1.2.5.1.4 counter32 read-only
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).
                         cslbxServerFarmNumOfTimeBkInServs 1.3.6.1.4.1.9.9.254.1.2.5.1.5 counter32 read-only
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).
             cslbxClientNatPools 1.3.6.1.4.1.9.9.254.1.3
                 cslbxNatPoolTable 1.3.6.1.4.1.9.9.254.1.3.1 no-access
A table of IP NAT pools.
                     cslbxNatPoolEntry 1.3.6.1.4.1.9.9.254.1.3.1.1 no-access
Information about a particular NAT pool served by a particular local SLB entity.
                         cslbxNatPoolName 1.3.6.1.4.1.9.9.254.1.3.1.1.1 slbserverstring no-access
The name of the NAT pool.
                         cslbxNatPoolStartAddressType 1.3.6.1.4.1.9.9.254.1.3.1.1.2 inetaddresstype read-only
The type of address stored in cslbxNatPoolStartAddress.
                         cslbxNatPoolStartAddress 1.3.6.1.4.1.9.9.254.1.3.1.1.3 inetaddress read-only
The first IP address in this NAT pool.
                         cslbxNatPoolEndAddressType 1.3.6.1.4.1.9.9.254.1.3.1.1.4 inetaddresstype read-only
The type of address stored in cslbxNatPoolEndAddress.
                         cslbxNatPoolEndAddress 1.3.6.1.4.1.9.9.254.1.3.1.1.5 inetaddress read-only
The last IP address in this NAT pool.
                         cslbxNatPoolRowStatus 1.3.6.1.4.1.9.9.254.1.3.1.1.6 rowstatus read-only
The object is used by a management station to create or delete the row entry in cslbxNatPoolTable following the RowStatus textual convention.
             cslbxStickyObjects 1.3.6.1.4.1.9.9.254.1.4
                 cslbxStickyGroupTable 1.3.6.1.4.1.9.9.254.1.4.1 no-access
A table of Sticky Groups.
                     cslbxStickyGroupEntry 1.3.6.1.4.1.9.9.254.1.4.1.1 no-access
Information about a particular Sticky Group served by a particular local SLB entity.
                         cslbxStickyGroupId 1.3.6.1.4.1.9.9.254.1.4.1.1.1 unsigned32 no-access
This Sticky Group's ID.
                         cslbxStickyGroupType 1.3.6.1.4.1.9.9.254.1.4.1.1.2 slbstickytype read-only
This Sticky Group's type.
                         cslbxStickyGroupMaskAddressType 1.3.6.1.4.1.9.9.254.1.4.1.1.3 inetaddresstype read-only
The type of address stored in cslbxStickyGroupMaskAddress.
                         cslbxStickyGroupMaskAddress 1.3.6.1.4.1.9.9.254.1.4.1.1.4 inetaddress read-only
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.
                         cslbxStickyGroupCookieName 1.3.6.1.4.1.9.9.254.1.4.1.1.5 snmpadminstring read-only
The HTTP Cookie name used with httpCookieSticky type.
                         cslbxStickyGroupStickyTimer 1.3.6.1.4.1.9.9.254.1.4.1.1.6 unsigned32 read-only
The length of time a Sticky Group may exist before being automatically removed.
                         cslbxStickyGroupRowStatus 1.3.6.1.4.1.9.9.254.1.4.1.1.7 rowstatus read-only
The row status is used by a management station to create or delete the row entry in cslbxStickyGroupTable following the RowStatus textual convention.
                         cslbxStickyGroupHeaderName 1.3.6.1.4.1.9.9.254.1.4.1.1.8 snmpadminstring read-only
This object identifies the HTTP Header name. This is applicable only if the value of cslbxStickyGroupType is 'httpHeaderSticky'.
                         cslbxStickyGroupTimeoutActiveConn 1.3.6.1.4.1.9.9.254.1.4.1.1.9 truthvalue read-only
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.
                         cslbxStickyGroupReplicate 1.3.6.1.4.1.9.9.254.1.4.1.1.10 truthvalue read-only
This object enables/disables sticky replication in a redundant configuration.
                 cslbxStickyObjectTable 1.3.6.1.4.1.9.9.254.1.4.2 no-access
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.
                     cslbxStickyObjectTableEntry 1.3.6.1.4.1.9.9.254.1.4.2.1 no-access
Information about a particular sticky entry by a particular local SLB entity.
                         cslbxStickyObjectIndex 1.3.6.1.4.1.9.9.254.1.4.2.1.1 unsigned32 no-access
The sticky entry index.
                         cslbxStickyObjectGroupId 1.3.6.1.4.1.9.9.254.1.4.2.1.2 unsigned32 read-only
The group ID associated with this sticky entry.
                         cslbxStickyObjectType 1.3.6.1.4.1.9.9.254.1.4.2.1.3 slbstickytype read-only
The sticky type of this sticky entry.
                         cslbxStickyObjectSourceInfo 1.3.6.1.4.1.9.9.254.1.4.2.1.4 unsigned32 read-only
The client IP address or hashed of source data used created this sticky entry.
                         cslbxStickyObjectRealAddressType 1.3.6.1.4.1.9.9.254.1.4.2.1.5 inetaddresstype read-only
The type of address stored in cslbxStickyObjectRealAddress.
                         cslbxStickyObjectRealAddress 1.3.6.1.4.1.9.9.254.1.4.2.1.6 inetaddress read-only
The real server IP address selected for all clients matched this sticky entry.
                         cslbxStickyObjectRealPort 1.3.6.1.4.1.9.9.254.1.4.2.1.7 ciscoport read-only
The port number of the real server associated with this sticky entry.
                 cslbxStickyGroupExtTable 1.3.6.1.4.1.9.9.254.1.4.3 no-access
An extension to cslbxStickyGroupTable. This table contains additional objects related to sticky group.
                     cslbxStickyGroupExtEntry 1.3.6.1.4.1.9.9.254.1.4.3.1 no-access
An entry in this table. Each entry contains offset, value, secondary cookie etc.
                         cslbxStickyOffset 1.3.6.1.4.1.9.9.254.1.4.3.1.1 unsigned32 read-only
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'.
                         cslbxStickyLength 1.3.6.1.4.1.9.9.254.1.4.3.1.2 unsigned32 read-only
This object represents the length of the value specified in cslbxStickyOffset to maintain sticky connections.
                         cslbxStickyCookieSecondary 1.3.6.1.4.1.9.9.254.1.4.3.1.3 snmpadminstring read-only
This object is used for configuring the alternate cookie name appearing in URL string to stick a connection.
                         cslbxStickyCookieInsertEnable 1.3.6.1.4.1.9.9.254.1.4.3.1.4 truthvalue read-only
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.
                         cslbxStickyCookieExpiryDate 1.3.6.1.4.1.9.9.254.1.4.3.1.5 dateandtime read-only
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.
             cslbxMaps 1.3.6.1.4.1.9.9.254.1.5
                 cslbxMapTable 1.3.6.1.4.1.9.9.254.1.5.1 no-access
Table of SLB map groups. A SLB map group contains a list of matching criteria.
                     cslbxMapTableEntry 1.3.6.1.4.1.9.9.254.1.5.1.1 no-access
Information about a particular map group, served by a particular local SLB entity.
                         cslbxMapName 1.3.6.1.4.1.9.9.254.1.5.1.1.1 slbserverstring no-access
The name of the map group.
                         cslbxMapType 1.3.6.1.4.1.9.9.254.1.5.1.1.2 slbmaptype read-only
The type of the map group.
                         cslbxMapRowStatus 1.3.6.1.4.1.9.9.254.1.5.1.1.3 rowstatus read-only
The object used by a management station to create or delete the row entry in cslbxMapTable following the RowStatus textual convention.
                 cslbxHttpExpressionTable 1.3.6.1.4.1.9.9.254.1.5.2 no-access
Table of HTTP field and regular expressions.
                     cslbxHttpExpressionTableEntry 1.3.6.1.4.1.9.9.254.1.5.2.1 no-access
Information about a particular HTTP field and the regular expression in a particular map group, served by a particular local SLB entity.
                         cslbxHttpExpressionMapName 1.3.6.1.4.1.9.9.254.1.5.2.1.1 slbserverstring no-access
The name of the Map containing this entry. This entry is only valid for cslbxMapType of: 'urlMap', 'cookieMap', or 'headerMap'.
                         cslbxHttpExpressionIndex 1.3.6.1.4.1.9.9.254.1.5.2.1.2 unsigned32 no-access
The index of this item within a Map group.
                         cslbxHttpExpressionFieldName 1.3.6.1.4.1.9.9.254.1.5.2.1.3 slbregularexpression read-only
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.
                         cslbxHttpExpressionValue 1.3.6.1.4.1.9.9.254.1.5.2.1.4 slbregularexpression read-only
The regular expression to match against a HTTP URL, Cookie, or Header field.
                         cslbxHttpExpressionRowStatus 1.3.6.1.4.1.9.9.254.1.5.2.1.5 rowstatus read-only
The object used by a management station to create or delete the row entry in cslbxHttpExpressionTable following the RowStatus textual convention.
                         cslbxHttpExpressionRequestMethod 1.3.6.1.4.1.9.9.254.1.5.2.1.6 snmpadminstring read-only
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'.
                 cslbxHttpReturnCodeTable 1.3.6.1.4.1.9.9.254.1.5.3 no-access
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.
                     cslbxHttpReturnCodeEntry 1.3.6.1.4.1.9.9.254.1.5.3.1 no-access
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.
                         cslbxHttpReturnCodeMapName 1.3.6.1.4.1.9.9.254.1.5.3.1.1 slbserverstring no-access
The name of the ReturnCode map containing this action rule.
                         cslbxHttpReturnCodeMinValue 1.3.6.1.4.1.9.9.254.1.5.3.1.2 unsigned32 no-access
The minimum HTTP return code that this rule matches.
                         cslbxHttpReturnCodeMaxValue 1.3.6.1.4.1.9.9.254.1.5.3.1.3 unsigned32 read-only
The maximum HTTP return code that this rule matches.
                         cslbxHttpReturnCodeThreshold 1.3.6.1.4.1.9.9.254.1.5.3.1.4 unsigned32 read-only
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.
                         cslbxHttpReturnCodeResetTimer 1.3.6.1.4.1.9.9.254.1.5.3.1.5 timeinterval read-only
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.
                         cslbxHttpReturnCodeType 1.3.6.1.4.1.9.9.254.1.5.3.1.6 slbprobeaction read-only
The action associated with this rule.
                         cslbxHttpReturnCodeRowStatus 1.3.6.1.4.1.9.9.254.1.5.3.1.7 rowstatus read-only
The object used by a management station to create or delete the row entry in cslbxHttpReturnCodeTable following the RowStatus textual convention.
             cslbxServerProbes 1.3.6.1.4.1.9.9.254.1.6
             cslbxPolicies 1.3.6.1.4.1.9.9.254.1.7
                 cslbxPolicyTable 1.3.6.1.4.1.9.9.254.1.7.1 no-access
Table of load balancing policies.
                     cslbxPolicyTableEntry 1.3.6.1.4.1.9.9.254.1.7.1.1 no-access
Information about a particular policy configured on a particular local SLB entity.
                         cslbxPolicyName 1.3.6.1.4.1.9.9.254.1.7.1.1.1 slbserverstring no-access
The name of the policy.
                         cslbxPolicyClientGroupNumber 1.3.6.1.4.1.9.9.254.1.7.1.1.2 unsigned32 read-only
The group number of the associated client access list.
                         cslbxPolicyClientGroupName 1.3.6.1.4.1.9.9.254.1.7.1.1.3 slbobjectnamestring read-only
The group name of the associated client access list.
                         cslbxPolicyUrlMap 1.3.6.1.4.1.9.9.254.1.7.1.1.4 slbobjectnamestring read-only
The name of the associated URL map.
                         cslbxPolicyCookieMap 1.3.6.1.4.1.9.9.254.1.7.1.1.5 slbobjectnamestring read-only
The name of the associated Cookie map.
                         cslbxPolicyGenericHeaderMap 1.3.6.1.4.1.9.9.254.1.7.1.1.6 slbobjectnamestring read-only
The name of the associated generic HTTP header map.
                         cslbxPolicyStickyGroup 1.3.6.1.4.1.9.9.254.1.7.1.1.7 unsigned32 read-only
The number of the associated sticky group. The value '0' indicates no sticky group is associated.
                         cslbxPolicyDscpEnabled 1.3.6.1.4.1.9.9.254.1.7.1.1.8 truthvalue read-only
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.
                         cslbxPolicyDscpStamping 1.3.6.1.4.1.9.9.254.1.7.1.1.9 unsigned32 read-only
The value to be stamped over the TCP TOS (type-of-service) byte.
                         cslbxPolicyFarmName 1.3.6.1.4.1.9.9.254.1.7.1.1.10 slbobjectnamestring read-only
The server farm to which a connection matching this policy may be assigned.
                         cslbxPolicyRowStatus 1.3.6.1.4.1.9.9.254.1.7.1.1.11 rowstatus read-only
The object used by a management station to create or delete the row entry in cslbxPolicyTable following the RowStatus textual convention.
                         cslbxPolicyBackupFarmName 1.3.6.1.4.1.9.9.254.1.7.1.1.12 slbobjectnamestring read-only
The backup server farm to be used in case the primary server farm has no active server.
                         cslbxPolicyBkFarmStickyEnabled 1.3.6.1.4.1.9.9.254.1.7.1.1.13 truthvalue read-only
The current setting for enabling sticky option on the backup server farm.
                         cslbxPolicyReverseStickyGroup 1.3.6.1.4.1.9.9.254.1.7.1.1.14 unsigned32 read-only
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.
             cslbxVirtualServers 1.3.6.1.4.1.9.9.254.1.8
                 cslbxVirtualServerTable 1.3.6.1.4.1.9.9.254.1.8.1 no-access
Table of virtual servers. It contains additional configurations for the slbVirtualServerTable.
                     cslbxVirtualServerTableEntry 1.3.6.1.4.1.9.9.254.1.8.1.1 no-access
Additional configuration information about a particular virtual server served by a particular local SLB entity.
                         cslbxVirtualAdvertiseOption 1.3.6.1.4.1.9.9.254.1.8.1.1.1 slbipadvertise read-only
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.
                         cslbxVirtualVlanId 1.3.6.1.4.1.9.9.254.1.8.1.1.2 unsigned32 read-only
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.
                         cslbxVirtualReplicationMode 1.3.6.1.4.1.9.9.254.1.8.1.1.3 slbreplicationmode read-only
Specifies which information will be replicated from the active device to a standby device in a fault tolerant configuration.
                         cslbxVirtualPendingTimer 1.3.6.1.4.1.9.9.254.1.8.1.1.4 timeinterval read-only
The length of time before a connection in the pending state gets torn down.
                         cslbxVirtualL7MaxParseLength 1.3.6.1.4.1.9.9.254.1.8.1.1.5 unsigned32 read-only
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.
                         cslbxVirtualHttpPersistenceSlb 1.3.6.1.4.1.9.9.254.1.8.1.1.6 truthvalue read-only
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.
                         cslbxVirtualURLHashBeginString 1.3.6.1.4.1.9.9.254.1.8.1.1.7 slbregularexpression read-only
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.
                         cslbxVirtualURLHashEndString 1.3.6.1.4.1.9.9.254.1.8.1.1.8 slbregularexpression read-only
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.
                         cslbxVirtualMaxConns 1.3.6.1.4.1.9.9.254.1.8.1.1.9 unsigned32 read-only
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.
                         cslbxVirtualOwnerName 1.3.6.1.4.1.9.9.254.1.8.1.1.10 slbobjectnamestring read-only
The name of the associated Owner.
                         cslbxVirtualFlowMode 1.3.6.1.4.1.9.9.254.1.8.1.1.11 slbdirectionalmode read-only
The direction of the traffic flowing through the SLB device.
                         cslbxVirtualSSLStickyOffset 1.3.6.1.4.1.9.9.254.1.8.1.1.12 unsigned32 read-only
The number of bytes offset into the SSL session ID where the sticky data started.
                         cslbxVirtualSSLStickyLength 1.3.6.1.4.1.9.9.254.1.8.1.1.13 unsigned32 read-only
The number of bytes of SSL session ID to be used as sticky data.
                         cslbxVirtualReverseStickyGroup 1.3.6.1.4.1.9.9.254.1.8.1.1.14 unsigned32 read-only
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.
                         cslbxVirtualBackupFarmName 1.3.6.1.4.1.9.9.254.1.8.1.1.15 slbobjectnamestring read-only
The backup server farm to be used in case the primary server farm has no active server.
                         cslbxVirtualBkFarmStickyEnabled 1.3.6.1.4.1.9.9.254.1.8.1.1.16 truthvalue read-only
The current setting for enabling sticky option on the backup server farm.
                 cslbxRuleTable 1.3.6.1.4.1.9.9.254.1.8.2 no-access
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.
                     cslbxRuleEntry 1.3.6.1.4.1.9.9.254.1.8.2.1 no-access
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.
                         cslbxRuleVirtualServerName 1.3.6.1.4.1.9.9.254.1.8.2.1.1 slbserverstring no-access
The name of the associated virtual server.
                         cslbxRulePolicyName 1.3.6.1.4.1.9.9.254.1.8.2.1.2 slbserverstring no-access
The name of the associated SLB policy.
                         cslbxRuleCurrentConnections 1.3.6.1.4.1.9.9.254.1.8.2.1.3 gauge32 read-only
The current number of open connections that matched this SLB policy.
                         cslbxRuleTotalConnections 1.3.6.1.4.1.9.9.254.1.8.2.1.4 counter32 read-only
The total number of connections that ever matched this SLB policy.
                         cslbxRuleHCTotalConnections 1.3.6.1.4.1.9.9.254.1.8.2.1.5 counter64 read-only
The total number of connections that ever matched this SLB policy. This is the 64-bit version of cslbxRuleTotalConnections.
                         cslbxRuleTotalClientPackets 1.3.6.1.4.1.9.9.254.1.8.2.1.6 counter32 read-only
The total number of packets ever sent by the client to the server on a connection that matched this SLB policy.
                         cslbxRuleHCTotalClientPackets 1.3.6.1.4.1.9.9.254.1.8.2.1.7 counter64 read-only
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.
                         cslbxRuleTotalServerPackets 1.3.6.1.4.1.9.9.254.1.8.2.1.8 counter32 read-only
The total number of packets ever sent by the server to the client on a connection that matched this SLB policy.
                         cslbxRuleHCTotalServerPackets 1.3.6.1.4.1.9.9.254.1.8.2.1.9 counter64 read-only
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.
                         cslbxRuleRowStatus 1.3.6.1.4.1.9.9.254.1.8.2.1.10 rowstatus read-only
The object used by a management station to create or delete the row entry in cslbxRuleTable following the RowStatus textual convention.
                         cslbxRuleTotalClientOctets 1.3.6.1.4.1.9.9.254.1.8.2.1.11 counter32 read-only
The total number of octets ever sent by the client to the server on a connection that matched this SLB policy.
                         cslbxRuleHCTotalClientOctets 1.3.6.1.4.1.9.9.254.1.8.2.1.12 counter64 read-only
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.
                         cslbxRuleTotalServerOctets 1.3.6.1.4.1.9.9.254.1.8.2.1.13 counter32 read-only
The total number of octets ever sent by the server to the client on a connection that matched this SLB policy.
                         cslbxRuleHCTotalServerOctets 1.3.6.1.4.1.9.9.254.1.8.2.1.14 counter64 read-only
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.
             cslbxVlans 1.3.6.1.4.1.9.9.254.1.9
                 cslbxVlanTable 1.3.6.1.4.1.9.9.254.1.9.1 no-access
This table provides the configuration of VLANs configured on the SLB.
                     cslbxVlanEntry 1.3.6.1.4.1.9.9.254.1.9.1.1 no-access
This entry is for configuring the VLAN on the SLB device.
                         cslbxVlanId 1.3.6.1.4.1.9.9.254.1.9.1.1.1 unsigned32 no-access
The 802.1q VLAN ID of this VLAN.
                         cslbxVlanType 1.3.6.1.4.1.9.9.254.1.9.1.1.2 slbvlantype read-only
The type of this VLAN.
                         cslbxVlanAddressType 1.3.6.1.4.1.9.9.254.1.9.1.1.3 inetaddresstype read-only
The type of address stored in cslbxVlanAddress.
                         cslbxVlanAddress 1.3.6.1.4.1.9.9.254.1.9.1.1.4 inetaddress read-only
The IP address of this VLAN interface.
                         cslbxVlanMaskAddressType 1.3.6.1.4.1.9.9.254.1.9.1.1.5 inetaddresstype read-only
The type of address stored in cslbxVlanMaskAddress.
                         cslbxVlanMaskAddress 1.3.6.1.4.1.9.9.254.1.9.1.1.6 inetaddress read-only
The network mask for this VLAN interface.
                         cslbxVlanRowStatus 1.3.6.1.4.1.9.9.254.1.9.1.1.7 rowstatus read-only
The object is used by a management station to create or delete the row entry in cslbxVlanTable following the RowStatus textual convention.
                 cslbxAliasAddrTable 1.3.6.1.4.1.9.9.254.1.9.2 no-access
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.
                     cslbxAliasAddrEntry 1.3.6.1.4.1.9.9.254.1.9.2.1 no-access
This entry is for configuring an alias IP address on the SLB device.
                         cslbxAliasAddrVlanId 1.3.6.1.4.1.9.9.254.1.9.2.1.1 unsigned32 no-access
The VLAN ID associated with this alias address.
                         cslbxAliasAddrAddressType 1.3.6.1.4.1.9.9.254.1.9.2.1.2 inetaddresstype no-access
The type of address stored in cslbxAliasAddrAddress.
                         cslbxAliasAddrAddress 1.3.6.1.4.1.9.9.254.1.9.2.1.3 inetaddress no-access
The alias IP address itself.
                         cslbxAliasAddrRowStatus 1.3.6.1.4.1.9.9.254.1.9.2.1.4 rowstatus read-only
The object is used by a management station to create or delete the row entry in cslbxAliasAddrTable following the RowStatus textual convention.
                 cslbxStaticRouteTable 1.3.6.1.4.1.9.9.254.1.9.3 no-access
This table provides the configuration of static routes on the SLB device.
                     cslbxStaticRouteEntry 1.3.6.1.4.1.9.9.254.1.9.3.1 no-access
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.
                         cslbxStaticRouteVlanId 1.3.6.1.4.1.9.9.254.1.9.3.1.1 unsigned32 no-access
The VLAN ID associated with this route.
                         cslbxStaticRouteSubnetAddrType 1.3.6.1.4.1.9.9.254.1.9.3.1.2 inetaddresstype no-access
The type of address stored in cslbxStaticRouteSubnetAddr.
                         cslbxStaticRouteSubnetAddr 1.3.6.1.4.1.9.9.254.1.9.3.1.3 inetaddress no-access
The IP subnet of this route.
                         cslbxStaticRouteMaskAddrType 1.3.6.1.4.1.9.9.254.1.9.3.1.4 inetaddresstype no-access
The type of address stored in cslbxStaticRouteMaskAddr.
                         cslbxStaticRouteMaskAddr 1.3.6.1.4.1.9.9.254.1.9.3.1.5 inetaddress no-access
The IP network mask of this route.
                         cslbxStaticRouteGatewayAddrType 1.3.6.1.4.1.9.9.254.1.9.3.1.6 inetaddresstype no-access
The type of address stored in cslbxStaticRouteGatewayAddr.
                         cslbxStaticRouteGatewayAddr 1.3.6.1.4.1.9.9.254.1.9.3.1.7 inetaddress no-access
The IP address of the next hop gateway.
                         cslbxStaticRouteRowStatus 1.3.6.1.4.1.9.9.254.1.9.3.1.8 rowstatus read-only
The object is used by a management station to create or delete the row entry in cslbxStaticRouteTable following the RowStatus textual convention.
             cslbxFaultTolerance 1.3.6.1.4.1.9.9.254.1.10
                   cslbxFtTable 1.3.6.1.4.1.9.9.254.1.10.1 no-access
Table of Fault Tolerance settings.
                       cslbxFtTableEntry 1.3.6.1.4.1.9.9.254.1.10.1.1 no-access
Information about Fault Tolerance settings for a particular local SLB entity.
                           cslbxFtGroupId 1.3.6.1.4.1.9.9.254.1.10.1.1.1 unsigned32 read-only
The Fault Tolerance group number.
                           cslbxFtVlanId 1.3.6.1.4.1.9.9.254.1.10.1.1.2 unsigned32 read-only
The VLAN ID used by this Fault Tolerance group.
                           cslbxFtPreempt 1.3.6.1.4.1.9.9.254.1.10.1.1.3 truthvalue read-only
The preemption setting for this Fault Tolerance group.
                           cslbxFtPriority 1.3.6.1.4.1.9.9.254.1.10.1.1.4 unsigned32 read-only
The priority value of this SLB device for the Fault Tolerance group.
                           cslbxFtHeartBeatTimer 1.3.6.1.4.1.9.9.254.1.10.1.1.5 timeinterval read-only
The time interval of sending the keep-alive messages to the peer in the Fault Tolerance group.
                           cslbxFtFailThreshold 1.3.6.1.4.1.9.9.254.1.10.1.1.6 unsigned32 read-only
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.
                           cslbxFtState 1.3.6.1.4.1.9.9.254.1.10.1.1.7 slbftstate read-only
The current Fault Tolerance state of this SLB device.
                           cslbxFtStateChangeTime 1.3.6.1.4.1.9.9.254.1.10.1.1.8 timestamp read-only
The time of the last change in the current Fault Tolerance state of the SLB device.
                           cslbxFtRxHeartBeatMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.9 counter32 read-only
The number of the keep-alive messages ever received by this SLB device.
                           cslbxFtTxHeartBeatMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.10 counter32 read-only
The number of the keep-alive messages ever sent by this SLB device.
                           cslbxFtRxUpdateMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.11 counter32 read-only
The number of the state update (sticky) messages ever received by this SLB device.
                           cslbxFtTxUpdateMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.12 counter32 read-only
The number of the state update (sticky) messages ever sent by this SLB device.
                           cslbxFtRxCoupMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.13 counter32 read-only
The number of master override messages ever received by this SLB device.
                           cslbxFtTxCoupMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.14 counter32 read-only
The number of master override messages ever sent by this SLB device.
                           cslbxFtRxElectMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.15 counter32 read-only
The number of the master election messages ever received by this SLB device.
                           cslbxFtTxElectMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.16 counter32 read-only
The number of the master election messages ever sent by this SLB device.
                           cslbxFtRxConnReplMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.17 counter32 read-only
The number of the connection replication messages ever received by this SLB device.
                           cslbxFtTxConnReplMsgs 1.3.6.1.4.1.9.9.254.1.10.1.1.18 counter32 read-only
The number of the connection replication messages ever sent by this SLB device.
                           cslbxFtRxPackets 1.3.6.1.4.1.9.9.254.1.10.1.1.19 counter32 read-only
The total number of Fault Tolerance messages ever received by this SLB device.
                           cslbxFtDropPackets 1.3.6.1.4.1.9.9.254.1.10.1.1.20 counter32 read-only
The total number of Fault Tolerance messages ever dropped by this SLB device.
                           cslbxFtDuplPackets 1.3.6.1.4.1.9.9.254.1.10.1.1.21 counter32 read-only
The total number of duplicate Fault Tolerance messages ever received by this SLB device.
                           cslbxFtXsumErrPackets 1.3.6.1.4.1.9.9.254.1.10.1.1.22 counter32 read-only
The total number of Fault Tolerance messages with a checksum error ever received by this SLB device.
                           cslbxFtBuffErrPackets 1.3.6.1.4.1.9.9.254.1.10.1.1.23 counter32 read-only
The total number of Fault Tolerance messages dropped by this SLB device due to insufficient buffer memory.
                           cslbxFtRowStatus 1.3.6.1.4.1.9.9.254.1.10.1.1.24 rowstatus read-only
The row status is used by a management station to create or delete the row entry in cslbxFtTable following the RowStatus textual convention.
             cslbxXmlConfig 1.3.6.1.4.1.9.9.254.1.11
                   cslbxXmlConfigTable 1.3.6.1.4.1.9.9.254.1.11.1 no-access
Table of XML interface settings.
                       cslbxXmlConfigTableEntry 1.3.6.1.4.1.9.9.254.1.11.1.1 no-access
Information about XML interface settings for a particular local SLB entity.
                           cslbxXmlConfigEnabled 1.3.6.1.4.1.9.9.254.1.11.1.1.1 truthvalue read-only
The current setting for enabling XML interface. If this is set, the XML configuration is enabled for this SLB instance.
                           cslbxXmlConfigVlanId 1.3.6.1.4.1.9.9.254.1.11.1.1.2 unsigned32 read-only
The VLAN ID on which to accept requests for configuration via XML. If it set to zero, then connection from any VLAN is acceptable.
                           cslbxXmlConfigListeningPort 1.3.6.1.4.1.9.9.254.1.11.1.1.3 ciscoport read-only
The TCP port on which this SLB instance listens for XML configuration requests.
                           cslbxXmlConfigRowStatus 1.3.6.1.4.1.9.9.254.1.11.1.1.4 rowstatus read-only
The row status is used by a management station to create or delete the row entry in cslbxXmlConfigTable following the RowStatus textual convention.
                           cslbxXmlConfigUserName 1.3.6.1.4.1.9.9.254.1.11.1.1.5 slbobjectnamestring read-only
The required username for the purpose of validating the XML request.
                           cslbxXmlConfigPassword 1.3.6.1.4.1.9.9.254.1.11.1.1.6 slbpasswordstring read-only
The required password for the purpose of validating the XML request.
                           cslbxXmlConfigClientGroupNumber 1.3.6.1.4.1.9.9.254.1.11.1.1.7 unsigned32 read-only
The group number of the associated client access list.
                           cslbxXmlConfigClientGroupName 1.3.6.1.4.1.9.9.254.1.11.1.1.8 slbobjectnamestring read-only
The group name of the associated client access list.
             cslbxConnections 1.3.6.1.4.1.9.9.254.1.12
                   cslbxConnTable 1.3.6.1.4.1.9.9.254.1.12.1 no-access
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.
                       cslbxConnTableEntry 1.3.6.1.4.1.9.9.254.1.12.1.1 no-access
A list of Extended Connections for a particular local SLB entity.
                           cslbxConnIndex 1.3.6.1.4.1.9.9.254.1.12.1.1.1 unsigned32 no-access
The index to internal structures for the Extended Connection.
                           cslbxConnInDestAddrType 1.3.6.1.4.1.9.9.254.1.12.1.1.2 inetaddresstype read-only
The type of address stored in cslbxConnInDestAddr.
                           cslbxConnInDestAddr 1.3.6.1.4.1.9.9.254.1.12.1.1.3 inetaddress read-only
The destination IP address of the incoming request.
                           cslbxConnInDestPort 1.3.6.1.4.1.9.9.254.1.12.1.1.4 ciscoport read-only
The destination port of the incoming request.
                           cslbxConnInSourceAddrType 1.3.6.1.4.1.9.9.254.1.12.1.1.5 inetaddresstype read-only
The type of address stored in cslbxConnInSourceAddr.
                           cslbxConnInSourceAddr 1.3.6.1.4.1.9.9.254.1.12.1.1.6 inetaddress read-only
The source IP address of the incoming request.
                           cslbxConnInSourcePort 1.3.6.1.4.1.9.9.254.1.12.1.1.7 ciscoport read-only
The source port of the incoming request.
                           cslbxConnProtocol 1.3.6.1.4.1.9.9.254.1.12.1.1.8 ciscoipprotocol read-only
The IP protocol for the Extended Conn.
                           cslbxConnOutDestAddrType 1.3.6.1.4.1.9.9.254.1.12.1.1.9 inetaddresstype read-only
The type of address stored in cslbxConnOutDestIpAddr.
                           cslbxConnOutDestAddr 1.3.6.1.4.1.9.9.254.1.12.1.1.10 inetaddress read-only
The destination IP address of the load-balanced Extended Conn.
                           cslbxConnOutDestPort 1.3.6.1.4.1.9.9.254.1.12.1.1.11 ciscoport read-only
The destination port of the load-balanced Extended Conn.
                           cslbxConnOutSourceAddrType 1.3.6.1.4.1.9.9.254.1.12.1.1.12 inetaddresstype read-only
The type of address stored in cslbxConnOutSourceAddr.
                           cslbxConnOutSourceAddr 1.3.6.1.4.1.9.9.254.1.12.1.1.13 inetaddress read-only
The source IP address of the load-balanced Extended Conn.
                           cslbxConnOutSourcePort 1.3.6.1.4.1.9.9.254.1.12.1.1.14 ciscoport read-only
The source port of the load-balanced Extended Conn.
                           cslbxConnState 1.3.6.1.4.1.9.9.254.1.12.1.1.15 slbconnectionstate read-only
The current state of this Extended Conn.
             cslbxNotifObjects 1.3.6.1.4.1.9.9.254.1.13
                   cslbxFtStateChangeNotifEnabled 1.3.6.1.4.1.9.9.254.1.13.1 truthvalue read-write
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.
             cslbxOwnerObjects 1.3.6.1.4.1.9.9.254.1.14
                   cslbxOwnerTable 1.3.6.1.4.1.9.9.254.1.14.1 no-access
Table of Owners of the load balancing objects.
                       cslbxOwnerTableEntry 1.3.6.1.4.1.9.9.254.1.14.1.1 no-access
Information about a particular Owner configured on a particular local SLB entity.
                           cslbxOwnerName 1.3.6.1.4.1.9.9.254.1.14.1.1.1 slbobjectnamestring no-access
The name of the owner of the configured SLB objects.
                           cslbxOwnerContactInfo 1.3.6.1.4.1.9.9.254.1.14.1.1.2 snmpadminstring read-only
The contact information for this Owner.
                           cslbxOwnerBillingInfo 1.3.6.1.4.1.9.9.254.1.14.1.1.3 snmpadminstring read-only
The billing information for this Owner.
                           cslbxOwnerMaxConns 1.3.6.1.4.1.9.9.254.1.14.1.1.4 unsigned32 read-only
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.
                           cslbxOwnerRowStatus 1.3.6.1.4.1.9.9.254.1.14.1.1.5 rowstatus read-only
The object used by a management station to create or delete the row entry in cslbxOwnerTable following the RowStatus textual convention.
             cslbxScriptObjects 1.3.6.1.4.1.9.9.254.1.15
                   cslbxScriptFileTable 1.3.6.1.4.1.9.9.254.1.15.1 no-access
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.
                       cslbxScriptFileTableEntry 1.3.6.1.4.1.9.9.254.1.15.1.1 no-access
Information about a particular Script file configured on a particular local SLB entity.
                           cslbxScriptFileIndex 1.3.6.1.4.1.9.9.254.1.15.1.1.1 unsigned32 no-access
The Script file index.
                           cslbxScriptFileUrl 1.3.6.1.4.1.9.9.254.1.15.1.1.2 snmpadminstring read-only
The name and location of the Script file.
                           cslbxScriptFileRowStatus 1.3.6.1.4.1.9.9.254.1.15.1.1.3 rowstatus read-only
The object used by a management station to create or delete the row entry in cslbxScriptFileTable following the RowStatus textual convention.
                   cslbxScriptTaskTable 1.3.6.1.4.1.9.9.254.1.15.2 no-access
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.
                       cslbxScriptTaskTableEntry 1.3.6.1.4.1.9.9.254.1.15.2.1 no-access
Information about a particular Script task configured on a particular local SLB entity.
                           cslbxScriptTaskIndex 1.3.6.1.4.1.9.9.254.1.15.2.1.1 unsigned32 no-access
The Script task index.
                           cslbxScriptTaskScriptName 1.3.6.1.4.1.9.9.254.1.15.2.1.2 slbfunctionnamestring read-only
The name of the function to be executed.
                           cslbxScriptTaskScriptArguments 1.3.6.1.4.1.9.9.254.1.15.2.1.3 snmpadminstring read-only
The argument parameters passed into the executable Script.
                           cslbxScriptTaskRowStatus 1.3.6.1.4.1.9.9.254.1.15.2.1.4 rowstatus read-only
The object used by a management station to create or delete the row entry in cslbxScriptTaskTable following the RowStatus textual convention.
         ciscoSlbExtMIBConform 1.3.6.1.4.1.9.9.254.2
             cslbxMIBCompliances 1.3.6.1.4.1.9.9.254.2.1
                 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.
                 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.
                 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.
                 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.
             cslbxMIBGroups 1.3.6.1.4.1.9.9.254.2.2
                 cslbxStatsGroup 1.3.6.1.4.1.9.9.254.2.2.1
A collection of additional global statistics objects for the SLB entity.
                 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.
                 cslbxClientNatPoolsGroup 1.3.6.1.4.1.9.9.254.2.2.3
The SLB client NAT pool objects.
                 cslbxStickyGroupsGroup 1.3.6.1.4.1.9.9.254.2.2.4
The SLB sticky group objects.
                 cslbxStickyObjectsGroup 1.3.6.1.4.1.9.9.254.2.2.5
The SLB Extended sticky objects.
                 cslbxMapsGroup 1.3.6.1.4.1.9.9.254.2.2.6
The SLB map objects.
                 cslbxPoliciesGroup 1.3.6.1.4.1.9.9.254.2.2.8
The SLB policy objects.
                 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.
                 cslbxVlansGroup 1.3.6.1.4.1.9.9.254.2.2.10
The SLB VLAN configuration objects.
                 cslbxFaultToleranceGroup 1.3.6.1.4.1.9.9.254.2.2.11
The SLB Fault Tolerance objects.
                 cslbxConnsGroup 1.3.6.1.4.1.9.9.254.2.2.12
The SLB Extended Conn objects.
                 cslbxXmlConfigGroup 1.3.6.1.4.1.9.9.254.2.2.13
The SLB XML configuration objects.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 cslbxReverseStickyGroup 1.3.6.1.4.1.9.9.254.2.2.20
The collection of objects used to configure the Reverse Sticky option.
                 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.
                 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.
                 cslbxServerFarmsExtGroup 1.3.6.1.4.1.9.9.254.2.2.24
A collection of objects related to server farm.
                 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.
                 cslbxStickyGroupsGroupRev2 1.3.6.1.4.1.9.9.254.2.2.26
The collection of objects for sticky features.
                 cslbxCookieStickyGroup 1.3.6.1.4.1.9.9.254.2.2.27
This group contains objects related to static Cookie.
                 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.
                 cslbxServerFarmStatsGroup 1.3.6.1.4.1.9.9.254.2.2.36
This group contains objects related to server farm statistics.
                 cslbxServerFarmsExtGroupRev1 1.3.6.1.4.1.9.9.254.2.2.37
A collection of objects related to server farm.