SlbProbeType

  • Base type Enumeration

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.

Possible values

20 objects
Number Name
1 icmpProbe
2 tcpProbe
3 dnsProbe
4 httpProbe
5 ftpProbe
6 telnetProbe
7 smtpProbe
8 scriptedProbe
9 undefined
10 udpProbe
11 httpsProbe
12 ldapProbe
13 popProbe
14 imapProbe
15 radiusProbe
16 tacacsProbe
17 sipProbe
18 tftpProbe
19 fingerProbe
20 echoProbe