Networking
--
Questions
--
Followers
Top Experts
Hello, thank you for taking the time to review my question first off, I hope to return the favor at some point. I'm extremely new at the F5 and am having some issues with setting up the devices to act in accordance with how they have been requested to operate. Basically, I want to set up a SNAT on my external VLANs to translate them to an internal IP so that they appear as another host on the subnet the hosted nodes are residing in. I've gotten my virtual server address set up (I'll include a copy of the config with IP's and VLANs removed for reference) but I'm unsure if I have everything trunking correctly, and if I've gotten all of the pieces in place to ensure it works correctly. This is my first project at my new job, it's kind of been dumped on me, so I'd like to get it running to show I have some competence (I do have a little bit :) ) I'm also going to attach a visio diagram so that it can be shown what I'm hoping to accomplish. If anybody familiar with the F5 can take a look and see what I can change or improve upon it would be greatly appreciated.
Thank you,
John
Boyd-F5-01.log
F5-Current-Architecture-safe.vsd
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
What are these connected to? Â What are you trying to accomplish?
One thing that may help you is a logical drawing, instead of a physical one. Â Something that shows the individual subnets and how the traffic will flow between them.
Depending on your definition of "no downtime" you may not be able to accomplish what you want. Â The problem is the SSL sessions.
On the F5 you can mirror connections, so any active TCP connections will be mirrored to the standby F5. Â If you are using session persistence, you can mirror that also.
However, if you are using SSL, the F5 can't "mirror" the SSL session state, so if you fail over, all SSL Â connections will have problems.
All the non-SSL connection will fail over and may show a small delay, but continue on with very few if any problems. Â At least that is the theory, luckly we have never had a failure.
All of the selfip's that are used for SNAT, must be floating. Â So each F5 needs to have its own selfip within that subnet and then the float. Â Without the float when (if) the active F5 fails, the servers will start seeing traffic come from a new IP address.
What we do






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
That's an interesting point about the SSL connections, I didn't think about it working out like that. Would new SSL connections have issues as well, or would it just be existing ones? I think that *might* be an acceptable loss if that were the case, but that's a big might.
What sort of persistence do you do in your environment? I like the idea of the cookie persistence, but I think that idea has been shot down in my environment. Who knows....
What sort of monitors would you recommend setting up? I'd like to have some good visibility into the server farm, and I'm not sure what sort of tests are the most telling. I like the idea of using the iRule to get the server pages from the devices, but how much strain does that put on the f5? I am kind of afraid we're going to overload the system with everything we're trying to do, it is a 6900 series, but I hope to get it up and running and convince them to upgrade to one of the 8900 models with 10g.
Thank you for all your help, it really is clearing things up for me, I hope I can get a classroom training session soon, I'd like to master these so I can move on to something else. :)
Only existing SSL sessions will have problems. Â New ones will work fine.
We have iRule that does Universal. Â However, the type of persistence depends on your requirements. Â We have a single virtual host that front ends a few different applications that are spread across 10 or so different pools.
As for monitors, we have a simple check to get one small static page per application/pool to verify the application is up and running on that specific server. Â We check every 30 seconds and if we get no replies after 91 seconds we mark the member down. Â Not a lot overhead unless you are checking hundreds or thousands of pages.
As for overloading the F5, it depends. Â We have 6400's and they are hardly breathing, but our load could be way low compared to you. Â We have 1 production virtual server, 1 virtual server used for training classes, and one for special use. Â We do SSL offload for all them, caching and compression for all. Â We use a custom written iRules for persistence, pool selection, and string replacement using the stream function. Â Transaction rate is low normally. We may get into the hundreds per second every now and then. Â We avg. a fairly constant 20-30 new connections per second.
As for upgrading to 8900 and 10 gbps. Â Are you main users internal or external? Â If they are external, what is your connection to the end users? Â It makes no sense to have 10 Gbps to the servers if you are mainly used over the Internet and only have a 45 or 100 Mbps Internet link.
I like your idea behind the monitor, I think that is exactly what I need. Right now, I just have a ICMP monitor, but I know that's not good enough.
I think you're probably right about the load on the links and devices. I would have to have everyone simultaneously hit the f5 to really see a super drain on the system, and I don't foresee that happening at all. It's probably not going to ever saturate the links, and if it does, I can always trunk some links together and get more bandwidth that way.
Thanks so much for all your help with this, I have a lot of pressure on me to get these working, and if I don't, then it's going to cut my career here pretty short, I think. : \

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
The F5's are powerful boxes and for 90% of the environments are not that tough to learn. Â Our toughest issue was getting session persistence to work with directly WebSphere, we are not running IBM's plugin for a HTTP server.
I did not know TCL or anything about a F5, took me about a month or so to get code working. Â Of course a week after I got the code working somebody posted an iRule on DevCentral to do the same thing. Â The good part is my code was 98% the same. Â The 2% different was because their code assumed one application and one application pool and I had some debugging code that start logging info if I change a environment variable.
I have had no real training. Â We have had a couple consultants out for a day or two there, but its been read the manuals, search the knowledge base, and search DevCentral.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Networking
--
Questions
--
Followers
Top Experts
Networking is the process of connecting computing devices, peripherals and terminals together through a system that uses wiring, cabling or radio waves that enable their users to communicate, share information and interact over distances. Often associated are issues regarding operating systems, hardware and equipment, cloud and virtual networking, protocols, architecture, storage and management.