Skip to content

Commit 70d47ce

Browse files
ysmanmanmssonicbld
authored andcommitted
[chassis/arista]: Increase LAG Ids to 1024 (#10519)
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.
1 parent 8dbd012 commit 70d47ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device/arista/x86_64-arista_7800_sup/chassisdb.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ chassis_db_address=127.100.1.1
33
midplane_subnet=127.100.0.0/16
44

55
lag_id_start=1
6-
lag_id_end=128
6+
lag_id_end=1024

0 commit comments

Comments
 (0)