Forum Discussion
CarlT
Altostratus
Dec 16, 2019Can you have multiple instances of the same vip ?
Hi All Can you have multiple instances of the same vip ? could you use the same VIP for 2 different pools as long as the port etc is different?
CarlT
Altostratus
Dec 17, 2019Can you give me an example of how you would do it?Can you specify different listening ports?
Do people do it often ?Would you still have to create the second pool in the gui first ?
Sent from Yahoo Mail for iPhone
Abed_AL-R
Cirrostratus
Dec 18, 2019Hi there
for example, irule selecting pool based on HTTP Path:
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::path]] {
"/oauth*" {
pool Pool_1
}
"/lmsserver*"
{
pool Pool_2
}
"/admin*" {
pool Pool_3
}
}
}
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