Forum Discussion
hung_37471
Sep 27, 2011Nimbostratus
How to config PBR
hi all
can you help me , how to config PBR on the BIg Ip ?
on the web GUI , i can't see anywhere to config PBR
thanks all
The_Bhattman
Sep 27, 2011Nimbostratus
Hi Hung,
Creating a PBR is very similar to creating a vip and pool along with an iRule.
1. You would create a wildcard virtual forwarding server.
2. Then you would create a pool with the IP address of the next hops that will be chosen based on your conditions.
Example Irule
when CLIENT_ACCEPTED {
if { [IP::addr [IP::local_addr] equals 10.0.0.1/24 ]}{
pool pool_hop_1
} elseif { [IP::addr [IP::client_addr] equals 192.168.1.0/24]}{
pool pool_hop_2
} else {
pool pool_hop_3
}
}
I hope this is a good start
Bhattman
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