-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TD4] svi tagged member is unable to ping peer #21879
Comments
Issue Analysis
Then, use the following command to view the chip's L2 station table. You will see that the current community SAI handles the TD4 chip by creating an L2 station table entry with a VFI field of 0x3e3 (995) and a VLAN field of 0 when creating SVI port 995. However, due to the characteristics of the TD4 chip, in the current default underlay mode, the TD4 chip indexes the L2 station table entry using the "MAC" field + "VLAN" field for tagged packets. Temporary Solution Step 2:Use this sysmac to add an L2 station table entry with an index of VLAN 995 to the chip through the SDK command Step 3:l2 station show again to confirm the successful issuance of the L2 station table entry. Step 4 (Optional):When you delete the SVI port, you also need to delete the manually added L2 station table entry; otherwise, this entry will continue to occupy an L2 station capacity until reboot or reload; Deleting this l2 station entry need to specify the SID of the entry, which can be viewed using the "l2 station show" command from the step 3. |
@adyeung please take a look at this issue, thanks! |
@philo-micas please file CSP for SAI issue |
1.Description
Broadcom platform TD4 chip (BCM56780_A0), the svi port's tagged member is unable to ping peer.
topo
2.Steps to reproduce
TD4 Device Configuration
TH4 Device Configuration
3.Observed behavior
1)
TD4 Device pings TH4 Device:
On the TH4 device, using the tcpdump command, ICMP reply packets are observed:
But the TD4 device's ping has no response:
root@sonic:/home/admin# ping 104.0.0.2 PING 104.0.0.2 (104.0.0.2) 56(84) bytes of data. ^C --- 104.0.0.2 ping statistics --- 44 packets transmitted, 0 received, 100% packet loss, time 43975ms
2)
TH4 Device pings TD4 Device:
On the TD4 device, using the tcpdump command, no ICMP packets are observed:
And the TH4 device's ping has no response too.
4.Expect behavior
When the TD4 device pings the TH4 device, the following expected behavior should be observed:
In fact, after manually installing an L2 station entry with VLAN field 10 on the TD4 device, the expected behavior can be observed.
5.Output of show version
SONiC Software Version: SONiC.master.782655-f8215d553
The text was updated successfully, but these errors were encountered: