[Up]常用資訊

[重點文章] 重點文章 [重點文章] 重點文章

2020年4月7日 星期二

[BIG-IP-APM] 在VPE 設定過濾條件

[BIG-IP-APM] 在VPE 設定過濾條件 Visual Policy Editor (VPE)
使用兩個條件判斷 (登入的 FQDN 和 使用者帳號 )

#使用兩個條件同時判斷 (登入的 FQDN 和 使用者帳號 ) AND 表示
expr { [string tolower [mcget {session.server.network.name}]] == "local.domain.com" && [string tolower [mcget {session.logon.last.username}]] equals "username" }

#使用兩個條件個別判斷 (登入的 FQDN 或 使用者帳號 ) OR 表示
expr { [string tolower [mcget {session.server.network.name}]] == "local.domain.com" || [string tolower [mcget {session.logon.last.username}]] equals "username" }

沒有留言:

張貼留言