在3550 EI 上想把一个端口配成TRUNK时提示"Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode"
解决方法:
一、设置encapsulation模式:如ISL或者是802.1Q
switchport trunk encapsulation ISL或dot1q
二、配置TRUNK
switchport mode trunk
转载于:https://blog.51cto.com/520mm/322007