Alcatel 6850 802.3ad LACP to Proxmox poor speed

Post Reply
dasSolli
Member
Posts: 6
Joined: 08 Jun 2021 08:09

Alcatel 6850 802.3ad LACP to Proxmox poor speed

Post by dasSolli »

Hello All,

Setup and Problem:

2x Proxmox Hosts 4x rj45 Speed 320mb/s without switch and speed with switch 36-60mb/s (Alcatel 6850e)
I have test it with a hp switch from my friend and it wörks speed 280mb/s with switch.

Host config:

Server= Dell R720
System= Proxmox 6.4
Net-Config= LACP 802.3ad Layer 3+4

I don't kann have the HP switch so i must config my Alcatel 6850e for this setup.
I have used the Switch manual for dynamic link aggregation.
Now i have set it up on vlan 1 untagged only for testing but the speed is poor 36-60mb/s.
Have anybody a guide for this switch i need 2x lacp 802.3ad with 4x ports on vlan 100 and 200 with tag.

Sorry my first Alcatel switch

language english and german

Thx for your answer
dasSolli
Member
Posts: 6
Joined: 08 Jun 2021 08:09

Re: Alcatel 6850 802.3ad LACP to Proxmox poor speed

Post by dasSolli »

The problem still exists.

Can anybody help or make a good guide to make this working correctly.

For what:
1x Increase the speed and redundancy.
2x Have fun on understand how things work.

Thx for your answer

Proxmox Config:

auto lo
iface lo inet loopback

auto eno1
iface eno1 inet manual

auto eno2
iface eno2 inet manual

auto eno3
iface eno3 inet manual

auto eno4
iface eno4 inet manual

iface enp4s0 inet manual

auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2 eno3 eno4
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4

iface bond0.100 inet manual

iface bond0.200 inet manual

auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.xxx/24
gateway xxx.xxx.xxx.xxx
bridge-ports enp4s0
bridge-stp off
bridge-fd 0

auto vmbr1
iface vmbr1 inet manual
bridge-ports bond0.100
bridge-stp off
bridge-fd 0

auto vmbr2
iface vmbr1 inet manual
bridge-ports bond0.200
bridge-stp off
bridge-fd 0

Switch:

-> show linkagg

Min
Number Aggregate SNMP Id Size Size Admin State Oper State Att/Sel Ports
-------+-------------+---------+----+----+------------+--------------+-------------
1 Dynamic 40000001 4 1 ENABLED UP 4 4
2 Dynamic 40000002 4 1 ENABLED UP 4 4

-> show linkagg port

Slot/Port Aggregate SNMP Id Status Agg Oper Link Prim Standby
---------+----------+-------+----------+----+----+----+----+-------
1/13 Dynamic 1013 ATTACHED 1 UP UP YES NO
1/14 Dynamic 1014 ATTACHED 1 UP UP NO NO
1/15 Dynamic 1015 ATTACHED 1 UP UP NO NO
1/16 Dynamic 1016 ATTACHED 1 UP UP NO NO
1/17 Dynamic 1017 ATTACHED 2 UP UP YES NO
1/18 Dynamic 1018 ATTACHED 2 UP UP NO NO
1/19 Dynamic 1019 ATTACHED 2 UP UP NO NO
1/20 Dynamic 1020 ATTACHED 2 UP UP NO NO

-> show linkagg range

LAG Operational Configured
Min Max Min Max
--------------------+--------+--------+--------------+-------------
Local 0 32 0 32
Peer 0 32 0 32
Multi-Chassis 0 32 0 32


-> show linkagg port 1/13

Dynamic Aggregable Port
SNMP Id : 1013,
Slot/Port : 1/13,
Administrative State : ENABLED,
Operational State : UP,
Port State : ATTACHED,
Link State : UP,
Selected Agg Number : 1,
Port position in the aggregate: 1,
Primary port : YES
LACP
Actor System Priority : 0,
Actor System Id : [xx:xx:xx:xx:xx:xx],
Actor Admin Key : 1,
Actor Oper Key : 1,
Partner Admin System Priority : 0,
Partner Oper System Priority : 65535,
Partner Admin System Id : [00:00:00:00:00:00],
Partner Oper System Id : [xx:xx:xx:xx:xx:xx],
Partner Admin Key : 1,
Partner Oper Key : 9,
Attached Agg Id : 0,
Actor Port : 12,
Actor Port Priority : 0,
Partner Admin Port : 0,
Partner Oper Port : 1,
Partner Admin Port Priority : 0,
Partner Oper Port Priority : 255,
Actor Admin State : act1.tim1.agg1.syn0.col0.dis0.def1.exp0,
Actor Oper State : act1.tim1.agg1.syn1.col1.dis1.def0.exp0,
Partner Admin State : act0.tim0.agg1.syn0.col1.dis1.def1.exp0,
Partner Oper State : act1.tim0.agg1.syn1.col1.dis1.def0.exp0,
Standby State : DISABLED

-> show linkagg port 1/14

Dynamic Aggregable Port
SNMP Id : 1014,
Slot/Port : 1/14,
Administrative State : ENABLED,
Operational State : UP,
Port State : ATTACHED,
Link State : UP,
Selected Agg Number : 1,
Port position in the aggregate: 2,
Primary port : NO
LACP
Actor System Priority : 0,
Actor System Id : [xx:xx:xx:xx:xx:xx],
Actor Admin Key : 1,
Actor Oper Key : 1,
Partner Admin System Priority : 0,
Partner Oper System Priority : 65535,
Partner Admin System Id : [00:00:00:00:00:00],
Partner Oper System Id : [xx:xx:xx:xx:xx:xx],
Partner Admin Key : 1,
Partner Oper Key : 9,
Attached Agg Id : 0,
Actor Port : 13,
Actor Port Priority : 0,
Partner Admin Port : 0,
Partner Oper Port : 2,
Partner Admin Port Priority : 0,
Partner Oper Port Priority : 255,
Actor Admin State : act1.tim1.agg1.syn0.col0.dis0.def1.exp0,
Actor Oper State : act1.tim1.agg1.syn1.col1.dis1.def0.exp0,
Partner Admin State : act0.tim0.agg1.syn0.col1.dis1.def1.exp0,
Partner Oper State : act1.tim0.agg1.syn1.col1.dis1.def0.exp0,
Standby State : DISABLED
dasSolli
Member
Posts: 6
Joined: 08 Jun 2021 08:09

Re: Alcatel 6850 802.3ad LACP to Proxmox poor speed

Post by dasSolli »

Lol 400 Views and nobody answer did you need more info?
dasSolli
Member
Posts: 6
Joined: 08 Jun 2021 08:09

Re: Alcatel 6850 802.3ad LACP to Proxmox poor speed

Post by dasSolli »

The problem still exists.

Did nobody know how this working correctly?
Post Reply

Return to “OmniSwitch 6850 / 6850E”