Forum Discussion
Shiresiva_18082
Nimbostratus
Dec 22, 2014F5 rule for access particular CAS server from Cisco TMSXE server
Hi,
i need your help to create F5 rule for access one particular CAS server (http://searchexchange.techtarget.com/definition/Client-access-server-CAS) from Cisco TMSXE server (http://www.cisco.c...
cdougall_14195
Cirrus
Dec 23, 2014So, in this case, since what you're looking for all comes canned within LTM, you can do just what you're looking for with something like the following. In this config, 10.10.10.1 will be the only member taking traffic, unless it is out of service. In that case, and only in that case, 10.10.10.2 will take over.
I've put cookie persistence on for this example, but that should be modified to meet your needs.
ltm pool test-pool {
members {
10.10.10.1:http {
address 10.10.10.1
priority-group 10
session monitor-enabled
}
10.10.10.2:http {
address 10.10.10.2
session monitor-enabled
}
}
min-active-members 1
monitor http
}
ltm virtual test-vip {
destination 10.20.10.1:http
ip-protocol tcp
mask 255.255.255.255
persist {
cookie {
default yes
}
}
pool test-pool
profiles {
http { }
oneconnect { }
tcp { }
}
source 0.0.0.0/0
source-address-translation {
type automap
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
