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