Forum Discussion
Shishir_84445
Oct 20, 2011Nimbostratus
iRule Help on LB:reslect
Hello,
I need some help on the iRule. I have this iRule
----------------------------------------------------------------
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_add...
nitass
Oct 20, 2011Employee
e.g.
[root@iris:Active] config b virtual bar list
virtual bar {
snat automap
pool foo
destination 172.28.17.33:http
ip protocol tcp
rules myrule
profiles {
http {}
tcp {}
}
}
[root@iris:Active] config b pool foo list
pool foo {
members {
10.10.70.110:http {}
74.125.235.50:http {}
}
}
[root@iris:Active] config b rule myrule list
rule myrule {
when CLIENT_ACCEPTED {
pool foo1
}
when LB_SELECTED {
log local0. "uri - [HTTP::uri]|pool - [LB::server pool]/[LB::server addr]"
}
when LB_FAILED {
LB::reselect pool foo
log local0. "uri - [HTTP::uri]|pool - [LB::server pool]/[LB::server addr]"
}
}
[root@iris:Active] config b pool foo1 list
pool foo1 {
members 10.10.70.110:http {}
}
[root@iris:Active] config curl -I http://10.10.70.110/
curl: (7) couldn't connect to host
[root@iris:Active] config curl -I http://172.28.17.33/
HTTP/1.1 200 OK
Date: Thu, 20 Oct 2011 17:29:06 GMT
Expires: -1
Cache-Control: private, max-age=0
Content-Type: text/html; charset=ISO-8859-1
Server: gws
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
Transfer-Encoding: chunked
[root@iris:Active] config tail -f /var/log/ltm
Oct 21 01:28:38 local/tmm info tmm[17220]: Rule myrule : uri - /|pool - foo1/10.10.70.110
Oct 21 01:28:38 local/tmm info tmm[17220]: Rule myrule : uri - /|pool - foo1/10.10.70.110
Oct 21 01:28:38 local/tmm info tmm[17220]: Rule myrule : uri - /|pool - foo/10.10.70.110
Oct 21 01:28:38 local/tmm info tmm[17220]: Rule myrule : uri - /|pool - foo/10.10.70.110
Oct 21 01:28:38 local/tmm info tmm[17220]: Rule myrule : uri - /|pool - foo/74.125.235.50
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects