-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
AS7816-64X untagged VLAN issue #491
Comments
'show int status' is currently limited to only show 'trunk' if the port is member of vlan. it doesn't differentiate between 'tagged' or 'untagged'. It is challenging here if the port is 'untagged' in one vlan but 'tagged' in other vlans. Do you want to try to fix this? |
@titanlock
|
Here is the version:
To reproduce, try to setup a port to be untagged on an AS7816-64X and see if you can get traffic to go through that port on an external machine connected to it that is not tagged at all. |
@titanlock |
So we were able to find a workaround this issues, in the config_db.json file we had to remove the interface we wanted to be untagged from the BGP_NEIGHBOR and the INTERFACE sections of the file. After applying theses changes traffic was able to go through the ports as an untagged VLAN. Now this issue can technically be closed but this is still an issue in the code, I know there is an issue with the Broadcom platform right now from here: sonic-net/sonic-buildimage#3508. So I think there should be more attention to getting Broadcom fully functional again instead of using all of these workarounds. |
I am trying to setup my ports to be untagged VLANs but when I do this I am not able to get any traffic through the ports. If I do "show interface status" it shows that the port is "trunk".
This is true for either using a command to set the VLAN or from the config_db.json.
Here is what my VLAN config looks like:
"show vlan config"
Here is what "show interface status" shows:
I am expecting Ethernet0 to say untagged or something similar but it still says trunk. Not entirely sure what is wrong.
Also I know under "Oper" that it says down, this is not the reason for no traffic getting through this is a non production switch. The others are currently being used and I do not want to mess with them right now.
Thanks.
The text was updated successfully, but these errors were encountered: