MIBs Depot

CISCO-SLB-HEALTH-MON-MIB

Registered at
1.3.6.1.4.1.9.9.508
Last updated
2008-06-26 00:00
Organization
Cisco Systems, Inc.
Revisions
2008-06-26 00:00, 2008-03-11 00:00, 2006-11-14 00:00, 2006-01-18 00:00
Namespace
cisco
Source file
CISCO-SLB-HEALTH-MON-MIB
Digest
sha256:4ec5ee9e352635be4bf8be6392935891ccad6f350ad7693f61672aa61a21c398

Description

An extension to the CISCO-SLB-EXT-MIB for SLB health monitoring probes. 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 information on the health monitoring probes that can be used for monitoring the health of real servers. Health checking provides the ability of the content switch to detect if a server is available for load balancing. Health probes used for health checking allow testing various application level functionality. The active probes are sent at regular intervals and the lack of a response can lead to a specific server or and entire group of servers being declared as not available. Following probes are based on TCP: http, https, smtp, telnet, ftp, tcp, script, ldap, tacacs, sip, echo, finger. Following probes are based on UDP: tftp, udp, sip, echo,. 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 Server Farm : Contains cluster of Real Server Real Server : Real Servers are physical devices assigned to a server farm. Real servers provide services that are load balanced. Health Probe : The mechanisms to monitor the health of real servers or rservers. Virtual IP : The IP through which the real server is reached during load balancing. Probe Instance : An instance of the probe identified by cslbxProbeName. A probe instance is created for every probe association. For example: When a probe is associated with a real server a probe instance is created for that probe. Probe Port : This mechanism introduces the capability Inheritance for the probe instance to inherit the virtual ip address port or the the real server port (identified by cshMonServerfarmRealServerPort) when the probe port (identified by cslbxProbePort) is not configured. The precedence of inheritance is as follows 1. Probe's configured port 2. Real server port 3. Virtual ip address port 4. Probes default port identified by cslbxProbePort. Examples: Scenario 1: Probe's configured port = 100 Real server port = 200 Virtual ip address port = 300 Probe's default port = 80 Inherited port of the probe instance = 100 Scenario 2: Probe's configured port = not configured Real server port = 200 Virtual ip address port = 300 Probe's default port = 80 Inherited port of the probe instance = 200 Scenario 3: Probe's configured port = not configured Real server port = not configured Virtual ip address port = 300 Probe's default port = 80 Inherited port of the probe instance = 300 Scenario 4: Probe's configured port = not configured Real server port = not configured Virtual ip address port = not configured Probe's default port = 80 Inherited port of the probe instance = 80 Scenario 5: There can be scenarios wherein there may be multiple inherited ports for a probe instance. There are configurations where multiple virtual ip addresses with different ports share the same probe instance and the probe has no configured port or real server port attached. In that case the shared probe instance has multiple inherited ports. A typical scenario might be Probe's configured port = not configured Real server port = not configured Ports of the virtual ip addresses which shares the probe instance = 300,400 Probe's default port = 80 Inherited port of the probe instance = 300,400

Contact

Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-slb@cisco.com

Imports

FromSymbols
CISCO-SLB-EXT-MIBSlbFunctionNameString, SlbUrlString, cslbxServerProbes
CISCO-SLB-MIBSlbServerString, slbEntity, slbServerFarmName
CISCO-SMIciscoMgmt
CISCO-TCCiscoPort
INET-ADDRESS-MIBInetAddress, InetAddressType, InetPortNumber
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDateAndTime, DisplayString, RowStatus, TEXTUAL-CONVENTION, TimeInterval, TruthValue

Imported by

1 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-SLB-EXT-MIB
CISCO-SLB-HEALTH-MON-MIB
CISCO-SLB-MIB
CISCO-SMI
CISCO-TC
ENTITY-MIB
IANA-ENTITY-MIB
INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC
UUID-TC-MIB

Textual conventions

NameOIDSyntaxAccessStatus
CiscoProbeHealthMonState
TEXTUAL-CONVENTION
The health monitor state of the probe for a server. The possible values are : 'other' : The health monitor state of the probe when none of the other values apply. 'invalid' : Server is not being monitored. Although user has tried to associate the probe to the server, but due to some internal problem it is actually not associated. 'init' : server is configured but not tested. 'active' : server is active. All expected responses received. 'failed' : probe has failed as expected responses have failed beyond acceptable limits. 'disabled' : probe disabled due to server being outofservice or no valid ip address configured to server.
current
CiscoProbeInheritedPortType
TEXTUAL-CONVENTION
The type of the inheritance for the probe port. The possible values are : 'other' : The inherited port when none of the other values apply. 'probe' : The inherited port is the probe's configured port. 'real' : The inherited port is the port of the real server to which the probe is associated. 'vip' : The inherited port is the port of the virtual ip address. 'default' : The inherited port is the probe's default port.
current
SlbProbeType
TEXTUAL-CONVENTION
The probe type for probing the health of a server. 'icmpProbe' : Probe server by sending ICMP echo requests. 'tcpProbe' : Probe server by opening TCP connections. TCP probe establishes and removes connections. 'dnsProbe' : Probe server by sending DNS queries. A DNS probe sends a domain name resolve request to the real server and verifies the returned IP address. 'httpProbe' : Probe server by sending HTTP requests. An HTTP probe establishes and HTTP connection to a real server and then sends an HTTP request and verifies the response. 'ftpProbe' : Probe server by opening FTP connections. An FTP probe establishes a connection to the real server and verifies that a greeting from the application was received. 'telnetProbe' : Probe server by opening Telnet connections. A Telnet probe establishes a connection to the real server and verifies that a greeting from the application was received. 'smtpProbe' : Probe server by opening SMTP connections. An SMTP probe establishes a connection to the real server and verifies that a greeting from the application was received. 'scriptedProbe' : Probe server by executable script. 'undefined' : New probe type not yet defined. 'udpProbe' : Probe server by opening UDP ports. 'httpsProbe' : Probe server by sending HTTPS requests. 'ldapProbe' : Probe server by connecting to LDAP server. 'popProbe' : Probe server by initiating POP/POP3 session. 'imapProbe' : Probe server by initiating IMAP session. 'radiusProbe' : Probe server by connecting to RADIUS server. 'tacacsProbe' : Probe server by connecting to TACACS server. 'sipProbe' : Probe server by sending SIP Commands. 'tftpProbe' : Probe server by sending tftp requests. 'fingerProbe' : Probe server by sending the command and waiting for the response. 'echoProbe' : Probe server by sending the data and response back. 'rtspProbe' : Probe server by sending the RTSP requests. 'snmpProbe' : Probe server by sending the SNMP requests.
current

Objects

NameOIDSyntaxAccessStatus
cslbxProbeCfgTable
OBJECT-TYPE
The probing function monitors the health of real servers. The SLB device actively probes real servers to determine if they are healthy. This table is for configuring the parameters of probes.
1.3.6.1.4.1.9.9.254.1.6.1not-accessiblecurrent
cslbxProbeCfgEntry
OBJECT-TYPE
This entry provides the basic configuration of a probe of a particular name, served by a particular SLB entity. This entry may be of any probe type.
1.3.6.1.4.1.9.9.254.1.6.1.1not-accessiblecurrent
cslbxProbeName
OBJECT-TYPE
The name of the probe.
1.3.6.1.4.1.9.9.254.1.6.1.1.1SlbServerStringnot-accessiblecurrent
cslbxProbeType
OBJECT-TYPE
The type of probe.
1.3.6.1.4.1.9.9.254.1.6.1.1.2SlbProbeTyperead-createcurrent
cslbxProbeInterval
OBJECT-TYPE
Time between health checks. It is from the end of previous check to the beginning of the next check.
1.3.6.1.4.1.9.9.254.1.6.1.1.3TimeIntervalread-createcurrent
cslbxProbeRetries
OBJECT-TYPE
The number of consecutive retries without a successful probe before marking the real server as 'failed'.
1.3.6.1.4.1.9.9.254.1.6.1.1.4Unsigned32read-createcurrent
cslbxProbeFailedInterval
OBJECT-TYPE
Time before retrying a 'failed' real server to see if it has recovered yet.
1.3.6.1.4.1.9.9.254.1.6.1.1.5TimeIntervalread-createcurrent
cslbxProbeReceiveTimeout
OBJECT-TYPE
Maximum time to wait for a reply from a real server before considering this probe attempt to have failed.
1.3.6.1.4.1.9.9.254.1.6.1.1.6TimeIntervalread-createcurrent
cslbxProbeTcpOpenTimeout
OBJECT-TYPE
Maximum time to wait for a TCP SYN/ACK frame from the real server. This entry is only valid for probes employing TCP, such as SMTP and HTTP probes.
1.3.6.1.4.1.9.9.254.1.6.1.1.7TimeIntervalread-createcurrent
cslbxProbeAlternateDestAddrType
OBJECT-TYPE
The type of address stored in cslbxProbeAlternateDestAddr.
1.3.6.1.4.1.9.9.254.1.6.1.1.8InetAddressTyperead-createcurrent
cslbxProbeAlternateDestAddr
OBJECT-TYPE
The alternative destination IP address to be used with the probing packet. Probe frames are normally sent to a real server IP address. If the setting is not '0.0.0.0', probe frames are sent to the IP address given by this object. This entry is only valid with the following probes(cslbxProbeType value): icmpProbe, tcpProbe, dnsProbe, httpProbe, ftpProbe, telnetProbe, smtpProbe udpProbe, httpsProbe, ldapProbe, popProbe, imapProbe, radiusProbe, tacacsProbe, sipProbe, tftpProbe, fingerProbe, echoProbe.
1.3.6.1.4.1.9.9.254.1.6.1.1.9InetAddress (SIZE(0..20))read-createcurrent
cslbxProbeDnsDomainName
OBJECT-TYPE
The domain name string use with the DNS probe. (Only applicable to DNS probes.)
1.3.6.1.4.1.9.9.254.1.6.1.1.10SnmpAdminStringread-createcurrent
cslbxProbeHttpRequestMethod
OBJECT-TYPE
The request method type string to be used in the HTTP probe packets. (Only applicable to HTTP probes.)
1.3.6.1.4.1.9.9.254.1.6.1.1.11SnmpAdminString (SIZE(0..64))read-createcurrent
cslbxProbeHttpRequestUrl
OBJECT-TYPE
The URI string in the HTTP request of HTTP probe packets. (Only applicable to HTTP probes.)
1.3.6.1.4.1.9.9.254.1.6.1.1.12SlbUrlStringread-createcurrent
cslbxProbeRowStatus
OBJECT-TYPE
The row status is used by a management station to create or delete the row entry in cslbxProbeCfgTable following the RowStatus textual convention.
1.3.6.1.4.1.9.9.254.1.6.1.1.13RowStatusread-createcurrent
cslbxProbeScriptName
OBJECT-TYPE
The name of the function to be executed. (Only applicable to scriptedProbe type.)
1.3.6.1.4.1.9.9.254.1.6.1.1.14SlbFunctionNameStringread-createcurrent
cslbxProbeScriptArguments
OBJECT-TYPE
The argument parameters passed into the executable script. (Only applicable to scriptedProbe type.)
1.3.6.1.4.1.9.9.254.1.6.1.1.15SnmpAdminStringread-createcurrent
cslbxProbePort
OBJECT-TYPE
The port number to be used by the probe. The value of zero indicates the probe will use the default port number. The default port number can be 0 or the default port of that particular probe. This object is not applicable when cslbxProbeType is 'icmpProbe'.
1.3.6.1.4.1.9.9.254.1.6.1.1.16CiscoPortread-createcurrent
cslbxProbeDescription
OBJECT-TYPE
This object is used for configuring the description of the probe.
1.3.6.1.4.1.9.9.254.1.6.1.1.17SnmpAdminStringread-createcurrent
cslbxProbeRouteMethod
OBJECT-TYPE
This object specifies whether the probe destined to IP address specified in cslbxProbeAlternateDestAddr be routed using internal routing table or forced to use the known mac-address of the real-server/gateway that probe is associated with. The value 'routingTable' specifies that address be routed using internal routing table. The value 'transparent' specifies that the probe destined to cslbxProbeAlternateDestAddr is routed using the ip address of the real server or gateway this probe is associated with. This object is applicable only if cslbxProbeAlternateDestAddr is configured.
1.3.6.1.4.1.9.9.254.1.6.1.1.18INTEGER {other(1), transparent(2), routingTable(3)}read-createcurrent
cslbxProbeProtocolType
OBJECT-TYPE
This object is used for configuring the transport layer protocol to send probe messages. The possible value(s) are : other: values other than mentioned below. This value can not be written. tcp : TCP is used as transport layer protocol. udp : UDP is used as transport layer protocol. This object can be set for the entries with following values of cslbxProbeType: sipProbe, echoProbe For other probes, this object can not be written and the value of this object is based on the cslbxProbeType.
1.3.6.1.4.1.9.9.254.1.6.1.1.19INTEGER {other(1), tcp(2), udp(3)}read-createcurrent
cslbxProbePassCount
OBJECT-TYPE
This object specifies the number of successful probe responses that should be received before declaring a failed real server as pass. This object is used in conjunction with 'cslbxProbeFailedInterval'.
1.3.6.1.4.1.9.9.254.1.6.1.1.20Unsigned32read-createcurrent
cslbxProbePriority
OBJECT-TYPE
This object represents the probe priority. The priority value is in the decreasing order of the actual priority, i.e., lower the value higher the priority. Probes associated with critical services can be configured with highest priority such that the results of these probes can be used to trigger a state change in configuration.
1.3.6.1.4.1.9.9.254.1.6.1.1.21Unsigned32 (0..255)read-createcurrent
cslbxProbeUserName
OBJECT-TYPE
This object represents the user name required for authentication. This object is applicable for following value of 'cslbxProbeType' : httpprobe, httpsProbe telnetProbe, ftpProbe, ldapProbe, imapProbe, popProbe, radiusProbe, tacacsProbe.
1.3.6.1.4.1.9.9.254.1.6.1.1.22SnmpAdminStringread-createcurrent
cslbxProbePassword
OBJECT-TYPE
This object represents the password required for authentication. This object is applicable for following value of 'cslbxProbeType' : httpprobe, httpsProbe telnetProbe, ftpProbe, ldapProbe, imapProbe, popProbe, radiusProbe, tacacsProbe. This object returns zero length octet string when read.
1.3.6.1.4.1.9.9.254.1.6.1.1.23SnmpAdminStringread-createcurrent
cslbxProbeConnTermination
OBJECT-TYPE
This object specifies how the connections need to be terminated. The possible value(s) are : graceful : follow graceful handshake for terminating connections. forced : send RST to terminate connections. This object is applicable only for TCP based probes.
1.3.6.1.4.1.9.9.254.1.6.1.1.24INTEGER {graceful(1), forced(2)}read-createcurrent
cslbxProbeSocketReuse
OBJECT-TYPE
This object specifies whether to reuse the socket or not for the connection oriented probes. If set to 'true' same socket is re-used for multiple probes. If set to 'false' new socket will be created. This object is applicable only for TCP based probes.
1.3.6.1.4.1.9.9.254.1.6.1.1.25TruthValueread-createcurrent
cslbxProbeSendDataType
OBJECT-TYPE
This object represents the data to be sent for the appropriate probes. The possible value(s) are: ascii : ASCII data binary : binary data. This object is used in conjunction with object 'cslbxProbeSendData'.
1.3.6.1.4.1.9.9.254.1.6.1.1.26INTEGER {ascii(1), binary(2)}read-createcurrent
cslbxProbeSendData
OBJECT-TYPE
This object represents the data to be sent for the appropriate probes. This object is applicable for following value(s) of cslbxProbeType : echoProbe fingerProbe sipProbe tcpProbe udpProbe.
1.3.6.1.4.1.9.9.254.1.6.1.1.27SnmpAdminStringread-createcurrent
cslbxProbeState
OBJECT-TYPE
This object represents the state of the probe. When the probe is associated with a real server or server farm it will be active which is represented by value 'true'. When the probe is active and if the real server is administratively put into in-service, then the real server health monitoring will be started. When the probe is not associated with a real server or server farm it will be inactive which is represented by value 'false', so no health monitoring will be performed.
1.3.6.1.4.1.9.9.254.1.6.1.1.28TruthValueread-onlycurrent
cslbxDnsProbeIpTable
OBJECT-TYPE
The probing function monitors the health of real servers. The SLB device actively probes real servers to determine if they are healthy. This table is for configuring the parameters of DNS probes. In a DNS probe, resolution of a specific domain name is requested, and the resulting IP address must match one of a list of 'expected IP addresses' configured for that probe. This table stores the list of expected IP addresses for each DNS probe.
1.3.6.1.4.1.9.9.254.1.6.2not-accessiblecurrent
cslbxDnsProbeIpEntry
OBJECT-TYPE
The IP address in this entry is a valid response to a request for resolution of the domain name associated with the DNS probe in this entry.
1.3.6.1.4.1.9.9.254.1.6.2.1not-accessiblecurrent
cslbxDnsProbeIpProbeName
OBJECT-TYPE
The name of the DNS probe.
1.3.6.1.4.1.9.9.254.1.6.2.1.1SlbServerStringnot-accessiblecurrent
cslbxDnsProbeIpAddressType
OBJECT-TYPE
The type of address stored in cslbxDnsProbeIpAddress.
1.3.6.1.4.1.9.9.254.1.6.2.1.2InetAddressTypenot-accessiblecurrent
cslbxDnsProbeIpAddress
OBJECT-TYPE
The IP address that may be expected in response to a DNS probe from a 'healthy' real DNS server.
1.3.6.1.4.1.9.9.254.1.6.2.1.3InetAddress (SIZE(1..20))not-accessiblecurrent
cslbxDnsProbeIpRowStatus
OBJECT-TYPE
The object used by a management station to create or delete the row entry in cslbxDnsProbeIpTable following the RowStatus textual convention.
1.3.6.1.4.1.9.9.254.1.6.2.1.4RowStatusread-createcurrent
cslbxProbeHeaderCfgTable
OBJECT-TYPE
The probing function monitors the health of real servers. The SLB device actively probes real servers to determine if they are healthy. This table is for configuring the parameters of HTTP probes. In particular, each HTTP probe request may be sent with a number of fixed HTTP headers. This table defines such fixed HTTP headers sent with HTTP probes.
1.3.6.1.4.1.9.9.254.1.6.3not-accessiblecurrent
cslbxProbeHeaderCfgEntry
OBJECT-TYPE
This entry defines the HTTP header value of a particular HTTP header name sent with a particular HTTP probe, served by a particular SLB entity.
1.3.6.1.4.1.9.9.254.1.6.3.1not-accessiblecurrent
cslbxProbeHeaderProbeName
OBJECT-TYPE
The name of the HTTP probe.
1.3.6.1.4.1.9.9.254.1.6.3.1.1SlbServerStringnot-accessiblecurrent
cslbxProbeHeaderFieldName
OBJECT-TYPE
An HTTP header of this name is transmitted in the HTTP request sent by this probe.
1.3.6.1.4.1.9.9.254.1.6.3.1.2SnmpAdminString (SIZE(1..64))not-accessiblecurrent
cslbxProbeHeaderFieldValue
OBJECT-TYPE
The HTTP header value associated with the HTTP header name given by cslbxProbeHeaderFieldName.
1.3.6.1.4.1.9.9.254.1.6.3.1.3SnmpAdminStringread-createcurrent
cslbxProbeHeaderRowStatus
OBJECT-TYPE
The object used by a management station to create or delete the row entry in cslbxProbeHeaderTable following the RowStatus textual convention.
1.3.6.1.4.1.9.9.254.1.6.3.1.4RowStatusread-createcurrent
cslbxProbeExpectStatusCfgTable
OBJECT-TYPE
The probing function monitors the health of real servers. The SLB device actively probes real servers to determine if they are healthy. This table is for configuring the expect status codes returned by a server.
1.3.6.1.4.1.9.9.254.1.6.4not-accessiblecurrent
cslbxProbeExpectStatusCfgEntry
OBJECT-TYPE
This entry provides the configuration of a range of expect status codes for a particular probe, served by a particular SLB entity.
1.3.6.1.4.1.9.9.254.1.6.4.1not-accessiblecurrent
cslbxProbeExpectStatusProbeName
OBJECT-TYPE
The name of the probe.
1.3.6.1.4.1.9.9.254.1.6.4.1.1SlbServerStringnot-accessiblecurrent
cslbxProbeExpectStatusMinValue
OBJECT-TYPE
The starting value of the expect status code range.
1.3.6.1.4.1.9.9.254.1.6.4.1.2Unsigned32not-accessiblecurrent
cslbxProbeExpectStatusMaxValue
OBJECT-TYPE
The ending value of the expect status code range.
1.3.6.1.4.1.9.9.254.1.6.4.1.3Unsigned32read-createcurrent
cslbxProbeExpectStatusRowStatus
OBJECT-TYPE
The object used by a management station to create or delete the row entry in cslbxProbeExpectStatusCfgTable following the RowStatus textual convention.
1.3.6.1.4.1.9.9.254.1.6.4.1.4RowStatusread-createcurrent
cslbxProbeHTTPCfgTable
OBJECT-TYPE
This table is for configuring attributes applicable to HTTP and HTTPS probes. This table supports configuration of the probe attributes in addition to the HTTP attributes configured in cslbxProbeCfgTable. Following objects from cslbxProbeCfgTable are applicable to HTTP/HTTPS probe: cslbxProbeAlternateDestAddrType cslbxProbeAlternateDestAddr cslbxProbeRouteMethod cslbxProbeHttpRequestMethod cslbxProbeHttpRequestUrl cslbxProbePort cslbxProbeUserName cslbxProbePassword cslbxProbeInterval cslbxProbeRetries cslbxProbeFailedInterval cslbxProbeReceiveTimeout cslbxProbeTcpOpenTimeout cslbxProbeConnTermination cslbxProbePriority cslbxProbePassCount An HTTP probe establishes an HTTP connection to a real server and then sends an HTTP request and verifies the response. This table is applicable only for the instance value of cslbxProbeType 'httpProbe' or 'httpsProbe'.
1.3.6.1.4.1.9.9.254.1.6.5not-accessiblecurrent
cslbxProbeHTTPCfgEntry
OBJECT-TYPE
An entry in HTTP Probe configuration table. An entry is created in the table when an entry is created in cslbxProbeCfgTable with cslbxProbeType 'httpProbe' or 'httpsProbe'. An entry is deleted from this table when corresponding entry (identified by the indices) is deleted from cslbxProbeCfgTable. Following objects are applicable to both HTTP and HTTPS Probes: cslbxProbeHTTPCfgVersion cslbxProbeHTTPCfgPersistence cslbxProbeHTTPCfgHashValid cslbxProbeHTTPCfgHashName Following objects are applicable only for HTTPS Probes: cslbxProbeHTTPCfgCipherSuite cslbxProbeHTTPCfgSslTlsVersion cslbxProbeHTTPCfgSslSessionReuse. The 'cslbxProbeName' refers to the probe which is created by adding an entry in 'cslbxProbeCfgTable' with cslbxProbeType 'httpProbe' or 'httpsProbe'.
1.3.6.1.4.1.9.9.254.1.6.5.1not-accessiblecurrent
cslbxProbeHTTPCfgVersion
OBJECT-TYPE
This object represents HTTP version for the probe. The 'htpOneDotZero' specifies HTTP 1.0 protocol. The 'htpOneDotOne' specifies HTTP 1.1 protocol.
1.3.6.1.4.1.9.9.254.1.6.5.1.1INTEGER {httpOneDotZero(1), httpOneDotOne(2)}read-writecurrent
cslbxProbeHTTPCfgPersistence
OBJECT-TYPE
This object enables/disables persistence for HTTP(for both 1.0 and 1.1) probes. The pure HTTP/1.0 requires that a seperate TCP connection to be opened for each downloaded object. The persistence allows TCP connections to be re-used while requesting multiple objects without incurring a overhead of opening a new TCP connection.
1.3.6.1.4.1.9.9.254.1.6.5.1.2TruthValueread-writecurrent
cslbxProbeHTTPCfgHashValid
OBJECT-TYPE
This object enables the hash functionality. If set to 'true', the cslbxProbeHTTPCfgHashName is used. If set 'false' the value specified in cslbxProbeHTTPCfgHashName is not used.
1.3.6.1.4.1.9.9.254.1.6.5.1.3TruthValueread-writecurrent
cslbxProbeHTTPCfgHashName
OBJECT-TYPE
This object specifies the hash value for the probe.
1.3.6.1.4.1.9.9.254.1.6.5.1.4SnmpAdminStringread-writecurrent
cslbxProbeHTTPCfgCipherSuite
OBJECT-TYPE
This object represents SSL Cipher suites to be used for HTTPS probes. The value 'rsa_any' is used for selecting a random cipher. The value 'rsaOther' specifies value other than those defined in the object. This value can not be written.
1.3.6.1.4.1.9.9.254.1.6.5.1.5INTEGER {rsaOther(1), rsaAny(2), rsaWithRc4128Md5(3), rsaWithRc4128Sha(4), rsaWithdesCbcSha(5), rsaWith3desEdeCbcSha(6), rsaExportWithRc440Md5(7), rsaExportWithDes40CbcSha(8), rsaExport1024WithRc456Md5(9), rsaExport1024WithDesCbcSha(10), rsaExport1024WithRc456Sha(11), rsaWithAes128CbcSha(12), rsaWithAes256cbcSha(13)}read-writecurrent
cslbxProbeHTTPCfgSslTlsVersion
OBJECT-TYPE
This object represents the version of the SSL/TLS protocol. The possible value(s) are : other : Version not applicable. This value can not be set by the user. sslv2 : SSL Version 2.0. sslv3 : SSL Version 3.0. tlsv1 : TLS Version 1.0. all : All supported versions as reported in cslbxProbeHTTPSslTlsVersionSupported object.
1.3.6.1.4.1.9.9.254.1.6.5.1.6INTEGER {other(1), sslv2(2), sslv3(3), tlsv1(4), all(5)}read-writecurrent
cslbxProbeHTTPCfgSslSessionReuse
OBJECT-TYPE
This object enables/disables reusing of the SSL Session ID. If set to 'true', SSL session ID will be reused. If set to 'false', SSL session ID will not be reused. In SSL, a new session ID is created every time the client and the SSL module go through a full key exchange and establish a new master secret key. Enabling this object allows the SSL module to reuse the master key on subsequent connections with the client, which can speed up the SSL negotiation process.
1.3.6.1.4.1.9.9.254.1.6.5.1.7TruthValueread-writecurrent
cslbxProbeHTTPSslTlsVersionSupported
OBJECT-TYPE
This object identifies the supported SSL/TLS versions. sslv3 - SSL version 3.0. tlsv1 - TLS version 1.0.
1.3.6.1.4.1.9.9.254.1.6.5.1.8Bits {sslv3(0), tlsv1(1)}read-onlycurrent
cslbxProbeSIPCfgTable
OBJECT-TYPE
This table is for configuring attributes applicable to SIP probes. The Session Initiation Protocol (SIP) is an ASCII-based, application-layer control protocol that can be used to establish, maintain, and terminate calls between two or more endpoints. SIP is an alternative protocol developed by the Internet Engineering Task Force (IETF) for multimedia conferencing over IP. This table supports configuration of the probe attributes in addition to the attributes configured in cslbxProbeCfgTable. Following objects from cslbxProbeCfgTable are applicable to SIP probe: cslbxProbeAlternateDestAddrType cslbxProbeAlternateDestAddr cslbxProbeRouteMethod cslbxProbePort cslbxProbeUserName cslbxProbePassword cslbxProbeInterval cslbxProbeRetries cslbxProbeFailedInterval cslbxProbeReceiveTimeout cslbxProbeTcpOpenTimeout cslbxProbeConnTermination cslbxProbeSocketReuse cslbxProbePassCount This table is applicable only if the value of cslbxProbeType is 'sipProbe'.
1.3.6.1.4.1.9.9.254.1.6.6not-accessiblecurrent
cslbxProbeSIPCfgEntry
OBJECT-TYPE
An entry in SIP Probe configuration table. An entry is created in the table when an entry is created in cslbxProbeCfgTable with cslbxProbeType 'sipProbe'. An entry is deleted from this table when corresponding entry (identified by the indices) is deleted from cslbxProbeCfgTable. The 'cslbxProbeName' refers to the probe which is created by adding an entry in 'cslbxProbeCfgTable' with cslbxProbeType 'sipProbe'.
1.3.6.1.4.1.9.9.254.1.6.6.1not-accessiblecurrent
cslbxProbeSIPRegAddress
OBJECT-TYPE
This object represents the Registration address used in SIP protocol. Users in a SIP network are identified by unique SIP addresses. A SIP address is similar to an e-mail address and is in the format of 'sip:userID@gateway.com'. The userID can be either a user name or an E.164 address. An E.164 address is a telephone number with a string of decimal digits that uniquely indicates the public network termination point. The number contains the information necessary to route the call to this termination point.
1.3.6.1.4.1.9.9.254.1.6.6.1.1SnmpAdminString (SIZE(0..255))read-writecurrent
cslbxProbeFTPCfgTable
OBJECT-TYPE
This table is for configuring attributes applicable to FTP probes. This table supports configuration of the probe attributes in addition to the FTP attributes configured in cslbxProbeCfgTable. Following objects from cslbxProbeCfgTable are applicable to FTP probe: cslbxProbeAlternateDestAddrType cslbxProbeAlternateDestAddr cslbxProbeRouteMethod cslbxProbePort cslbxProbeUserName cslbxProbePassword cslbxProbeInterval cslbxProbeRetries cslbxProbeFailedInterval cslbxProbeReceiveTimeout cslbxProbeTcpOpenTimeout cslbxProbeConnTermination cslbxProbeSocketReuse cslbxProbePassCount This table is applicable only if the value of cslbxProbeType is 'ftpProbe'.
1.3.6.1.4.1.9.9.254.1.6.7not-accessiblecurrent
cslbxProbeFTPCfgEntry
OBJECT-TYPE
An entry in FTP Probe configuration table. Each entry represents the FTP request, File name and File type. An entry is created in the table when an entry is created in cslbxProbeCfgTable with cslbxProbeType 'ftpProbe'. An entry is deleted from this table when corresponding entry (identified by the indices) is deleted from cslbxProbeCfgTable. The 'cslbxProbeName' refers to the probe which is created by adding an entry in 'cslbxProbeCfgTable' with cslbxProbeType 'ftpProbe'.
1.3.6.1.4.1.9.9.254.1.6.7.1not-accessiblecurrent
cslbxProbeFtpRequestMethod
OBJECT-TYPE
This object identifies the FTP request to be used in FTP probe packets. The possible value(s) are: other : other than the values mentioned below. This value can not be written. ls : list files. get : Get request. put : Put request.
1.3.6.1.4.1.9.9.254.1.6.7.1.1INTEGER {other(1), ls(2), get(3), put(4)}read-writecurrent
cslbxProbeFtpRequestFileName
OBJECT-TYPE
The string representing the File Name used in FTP Probe.
1.3.6.1.4.1.9.9.254.1.6.7.1.2SlbUrlStringread-writecurrent
cslbxProbeFtpRequestFileType
OBJECT-TYPE
This object specifies the type of the data transferred from/to in case of FTP requests.
1.3.6.1.4.1.9.9.254.1.6.7.1.3INTEGER {ascii(1), binary(2)}read-writecurrent
cslbxProbeTFTPCfgTable
OBJECT-TYPE
This table is for configuring attributes applicable to TFTP probes. This table supports configuration of the probe attributes in addition to the TFTP attributes configured in cslbxProbeCfgTable. Following objects from cslbxProbeCfgTable are applicable to TFTP probe: cslbxProbeAlternateDestAddrType cslbxProbeAlternateDestAddr cslbxProbePort cslbxProbeInterval cslbxProbeRetries cslbxProbeFailedInterval cslbxProbePassCount This table is applicable only if the value of cslbxProbeType is 'tftpProbe'.
1.3.6.1.4.1.9.9.254.1.6.8not-accessiblecurrent
cslbxProbeTFTPCfgEntry
OBJECT-TYPE
An entry in TFTP Probe configuration table. Each entry represents the TFTP probe related parameters. An entry is created in the table when an entry is created in cslbxProbeCfgTable with cslbxProbeType 'tftpProbe'. An entry is deleted from this table when correspnding entry (identified by the indices) is deleted from cslbxProbeCfgTable. The 'cslbxProbeName' refers to the probe which is created by adding an entry in 'cslbxProbeCfgTable' with cslbxProbeType 'tftpProbe'.
1.3.6.1.4.1.9.9.254.1.6.8.1not-accessiblecurrent
cslbxProbeTftpRequestMethod
OBJECT-TYPE
This object identifies the TFTP request to be used in TFTP probe packets. The possible value(s) are: get : Get request. put : Put request.
1.3.6.1.4.1.9.9.254.1.6.8.1.1INTEGER {get(1), put(2)}read-writecurrent
cslbxProbeTftpRequestFileName
OBJECT-TYPE
The string representing the File Name used in TFTP Probe.
1.3.6.1.4.1.9.9.254.1.6.8.1.2SlbUrlStringread-writecurrent
cslbxProbeTftpRequestFileType
OBJECT-TYPE
This object specifies the type of the data transferred from/to in case of FTP requests.
1.3.6.1.4.1.9.9.254.1.6.8.1.3INTEGER {ascii(1), binary(2)}read-writecurrent
cslbxProbeIMAPCfgTable
OBJECT-TYPE
This table is for configuring attributes applicable to IMAP probe. This table supports configuration of the probe attributes in addition to the IMAP attributes configured in cslbxProbeCfgTable. Following objects from cslbxProbeCfgTable are applicable to IMAP probe: cslbxProbeAlternateDestAddrType cslbxProbeAlternateDestAddr cslbxProbeRouteMethod cslbxProbePort cslbxProbeUserName cslbxProbePassword cslbxProbeInterval cslbxProbeRetries cslbxProbeFailedInterval cslbxProbeReceiveTimeout cslbxProbeConnTermination cslbxProbePriority cslbxProbePassCount An IMAP probe initiates a IMAP session and then attempts to retrieve e-mail from the server and verifies the response. This table is applicable only if the value of cslbxProbeType is 'imapProbe'.
1.3.6.1.4.1.9.9.254.1.6.9not-accessiblecurrent
cslbxProbeIMAPCfgEntry
OBJECT-TYPE
An entry in IMAP Probe configuration table. Each entry represents the IMAP probe related parameters. An entry is created in the table when an entry is created in cslbxProbeCfgTable with cslbxProbeType 'imapProbe'. An entry is deleted from this table when corresponding entry (identified by the indices) is deleted from cslbxProbeCfgTable. The 'cslbxProbeName' refers to the probe which is created by adding an entry in 'cslbxProbeCfgTable' with cslbxProbeType 'imapProbe'.
1.3.6.1.4.1.9.9.254.1.6.9.1not-accessiblecurrent
cslbxProbeIMAPMailBox
OBJECT-TYPE
This object is used for configuring the IMAP Mailbox value.
1.3.6.1.4.1.9.9.254.1.6.9.1.1SnmpAdminStringread-writecurrent
cslbxProbeIMAPMethodName
OBJECT-TYPE
This object is used for configuring the IMAP method. The value can be any IMAP method. Some of the example(s) are: FETCH, NOOP, STAT, RETR
1.3.6.1.4.1.9.9.254.1.6.9.1.2SnmpAdminStringread-writecurrent
ciscoSlbHealthMonMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.508.0
ciscoSlbHealthMonMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.508.1
cshMonSfarmProbes
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.508.1.1
cshMonSfarmRealProbeStatsTable
OBJECT-TYPE
This table provides the statistics of a probe applied to a real server. This will address probes configured under a serverfarm and also under a real server. Deprecated because of the change in index requirement.
1.3.6.1.4.1.9.9.508.1.1.1not-accessibledeprecated
cshMonSfarmRealProbeStatsEntry
OBJECT-TYPE
Each entry provides the probe related stats for a real server. In the following cases one or more entries get created: 1. An entry gets created when an entry is created in the cesRealServerProbeTable. 2. When an entry is created in cslbxServerFarmProbeTable (identified by INDEX cslbxServerFarmProbeFarmName), then entries are created in this table with as many entries in cesServerFarmRserverTable (identified by INDEX slbServerFarmName) for the same server farm. 3. When an entry is created in cesServerFarmRserverTable (identified by INDEX slbServerFarmName), then entries are created in this table with as many entries in cslbxServerFarmProbeTable (identified by INDEX cslbxServerFarmProbeFarmName) for the same server farm. In the following cases one or more entries get deleted: 1. An entry gets deleted when an entry is deleted from the cesRealServerProbeTable. 2. When an entry is deleted from cslbxServerFarmProbeTable (identified by INDEX cslbxServerFarmProbeFarmName), then entries are deleted from this table with as many entries in cesServerFarmRserverTable (identified by INDEX slbServerFarmName) for the same server farm. 3. When an entry is deleted from cesServerFarmRserverTable (identified by INDEX slbServerFarmName), then entries are deleted from this table with as many entries in cslbxServerFarmProbeTable (identified by INDEX cslbxServerFarmProbeFarmName) for the same server farm.
1.3.6.1.4.1.9.9.508.1.1.1.1not-accessibledeprecated
cshMonSfarmRealServerName
OBJECT-TYPE
This object identifies the name (unique identifier) of the real server. This value must correspond to an entry in cesServerFarmRserverTable (identified by INDEX cesRserverName) or cesRealServerProbeTable (identified by INDEX cesRserverName).
1.3.6.1.4.1.9.9.508.1.1.1.1.1SnmpAdminString (SIZE(1..255))not-accessibledeprecated
cshMonSfarmRealServerPort
OBJECT-TYPE
The port number of the real server. The value zero specifies that port number is not used in conjunction with real server IP Address. This value must correspond to an entry in cesServerFarmRserverTable (identified by INDEX cesServerFarmRserverPort) or cesRealServerProbeTable (identified by INDEX cesServerFarmRserverPort).
1.3.6.1.4.1.9.9.508.1.1.1.1.2InetPortNumbernot-accessibledeprecated
cshMonSfarmRealProbesPassed
OBJECT-TYPE
The number of probes passed for this real server. The probe is identified as pass if the real server returns a valid response.
1.3.6.1.4.1.9.9.508.1.1.1.1.3Counter32read-onlydeprecated
cshMonSfarmRealProbesFailed
OBJECT-TYPE
The number of probes failed for this real server. The probe is identified as failed if the real server fails to provide a valid response for a specified number of retries.
1.3.6.1.4.1.9.9.508.1.1.1.1.4Counter32read-onlydeprecated
cshMonSfarmRealProbeHealthMonState
OBJECT-TYPE
The health monitor state of the probe for this real server.
1.3.6.1.4.1.9.9.508.1.1.1.1.5CiscoProbeHealthMonStateread-onlydeprecated
cshMonProbeTypeStatsTable
OBJECT-TYPE
This table provides the accumulated statistics for each probe type.
1.3.6.1.4.1.9.9.508.1.1.2not-accessiblecurrent
cshMonProbeTypeStatsEntry
OBJECT-TYPE
An entry in the cshMonProbeTypeStatsTable. 1. The entries in the table are created when the system boots up. 2. There is no use case where the entries gets deleted. The 'slbEntity'is used in identifying the module in which configuration is applied. The 'cslbxProbeType' identifies the type of the probe.
1.3.6.1.4.1.9.9.508.1.1.2.1not-accessiblecurrent
cshMonProbeTotalSentProbes
OBJECT-TYPE
This object identifies the number of probes sent to the real servers.
1.3.6.1.4.1.9.9.508.1.1.2.1.1Counter32read-onlycurrent
cshMonProbeTotalPassedProbes
OBJECT-TYPE
This object identifies the number of passed probes. The probe is identified as pass if the real server returns a valid response.
1.3.6.1.4.1.9.9.508.1.1.2.1.2Counter32read-onlycurrent
cshMonProbeTotalConnectionErrors
OBJECT-TYPE
This object identifies the number of probes that received connection errors while trying to connect to the real server.
1.3.6.1.4.1.9.9.508.1.1.2.1.3Counter32read-onlycurrent
cshMonProbeTotalReceivedRSTs
OBJECT-TYPE
This object identifies the number of probes that received TCP RST.
1.3.6.1.4.1.9.9.508.1.1.2.1.4Counter32read-onlycurrent
cshMonProbeTotalReceiveTimeouts
OBJECT-TYPE
This object identifies the number of probes that suffered receive timeouts.
1.3.6.1.4.1.9.9.508.1.1.2.1.5Counter32read-onlycurrent
cshMonProbeTotalSendFailures
OBJECT-TYPE
This object identifies the number of probes failed due to internal errors. Internal errors are unexpected errors during configuration, scheduling or processing a probe.
1.3.6.1.4.1.9.9.508.1.1.2.1.6Counter32read-onlycurrent
cshMonProbeTotalFailedProbes
OBJECT-TYPE
This object identifies the number of failed probes. The probe is identified as failed if the real server fails to provide a valid response for a specified number of retries.
1.3.6.1.4.1.9.9.508.1.1.2.1.7Counter32read-onlycurrent
cshMonProbeTotalRefusedConns
OBJECT-TYPE
This object identifies the number of probes whose connections were refused by the real servers.
1.3.6.1.4.1.9.9.508.1.1.2.1.8Counter32read-onlycurrent
cshMonProbeTotalOpenTimeouts
OBJECT-TYPE
This object identifies the number of probes that received timeout while trying to open a connection to the real server.
1.3.6.1.4.1.9.9.508.1.1.2.1.9Counter32read-onlycurrent
cshMonProbeTotalActiveSockets
OBJECT-TYPE
This object identifies the number of probes that are currently using a socket in the system.
1.3.6.1.4.1.9.9.508.1.1.2.1.10Counter32read-onlycurrent
cshMonServerfarmRealProbeStatsTable
OBJECT-TYPE
This table provides the statistics of a probe applied to a real server. This will address probes configured under a serverfarm and also under a real server.
1.3.6.1.4.1.9.9.508.1.1.3not-accessiblecurrent
cshMonServerfarmRealProbeStatsEntry
OBJECT-TYPE
Each entry provides the probe related stats for a real server. Please refer to 'probe port inheritance' explained in this MODULE-IDENTITY description. In the following cases one or more entries get created: 1. When an entry is created in cesRealServerProbeTable, then an equal number of entries are created in this table for each inherited port associated with each probe instance. 2. When an entry is created in cslbxServerFarmProbeTable (identified by INDEX cslbxServerFarmProbeFarmName), then entries are created in this table with as many entries in cesServerFarmRserverTable (identified by INDEX slbServerFarmName) for the same server farm multiplied by the number of inherited ports associated with each probe instance. 3. When an entry is created in cesServerFarmRserverTable (identified by INDEX slbServerFarmName), then entries are created in this table with as many entries in cslbxServerFarmProbeTable (identified by INDEX cslbxServerFarmProbeFarmName) for the same server farm multiplied by the number of inherited ports associated with each probe instance. In the following cases one or more entries get deleted: 1. When an entry gets deleted from the cesRealServerProbeTable, then an equal number of entries are deleted in this table for each inherited port associated with each probe instance. 2. When an entry is deleted from cslbxServerFarmProbeTable (identified by INDEX cslbxServerFarmProbeFarmName), then entries are deleted from this table with as many entries in cesServerFarmRserverTable (identified by INDEX slbServerFarmName) for the same server farm multiplied by the number of inherited ports associated with each probe instance. 3. When an entry is deleted from cesServerFarmRserverTable (identified by INDEX slbServerFarmName), then entries are deleted from this table with as many entries in cslbxServerFarmProbeTable (identified by INDEX cslbxServerFarmProbeFarmName) for the same server farm multiplied by the number of inherited ports associated with each probe instance.
1.3.6.1.4.1.9.9.508.1.1.3.1not-accessiblecurrent
cshMonServerfarmRealServerName
OBJECT-TYPE
This object identifies the name (unique identifier) of the real server. This value must correspond to an entry in cesServerFarmRserverTable (identified by INDEX cesRserverName) or cesRealServerProbeTable (identified by INDEX cesRserverName).
1.3.6.1.4.1.9.9.508.1.1.3.1.1SnmpAdminString (SIZE(1..255))not-accessiblecurrent
cshMonServerfarmRealServerPort
OBJECT-TYPE
This object identifies the port number of the real server. The value zero specifies that port number is not used in conjunction with real server ip address. This value must correspond to an entry in cesServerFarmRserverTable (identified by INDEX cesServerFarmRserverPort) or cesRealServerProbeTable (identified by INDEX cesServerFarmRserverPort).
1.3.6.1.4.1.9.9.508.1.1.3.1.2InetPortNumbernot-accessiblecurrent
cshMonProbeInheritedPort
OBJECT-TYPE
This object identifies the port number which is inherited by the probe instance. Please refer to probe port inheritance concept explained in this MODULE-IDENTITY description.
1.3.6.1.4.1.9.9.508.1.1.3.1.3InetPortNumbernot-accessiblecurrent
cshMonServerfarmRealPassedProbes
OBJECT-TYPE
This object identifies the number of probes passed for this real server. The probe is identified as pass if the real server returns a valid response.
1.3.6.1.4.1.9.9.508.1.1.3.1.4Counter32read-onlycurrent
cshMonServerfarmRealFailedProbes
OBJECT-TYPE
This object identifies the number of probes failed for this real server. The probe is identified as failed if the real server fails to provide a valid response for a specified number of retries.
1.3.6.1.4.1.9.9.508.1.1.3.1.5Counter32read-onlycurrent
cshMonServerfarmRealProbeHealthMonState
OBJECT-TYPE
This object identifies the health monitor state of the probe for this real server.
1.3.6.1.4.1.9.9.508.1.1.3.1.6CiscoProbeHealthMonStateread-onlycurrent
cshMonServerfarmRealProbeLastProbeTime
OBJECT-TYPE
This object indicates the date and time of the last probe.
1.3.6.1.4.1.9.9.508.1.1.3.1.7DateAndTimeread-onlycurrent
cshMonServerfarmRealProbeLastActiveTime
OBJECT-TYPE
This object indicates the last date and time that the probe's state transitioned to 'active'.
1.3.6.1.4.1.9.9.508.1.1.3.1.8DateAndTimeread-onlycurrent
cshMonServerfarmRealProbeLastFailedTime
OBJECT-TYPE
This object indicates the last date and time that the probes's state transitioned to 'failed'.
1.3.6.1.4.1.9.9.508.1.1.3.1.9DateAndTimeread-onlycurrent
cshMonProbeInheritedPortType
OBJECT-TYPE
This object indentifies the type of the inherited port for this probe instance.
1.3.6.1.4.1.9.9.508.1.1.3.1.10CiscoProbeInheritedPortTyperead-onlycurrent
ciscoSlbHealthMonNotifObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.508.1.2
cshMonSocketOverusageCount
OBJECT-TYPE
This object identifies the number of times the probes socket usage exceeded 90% in that minute.
1.3.6.1.4.1.9.9.508.1.2.1Gauge32accessible-for-notifycurrent
ciscoSlbHealthMonMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.508.2
ciscoSlbHealthMonMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.508.2.1
ciscoSlbHealthMonMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.508.2.2

Notifications

NameOIDStatus
cshMonSocketOveruse
NOTIFICATION-TYPE
The notification is generated when probes socket usage exceeds or equals 90% atleast 100 times in one minute. The object cshMonSocketOverusageCount represents the number of times the probes socket usage exceeded 90 percentage in that minute.
1.3.6.1.4.1.9.9.508.0.1current
cshMonSocketNormalUse
NOTIFICATION-TYPE
The notification is generated when the probes socket usage becomes normal i.e the socket usage does not exceed 90% 100 or more times in that minute and after cshMonSocketOveruse notification is generated. The object cshMonSocketOverusageCount represents the number of times the probes socket usage exceeded 90 percentage in that minute.
1.3.6.1.4.1.9.9.508.0.2current

Conformance

NameOIDStatus
ciscoSlbHealthMonMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco SLB Health monitoring MIB.
1.3.6.1.4.1.9.9.508.2.1.1deprecated
ciscoSlbHealthMonMIBComplianceRev1
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco SLB Health monitoring MIB.
1.3.6.1.4.1.9.9.508.2.1.2deprecated
ciscoSlbHealthMonMIBComplianceRev2
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco SLB Health monitoring MIB.
1.3.6.1.4.1.9.9.508.2.1.3deprecated
ciscoSlbHealthMonMIBComplianceRev3
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco SLB Health monitoring MIB.
1.3.6.1.4.1.9.9.508.2.1.4current
cslbHealthMonServerProbesGroup
OBJECT-GROUP
The second revision of the collection of SLB server health probe objects.
1.3.6.1.4.1.9.9.508.2.2.1deprecated
cslbHealthMonProbeCfgExtGroup
OBJECT-GROUP
The collection of objects to configure probes in an SLB device.
1.3.6.1.4.1.9.9.508.2.2.2current
cslbHealthMonSIPProbesGroup
OBJECT-GROUP
A collection of objects providing information specific to SIP Probes.
1.3.6.1.4.1.9.9.508.2.2.3current
cslbHealthMonFTPProbesGroup
OBJECT-GROUP
A collection of objects providing information specific to FTP Probes.
1.3.6.1.4.1.9.9.508.2.2.4current
cslbHealthMonHTTPProbesCommmonGroup
OBJECT-GROUP
A collection of objects providing information specific to both HTTP and HTTPS Probes.
1.3.6.1.4.1.9.9.508.2.2.5current
cslbHealthMonHTTPSProbesGroup
OBJECT-GROUP
A collection of objects providing information specific to HTTPS Probes.
1.3.6.1.4.1.9.9.508.2.2.6deprecated
cslbHealthMonTFTPProbesGroup
OBJECT-GROUP
A collection of objects providing information specific to TFTP Probes.
1.3.6.1.4.1.9.9.508.2.2.7current
cslbHealthMonIMAPProbesGroup
OBJECT-GROUP
A collection of objects providing information specific to IMAP Probes.
1.3.6.1.4.1.9.9.508.2.2.8current
cslbHealthMonProbeScriptGroup
OBJECT-GROUP
The collection of objects to configure scripted probes in an SLB device.
1.3.6.1.4.1.9.9.508.2.2.9current
cslbHealthMonHTTPSProbesGroupRev1
OBJECT-GROUP
A collection of objects providing information specific to HTTPS Probes.
1.3.6.1.4.1.9.9.508.2.2.10current
cslbHealthMonServerProbesGroupRev1
OBJECT-GROUP
The third revision of the collection of SLB server health probe objects.
1.3.6.1.4.1.9.9.508.2.2.11current
cshMonSfarmrealserverProbeStatsGroup
OBJECT-GROUP
Group of objects providing statistics of a probe applied to a real server.
1.3.6.1.4.1.9.9.508.2.2.12deprecated
cshMonSfarmrealserverProbeStatsGroupRev1
OBJECT-GROUP
Group of objects providing statistics of a probe applied to a real server.
1.3.6.1.4.1.9.9.508.2.2.13current
cshMonProbeTypeStatsGroup
OBJECT-GROUP
Group of objects providing statistics per probe type.
1.3.6.1.4.1.9.9.508.2.2.14current
cshMonNotifObjectsGroup
OBJECT-GROUP
Group of notification objects.
1.3.6.1.4.1.9.9.508.2.2.15current
cshMonNotifGroup
NOTIFICATION-GROUP
A collection of objects providing healthmon notifications.
1.3.6.1.4.1.9.9.508.2.2.16current