从cisco设备界面清除“ no switchport”命令

问题描述

如何从cisco设备界面清除“无切换端口”命令?

解决方法

只需进入接口模式并编写“ switchport”。

示例:

conf t
interface Gi1/0/15
switchport
end
wr