Health check policy for vip port, Overview of health check policy for vip port, Command line interface – Brocade Virtual ADX Server Load Balancing Guide (Supporting ADX v03.1.00) User Manual
Page 213
Brocade Virtual ADX Server Load Balancing Guide
197
53-1003247-01
Port policy
4
After configuring the policy, bind it to a real server port. (Refer to
for details.) For example:
Virtual ADX(config)#server real rs1
Virtual ADX(config-rs-rs1)#port 8080
Virtual ADX(config-rs-rs1)#port 8080 keepalive
Virtual ADX(config-rs-rs1)#port 8080 use-port-policy pp1
Virtual ADX(config-rs-rs1)#exit
Virtual ADX(config)#server real rs2
Virtual ADX(config-rs-rs2)#port 9090
Virtual ADX(config-rs-rs2)#port 9090 keepalive
Virtual ADX(config-rs-rs2)#port 9090 use-port-policy pp1
Virtual ADX(config-rs-rs2)#exit
Virtual ADX(config)#server real rs3
Virtual ADX(config-rs-rs3)#port 8080
Virtual ADX(config-rs-rs3)#port 8080 keepalive
Virtual ADX(config-rs-rs3)#port 8080 use-port-policy pp2
Virtual ADX(config-rs-rs3)#exit
Virtual ADX(config)#server real rs4
Virtual ADX(config-rs-rs4)#port 9090
Virtual ADX(config-rs-rs4)#port 9090 keepalive
Virtual ADX(config-rs-rs4)#port 9090 use-port-policy pp2
Health check policy for VIP port
Overview of health check policy for VIP port
NOTE
The Brocade Virtual ADX does not support interval configuration under server port policy.
The Brocade Virtual ADX supports the binding of a server port policy on a real server port. Because
multiple real server ports are bound to a single virtual port, the client has requested that the server
port policy be bound to a virtual port. Once bound to a virtual port, the policy takes effect on all the
real server ports that are bound to that virtual port. This method allows the running configuration
to be reduced.
Command line interface
The command to turn on the health check policy feature for VIP port is under virtual server
configuration.
Virtual ADX(config)#server virtual-name-or-ip v1 10.1.1.1
Virtual ADX(config-virtual-server-v1) port 80
Virtual ADX(config-virtual-server-v1) bind 80 r1 80 r2 80 r3 80
Virtual ADX(config-virtual-server-v1) port 80 use-port-policy policy1
The Brocade Virtual ADX will now use the values configured under server port policy "policy1" to
send out health-checks to ports 80 on R1, R2 and R3.