[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.
This commit is contained in:
parent
22b4aac432
commit
48ed53cbf2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user