[Arista]: Disable SA_EQUALS_DA trap on DNX LC SKUs (#17206)
This change was submitted directly to 202205 but it's also needed in master and 202305 with SAI9.x #13346 There has been a couple CSPs for this as well: CS00012273013 - [7.1][J2, J2c+] Disable SA Equals DA trap on DNX CS00012320965 - SAI9.2: iBGP doesn't work due to SA_EQUALS_DA trap If SA_EQUALS_DA trap is enabled iBGP won't work as the Ethernet-IB0 ports are expected to get packets with SA==DA. In the VOQ chassis design, for outgoing control plane packets, the packets goes the recycle port for routing, therefore the dmac of the packet should be the asic router mac. The source mac is assigned by the kernel, so it is also the asic router mac.
This commit is contained in:
parent
59dddb14d4
commit
865f33c62d
@ -861,3 +861,4 @@ dma_desc_aggregator_enable_specific_MDB_LPM.BCM8869X=1
|
||||
dma_desc_aggregator_enable_specific_MDB_FEC.BCM8869X=1
|
||||
sai_pfc_dlr_init_capability=0
|
||||
sai_default_cpu_tx_tc=7
|
||||
sai_disable_srcmacqedstmac_ctrl=1
|
||||
|
@ -1015,3 +1015,4 @@ xflow_macsec_secure_chan_to_num_secure_assoc_encrypt=2
|
||||
xflow_macsec_secure_chan_to_num_secure_assoc_decrypt=2
|
||||
sai_pfc_dlr_init_capability=0
|
||||
sai_default_cpu_tx_tc=7
|
||||
sai_disable_srcmacqedstmac_ctrl=1
|
||||
|
@ -1015,3 +1015,4 @@ xflow_macsec_secure_chan_to_num_secure_assoc_encrypt=2
|
||||
xflow_macsec_secure_chan_to_num_secure_assoc_decrypt=2
|
||||
sai_pfc_dlr_init_capability=0
|
||||
sai_default_cpu_tx_tc=7
|
||||
sai_disable_srcmacqedstmac_ctrl=1
|
||||
|
@ -1032,3 +1032,4 @@ xflow_macsec_secure_chan_to_num_secure_assoc_encrypt=2
|
||||
xflow_macsec_secure_chan_to_num_secure_assoc_decrypt=4
|
||||
sai_pfc_dlr_init_capability=0
|
||||
sai_default_cpu_tx_tc=7
|
||||
sai_disable_srcmacqedstmac_ctrl=1
|
||||
|
@ -1032,3 +1032,4 @@ xflow_macsec_secure_chan_to_num_secure_assoc_encrypt=2
|
||||
xflow_macsec_secure_chan_to_num_secure_assoc_decrypt=4
|
||||
sai_pfc_dlr_init_capability=0
|
||||
sai_default_cpu_tx_tc=7
|
||||
sai_disable_srcmacqedstmac_ctrl=1
|
||||
|
@ -1052,3 +1052,4 @@ xflow_macsec_secure_chan_to_num_secure_assoc_encrypt=2
|
||||
xflow_macsec_secure_chan_to_num_secure_assoc_decrypt=4
|
||||
sai_pfc_dlr_init_capability=0
|
||||
sai_default_cpu_tx_tc=7
|
||||
sai_disable_srcmacqedstmac_ctrl=1
|
||||
|
@ -1052,3 +1052,4 @@ xflow_macsec_secure_chan_to_num_secure_assoc_encrypt=2
|
||||
xflow_macsec_secure_chan_to_num_secure_assoc_decrypt=4
|
||||
sai_pfc_dlr_init_capability=0
|
||||
sai_default_cpu_tx_tc=7
|
||||
sai_disable_srcmacqedstmac_ctrl=1
|
||||
|
@ -340,3 +340,4 @@ sai_nbr_bcast_ifp_optimized
|
||||
sai_pfc_defaults_disable
|
||||
sai_optimized_mmu
|
||||
sai_default_cpu_tx_tc
|
||||
sai_disable_srcmacqedstmac_ctrl
|
||||
|
Loading…
Reference in New Issue
Block a user