Skip to content

Commit

Permalink
[chassis/arista]: Increase LAG Ids to 1024 (#10519)
Browse files Browse the repository at this point in the history
Why I did it
Today at most 128 LAGs are supported. This is not sufficient if there are many LAGs with just few ports.

How I did it
Increase LAG Ids to 1024 for DNX device.
  • Loading branch information
ysmanman authored Apr 27, 2023
1 parent 22b4aac commit 48ed53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/arista/x86_64-arista_7800_sup/chassisdb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ chassis_db_address=127.100.1.1
midplane_subnet=127.100.0.0/16

lag_id_start=1
lag_id_end=128
lag_id_end=1024

0 comments on commit 48ed53c

Please sign in to comment.