交换机基本配置与VLAN划分
实验步骤
1. 实验准备:选择3台型号为2960的交换机,4台PC机。其中交换机用copper cross-over连接,PC机与交换机用copper straight-through连接。
2. 分别设置四台PC机的IP地址和Display Name p1,p2,p3,p4,交换机名称分别改为s1,s2,s3。然后把三台交换器分别从用户模式向特权模式、全局配置模式转换。
3. ping查看PC机间能否互相连通。
4. 在PC机的下面将PC机分别分成两组vlan10,vlan20。
5. 将交换机s2与pc1,pc2;s3与pc3,pc4进行划分,代码如下:
S2(config)#vlan 10
S2(config-vlan)#name teacher
S2(config-vlan)#vlan 20
S2(config-vlan)#name student
S2(config-vlan)#
6. 设置s1,s2;s3,s4的接口,代码如下:
S2#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
S2(config)#inter fa0/1
S2(config-if)#swit mode access
S2(config-if)#swit access vlan 10
S2(config-if)#no shut down
S2(config-if)#end
S2#
%SYS-5-CONFIG_I: Configured from console by console
S2#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
S2(config)#inter fa0/2
S2(config-if)#swit mode access
S2(config-if)#swit access vlan 10
S2(config-if)#no shut down
S2(config-if)#end
S2#
%SYS-5-CONFIG_I: Configured from console by console
7. 设置S1与S2,s1与s3间的主干,代码如下:
s2>en
s2#conf ter
s2(config)#inter fa0/5
s2(config-if)#swit mode trunk
s2(config-if)#no shut down
s2(config-if)#end
s2>en
s2#conf ter
s2(config)#inter fa0/7
s2(config-if)#swit mode trunk
s2(config-if)#no shut down
s2(config-if)#end
8. 通过连接,划分,得到拓扑图
9. 最后对结果进行ping,过程结果如下:
因篇幅问题不能全部显示,请点此查看更多更全内容