Forum Discussion
Chris_15705
Mar 16, 2012Nimbostratus
iRule for Persistent SNAT to nodes on two different VLANS
Hello Everyone. I inherited an interesting problem with a customer's funky switching environment. Without boring you with details, the problem is that they had three switches and in order to create a...
hooleylist
Mar 17, 2012Cirrostratus
Also, if you stick with the above iRule, you can save a few CPU cycles by changing this:
if {[IP::addr "[LB::server addr]/24" equals "10.200.1.0/24"]}{
to this:
if {[IP::addr [LB::server addr] equals 10.200.1.0/24]}{
See Jason's article on IP::addr for details:
http://devcentral.f5.com/Tutorials/TechTips/tabid/63/articleType/ArticleView/articleId/1086449/iRules-IP-Comparison-Considerations-with-IPaddr-Command.aspx
Aaron
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