Alcatel-Lucent 6850-48 Guida Di Rete

Pagina di 1162
Configuring Server Load Balancing
Configuring SLB Probes
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
page 44-35
Configuring a Probe Send
To configure an ASCII string sent to a server to invoke a response from it and to verify its health use the 
 command by entering ip slb probe followed by the user-configured probe name, the 
valid probe type (udp or tcp), send, and the user-specified ASCII string.
For example, to set the TCP/UDP port for an TCP SLB probe called “server_probe1” to “test”, enter:
-> ip slb probe server_probe1 tcp send test
Configuring a Probe Expect
To configure an ASCII string used to compare a response from a server to verify the health of the server 
use th
 command by entering ip slb probe followed by the user-configured probe 
name, the valid probe type (httphttpsudp, or tcp), expect, and the user-specified ASCII string.
For example, to set the TCP/UDP port for an HTTP SLB probe called “server_probe1” to “test”, enter:
-> ip slb probe server_probe1 http expect test