Forum Discussion
JCMATTOS_41723
Nimbostratus
Oct 09, 2008Continue normal flow of packets?
Still new to this irule stuff and have a BigIP 9.4.3 with an irule that we would like to not discard packets at the tailend but continue passing traffic what statements should I use for this? Or will we need a default gateway statement? Ideally, we would like the traffic to continue to pass normally, if no match is found in the irule. Hopefully this is an easy one...Thx!
when CLIENT_ACCEPTED {
if { [IP::addr [IP::remote_addr] equals 10.x.x.0/23] } {node 10.x.x.1}
elseif { [IP::addr [IP::remote_addr] equals 10.x.x.0/23] } {node 10.x.x.1}
else { discard }
}
1 Reply
- hoolio
Cirrostratus
Hi JC,
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