欢迎来到天天文库
浏览记录
ID:855373
大小:1.05 MB
页数:21页
时间:2017-09-20
《基于packettracer智能校园网组建实验指导书》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于Packettracer组建校园网-------实验指导书一、IP地址划分根据学校的部门数量划分,将学校分为以下几个VLAN:VLAN号VLAN名称IP网段默认网关说明交换机对应端口VLAN2Servers192.10.1.0/24192.10.1.2服务器群VLANFa0/2VLAN3teacher192.10.2.0/24192.10.2.2教师宿舍VLANFa0/3VLAN4student192.10.3.0/24192.10.3.2学生宿舍VLANFa0/4VLAN5laboratory192.10.4.0/24192
2、.10.4.2实验室VLANFa0/5VLAN6teaching192.10.7.0/24192.10.7.2教学楼VLANFa0/6VLAN7library192.10.8.0/24192.10.8.2图书馆VLANFa0/7二、拓扑图21三、配置1.交换机配置核心交换机为Cisco3560,将其配置为vtpServer,vtpdomain为senya。将图书馆、教学楼和实验楼等交换机配置为vtpClient,vtpdomain为senya。这里以“中心交换机”和“服务器汇聚”交换机为例,讲解交换机的配置,其他交换机的配置可以参
3、考“服务器汇聚”交换机。第一步:中心交换机配置VTPServerSwitch>enSwitch#Switch#vlandatabaseSwitch(vlan)#vtpdomainsenyaSwitch(vlan)#vtpserverSwitch(vlan)#exitSwitch#conftSwitch(config)#intfa0/1Switch(config-if)#switchporttrunkencapsulationdot1qSwitch(config-if)#switchportmodetrunkSwitch(confi
4、g-if)#intfa0/2Switch(config-if)#switchporttrunkencapsulationdot1qSwitch(config-if)#switchportmodetrunkSwitch(config-if)#intfa0/3Switch(config-if)#switchporttrunkencapsulationdot1qSwitch(config-if)#switchportmodetrunkSwitch(config-if)#intfa0/4Switch(config-if)#switchpo
5、rttrunkencapsulationdot1qSwitch(config-if)#switchportmodetrunkSwitch(config-if)#intfa0/5Switch(config-if)#switchporttrunkencapsulationdot1qSwitch(config-if)#switchportmodetrunkSwitch(config-if)#intfa0/6Switch(config-if)#switchporttrunkencapsulationdot1qSwitch(config-i
6、f)#switchportmodetrunkSwitch(config-if)#intfa0/7Switch(config-if)#switchporttrunkencapsulationdot1qSwitch(config-if)#switchportmodetrunkSwitch(config-if)#intfa0/8Switch(config-if)#switchporttrunkencapsulationdot1qSwitch(config-if)#switchportmodetrunkSwitch(config-if)#
7、注意:此处端口要处于开启状态第二步:配置“服务器汇聚”交换机trunk链路,允许vlan标记的以太网帧通过该链21路Switch>enSwitch#conftSwitch(config)#vtpdomainsenyaSwitch(config)#vtpmodeclientSwitch(config)#intfa0/1Switch(config-if)#switchportmodetrunkSwitch(config-if)#第三步:“中心交换机”创建vlan及端口划分一种方式:直接在VLAN库中添加:另外一种方式是采用命令行添加:
8、直接在VLAN库中添加:Switch>enSwitch#vlandatabaseSwitch(vlan)#vlan1Switch(vlan)#vlan2Switch(vlan)#vlan3Switch(vlan)#vlan4Switch(vlan)
此文档下载收益归作者所有