Skip to content

Commit 2280f38

Browse files
kenneth-aristayxieca
authored andcommitted
[Arista] Enable larger number of LAGs on 7800 LCs (#11070)
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.
1 parent 32fb4c7 commit 2280f38

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

device/arista/x86_64-arista_7800r3_48cq2_lc/Arista-7800R3-48CQ2-C48/jr2-a7280cr3-32d4-40x100G.config.bcm

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ system_headers_mode=1
66
suppress_unknown_prop_warnings=1
77
l4_protocols_load_balancing_enable=1
88
fabric_logical_port_base=512
9-
trunk_group_max_members=128
9+
trunk_group_max_members=16
1010
num_olp_tm_ports.BCM8869X=1
1111

1212
# nif

device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-C72/0/j2p-a7800r3a-36d-36x400G.config.bcm

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ pmf_sexem3_stage=IPMF2
2121
# Jericho2-mode (description 0x1 used for Jericho 2 mode)
2222
system_headers_mode=1
2323

24+
# HW mode to support 1024 16-member system wide LAGs
25+
trunk_group_max_members=16
26+
2427
# Disable link-training
2528
port_init_cl72=0
2629

device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-C72/1/j2p-a7800r3a-36d-36x400G.config.bcm

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ pmf_sexem3_stage=IPMF2
2121
# Jericho2-mode (description 0x1 used for Jericho 2 mode)
2222
system_headers_mode=1
2323

24+
# HW mode to support 1024 16-member system wide LAGs
25+
trunk_group_max_members=16
26+
2427
# Disable link-training
2528
port_init_cl72=0
2629

0 commit comments

Comments
 (0)