Skip to content

Commit 7ddbec8

Browse files
kenneth-aristaskbarista
authored andcommitted
[Arista] Enable larger number of LAGs on 7800 LCs (sonic-net#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 sonic-net#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 a04034c commit 7ddbec8

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
@@ -7,7 +7,7 @@ system_headers_mode=1
77
suppress_unknown_prop_warnings=1
88
l4_protocols_load_balancing_enable=1
99
fabric_logical_port_base=512
10-
trunk_group_max_members=128
10+
trunk_group_max_members=16
1111
num_olp_tm_ports.BCM8869X=1
1212

1313
# 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
@@ -22,6 +22,9 @@ pmf_sexem3_stage=IPMF2
2222
# Jericho2-mode (description 0x1 used for Jericho 2 mode)
2323
system_headers_mode=1
2424

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

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)