【实验设备】
2960 (2台),PC(3台)
【实验步骤】(设置PC0的IP为192.168.0.17,PC1的IP为192.168.0.18,PC2的IP为
192.168.0.19)
步骤1. 在交换机Switch2上创建VLAN 02 VLAN 03 ,并将f0/5端口划分到VLAN02中. 并
将f0/15端口划分到VLAN03中
Switch2#configure terminal !进入全局配置模式
Switch2(config)#vlan 02 !创建VLAN02
Switch2(config-vlan)#interface fa 0/5 !进入接口配置模式。
Switch2(config-if)#switch mode access
Switch2(config-if)#switchport access vlan 02 !将f0/5端口划分到VLAN 02中
Switch2(config-if)#exit
Switch2(config)#vlan 03 ! 创建VLAN03
Switch2(config-vlan)#interface f 0/15 !进入接口配置模式
Switch2(config-if)#switch mode access
Switch2(config-if)#switchport access vlan 03 !将f0/15端口划分到VLAN 03中
验证测试:验证已创建了VLAN 02,并将f0/5端口已划分到VLAN 02中。
验证已创建了VLAN 03,并将f0/15端口已划分到VLAN 03中。
Switch2#show vlan
步骤2.在交换机Switch1上创建VLAN01,并将f0/5端口划分到VLAN 01 中.
Switch1#configure terminal !进入全局配置模式
Switch1(config)#vlan 01 !创建VLAN01
Switch1(config-vlan)#name sales !将其命名为sales.
Switch1(config-vlan)#exit
Switch1(config)#interface fa 0/5 !进入接口配置模式。
Switch1(config)#switch mode access
Switch1(config-if)#switchport access vlan 01 !将f0/5端口划分到VLAN 01中
Switch1(config-if)#exit
Switch1(config)#exit
Switch1#show vlan
验证测试:验证已创建了VLAN 01,并将f0/35端口已划分到VLAN 01中。
评论0
最新资源