Forum Discussion
Julius_01_13277
Nimbostratus
Jun 15, 2016How to Migrate a Redirect applied to a Single Node on Cisco ACE to F5
Hello Guys,
I am trying migrated VIPs from Cisco ACE to F5 LTM. I have a redirect that is applied a single node in a pool as shown below. I need need to replicate this configuration on F5. Can ...
Vijay_E
Cirrus
Jun 15, 2016If you can explain the functionality requirement, you may be able to get a better answer. This is a rough untested iRule:
when LB_SELECTED {
set SERVERIP [LB::server addr]
if { $SERVERIP eq "10.10.2.7" } {
HTTP::respond 302 Location "https://domain.com/"
}
}
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