iRule to route traffic to different pools
1. Set the virtual server to ipaddress:any
2. Associate iRule
when CLIENT_ACCEPTED { if {[TCP::local_port] equals 5000} { pool mypool1} elseif {[TCP::local_port] equals 5001} { pool mypool2}}
2. Associate iRule
when CLIENT_ACCEPTED { if {[TCP::local_port] equals 5000} { pool mypool1} elseif {[TCP::local_port] equals 5001} { pool mypool2}}
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home