Forum Discussion
Parveez_70209
Nimbostratus
Nov 08, 2013Syntax to Map Virtual-Server's Character with Data-Group which Contains Pool Name
Kindly have a look into the below Irule:
1.Last part of the Data-Group: dg_parveez_dynamic_pools contains a list of all dynamic pools:
2.Idea is to apply/create a single Irule into the future and a...
Kevin_Stewart
Employee
Mar 11, 2014I'd wrap the whole thing in another class match for the client IP:
when HTTP_REQUEST {
if { [class match [IP::client_addr] equals my_whitelist_dg] } {
switch -glob [string tolower [HTTP::uri]] {
...
}
} else {
reject
}
}
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