Open vSwitch

  1. Create instance one

    • Assign Floating IP

  2. Create instance two

    • Assign Floating IP

  3. 2

stack@workstation:~$ sudo ovs-vsctl show
1716aa40-cfbf-40d1-84f4-b54f413c956f
    Manager "ptcp:6640:127.0.0.1"
        is_connected: true
    Bridge br-ex
        Controller "tcp:127.0.0.1:6633"
            is_connected: true
        fail_mode: secure
        Port phy-br-ex
            Interface phy-br-ex
                type: patch
                options: {peer=int-br-ex}
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-tun
        Controller "tcp:127.0.0.1:6633"
            is_connected: true
        fail_mode: secure
        Port patch-int
            Interface patch-int
                type: patch
                options: {peer=patch-tun}
        Port br-tun
            Interface br-tun
                type: internal
    Bridge br-int
        Controller "tcp:127.0.0.1:6633"
            is_connected: true
        fail_mode: secure
        Port "tap5c877dda-8c"
            tag: 3
            Interface "tap5c877dda-8c"
                type: internal
        Port br-int
            Interface br-int
                type: internal
        Port "qg-87472836-0e"
            tag: 2
            Interface "qg-87472836-0e"
                type: internal
        Port int-br-ex
            Interface int-br-ex
                type: patch
                options: {peer=phy-br-ex}
        Port "qr-1bad49fd-d9"
            tag: 1
            Interface "qr-1bad49fd-d9"
                type: internal
        Port "tapd0f0eaf4-be"
            tag: 1
            Interface "tapd0f0eaf4-be"
                type: internal
        Port patch-tun
            Interface patch-tun
                type: patch
                options: {peer=patch-int}
        Port "qr-846cb383-16"
            tag: 1
            Interface "qr-846cb383-16"
                type: internal
    ovs_version: "2.8.1"
stack@workstation:~$

Last updated