Forum Discussion
hc_andy_35682
Nimbostratus
Feb 28, 2010Can you set Mutiple Networks for a Forwarding VIP?
Hi All,
Using Big-IP LTM 6900 ver 10.1.0 here.
Is it possible to set up multiple networks for a forwarding VIP.
For example we have three networks on Vlan ...
JRahm
Admin
Mar 01, 2010You can just have a forwarder for each:
virtual INSIDE_VLAN71a {
ip forward
destination 172.16.72.0:any
mask 255.255.254.0
vlans Vlan_80 enable
}
virtual INSIDE_VLAN71b {
ip forward
destination 172.16.74.0:any
mask 255.255.255.0
vlans Vlan_80 enable
}
If there is no route locally defined for 172.16.75.0/24 that should go elsewhere, you could also just summarize 172.16.72.0/22 as a single virtual, though this is less accurate and could cause problems for you down the road. It's an option though. Adding the virtual simply "allows" the traffic through, the routing for said destinations needs to be present for packets to flow.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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