Forum Discussion
Chuck_127210
Nimbostratus
Oct 11, 2005IRULE question
Sorry I posted this in the wrong area, please disreguard
With the Irule listed below what will happen if a packet comes in on 10.144.1.1, will it be discarded or actually go to the pool, Also if a packet arrives from a 10.1.1.1 segment will it hit the bottom pool, or is there a better way to write this irule.
Thanks Chuck
if (client_addr == 172.0.0.0 netmask 255.0.0.0) {
use pool Release2_Prod_Pool
}
else {
discard
}
if (client_addr == 10.144.0.0 netmask 255.255.0.0) {
use pool Release2_Prod_Pool
}
else {
use pool Rel2_COB_Pool
}
- You might want to post this one on the iRule v4.x forum. iControl is our management API.
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