All MIBs › CISCO-SLB-HEALTH-MON-MIB
Organization: Cisco Systems, Inc.
Last Updated: 2008-06-26
Category: Cisco Devices, Quality of Service, Web and Application Servers
Description: Manages health monitoring probes and real server availability tracking for Cisco Server Load Balancing platforms.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is CISCO-SLB-HEALTH-MON-MIB?
CISCO-SLB-HEALTH-MON-MIB extends CISCO-SLB-EXT-MIB to define health-monitoring probes for Cisco Server Load Balancing (SLB) devices, which distribute incoming packets/connections across a farm of real servers, firewalls, or caches. It belongs to the load-balancing/high-availability technology area and exposes probe configuration data: probe type, interval, retry count, failed-interval, receive/TCP-open timeouts, and alternate destination or DNS-domain targets used by the probe. Its monitoring purpose is to continuously verify the software/service reachability of each real server behind the load balancer — a probe repeatedly timing out or failing indicates that server or service instance is unhealthy and should be pulled from rotation, which is core to preventing traffic from being sent to a dead backend. It is an extension of, and dependent on, CISCO-SLB-EXT-MIB for the underlying server-farm and real-server object model. It is typically deployed on Cisco SLB-capable switches/appliances (e.g. Catalyst with CSM, or ACE modules) front-ending server farms in data centers. Engineers can download the CISCO-SLB-HEALTH-MON-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in CISCO-SLB-HEALTH-MON-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- Cisco Server Load Balancing switch/module (e.g. CSM/ACE)
Monitoring Examples
An operator would poll cslbxProbeCfgTable's cslbxProbeType, cslbxProbeInterval, and cslbxProbeRetries per cslbxProbeName to confirm a health probe (e.g. TCP or DNS-based) is configured to run frequently enough to catch outages quickly. If cslbxProbeFailedInterval and cslbxProbeReceiveTimeout or cslbxProbeTcpOpenTimeout values are being exceeded repeatedly for a given probe tied to cshMonSfarmProbes, that signals the associated real server is failing health checks and the SLB device should have already taken it out of the active server farm.
What Can Be Monitored
- probe type and interval
- probe retry/failure thresholds
- receive and TCP-open timeouts
- real server health/probe status
This MIB depends on
Related MIBs
Imported Objects
From CISCO-SLB-EXT-MIB
| SlbFunctionNameString | |
| SlbUrlString | |
| cslbxServerProbes | OBJECT-IDENTITY |
From CISCO-SLB-MIB
| SlbServerString | |
| slbEntity | OBJECT-TYPE |
| slbServerFarmName | OBJECT-TYPE |
From CISCO-SMI
| ciscoMgmt | OBJECT-IDENTITY |
From CISCO-TC
| CiscoPort |
From INET-ADDRESS-MIB
| InetAddress | |
| InetAddressType | |
| InetPortNumber |
From SNMP-FRAMEWORK-MIB
| SnmpAdminString |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Gauge32 | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| DateAndTime | |
| RowStatus | |
| TEXTUAL-CONVENTION | |
| TimeInterval | |
| TruthValue |
How to Use in IPNetwork Monitor
Example using cshMonProbeTotalSentProbes OID:
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| ciscoSlbHealthMonMIB | 1.3.6.1.4.1.9.9.508 | 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 | ||
| ciscoSlbHealthMonMIBCompliance | 1.3.6.1.4.1.9.9.508.2.1.1 | The compliance statement for entities which implement the Cisco SLB Health monitoring MIB. | ||
| ciscoSlbHealthMonMIBComplianceRev1 | 1.3.6.1.4.1.9.9.508.2.1.2 | The compliance statement for entities which implement the Cisco SLB Health monitoring MIB. | ||
| ciscoSlbHealthMonMIBComplianceRev2 | 1.3.6.1.4.1.9.9.508.2.1.3 | The compliance statement for entities which implement the Cisco SLB Health monitoring MIB. | ||
| ciscoSlbHealthMonMIBComplianceRev3 | 1.3.6.1.4.1.9.9.508.2.1.4 | The compliance statement for entities which implement the Cisco SLB Health monitoring MIB. | ||
| ciscoSlbHealthMonMIBCompliances | 1.3.6.1.4.1.9.9.508.2.1 | |||
| ciscoSlbHealthMonMIBConformance | 1.3.6.1.4.1.9.9.508.2 | |||
| ciscoSlbHealthMonMIBGroups | 1.3.6.1.4.1.9.9.508.2.2 | |||
| ciscoSlbHealthMonMIBNotifs | 1.3.6.1.4.1.9.9.508.0 | |||
| ciscoSlbHealthMonMIBObjects | 1.3.6.1.4.1.9.9.508.1 | |||
| ciscoSlbHealthMonNotifObjects | 1.3.6.1.4.1.9.9.508.1.2 | |||
| cshMonNotifGroup | 1.3.6.1.4.1.9.9.508.2.2.16 | A collection of objects providing healthmon notifications. | ||
| cshMonNotifObjectsGroup | 1.3.6.1.4.1.9.9.508.2.2.15 | Group of notification objects. | ||
| INE cshMonProbeInheritedPort | 1.3.6.1.4.1.9.9.508.1.1.3.1.3 | InetPortNumber | not-accessible | 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. |
| CIS cshMonProbeInheritedPortType | 1.3.6.1.4.1.9.9.508.1.1.3.1.10 | CiscoProbeInheritedPortType | read-only | This object indentifies the type of the inherited port for this probe instance. |
| C32 cshMonProbeTotalActiveSockets | 1.3.6.1.4.1.9.9.508.1.1.2.1.10 | Counter32 | read-only | This object identifies the number of probes that are currently using a socket in the system. |
| C32 cshMonProbeTotalConnectionErrors | 1.3.6.1.4.1.9.9.508.1.1.2.1.3 | Counter32 | read-only | This object identifies the number of probes that received connection errors while trying to connect to the real server. |
| C32 cshMonProbeTotalFailedProbes | 1.3.6.1.4.1.9.9.508.1.1.2.1.7 | Counter32 | read-only | 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. |
| C32 cshMonProbeTotalOpenTimeouts | 1.3.6.1.4.1.9.9.508.1.1.2.1.9 | Counter32 | read-only | This object identifies the number of probes that received timeout while trying to open a connection to the real server. |
| C32 cshMonProbeTotalPassedProbes | 1.3.6.1.4.1.9.9.508.1.1.2.1.2 | Counter32 | read-only | This object identifies the number of passed probes. The probe is identified as pass if the real server returns a valid response. |
| C32 cshMonProbeTotalReceivedRSTs | 1.3.6.1.4.1.9.9.508.1.1.2.1.4 | Counter32 | read-only | This object identifies the number of probes that received TCP RST. |
| C32 cshMonProbeTotalReceiveTimeouts | 1.3.6.1.4.1.9.9.508.1.1.2.1.5 | Counter32 | read-only | This object identifies the number of probes that suffered receive timeouts. |
| C32 cshMonProbeTotalRefusedConns | 1.3.6.1.4.1.9.9.508.1.1.2.1.8 | Counter32 | read-only | This object identifies the number of probes whose connections were refused by the real servers. |
| C32 cshMonProbeTotalSendFailures | 1.3.6.1.4.1.9.9.508.1.1.2.1.6 | Counter32 | read-only | This object identifies the number of probes failed due to internal errors. Internal errors are unexpected errors during configuration, scheduling or processing a probe. |
| C32 cshMonProbeTotalSentProbesEx | 1.3.6.1.4.1.9.9.508.1.1.2.1.1 | Counter32 | read-only | This object identifies the number of probes sent to the real servers. |
| cshMonProbeTypeStatsEntry | 1.3.6.1.4.1.9.9.508.1.1.2.1 | not-accessible | 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. | |
| cshMonProbeTypeStatsGroup | 1.3.6.1.4.1.9.9.508.2.2.14 | Group of objects providing statistics per probe type. | ||
| cshMonProbeTypeStatsTable | 1.3.6.1.4.1.9.9.508.1.1.2 | not-accessible | This table provides the accumulated statistics for each probe type. | |
| C32 cshMonServerfarmRealFailedProbes | 1.3.6.1.4.1.9.9.508.1.1.3.1.5 | Counter32 | read-only | 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. |
| C32 cshMonServerfarmRealPassedProbes | 1.3.6.1.4.1.9.9.508.1.1.3.1.4 | Counter32 | read-only | 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. |
| CIS cshMonServerfarmRealProbeHealthMonState | 1.3.6.1.4.1.9.9.508.1.1.3.1.6 | CiscoProbeHealthMonState | read-only | This object identifies the health monitor state of the probe for this real server. |
| DAT cshMonServerfarmRealProbeLastActiveTime | 1.3.6.1.4.1.9.9.508.1.1.3.1.8 | DateAndTime | read-only | This object indicates the last date and time that the probe's state transitioned to 'active'. |
| DAT cshMonServerfarmRealProbeLastFailedTime | 1.3.6.1.4.1.9.9.508.1.1.3.1.9 | DateAndTime | read-only | This object indicates the last date and time that the probes's state transitioned to 'failed'. |
| DAT cshMonServerfarmRealProbeLastProbeTime | 1.3.6.1.4.1.9.9.508.1.1.3.1.7 | DateAndTime | read-only | This object indicates the date and time of the last probe. |
| cshMonServerfarmRealProbeStatsEntry | 1.3.6.1.4.1.9.9.508.1.1.3.1 | not-accessible | 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. | |
| cshMonServerfarmRealProbeStatsTable | 1.3.6.1.4.1.9.9.508.1.1.3 | not-accessible | 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. | |
| STR cshMonServerfarmRealServerName | 1.3.6.1.4.1.9.9.508.1.1.3.1.1 | SnmpAdminString | not-accessible | 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). |
| INE cshMonServerfarmRealServerPort | 1.3.6.1.4.1.9.9.508.1.1.3.1.2 | InetPortNumber | not-accessible | 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). |
| cshMonSfarmProbes | 1.3.6.1.4.1.9.9.508.1.1 | |||
| CIS cshMonSfarmRealProbeHealthMonState | 1.3.6.1.4.1.9.9.508.1.1.1.1.5 | CiscoProbeHealthMonState | read-only | The health monitor state of the probe for this real server. |
| C32 cshMonSfarmRealProbesFailed | 1.3.6.1.4.1.9.9.508.1.1.1.1.4 | Counter32 | read-only | 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. |
| C32 cshMonSfarmRealProbesPassed | 1.3.6.1.4.1.9.9.508.1.1.1.1.3 | Counter32 | read-only | The number of probes passed for this real server. The probe is identified as pass if the real server returns a valid response. |
| cshMonSfarmRealProbeStatsEntry | 1.3.6.1.4.1.9.9.508.1.1.1.1 | not-accessible | 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. | |
| cshMonSfarmRealProbeStatsTable | 1.3.6.1.4.1.9.9.508.1.1.1 | not-accessible | 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. | |
| STR cshMonSfarmRealServerName | 1.3.6.1.4.1.9.9.508.1.1.1.1.1 | SnmpAdminString | not-accessible | 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). |
| INE cshMonSfarmRealServerPort | 1.3.6.1.4.1.9.9.508.1.1.1.1.2 | InetPortNumber | not-accessible | 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). |
| cshMonSfarmrealserverProbeStatsGroup | 1.3.6.1.4.1.9.9.508.2.2.12 | Group of objects providing statistics of a probe applied to a real server. | ||
| cshMonSfarmrealserverProbeStatsGroupRev1 | 1.3.6.1.4.1.9.9.508.2.2.13 | Group of objects providing statistics of a probe applied to a real server. | ||
| NTF cshMonSocketNormalUse | 1.3.6.1.4.1.9.9.508.0.2 | 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. | ||
| G32 cshMonSocketOverusageCount | 1.3.6.1.4.1.9.9.508.1.2.1 | Gauge32 | accessible-for-notify | This object identifies the number of times the probes socket usage exceeded 90% in that minute. |
| NTF cshMonSocketOveruse | 1.3.6.1.4.1.9.9.508.0.1 | 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. | ||
| cslbHealthMonFTPProbesGroup | 1.3.6.1.4.1.9.9.508.2.2.4 | A collection of objects providing information specific to FTP Probes. | ||
| cslbHealthMonHTTPProbesCommmonGroup | 1.3.6.1.4.1.9.9.508.2.2.5 | A collection of objects providing information specific to both HTTP and HTTPS Probes. | ||
| cslbHealthMonHTTPSProbesGroup | 1.3.6.1.4.1.9.9.508.2.2.6 | A collection of objects providing information specific to HTTPS Probes. | ||
| cslbHealthMonHTTPSProbesGroupRev1 | 1.3.6.1.4.1.9.9.508.2.2.10 | A collection of objects providing information specific to HTTPS Probes. | ||
| cslbHealthMonIMAPProbesGroup | 1.3.6.1.4.1.9.9.508.2.2.8 | A collection of objects providing information specific to IMAP Probes. | ||
| cslbHealthMonProbeCfgExtGroup | 1.3.6.1.4.1.9.9.508.2.2.2 | The collection of objects to configure probes in an SLB device. | ||
| cslbHealthMonProbeScriptGroup | 1.3.6.1.4.1.9.9.508.2.2.9 | The collection of objects to configure scripted probes in an SLB device. | ||
| cslbHealthMonServerProbesGroup | 1.3.6.1.4.1.9.9.508.2.2.1 | The second revision of the collection of SLB server health probe objects. | ||
| cslbHealthMonServerProbesGroupRev1 | 1.3.6.1.4.1.9.9.508.2.2.11 | The third revision of the collection of SLB server health probe objects. | ||
| cslbHealthMonSIPProbesGroup | 1.3.6.1.4.1.9.9.508.2.2.3 | A collection of objects providing information specific to SIP Probes. | ||
| cslbHealthMonTFTPProbesGroup | 1.3.6.1.4.1.9.9.508.2.2.7 | A collection of objects providing information specific to TFTP Probes. | ||
| IP cslbxDnsProbeIpAddress | 1.3.6.1.4.1.9.9.254.1.6.2.1.3 | InetAddress | not-accessible | The IP address that may be expected in response to a DNS probe from a 'healthy' real DNS server. |
| IPt cslbxDnsProbeIpAddressType | 1.3.6.1.4.1.9.9.254.1.6.2.1.2 | InetAddressType | not-accessible | The type of address stored in cslbxDnsProbeIpAddress. |
| cslbxDnsProbeIpEntry | 1.3.6.1.4.1.9.9.254.1.6.2.1 | not-accessible | 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. | |
| STR cslbxDnsProbeIpProbeName | 1.3.6.1.4.1.9.9.254.1.6.2.1.1 | SlbServerString | not-accessible | The name of the DNS probe. |
| ROW cslbxDnsProbeIpRowStatus | 1.3.6.1.4.1.9.9.254.1.6.2.1.4 | RowStatus | read-create | The object used by a management station to create or delete the row entry in cslbxDnsProbeIpTable following the RowStatus textual convention. |
| cslbxDnsProbeIpTable | 1.3.6.1.4.1.9.9.254.1.6.2 | not-accessible | 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. | |
| IP cslbxProbeAlternateDestAddr | 1.3.6.1.4.1.9.9.254.1.6.1.1.9 | InetAddress | read-create | 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. |
| IPt cslbxProbeAlternateDestAddrType | 1.3.6.1.4.1.9.9.254.1.6.1.1.8 | InetAddressType | read-create | The type of address stored in cslbxProbeAlternateDestAddr. |
| cslbxProbeCfgEntry | 1.3.6.1.4.1.9.9.254.1.6.1.1 | not-accessible | 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. | |
| cslbxProbeCfgTable | 1.3.6.1.4.1.9.9.254.1.6.1 | not-accessible | 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. | |
| INT cslbxProbeConnTermination | 1.3.6.1.4.1.9.9.254.1.6.1.1.24 | INTEGER | read-create | 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. |
| STR cslbxProbeDescription | 1.3.6.1.4.1.9.9.254.1.6.1.1.17 | SnmpAdminString | read-create | This object is used for configuring the description of the probe. |
| STR cslbxProbeDnsDomainName | 1.3.6.1.4.1.9.9.254.1.6.1.1.10 | SnmpAdminString | read-create | The domain name string use with the DNS probe. (Only applicable to DNS probes.) |
| cslbxProbeExpectStatusCfgEntry | 1.3.6.1.4.1.9.9.254.1.6.4.1 | not-accessible | This entry provides the configuration of a range of expect status codes for a particular probe, served by a particular SLB entity. | |
| cslbxProbeExpectStatusCfgTable | 1.3.6.1.4.1.9.9.254.1.6.4 | not-accessible | 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. | |
| U32 cslbxProbeExpectStatusMaxValue | 1.3.6.1.4.1.9.9.254.1.6.4.1.3 | Unsigned32 | read-create | The ending value of the expect status code range. |
| U32 cslbxProbeExpectStatusMinValue | 1.3.6.1.4.1.9.9.254.1.6.4.1.2 | Unsigned32 | not-accessible | The starting value of the expect status code range. |
| STR cslbxProbeExpectStatusProbeName | 1.3.6.1.4.1.9.9.254.1.6.4.1.1 | SlbServerString | not-accessible | The name of the probe. |
| ROW cslbxProbeExpectStatusRowStatus | 1.3.6.1.4.1.9.9.254.1.6.4.1.4 | RowStatus | read-create | The object used by a management station to create or delete the row entry in cslbxProbeExpectStatusCfgTable following the RowStatus textual convention. |
| NUM cslbxProbeFailedInterval | 1.3.6.1.4.1.9.9.254.1.6.1.1.5 | TimeInterval | read-create | Time before retrying a 'failed' real server to see if it has recovered yet. |
| cslbxProbeFTPCfgEntry | 1.3.6.1.4.1.9.9.254.1.6.7.1 | not-accessible | 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'. | |
| cslbxProbeFTPCfgTable | 1.3.6.1.4.1.9.9.254.1.6.7 | not-accessible | 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'. | |
| STR cslbxProbeFtpRequestFileName | 1.3.6.1.4.1.9.9.254.1.6.7.1.2 | SlbUrlString | read-write | The string representing the File Name used in FTP Probe. |
| INT cslbxProbeFtpRequestFileType | 1.3.6.1.4.1.9.9.254.1.6.7.1.3 | INTEGER | read-write | This object specifies the type of the data transferred from/to in case of FTP requests. |
| INT cslbxProbeFtpRequestMethod | 1.3.6.1.4.1.9.9.254.1.6.7.1.1 | INTEGER | read-write | 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. |
| cslbxProbeHeaderCfgEntry | 1.3.6.1.4.1.9.9.254.1.6.3.1 | not-accessible | 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. | |
| cslbxProbeHeaderCfgTable | 1.3.6.1.4.1.9.9.254.1.6.3 | not-accessible | 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. | |
| STR cslbxProbeHeaderFieldName | 1.3.6.1.4.1.9.9.254.1.6.3.1.2 | SnmpAdminString | not-accessible | An HTTP header of this name is transmitted in the HTTP request sent by this probe. |
| STR cslbxProbeHeaderFieldValue | 1.3.6.1.4.1.9.9.254.1.6.3.1.3 | SnmpAdminString | read-create | The HTTP header value associated with the HTTP header name given by cslbxProbeHeaderFieldName. |
| STR cslbxProbeHeaderProbeName | 1.3.6.1.4.1.9.9.254.1.6.3.1.1 | SlbServerString | not-accessible | The name of the HTTP probe. |
| ROW cslbxProbeHeaderRowStatus | 1.3.6.1.4.1.9.9.254.1.6.3.1.4 | RowStatus | read-create | The object used by a management station to create or delete the row entry in cslbxProbeHeaderTable following the RowStatus textual convention. |
| INT cslbxProbeHTTPCfgCipherSuite | 1.3.6.1.4.1.9.9.254.1.6.5.1.5 | INTEGER | read-write | 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. |
| cslbxProbeHTTPCfgEntry | 1.3.6.1.4.1.9.9.254.1.6.5.1 | not-accessible | 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'. | |
| STR cslbxProbeHTTPCfgHashName | 1.3.6.1.4.1.9.9.254.1.6.5.1.4 | SnmpAdminString | read-write | This object specifies the hash value for the probe. |
| T/F cslbxProbeHTTPCfgHashValid | 1.3.6.1.4.1.9.9.254.1.6.5.1.3 | TruthValue | read-write | 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. |
| T/F cslbxProbeHTTPCfgPersistence | 1.3.6.1.4.1.9.9.254.1.6.5.1.2 | TruthValue | read-write | 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. |
| T/F cslbxProbeHTTPCfgSslSessionReuse | 1.3.6.1.4.1.9.9.254.1.6.5.1.7 | TruthValue | read-write | 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. |
| INT cslbxProbeHTTPCfgSslTlsVersion | 1.3.6.1.4.1.9.9.254.1.6.5.1.6 | INTEGER | read-write | 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. |
| cslbxProbeHTTPCfgTable | 1.3.6.1.4.1.9.9.254.1.6.5 | not-accessible | 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'. | |
| INT cslbxProbeHTTPCfgVersion | 1.3.6.1.4.1.9.9.254.1.6.5.1.1 | INTEGER | read-write | This object represents HTTP version for the probe. The 'htpOneDotZero' specifies HTTP 1.0 protocol. The 'htpOneDotOne' specifies HTTP 1.1 protocol. |
| STR cslbxProbeHttpRequestMethod | 1.3.6.1.4.1.9.9.254.1.6.1.1.11 | SnmpAdminString | read-create | The request method type string to be used in the HTTP probe packets. (Only applicable to HTTP probes.) |
| STR cslbxProbeHttpRequestUrl | 1.3.6.1.4.1.9.9.254.1.6.1.1.12 | SlbUrlString | read-create | The URI string in the HTTP request of HTTP probe packets. (Only applicable to HTTP probes.) |
| BIT cslbxProbeHTTPSslTlsVersionSupported | 1.3.6.1.4.1.9.9.254.1.6.5.1.8 | Bits | read-only | This object identifies the supported SSL/TLS versions. sslv3 - SSL version 3.0. tlsv1 - TLS version 1.0. |
| cslbxProbeIMAPCfgEntry | 1.3.6.1.4.1.9.9.254.1.6.9.1 | not-accessible | 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'. | |
| cslbxProbeIMAPCfgTable | 1.3.6.1.4.1.9.9.254.1.6.9 | not-accessible | 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'. | |
| STR cslbxProbeIMAPMailBox | 1.3.6.1.4.1.9.9.254.1.6.9.1.1 | SnmpAdminString | read-write | This object is used for configuring the IMAP Mailbox value. |
| STR cslbxProbeIMAPMethodName | 1.3.6.1.4.1.9.9.254.1.6.9.1.2 | SnmpAdminString | read-write | 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 |
| NUM cslbxProbeInterval | 1.3.6.1.4.1.9.9.254.1.6.1.1.3 | TimeInterval | read-create | Time between health checks. It is from the end of previous check to the beginning of the next check. |
| STR cslbxProbeName | 1.3.6.1.4.1.9.9.254.1.6.1.1.1 | SlbServerString | not-accessible | The name of the probe. |
| U32 cslbxProbePassCount | 1.3.6.1.4.1.9.9.254.1.6.1.1.20 | Unsigned32 | read-create | 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'. |
| STR cslbxProbePassword | 1.3.6.1.4.1.9.9.254.1.6.1.1.23 | SnmpAdminString | read-create | 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. |
| CIS cslbxProbePort | 1.3.6.1.4.1.9.9.254.1.6.1.1.16 | CiscoPort | read-create | 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'. |
| U32 cslbxProbePriority | 1.3.6.1.4.1.9.9.254.1.6.1.1.21 | Unsigned32 | read-create | 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. |
| INT cslbxProbeProtocolType | 1.3.6.1.4.1.9.9.254.1.6.1.1.19 | INTEGER | read-create | 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. |
| NUM cslbxProbeReceiveTimeout | 1.3.6.1.4.1.9.9.254.1.6.1.1.6 | TimeInterval | read-create | Maximum time to wait for a reply from a real server before considering this probe attempt to have failed. |
| U32 cslbxProbeRetries | 1.3.6.1.4.1.9.9.254.1.6.1.1.4 | Unsigned32 | read-create | The number of consecutive retries without a successful probe before marking the real server as 'failed'. |
| INT cslbxProbeRouteMethod | 1.3.6.1.4.1.9.9.254.1.6.1.1.18 | INTEGER | read-create | 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. |
| ROW cslbxProbeRowStatus | 1.3.6.1.4.1.9.9.254.1.6.1.1.13 | RowStatus | read-create | The row status is used by a management station to create or delete the row entry in cslbxProbeCfgTable following the RowStatus textual convention. |
| STR cslbxProbeScriptArguments | 1.3.6.1.4.1.9.9.254.1.6.1.1.15 | SnmpAdminString | read-create | The argument parameters passed into the executable script. (Only applicable to scriptedProbe type.) |
| STR cslbxProbeScriptName | 1.3.6.1.4.1.9.9.254.1.6.1.1.14 | SlbFunctionNameString | read-create | The name of the function to be executed. (Only applicable to scriptedProbe type.) |
| STR cslbxProbeSendData | 1.3.6.1.4.1.9.9.254.1.6.1.1.27 | SnmpAdminString | read-create | 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. |
| INT cslbxProbeSendDataType | 1.3.6.1.4.1.9.9.254.1.6.1.1.26 | INTEGER | read-create | 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'. |
| cslbxProbeSIPCfgEntry | 1.3.6.1.4.1.9.9.254.1.6.6.1 | not-accessible | 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'. | |
| cslbxProbeSIPCfgTable | 1.3.6.1.4.1.9.9.254.1.6.6 | not-accessible | 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'. | |
| STR cslbxProbeSIPRegAddress | 1.3.6.1.4.1.9.9.254.1.6.6.1.1 | SnmpAdminString | read-write | 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. |
| T/F cslbxProbeSocketReuse | 1.3.6.1.4.1.9.9.254.1.6.1.1.25 | TruthValue | read-create | 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. |
| T/F cslbxProbeState | 1.3.6.1.4.1.9.9.254.1.6.1.1.28 | TruthValue | read-only | 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. |
| NUM cslbxProbeTcpOpenTimeout | 1.3.6.1.4.1.9.9.254.1.6.1.1.7 | TimeInterval | read-create | 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. |
| cslbxProbeTFTPCfgEntry | 1.3.6.1.4.1.9.9.254.1.6.8.1 | not-accessible | 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'. | |
| cslbxProbeTFTPCfgTable | 1.3.6.1.4.1.9.9.254.1.6.8 | not-accessible | 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'. | |
| STR cslbxProbeTftpRequestFileName | 1.3.6.1.4.1.9.9.254.1.6.8.1.2 | SlbUrlString | read-write | The string representing the File Name used in TFTP Probe. |
| INT cslbxProbeTftpRequestFileType | 1.3.6.1.4.1.9.9.254.1.6.8.1.3 | INTEGER | read-write | This object specifies the type of the data transferred from/to in case of FTP requests. |
| INT cslbxProbeTftpRequestMethod | 1.3.6.1.4.1.9.9.254.1.6.8.1.1 | INTEGER | read-write | This object identifies the TFTP request to be used in TFTP probe packets. The possible value(s) are: get : Get request. put : Put request. |
| SLB cslbxProbeType | 1.3.6.1.4.1.9.9.254.1.6.1.1.2 | SlbProbeType | read-create | The type of probe. |
| STR cslbxProbeUserName | 1.3.6.1.4.1.9.9.254.1.6.1.1.22 | SnmpAdminString | read-create | 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. |
RFC description
Monitors server load-balancing health probes and device availability for Cisco server load balancing systems.
Start monitoring Cisco Server Load Balancing switch/module (CSM/ACE) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.