• 2 Posts
  • 2 Comments
Joined 3 months ago
cake
Cake day: September 5th, 2025

help-circle

  • The topology looks like this:

           VIRTUAL           |        PHYSICAL
    -------------------------|------------------------- 
          1        2         3         4        5
    [VN] --- [LB] --- [VS] --|-- [P1] --- [P2] --- [PN] 
    

    Nodes: VN = virtual lab node LB = linux bridge (external connector) VS = VMWare vSwitch P1 = 1st physical switch P2 = 2nd physical switch PN = physical lab node

    Links:

    1: link between virtual lab node and linux bridge. Created and destroyed dynamically. I can’t control the settings of this link and connected interfaces. Virtual lab nodes are nested VMs running in QEMU.

    2: Link between the linux bridge and vSwitch. The linux bridge resides on the CML controller node, which is a VM in ESXi. This link must be a trunk.

    3 and 4: both trunks, one from vSwitch to 1st physical switch, the second between 1st physical switch and 2nd physical switch.

    5: End of the dot1q tunnel. Outer tag is stripped and inner traffic (tagged or not) is passed to the second lab node