Virtual_EXOS MLAG and port-channel on eve-eng - supported on eve-eng?

Moderator: mike

Post Reply
mathewfer
Posts: 79
Joined: Wed May 10, 2017 12:11 pm
Contact:

Virtual_EXOS MLAG and port-channel on eve-eng - supported on eve-eng?

Post by mathewfer » Thu Aug 17, 2023 3:01 pm

Hi

Any one has got this Extreme vOS on eve-eng running MLAG and port-channel like what is tested below on GNS3?

Is this MLAG and sharing config supported on eve-eng?

EVE-NG version: 5.0.1-19 - Community version
QEMU version: 2.4.0

https://github.com/extremenetworks/Virt ... /README.md
https://community.extremenetworks.com/t ... 845/page/2

SW1:

Code: Select all

create vlan "Data"
configure vlan Data tag 51
create vlan "ISC"
configure vlan ISC tag 123
enable sharing 1 grouping 1-2 algorithm roundRobin-based lacp
enable sharing 3 grouping 3-4 algorithm roundRobin-based lacp
enable sharing 10 grouping 10 algorithm roundRobin-based lacp
configure vlan Data add ports 1,3,10 tagged
configure vlan ISC add ports 1 tagged
configure vlan ISC ipaddress 1.1.1.1 255.255.255.252

configure sharing 1 lacp timeout short
configure sharing 3 lacp timeout short
configure sharing 10 lacp timeout short

create mlag peer "Peer1"
configure mlag peer "Peer1" ipaddress 1.1.1.2 vr VR-Default
enable mlag port 3 peer "Peer1" id 3
enable mlag port 10 peer "Peer1" id 10
SW2:

Code: Select all

create vlan "Data"
configure vlan Data tag 51
create vlan "ISC"
configure vlan ISC tag 123
enable sharing 1 grouping 1-2 algorithm roundRobin-based lacp
enable sharing 3 grouping 3-4 algorithm roundRobin-based lacp
enable sharing 10 grouping 10 algorithm roundRobin-based lacp
configure vlan Data add ports 1,3,10 tagged
configure vlan ISC add ports 1 tagged
configure vlan ISC ipaddress 1.1.1.2 255.255.255.252

configure sharing 1 lacp timeout short
configure sharing 3 lacp timeout short
configure sharing 10 lacp timeout short

create mlag peer "Peer1"
configure mlag peer "Peer1" ipaddress 1.1.1.1 vr VR-Default
enable mlag port 3 peer "Peer1" id 3
enable mlag port 10 peer "Peer1" id 10

SW1 status:

Code: Select all

SW-47.8 # sho sharing
Load Sharing Monitor
Config    Current Agg     Min    Ld Share  Dist  Ld Share  Agg Link  Link Up
Master    Master  Control Active Algorithm Flags Group     Mbr State Transitions
================================================================================
     1      1     LACP       1    Unknown.. A     1         Y     A       1
                                  Unknown..       2         Y     A       1
     3            LACP       1    Unknown.. A     3         -     A       1
                                  Unknown..       4         -     A       1
    10     10     LACP       1    Unknown.. A     10        Y     A       1
================================================================================
Link State: A-Active, D-Disabled, R-Ready, NP-Port not present, L-Loopback
Minimum Active: (<) Group is down. # active links less than configured minimum
Load Sharing Algorithm: (L2) Layer 2 address based
                        (L3_L4) Layer 3 address and Layer 4 port based
Distribution Flags:
    A - All: Distribute to all members,
    L - Local Slot: Distribute to members local to ingress slot,
    P - Port Lists: Distribute to per-slot configurable subset of members,
    R - Resilient Hashing enabled.
Number of load sharing trunks: 3
SW-47.9 #
SW-47.9 # sho mlag peer
Multi-switch Link Aggregation Peers:

MLAG Peer         : Peer1
VLAN              : ISC                    Virtual Router    : VR-Default
Local IP Address  : 1.1.1.1                Peer IP Address   : 1.1.1.2
MLAG ports        : 2                      Tx-Interval       : 1000 ms
Checkpoint Status : Down                   Peer Tx-Interval  : 0 ms
Rx-Hellos         : 0                      Tx-Hellos         : 46807
Rx-Checkpoint Msgs: 0                      Tx-Checkpoint Msgs: 0
Rx-Hello Errors   : 0                      Tx-Hello Errors   : 442
Hello Timeouts    : 0                      Checkpoint Errors : 0
Up Time           : N/A                    Peer Conn.Failures: 0
Local MAC         : 50:00:00:2f:00:00      Peer MAC          : None
Config'd LACP MAC : None                   Current LACP MAC  : 50:00:00:2f:00:00
Authentication    : None

Alternate path information: None
SW-47.10 # sho mlag  port

                Local                                             Local   Remot
MLAG    Local   Link     Remote                           Peer    Fail    Fail
Id      Port    State    Link    Peer                     Status  Count   Count
===============================================================================
3       3       R        N/A     Peer1                    Down        2       0
10      10      A        N/A     Peer1                    Down        0       0
===============================================================================
Local Link State: A - Active, D - Disabled, R - Ready, NP - Port not present
Remote Link     : Up - One or more links are active on the remote switch,
                  Down - No links are active on the remote switch,
                  N/A - The peer has not communicated link state for this MLAG
                  port

Number of Multi-switch Link Aggregation Groups  : 2
Convergence control                             : Conserve Access Lists
SW-47.11 #

SW2 status:

Code: Select all

SW-48.2 # sho sharing
Load Sharing Monitor
Config    Current Agg     Min    Ld Share  Dist  Ld Share  Agg Link  Link Up
Master    Master  Control Active Algorithm Flags Group     Mbr State Transitions
================================================================================
     1      1     LACP       1    Unknown.. A     1         Y     A       1
                                  Unknown..       2         Y     A       1
     3            LACP       1    Unknown.. A     3         -     A       1
                                  Unknown..       4         -     A       1
    10     10     LACP       1    Unknown.. A     10        -     A       1
================================================================================
Link State: A-Active, D-Disabled, R-Ready, NP-Port not present, L-Loopback
Minimum Active: (<) Group is down. # active links less than configured minimum
Load Sharing Algorithm: (L2) Layer 2 address based
                        (L3_L4) Layer 3 address and Layer 4 port based
Distribution Flags:
    A - All: Distribute to all members,
    L - Local Slot: Distribute to members local to ingress slot,
    P - Port Lists: Distribute to per-slot configurable subset of members,
    R - Resilient Hashing enabled.
Number of load sharing trunks: 3
SW-48.3 # sho mlag peer
Multi-switch Link Aggregation Peers:

MLAG Peer         : Peer1
VLAN              : ISC                    Virtual Router    : VR-Default
Local IP Address  : 1.1.1.2                Peer IP Address   : 1.1.1.1
MLAG ports        : 2                      Tx-Interval       : 1000 ms
Checkpoint Status : Down                   Peer Tx-Interval  : 0 ms
Rx-Hellos         : 0                      Tx-Hellos         : 49779
Rx-Checkpoint Msgs: 0                      Tx-Checkpoint Msgs: 0
Rx-Hello Errors   : 0                      Tx-Hello Errors   : 927
Hello Timeouts    : 0                      Checkpoint Errors : 0
Up Time           : N/A                    Peer Conn.Failures: 0
Local MAC         : 50:00:00:30:00:00      Peer MAC          : None
Config'd LACP MAC : None                   Current LACP MAC  : 50:00:00:30:00:00
Authentication    : None

Alternate path information: None
SW-48.4 # sho mlag ports

                Local                                             Local   Remot
MLAG    Local   Link     Remote                           Peer    Fail    Fail
Id      Port    State    Link    Peer                     Status  Count   Count
===============================================================================
3       3       R        N/A     Peer1                    Down        2       0
10      10      R        N/A     Peer1                    Down        1       0
===============================================================================
Local Link State: A - Active, D - Disabled, R - Ready, NP - Port not present
Remote Link     : Up - One or more links are active on the remote switch,
                  Down - No links are active on the remote switch,
                  N/A - The peer has not communicated link state for this MLAG
                  port

Number of Multi-switch Link Aggregation Groups  : 2
Convergence control                             : Conserve Access Lists
SW-48.5 #

Thanks.

Post Reply