Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

F5 SSLO topology lookup

MostafaSamir
Nimbostratus
Nimbostratus

Hello all

I have SSL orchestrator that's configured with many topologies, and it's real hard when issue comes up with a specific traffic flow to match it to the correct topology to reveiw the settings for that topology. Is there a way to do somesort of matching lookup where I put the src, dst addresses and vlans and it gives me the matching topology ?

1 REPLY 1

Lucas_Thompson
F5 Employee
F5 Employee

I'm not aware of any built-in solutions to query BIG-IP with this information and obtain an answer. You could list out the virtual servers programatically with TMSH (tmsh list ltm virtual one-line all-properties) and write some script to match the source/destination/port/vlan using the rules defined here:

https://my.f5.com/manage/s/article/K14800

For SSLO, all the virtual servers for the topologies that accept input traffic will have an "In-t4" designation, you can read about this here:

https://clouddocs.f5.com/sslo-troubleshooting-guide/architecture.html#sslo-topologies-vs-ltm-virtual...