網(wǎng)管交換機(jī)和非網(wǎng)管交換機(jī)的區(qū)別?(網(wǎng)管與非網(wǎng)管交換機(jī))
2024-04-03
更新時(shí)間:2024-04-03 00:18:28作者:未知
Switch(config-if)#switchport mode trunk
Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode.
應(yīng)該是
Switch(config-if)#switchport trunk encapsulation dot1q
Switch(config-if)#switchport mode trunk
先配置封裝,再設(shè)置trunk