Forum Discussion
MriMo
Oct 24, 2020Altostratus
Need to redirect from one VIP to another VIP in remote LB
Would like to know the irule to redirect one VIP to another VIP hosted in the remote LB, when its pool members are down.
- Oct 24, 2020
when HTTP_REQUEST { if { [active_members [LB::server pool]] == 0 } { node remote-vs-ip port } }
Example:
when HTTP_REQUEST { if { [active_members [LB::server pool]] == 0 } { node 10.11.12.13 443 } }
Oct 24, 2020
Hi MriMo,
when HTTP_REQUEST {
if { [active_members [LB::server pool]] == 0 } {
virtual vsname
}
}
- MriMoOct 24, 2020Altostratus
But the VS which needs to be redirected is not configured in the same LB. It is configured in the remote peer
- Oct 24, 2020
when HTTP_REQUEST { if { [active_members [LB::server pool]] == 0 } { node remote-vs-ip port } }
Example:
when HTTP_REQUEST { if { [active_members [LB::server pool]] == 0 } { node 10.11.12.13 443 } }
- MriMoOct 24, 2020Altostratus
let me try this out & know the status
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