Skip to content

Commit 766b15d

Browse files
ciju-juniperlguohan
authored andcommitted
[Juniper][QFX5210] Workaround for orchagent crash (#3458)
Orchagent is crashing on the latest SONiC images. Issue #458 is raised to track the problem. Dynamic port breakout commit 6f40933 introduced this regression. One of the recommendation that we received was to disable the loopback and mgmt ports in bcm config. It was helpful in fixing the issue but not the ideal solution. It works on qfx5210 as the loopback and management configurations are not applicable. While the orchagent crash is being debugged, we need this commit to fix the issue in qfx5210 platform. This patch can be reversed once the correct fix for the orchagent is identified. Signed-off-by: Ciju Rajan K <[email protected]>
1 parent d1fe216 commit 766b15d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

device/juniper/x86_64-juniper_qfx5210-r0/Juniper-QFX5210-64C/th2-qfx5210-64x100G.config.bcm

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ oversubscribe_mode=1
2929

3030
#add loopback port
3131
# port 33 is the first loopback port
32-
portmap_33=260:10
32+
# portmap_33=260:10
3333
# port 66 is the first management port
34-
portmap_66=257:10
34+
# portmap_66=257:10
3535
# port 67 is the second loopback port
36-
portmap_67=261:10
36+
# portmap_67=261:10
3737
# port 100 is the second management port
38-
portmap_100=259:10
38+
# portmap_100=259:10
3939
# port 101 is the third loopback port
40-
portmap_101=262:10
40+
# portmap_101=262:10
4141
# port 135 is the fourth loopback port
42-
portmap_135=263:10
42+
# portmap_135=263:10
4343

4444
#Port0
4545
#FC18

0 commit comments

Comments
 (0)