Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Enter L2/L3 operation mode, using the cli command at the Linux shell.

    Code Block
    admin@LEAF-A$ cli
    Synchronizing configuration...OK.
    Pica8 PicOS Version 2.6
    Welcome to PicOS L2/L3 on LEAF-A
    admin@LEAF-A>


  2. Enter configuration mode, using the configure command in the operation mode.

    Code Block
    admin@LEAF-A> configure
    Entering configuration mode.
    There are no other users in configuration mode.
    admin@LEAF-A#


  3. Enable CrossFlow mode, using the set xovs enable true command in configuration mode. Commit the changes, and exit the configuration mode. Then, exit the operation mode.

    Code Block
    admin@LEAF-A# set xovs enable true
    admin@LEAF-A# commit
    Commit OK.
    Save done.
    admin@LEAF-A# exit
    admin@LEAF-A> exit
    admin@LEAF-A$


  4. Verify that both L2/L3 and OVS modes are active using the /etc/init.d/picos status sudo picos-status command at the Linux shell.

    Code Block
    admin@LEAF-A:~$ sudo picos-status
    **********************************************************************
          The setting of PICOS mode in picos_start.conf is Crossflow.
    **********************************************************************
    PICOS is Running!
    Xorplus is Running!
    OVS is Running!
    **********************************************************************


  5. User can now run the OVS mode commands from the Linux shell.

    Code Block
    admin@LEAF-A$ovs-vsctl show
    e8e63632-d96b-409a-89c3-95bb4ef61f46
        Bridge "ECODE3"
            Controller "tcp:65.19.141.118:6633"
                is_connected: true
            Port "ge-1/1/1"
                Interface "ge-1/1/1"
                    type: "pica8"
            Port "ECODE3"
                Interface "ECODE3"
                    type: internal
            Port "ge-1/1/47"
                Interface "ge-1/1/47"
                    type: "pica8"
            Port "ge-1/1/48"
                Interface "ge-1/1/48"
                    type: "pica8"
            Port "ge-1/1/2"
                Interface "ge-1/1/2"
                    type: "pica8"