Forum Discussion
Salvador_del_Re
Feb 10, 2010Historic F5 Account
link controller balance url
I want to send traffic for each router depending of the url
for example if the url asked for client is www.f5.com go to router 1 if the url it's www.google.com go to router 2 and a long list of url for each router
I construct this iRule
when CLIENT_ACCEPTED {
TCP::collect 50
}
when CLIENT_DATA {
if {[matchclass [TCP::payload 50] contains $::servidores]}
{
pool router1_pool
}
else
{
log "not send"
}
TCP::release
The problem it's that the link controller not accept TCP::payload
Any ideas
- hoolio
Cirrostratus
Hi, - Salvador_del_ReHistoric F5 AccountYes I have a error when write the irule [ltm_rule_L7 feature not licensed] [TCP::payload]
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