You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: