Skip to content

Commit

Permalink
[Arista] Enable larger number of LAGs on 7800 LCs (#11070)
Browse files Browse the repository at this point in the history
For 7800 LCs, set LAG mode to support 1024 number of 16-member system
LAGs.

Why I did it
The SOC property changes are necessary to match #10519 which increases the number of system LAG IDs to 1024.

Description for the changelog
For 7800 LCs, set LAG mode to support 1024 number of 16-member system
LAGs.
  • Loading branch information
kenneth-arista authored Jul 6, 2022
1 parent 46fc6b5 commit a4b9838
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ system_headers_mode=1
suppress_unknown_prop_warnings=1
l4_protocols_load_balancing_enable=1
fabric_logical_port_base=512
trunk_group_max_members=128
trunk_group_max_members=16
num_olp_tm_ports.BCM8869X=1

# nif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ pmf_sexem3_stage=IPMF2
# Jericho2-mode (description 0x1 used for Jericho 2 mode)
system_headers_mode=1

# HW mode to support 1024 16-member system wide LAGs
trunk_group_max_members=16

# Disable link-training
port_init_cl72=0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ pmf_sexem3_stage=IPMF2
# Jericho2-mode (description 0x1 used for Jericho 2 mode)
system_headers_mode=1

# HW mode to support 1024 16-member system wide LAGs
trunk_group_max_members=16

# Disable link-training
port_init_cl72=0

Expand Down

0 comments on commit a4b9838

Please sign in to comment.