Forum Discussion
annielee_5314
Nimbostratus
Mar 13, 2008HA in irule
Hi Experts,
Need advise on how to write the irule for the below requirement :
Source A
Source B
VIP A
Destination A
Destination B
Need to write an irule for the following rules :
- Source A access VIP A, F5 will pass to Destination A,
- Source B to Destination B,
- when Destination A is down, Source A will goto Destination B
- when Destination B is down, Source B will goto Destination A
Thanks in advance..
- The_Bhattman
Nimbostratus
Assuming it's an HTTP requestwhen HTTP_REQUEST { switch [IP::client_addr] { 192.168.1.1 { pool poolA } 192.168.1.2 { pool poolB } } }
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