cancel
Showing results for 
Search instead for 
Did you mean: 

balancing link

balancing link

Felipe
New Contributor
Good afternoon,In a client must perform a link balancing between two locations. The interlinking between them, atualemente, is performed through radio (Radwin), however the client requests to be balanced (50% and 50%) the traffic with an optical fiber. The port is gigabit and Fibre is 100.
What would be the best possible way?
LACP L2?
Model: X440-24t
View: 15.2.1.5

Thank you
24 REPLIES 24

Henrique
Extreme Employee
Hi Felipe,

The configuration for alternate path should be as follows:

Sede:

create vlan ISC2 tag 20
config ISC2 add ports 1 tagged
config ISC2 ipaddress 1.1.1.1/30
configure mlag peer alternate ipaddress 1.1.1.2 vr vr-default

Garagem:

create vlan ISC2 tag 20
config ISC2 add ports 1 tagged
config ISC2 ipaddress 1.1.1.2/30
configure mlag peer alternate ipaddress 1.1.1.1 vr vr-default

Extreme Morro Cristo:

create vlan ISC2 tag 20
config ISC2 add ports 1 tagged

Since the alternate path will cross 2 ports of the same LAG (through "Extreme Morro Cristo" switch), I'm not sure if that works. You can ping 1.1.1.2 from Sede switch and confirm if the communication is working.

Felipe
New Contributor
Hi Henrique,
Thank you for the tip!

Performed a lab on the item that you sent me and is working, however I have some questions:

Station occurring losses of packages, about 20x1.

This architecture is redundancy or balancing? How to check the traffic on each side of the network?

Felipe
New Contributor
Hi Henrique,

See if this right. It would be just that?
For not work.

__________________________________________________________________

Extreme Sede.10 # show vlan "isc2"
VLAN Interface with name isc2 created by user
Admin State: Enabled Tagging: 802.1Q Tag 20
Description: None
Virtual router: VR-Default
IPv4 Forwarding: Disabled
IPv4 MC Forwarding: Disabled
Primary IP: 1.1.1.1/30
IPv6 Forwarding: Disabled
IPv6 MC Forwarding: Disabled
IPv6: None
STPD: None
Protocol: Match all unfiltered protocols
Loopback: Disabled
NetLogin: Disabled
OpenFlow: Disabled
QosProfile: None configured
Egress Rate Limit Designated Port: None configured
Flood Rate Limit QosProfile: None configured
Ports: 1. (Number of active ports=1)
Tag: *1(SEDE_MC)G
Flags: (*) Active, (!) Disabled, (g) Load Sharing port
(b) Port blocked on the vlan, (m) Mac-Based port
(a) Egress traffic allowed for NetLogin
(u) Egress traffic unallowed for NetLogin
(t) Translate VLAN tag for Private-VLAN
(s) Private-VLAN System Port, (L) Loopback port
(e) Private-VLAN End Point Port
(x) VMAN Tag Translated port
(G) Multi-switch LAG Group port
(H) Dynamically added by MVRP
(U) Dynamically added uplink port
(V) Dynamically added by VM Tracking
__________________________________________________________________

Extreme Garagem.14 # show vlan "isc2"

VLAN Interface with name isc2 created by user
Admin State: Enabled Tagging: 802.1Q Tag 20
Description: None
Virtual router: VR-Default
IPv4 Forwarding: Disabled
IPv4 MC Forwarding: Disabled
Primary IP: 1.1.1.2/30
IPv6 Forwarding: Disabled
IPv6 MC Forwarding: Disabled
IPv6: None
STPD: None
Protocol: Match all unfiltered protocols
Loopback: Disabled
NetLogin: Disabled
OpenFlow: Disabled
QosProfile: None configured
Egress Rate Limit Designated Port: None configured
Flood Rate Limit QosProfile: None configured
Ports: 1. (Number of active ports=1)
Tag: *1(Garagem_MC)G
Flags: (*) Active, (!) Disabled, (g) Load Sharing port
(b) Port blocked on the vlan, (m) Mac-Based port
(a) Egress traffic allowed for NetLogin
(u) Egress traffic unallowed for NetLogin
(t) Translate VLAN tag for Private-VLAN
(s) Private-VLAN System Port, (L) Loopback port
(e) Private-VLAN End Point Port
(x) VMAN Tag Translated port
(G) Multi-switch LAG Group port
(H) Dynamically added by MVRP
(U) Dynamically added uplink port
(V) Dynamically added by VM Tracking

__________________________________________________________________

Extreme Morro Cristo.6 # show vlan "isc2"

VLAN Interface with name isc2 created by user
Admin State: Enabled Tagging: 802.1Q Tag 20
Description: None
Virtual router: VR-Default
IPv4 Forwarding: Disabled
IPv4 MC Forwarding: Disabled
IPv6 Forwarding: Disabled
IPv6 MC Forwarding: Disabled
IPv6: None
STPD: None
Protocol: Match all unfiltered protocols
Loopback: Disabled
NetLogin: Disabled
OpenFlow: Disabled
TRILL: Disabled
QosProfile: None configured
Egress Rate Limit Designated Port: None configured
Flood Rate Limit QosProfile: None configured
Ports: 1. (Number of active ports=1)
Tag: *1g
Flags: (*) Active, (!) Disabled, (g) Load Sharing port
(b) Port blocked on the vlan, (m) Mac-Based port
(a) Egress traffic allowed for NetLogin
(u) Egress traffic unallowed for NetLogin
(t) Translate VLAN tag for Private-VLAN
(s) Private-VLAN System Port, (L) Loopback port
(x) VMAN Tag Translated port
(G) Multi-switch LAG Group port
(H) Dynamically added by MVRP
(D) TRILL Designated, (A) TRILL Appointed Forwarder
(I) Dynamically added by IDM
(U) Dynamically added uplink port
(V) Dynamically added by VM Tracking

Henrique
Extreme Employee
Hi Felipe,

It's not a new MLAG peer. It's a 2nd health-check ISC vlan/ip.

Is case of a link fail between MLAG peers (Sede and Garagem), a 2nd health-check ISC vlan/ip (let's say "ISC2" vlan) will be used to check and assure both peers can still communicate and sync FDB tables till the main ISC link is restored.

This ISC2 vlan would be using the physical link through "Extreme Morro Cristo" switch as follows:

- Sede port 1 (ip 1.1.1.1/30)
- Garagem port 1 (ip 1.1.1.2/30)
- Extreme Morro Cristo ports 1 and 2 (no ipaddress)

Therefore no additional physical link is needed.

Usually this solution uses the "Mgmt" vlan as the 2nd path (new physical link is needed).

However, I believe that the above configuration might help.

That should be validated first.

Felipe
New Contributor
New MLAG peer? As will be held this check?
GTM-P2G8KFN