Forum Discussion
VIP pool to VIP
I'm looking for the same or similar solution.
Situation: I have a set of virtual servers that I need to serve up on two IP addresses on the same LTM.
It seems that you can only define one IP address for a virtual server.
Now mentioned above is to 'redirect' VIP1 to VIP2.. If you are thinking browser redirect or something, that isn't viable. I'm thinking of resourcing VIP1 to VIP2..
There is a 'virtual' irule command, but I'm not clear that will do it.
Other idea mentioned above is to have VIP2 as the pool for VIP1. How to minimize or standardize the virtual server configuration for VIP2 allowing the 'bulk' of the details (and Irules and SSL termination if needed, etc.) to be all on VIP1.
Worst case is to have to replicate the VIP1 configuration details in VIP2.. two matching virtual servers with the only difference being the IP address.
Very interested in good ways to accomplish this..
Thanks.
- brad_11480Aug 23, 2017
Nimbostratus
seems an irule that would do it is:
ltm rule /Common/rule_switch_vs { when CLIENT_ACCEPTED { virtual vs_mychart_https } }
and use it:
ltm virtual /Common/vs_VIP1 { destination /Common/10.10.10.1:0 ip-protocol tcp mask 255.255.255.255 profiles { /Common/fastL4 { } } rules { /Common/rule_switch_vs } source 0.0.0.0/0 translate-address enabled translate-port disabled }
Recent Discussions
Related Content
* 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