Forum Discussion
TJ_Vreugdenhil
Cirrus
Jul 10, 2017Cannot add F5 net route
Hello!
I am scratching my head because I can't see why this static route is not being added to the config. The "x" is replaced with a usable 1-254 IP.
Existing config:
net self INT-350_NET1_PR...
Deb_Allen_18
Sep 26, 2007Historic F5 Account
OK, then...
(long out of band discussion later)
Looks like we can simplify a bit.
Leave the 5 virtuals in place @ each site, each with the appropriate default pool.
Configure all 10 pools (5 local & 5 remote) on both LTMs, with exactly the same names.
Apply cookie insert persistence to all virtual servers using the default cookie name.
Then apply this rule to all the virtuals & you should be set:
when HTTP_REQUEST {
set CookiePool [findstr [HTTP::cookie names] "BIGipServer" 11 " "]
if { $CookiePool !=""}{
pool $CookiePool
}
}
/debRecent 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