标签:接口 fas 模式 目的 端口 mode 通信 选择 eth
一.trunk的作用二.Trunk的配置
1、进入接口模式
switch(config)#interface FastEthernet
2.选择封装类型
switch(config -if)#switch trunk encapsulation dot1q
3.配置端口为Trunk
switch(config -if)#switchport mode trunk
三.实验环境如下
实验目的:实验要做到PC1和PC2能互通,PC3和PC4能互通,PC5和PC6能互通,其他的PC 不能互通。
1.分别给六台PC配置好IP地址
2.把交换机SW1和交换机SW2 f1/0、f1/1、f1/2的端口分别设置为 vlan1 vlan2 vlan3
SW1交换机f1/1端口vlan设置
SW1的f1/2端口 vlan设置
SW2的f1/1端口 vlan设置
SW2的f1/2端口vlan设置
**3.SW1和SW2 f1/2端口设置为trunk**
三。配置完毕测试
标签:接口 fas 模式 目的 端口 mode 通信 选择 eth
原文地址:https://blog.51cto.com/14449563/2427577