Forum Discussion
Martyfish
Nimbostratus
Aug 15, 2025Inter Vlan Routing
Hopefully someone can shed some light on a vlan routing issue I am having. I have two internal vlans: vlan 4094 and Vlan 40. Both are going to my internal interface 11.0. 4094 is untagged and 40 i...
Aug 16, 2025
Hello Martyfish
To serve Vlan 40 have F5 as Default Gateway I suppose you also have a Forwarding VS for Vlan 40.
So in this VS you could apply an irule droping traffic form Server1 to Server2
for example
when CLIENT_ACCEPTED {
set src [IP::client_addr]
set dst [IP::server_addr]
# Block traffic from 10.10.41.50 to 10.10.10.50
if { ([IP::addr $src equals 10.10.41.50] and [IP::addr $dst equals 10.10.10.50]) } {
log local0. "Blocking $src -> $dst"
reject
}
}
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