Forum Discussion

Danny_Arroyo's avatar
Mar 30, 2020

Adding vlan and selfip to F5 LTM in HA

We have 2 F5 LTM i2600 series physical devices running v13.1.3.2. We have an internal and external vlan. We now need to add an additional vlan for our internal Web servers. Lets call it WebVLAN

 

My question has to do with the fact that we currently have a route added to the F5 for the subnet where these Web Servers live. I would like to know the proper way to switch this subnet from a static route to a VLAN with a corresponding self ip, without any downtime.

 

From my understanding the steps are:

  1. Create a Vlan.
  2. Tag it to the proper Interface
  3. Specify the action as "failover"
  4. Create a unique SelfIP on each node and a Floating HA ip
  5. Save. Will there be an issue at this point??
  6. Remove the existing static route for this specific Vlan

 

I am not sure however of the order or If I have missed anything.

 

Any advice is appreciated.

4 Replies

  • You don't actually need to worry about that - if you add the self-IP then that route will take precedence.

    So the actions are:

    1. Create VLAN
    2. Create self-IP on VLAN
    3. Remove static route
  • Pete,

     

    Thanks for the response. Thats good to hear.

     

    Additionally, for the self ips. This is an HA pair, so I have to create a self ip on each node, then add the HA for the self-ip on each node, correct. Or do I create the HA selfip config on the active node and it gets synced to the standby node?

  • yes - a self-ip in traffic-group-local-only for each peer, plus one in traffic-group-1 which is floating. The floating self-ip will be the gateway for the servers.