|
| ServerIron ADX Server Load Balancing Guide |
| Release 12.0.00 |
| June 15, 2009 |
This feature provides the ability to bind same real ports to multiple VIP ports. This is useful when you want to bind more than one VIP to the same application service on real servers, and these real servers are listening on different ports.ServerIron(config)# server real rs1ServerIron(config-rs-rs1)# port 81ServerIron(config-rs-rs1)# port 8081 <- alias portServerIron(config)# server real rs2ServerIron(config-rs-rs2)# port 82ServerIron(config-rs-rs2)# port 8082 <- alias portServerIronADX(config)# server virtual-name-or-ip vs1ServerIronADX(config-vs-vs1)# port httpServerIronADX(config-vs-vs1)# bind http rs1 81 rs2 82ServerIronADX(config)# server virtual-name-or-ip vs2ServerIronADX(config-vs-vs2)#port httpServerIronADX(config-vs-vs2)# bind http rs1 8081 real-port 81 rs2 8082 real-port 82