Forum Discussion

Daniel_04_14824's avatar
Daniel_04_14824
Icon for Nimbostratus rankNimbostratus
Mar 24, 2014

F5 Vlan enquiry

Hi,

 

I came across a config in the F5 as below:

 

Active F5:

 

self 192.168.10.2 { netmask 255.255.255.0 vlan Server_VLAN allow default

 

vlan Server_VLAN { tag 4094

 

self 192.168.10.1 { netmask 255.255.255.0 unit 1 floating enable vlan Server_VLAN allow default

 

Standby F5

 

self 192.168.10.3 { netmask 255.255.255.0 vlan Server_VLAN allow default

 

vlan Server_VLAN { tag 4094

 

self 192.168.10.1 { netmask 255.255.255.0 unit 1 floating enable vlan Server_VLAN allow default

 

I noticed there are no port associated with the tag 4094. Can we consider this as functional IP & Vlan? Thanks.

 

rgds.

 

2 Replies

  • Jana's avatar
    Jana
    Icon for Altostratus rankAltostratus

    The vlan definition (object) should have an interface associated, for it to be functional.

     

    E.g. vlan Server_VLAN { tag 4094 interfaces 1.2}

     

  • Is this on a vCMP guest? The config on the Guests does not include the interfaces - they are defined on the VIPRION Host instead (in v11.4.1 anyway).