Forum Discussion
lai_elephant_53
Nimbostratus
Jul 05, 2005irule setting??
my bigip V9.0.5 , and i setup a datagroup,this group have all the computer can internet,others can not go to internet,i want to check if the rule i wrote like below,it right or wrong???
when CLIENT_ACCEPTED {
if {[[matchclass [IP::remote_addr] equals {$::Proxy_Server}]]}
{pool out_bound_pool}
{discard}
}
- unRuleY_95363Historic F5 AccountFirst, you have a double set of square brackets, so you need to remove one set. Second, you need an "else" between the two statement blocks.
when CLIENT_ACCEPTED { if {[matchclass [IP::remote_addr] equals {$::Proxy_Server}]} { pool out_bound_pool } else { discard } }
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