vlan划分方法
作者:互联网
vlan划分方法cisco
enable
configure terminal
vlan 10
exit
enable
configure terminal
interface fastEthernet [接口名]
switchport mode access
switchport access vlan 10
exit
在两台交换机之间trunk
enable
configure terminal
interface f0/1[交换机接口名]
switchport mode trunk
exit
标签:enable,configure,switchport,vlan,terminal,划分,exit,方法 来源: https://blog.csdn.net/qq_45593083/article/details/121577993