Enable Dx010 LPM (#12642)
Why I did it DX010 platform has limited routing table size. How I did it Enabling LPM. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
This commit is contained in:
parent
aaea93ce2d
commit
0d26dcb785
@ -14,6 +14,7 @@ l2xmsg_mode=1
|
||||
l2_mem_entries=8192
|
||||
l3_mem_entries=8192
|
||||
l3_alpm_enable=2
|
||||
lpm_scaling_enable=0
|
||||
ipv6_lpm_128b_enable=1
|
||||
mmu_lossless=0
|
||||
|
||||
|
@ -14,6 +14,7 @@ l2xmsg_mode=1
|
||||
l2_mem_entries=8192
|
||||
l3_mem_entries=8192
|
||||
l3_alpm_enable=2
|
||||
lpm_scaling_enable=0
|
||||
ipv6_lpm_128b_enable=1
|
||||
mmu_lossless=0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# disables bcmALPMDH (ALPM distributed hitbit) thread. This thread is purely for debug purpose
|
||||
# disables bcmALPMDH (ALPM distributed hitbit) thread. This thread is purely for debug purpose
|
||||
l3_alpm_hit_skip=1
|
||||
|
||||
# Disable Counting ACL Drop towards interface RX_DRP counter
|
||||
@ -12,6 +12,9 @@ phy_ext_rom_boot=0
|
||||
fpem_mem_entries=32768
|
||||
l2xmsg_mode=1
|
||||
oversubscribe_mode=1
|
||||
l3_alpm_enable=2
|
||||
lpm_scaling_enable=0
|
||||
ipv6_lpm_128b_enable=1
|
||||
pbmp_xport_xe=0xcccc44cc33113333044cccccc66666622
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user