Skip to content
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

"show interfaces status" always shows port as trunk port #3787

Open
cshivashgit opened this issue Feb 27, 2025 · 0 comments · May be fixed by #3788
Open

"show interfaces status" always shows port as trunk port #3787

cshivashgit opened this issue Feb 27, 2025 · 0 comments · May be fixed by #3788

Comments

@cshivashgit
Copy link

show interface status always shows L2 port as trunk port even if port is configured as Access port via “config switchport mode access xxx”

Below is the output which shows Ethernet0 is configured as an Access port but the show interface status shows Ethernet0 as trunk.

root@sonic:~# config switchport mode access Ethernet0
Ethernet0 switched to access mode

root@sonic:~# show interfaces switchport status | grep Ethernet0
Ethernet0    access

root@sonic:~#
root@sonic:~# show interfaces status | grep Ethernet0
  Ethernet0  2304,2305,2306,2307     100G   9100    N/A     etp0   trunk      up       up  QSFP28 or later         N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant