《构建中小型企业网项目实训》实训报告_第1页
《构建中小型企业网项目实训》实训报告_第2页
《构建中小型企业网项目实训》实训报告_第3页
《构建中小型企业网项目实训》实训报告_第4页
《构建中小型企业网项目实训》实训报告_第5页
已阅读5页,还剩21页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

实训报告构建中小型企业网实训报告专 业: 计算机网络技术 班级: 网络1302 学 号: XXXXXXX 姓 名: XXX 杭州科技职业技术学院 信息工程学院1目录1.1项目背景21.2网络拓扑22.1配置32.2.1 s1的配置42.2.2 s2的配置52.2.3 s3的配置62.2.4 无线路由器的配置82.2.5 3650A的配置82.3路由器配置122.3.1 RA的配置122.3.2 RB的配置122.3.3 RC的配置132.4分校区142.4.1 s4的配置142.4.2 s5的配置152.4.3 s6的配置162.4.4 3560B的配置172.5验证202.5.1 PC机ping验证202.5.2 上网验证222.5.3 show ip route22第一章、项目概况第二章、Packet Tracer模拟器环境下实训要求:1、正文宋体5号2、一级标题、黑体 小三、二级标题黑体、四号、以此类推3、如果有图、表要有说明4、目录宋体、小四第一章 项目概况1.1项目背景本拓扑图基于浙江省杭州市某大学的两个校区(主校区,分校区)的网络配置。1.2网络拓扑图1 拓扑图第二章 Packet Tracer模拟器环境下实训2.1配置1.命名:主校区出口路由器RA、分校区出口路由器RC,公网路由器RB,主校区核心交换3650A、分校区核心交换机3650B2.两个校区的IP地址规划:主校区 VlanIp 地址分校区VlanIp 地址Vlan 10Vlan Vlan 20Vlan Vlan 30Vlan Vlan 40Vlan Vlan 50Vlan Vlan 60Vlan Vlan 100Vlan 200Vlan 200Vlan 1DNS 服务器Ip 地址Http 服务器Ip 地址DNS 1wwwDNS 2.2主校区2.2.1 s1的配置enconf thostname s1vlan 10vlan 20exitint f0/1switchport access vlan 10exitint f0/2switchport access vlan 20exitint range f0/3-4channel-group 1 mode on switchport mode trunk exit图2 s1配置图2.2.2 s2的配置enconf thostname s2vlan 30vlan 40exitint f0/1switchport access vlan 30exitint f0/2switchport access vlan 40exitint range f0/5-6channel-group 2 mode on switchport mode trunk exit图3 s2配置图2.2.3 s3的配置enconf thostname s3vlan 50vlan 60vlan 100exitint f0/1switchport access vlan 50exitint f0/2switchport access vlan 60exitint f0/10switchport access vlan 100exitint range f0/7-8channel-group 3 mode on switchport mode trunk exit图4 s3配置图2.2.4 无线路由器的配置图5 无线路由器配置图2.2.5 3650A的配置en conf thostname 3650Avlan 10vlan 20vlan 30vlan 40vlan 50vlan 60vlan 100vlan 200exitint f0/10switchport access vlan 200exitint f0/20switchport access vlan 1exitint range f0/3-4channel-group 1 mode onswitchport trunk encapsulation dot1qswitchport mode trunk exitint range f0/5-6channel-group 2 mode onswitchport trunk encapsulation dot1qswitchport mode trunk exitint range f0/7-8channel-group 3 mode onswitchport trunk encapsulation dot1qswitchport mode trunk exitint vlan 1ip add exitint vlan 10ip add exitint vlan 20ip add exitint vlan 30ip add exitint vlan 40ip add exitint vlan 50ip add exitint vlan 60ip add exitint vlan 100ip add exitint vlan 200ip add exitrouter ospf 30network 55 area 0network 55 area 0network 55 area 0network 55 area 0network 55 area 0network 55 area 0network 55 area 0network 55 area 0network 55 area 0ip dhcp pool vlan10network default-router dns-server exitip dhcp pool vlan20network default-router dns-server exitip dhcp pool vlan30network default-router dns-server exitip dhcp pool vlan40network default-router dns-server exitip dhcp pool vlan50network default-router dns-server exitip dhcp pool vlan60network default-router dns-server exitip dhcp excluded-address ip dhcp excluded-address ip dhcp excluded-address ip dhcp excluded-address ip dhcp excluded-address ip dhcp excluded-address 图6 3560A配置图2.3路由器配置2.3.1 RA的配置enconf thostname RAusername RB password 0 123int s2/0clock rate 64000en pppip add ppp au chapno shint f0/0ip add no shrouter ospf 10network 55 area 0network 55 area 0图7 RA配置图2.3.2 RB的配置enconf thostname RBusername RA password 0 123int s2/0en pppip add no shint s3/0en pppip add ppp au papno shint f0/0ip add no shrouter ospf 20network 55 area 0network 55 area 0network 55 area 0图8 RB配置图2.3.3 RC的配置enconf thostname RCint s2/0en pppclock rate 64000ip add ppp pap sent-username RA password 0 123no shexitint f0/0ip add exitrouter ospf 40network 55 area 0network 55 area 0exit图9 RC配置图2.4分校区2.4.1 s4的配置enconf thostname s4vlan 1vlan 2exitint f0/1switchport access vlan 1exitint f0/2switchport access vlan 2exitint f0/3switchport mode trunkexit图10 s4配置图2.4.2 s5的配置enconf thostname s5vlan 3vlan 4exitint f0/1switchport access vlan 3exitint f0/2switchport access vlan 4exitint f0/4switchport mode trunkexit图11 s5配置图2.4.3 s6的配置enconf thostname s6vlan 5vlan 6exitint f0/1switchport access vlan 5exitint f0/2switchport access vlan 6exitint f0/6switchport mode trunkExit图12 s6配置图2.4.4 3560B的配置enconf thostname 3650Bspanning-tree mode rapid-pvst spanning-tree vlan 1 priority 4096spanning-tree vlan 2 priority 4096spanning-tree vlan 3 priority 4096spanning-tree vlan 4 priority 4096spanning-tree vlan 5 priority 4096spanning-tree vlan 6 priority 4096vlan 1vlan 2vlan 3vlan 4vlan 5vlan 6vlan 200exitint vlan 1ip add exitint vlan 2ip add exitint vlan 3ip add exitint vlan 4ip add exitint vlan 5ip add exitint vlan 6ip add exitint vlan 200ip add exitint f0/1switchport access vlan 1exitint f0/2switchport access vlan 200exitrouter ospf 50network 55 area 0network 55 area 0network 55 area 0network 55 area 0network 55 area 0network 55 area 0network 55 area 0exitip dhcp pool vlan1network default-routerdns-server exitip dhcp pool vlan2network default-router exitip dhcp pool vlan3network default-router exitip dhcp pool vlan4network default-router exitip dhcp pool vlan5network default-router exitip dhcp pool vlan6network default-router exitip dhcp excluded-address ip dhcp excluded-address ip dhcp excluded-address ip dhcp excluded-address ip dhcp excluded-address ip dhcp excluded-address 图13 3560B配置图2.5验证2.5.1 PC机ping验证图14 验证图图15 验证图图16 验证图2.5.2 上网验证图17 验证图2.5.3 show ip route3560A: /24 is subnetted, 1 subnetsO 110/1565 via , 00:03:24, Vlan1 /24 is subnetted, 1 subnetsO 110/1565 via , 00:03:24, Vlan1 /24 is subnetted, 1 subnetsO 110/1565 via , 00:03:24, Vlan1 /24 is subnetted, 1 subnetsO 110/1565 via , 00:03:24, Vlan1 /24 is subnetted, 1 subnetsO 110/1565 via , 00:03:24, Vlan1 /24 is subnetted, 1 subnetsO 110/1565 via , 00:03:24, Vlan1 /24 is subnetted, 2 subnetsO 110/1564 via , 00:03:34, Vlan1O 110/1565 via , 00:03:24, Vlan1O /24 110/782 via , 00:03:34, Vlan1O /24 110/783 via , 00:03:34, Vlan1O /24 110/1563 via , 00:03:34, Vlan1C /24 is directly connected, Vlan10C /24 is directly connected, Vlan1C /24 is directly connected, Vlan20C /24 is directly connected, Vlan30C /24 is directly connected, Vlan40C /24 is directly connected, Vlan50C /24 is directly connected, Vlan60C /24 is directly connected, Vlan100C /24 is directly connected, Vlan2003560B: /24 is subnetted, 1 subnetsC is directly connected, Vlan1 /24 is subnetted, 1 subnetsC is directly connected, Vlan2 /24 is subnetted, 1 subnetsC is directly connected, Vlan3 /24 is subnetted, 1 subnetsC is directly connected, Vlan4 /24 is subnetted, 1 subnetsC is directly connected, Vlan5 /24 is subnetted, 1 subnetsC is directly connected, Vlan6 /24 is subnetted, 2 subnetsC is directly connected, Vlan10C is directly connected, Vlan200O /24 110/1563 via , 00:04:18, Vlan10O /24 110/783 via , 00:04:18, Vlan10O /24 110/782 via , 00:04:18, Vlan10O /24 110/1565 via , 00:04:18, Vlan10O /24 110/1564 via , 00:04:18, Vlan10O /24 110/1565 via , 00:04:18, Vlan10O /24 110/1565 via , 00:04:18, Vlan10O /24 110/1565 via , 00:04:18, Vlan10O /24 110/1565 via , 00:04:18, Vlan10O /24 110/1565 via , 00:04:18, Vlan10O /24 110/1565 via , 00:04:18, Vlan10O /24 110/1565 via , 00:04:18, Vlan10RA:O 110/1564 via , 00:05:21, Serial2/0 /24 is subnetted, 1 subnetsO 110/1564 via , 00:05:21, Serial2/0 /24 is subnetted, 1 subnetsO 110/1564 via , 00:05:21, Serial2/0 /24 is subnetted, 1 subnetsO 110/1564 via , 00:05:21, Serial2/0 /24 is subnetted, 1 subnetsO 110/1564 via , 00:05:21, Serial2/0 /24 is subnetted, 1 subnetsO 110/1564 via , 00:05:21, Serial2/0 /24 is subnetted, 2 subnetsO 110/1563 via , 00:05:51, Serial2/0O 110/1564 via , 00:05:21, Serial2/0C /24 is directly connected, Serial2/0O /24 110/782 via , 00:05:51, Serial2/0O /24 110/1562 via , 00:05:51, Serial2/0O /24 110/2 via , 00:05:31, FastEthernet0/0C /24 is directly connected, FastEthernet0/0O /24 110/2 via , 00:05:31, FastEthernet0/0O /24 110/2 via , 00:05:31, FastEthernet0/0O /24 110/2 via , 00:05:31, FastEthernet0/0O /24 110/2 via , 00:05:31, FastEthernet0/0O /24 110/2 via , 00:05:31, FastEthernet0/0O /24 110/2 via , 00:05:31, FastEthernet0/0O /24 110/2 via , 00:05:31, FastEthernet0/0RB: /24 is subnetted, 1 subnetsO 110/783 via , 00:05:51, Serial3/0 /24 is subnetted, 1 subnetsO 110/783 via , 00:05:51, Serial3/0 /24 is subnetted, 1 subnetsO 110/783 via , 00:05:51, Serial3/0 /24 is subnetted, 1 subnetsO 110/783 via , 00:05:51, Serial3/0 /24 is subnetted, 1 subnetsO 110/783 via , 00:05:51, Serial3/0 /24 is subnetted, 1 subnetsO 110/783 via , 00:05:51, Serial3/0 /24 is subnetted, 2 subnetsO 110/782 via , 00:06:21, Serial3/0O 110/783 via , 00:05:51, Serial3/0C /24 is directly connected, Serial2/0C /24 is directly connected, FastEthernet0/0C /24 is directly connected, Serial3/0O /24 110/783 via , 00:05:51, Serial2/0O /24 110/782 via , 00:06:21, Serial2/0O /24 110/783 via , 00:05:51, Serial2/0O /24 110/783 via , 00:05:51, Serial2/0O /24 110/783 via , 00:05:51, Serial2/0O /24 110/783 via , 00:05:51, Serial2/0O /24 110/783 via , 00:05:51, Serial2/0O /24 110/783 via , 00:05:51, Serial2/0O /24 110/783 via , 00:05:51, Serial2/0RC: /24 is subnetted, 1 subnetsO 110/2 via , 0

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论