Arti 26
Arti 26
Configuration utility
Local Traffic » iRules then click Create
Properties section
Name Rule_Operating_Sys
when HTTP_REQUEST {
if { [HTTP::header User-Agent] contains "iPad" } {
pool pool1 }
Definition elseif { [HTTP::header User-Agent] contains "Android" } {
pool pool2 }
else {
pool pool3 }
}
3-7
VDOM Labs 3-7
Configuration Utility
Local Traffic » Virtual Servers : Virtual Server List, then select vs_http
7. Open Chrome Browser, click on Extension and then click on use User-Agent Switcher for
Chrome. As shown below.
3-7
VDOM Labs 3-7
9. Select IOS and then iPad, similarly you can choose other Operating System.
3-7