Forum Discussion
mali77_57143
Feb 28, 2013Nimbostratus
F5 LTM creating VLANs etc
I have a VLAN SVI (VLAN5) on our cores. I created another VLAN (VLAN6) in the database which will be the virtual servers for VLAN5.
So basically users can hit the IP from VLAN6 which then will ...
mali77_57143
Mar 07, 2013Nimbostratus
Posted By nitass on 03/07/2013 03:21 PM
can you post the virtual server configuration and routing to server?
tmsh list ltm virtual (name)
tmsh list ltm pool (name)
tmsh list net route (server ip/subnet)
ltm virtual 10.1.6.11 {
destination 10.1.6.11:any
ip-protocol tcp
mask 255.255.255.255
pool VMWare_ViewPool
profiles {
tcp { }
}
translate-port disabled
vlans-disabled
}
-----------------------------------------------------------------------------------------
ltm pool VMWare_ViewPool {
load-balancing-mode least-connections-member
members {
10.1.5.233:https {
address 10.1.5.233
session monitor-enabled
state up
}
10.1.5.252:https {
address 10.1.5.252
session monitor-enabled
state up
}
}
monitor https
}
---------------------------------------------------------------------------------------------
net route 10.1.5.233 {
gw 10.1.25.1
network 10.1.5.233/32
}
net route 10.1.5.252 {
gw 10.1.25.1
network 10.1.5.252/32
}
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