软考中级网络工程师之交换机与路由器的配置(二)
配置和管理VLAN
1. VLAN基础知识
VLAN技术:把物理上直接相连的网络从逻辑上划分为多个子网。每一个VLAN对应着一个广播域,处于不同VLAN上的主机不能直接进行通信,不同VLAN之间的通信要引入第三层交换技术才可以解决。
VLAN中继(VLAN Trunk)也称为VLAN主干,是指在交换机与交换机或交换机与路由器之间连接的情况下,在互相连接的端口上配置中继模式,使得属于不同VLAN的数据帧都可以通过这条中继链路进行传输。
VLAN中继协议(即VTP协议)可以帮助交换机配置VLAN。VTP有三种工作模式:服务器模式、客户模式、透明模式。交换机的初始状态是工作在透明模式。
通常虚拟局域网(VLAN)的实现形式有三种:静态端口分配、动态虚拟网、多虚拟网端口配置。
2. 配置VTP协议
1)配置2950A交换机为服务器模式
Switch>enable (进入特权模式)
Switch#config terminal (进入配置子模式)
Switch(config)#hostname 2950A (修改主机名为2950A)
2950A(config)#end
2950A#
2950A#vlan dataBase (进入VLAN配置子模式)
2950A(vlan)#vtp ? (查看和VTP配合使用的命令)
2950A(vlan)#vtp server (设置本交换机为Server模式)
Setting device to VTP SERVER mode.
2950A(vlan)#vtp domain vtpserver (设置域名)
Changing VTP domain name from NULL to vtpserver.
2950A(vlan)#vtp pruning (启动修剪功能)
Pruning switched ON
2950A(vlan)#exit (退出VLAN配置模式)
APPLY completed. Exiting…
2950A#show vtp status (查看VTP设置信息)
2)配置2950B交换机为客户端模式
Switch(config)#config terminal (进入配置子模式)
Switch(config)#hostname 2950B (修改主机名为2950B)
2950B(config)#end
2950B#vlan database
2950B(vlan)#vtp client
Setting device to VTP CLIENT mode.
2950B(vlan)#exit
3. 配置VLAN Trunk端口
跨交换机的同一VLAN内的数据经过Trunk线路进行交换,默认情况下trunk允许所有的VLAN通过。可以使用switchport trunk allowed vlan remove vlan-list来去掉某一VLAN。可以在交换机2950A和2950B上做如下相同的配置操作。
Switch#config terminal
Swich(config)#interface f0/24 (进入端口24配置模式)
Switch(config-if)#switchport mode trunk (设置当前端口为Trunk模式)
Switch(config-if)#switchport trunk allowed vlan all
(设置允许从该端口交换数据的VLAN)
Switch(config-if)#exit
Switch(config)#exit
Switch#
4. 创建VLAN
VLAN信息可以在服务器模式或透明模式交换机上创建。
2950A#vlan dataBase
2950A(vlan)#vlan 2 (创建一个VLAN2)
VLAN 2 added:
Name:VLAN0002 (系统自动命名)
2950A(vlan)#vlan 3 name vlan3 (创建一个VLAN3,并命名为vlan3)
VLAN 3 added: Name:vlan3
2950A(vlan)#exit
5. 将端口加入到某个VLAN中
Switch#config terminal
Enter configuration commands,one per line.End with CNTL/Z.
Switch(config)#interface f0/9 (进入端口9的配置模式)
Switch(config-if)#switchport mode access (设置端口为静态VLAN访问模式)
Switch(config-if)#switchport access vlan2 (把端口9分配给相信的VLAN2)
Switch(config-if)#exit
Switch(config)#interface f0/10
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan3
Switch(config-if)#exit
Switch(config)#exit
Switch#show vlan (查看VLAN配置信息) (结果省略)
Switch#
借助学习与实战经验的积累,我们的核心目标是赋能每一位考生,助其构建稳固的网络工程技术根基。这将确保考生们在即将到来的软件资格考试中,面对各式各样的考题都能胸有成竹、应对自如。时不我待,正是此刻,鼓足勇气,踏上您的加速冲刺之路,向着胜利的彼岸全力进发!