1、 实训报告构建中小型企业网实训报告专 业: 计算机网络技术 班级: 网络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机p
2、ing验证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地址规划:
3、主校区 VlanIp 地址分校区VlanIp 地址Vlan 10192.168.10.1Vlan 11.1.1.1Vlan 20192.168.20.1Vlan 22.2.2.1Vlan 30192.168.30.1Vlan 33.3.3.1Vlan 40192.168.40.1Vlan 44.4.4.1Vlan 50192.168.50.1Vlan 55.5.5.1Vlan 60192.168.60.1Vlan 66.6.6.1Vlan 100192.168.100.1Vlan 20010.1.200.1Vlan 200192.168.200.1Vlan 1192.168.11.1DNS 服
4、务器Ip 地址Http 服务器Ip 地址DNS 1192.168.200.2www192.168.3.1DNS 210.1.200.22.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 s2v
5、lan 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 f
6、0/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 vl
7、an 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
8、 trunk exitint vlan 1ip add 192.168.11.1 255.255.255.0exitint vlan 10ip add 192.168.10.1 255.255.255.0exitint vlan 20ip add 192.168.20.1 255.255.255.0exitint vlan 30ip add 192.168.30.1 255.255.255.0exitint vlan 40ip add 192.168.40.1 255.255.255.0exitint vlan 50ip add 192.168.50.1 255.255.255.0exitin
9、t vlan 60ip add 192.168.60.1 255.255.255.0exitint vlan 100ip add 192.168.100.1 255.255.255.0exitint vlan 200ip add 192.168.200.1 255.255.255.0exitrouter ospf 30network 192.168.10.0 0.0.0.255 area 0network 192.168.11.0 0.0.0.255 area 0network 192.168.20.0 0.0.0.255 area 0network 192.168.30.0 0.0.0.25
10、5 area 0network 192.168.40.0 0.0.0.255 area 0network 192.168.50.0 0.0.0.255 area 0network 192.168.60.0 0.0.0.255 area 0network 192.168.100.0 0.0.0.255 area 0network 192.168.200.0 0.0.0.255 area 0ip dhcp pool vlan10network 192.168.10.0 255.255.255.0default-router 192.168.10.1dns-server 192.168.200.2e
11、xitip dhcp pool vlan20network 192.168.20.0 255.255.255.0default-router 192.168.20.1dns-server 192.168.200.2exitip dhcp pool vlan30network 192.168.30.0 255.255.255.0default-router 192.168.30.1dns-server 192.168.200.2exitip dhcp pool vlan40network 192.168.40.0 255.255.255.0default-router 192.168.40.1d
12、ns-server 192.168.200.2exitip dhcp pool vlan50network 192.168.50.0 255.255.255.0default-router 192.168.50.1dns-server 192.168.200.2exitip dhcp pool vlan60network 192.168.60.0 255.255.255.0default-router 192.168.60.1dns-server 192.168.200.2exitip dhcp excluded-address 192.168.10.1ip dhcp excluded-add
13、ress 192.168.20.1ip dhcp excluded-address 192.168.30.1ip dhcp excluded-address 192.168.40.1ip dhcp excluded-address 192.168.50.1ip dhcp excluded-address 192.168.60.1图6 3560A配置图2.3路由器配置2.3.1 RA的配置enconf thostname RAusername RB password 0 123int s2/0clock rate 64000en pppip add 192.168.2.1 255.255.255
14、.0ppp au chapno shint f0/0ip add 192.168.11.2 255.255.255.0no shrouter ospf 10network 192.168.11.0 0.0.0.255 area 0network 192.168.2.0 0.0.0.255 area 0图7 RA配置图2.3.2 RB的配置enconf thostname RBusername RA password 0 123int s2/0en pppip add 192.168.2.2 255.255.255.0no shint s3/0en pppip add 192.168.4.2 2
15、55.255.255.0ppp au papno shint f0/0ip add 192.168.3.2 255.255.255.0no shrouter ospf 20network 192.168.2.0 0.0.0.255 area 0network 192.168.3.0 0.0.0.255 area 0network 192.168.4.0 0.0.0.255 area 0图8 RB配置图2.3.3 RC的配置enconf thostname RCint s2/0en pppclock rate 64000ip add 192.168.4.1 255.255.255.0ppp pa
16、p sent-username RA password 0 123no shexitint f0/0ip add 10.1.1.3 255.255.255.0exitrouter ospf 40network 192.168.4.0 0.0.0.255 area 0network 10.1.1.0 0.0.0.255 area 0exit图9 RC配置图2.4分校区2.4.1 s4的配置enconf thostname s4vlan 1vlan 2exitint f0/1switchport access vlan 1exitint f0/2switchport access vlan 2ex
17、itint 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/2switch
18、port 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 4096
19、spanning-tree vlan 6 priority 4096vlan 1vlan 2vlan 3vlan 4vlan 5vlan 6vlan 200exitint vlan 1ip add 1.1.1.1 255.255.255.0exitint vlan 2ip add 2.2.2.0 255.255.255.0exitint vlan 3ip add 3.3.3.1 255.255.255.0exitint vlan 4ip add 4.4.4.1 255.255.255.0exitint vlan 5ip add 5.5.5.1 255.255.255.0exitint vlan
20、 6ip add 6.6.6.1 255.255.255.0exitint vlan 200ip add 10.1.200.1 255.255.255.0exitint f0/1switchport access vlan 1exitint f0/2switchport access vlan 200exitrouter ospf 50network 1.1.1.0 0.0.0.255 area 0network 2.2.2.0 0.0.0.255 area 0network 3.3.3.0 0.0.0.255 area 0network 4.4.4.0 0.0.0.255 area 0net
21、work 5.5.5.0 0.0.0.255 area 0network 6.6.6.0 0.0.0.255 area 0network 10.1.200.0 0.0.0.255 area 0exitip dhcp pool vlan1network 1.1.1.0 255.255.255.0default-router1.1.1.1dns-server 10.1.200.2exitip dhcp pool vlan2network 2.2.2.0 255.255.255.0default-router 2.2.2.1exitip dhcp pool vlan3network 3.3.3.0
22、255.255.255.0default-router 3.3.3.1exitip dhcp pool vlan4network 4.4.4.0 255.255.255.0default-router 4.4.4.1exitip dhcp pool vlan5network 5.5.5.0 255.255.255.0default-router 5.5.5.1exitip dhcp pool vlan6network 6.6.6.0 255.255.255.0default-router 6.6.6.1exitip dhcp excluded-address 1.1.1.1ip dhcp ex
23、cluded-address 2.2.2.1ip dhcp excluded-address 3.3.3.1ip dhcp excluded-address 4.4.4.1ip dhcp excluded-address 5.5.5.1ip dhcp excluded-address 6.6.6.1图13 3560B配置图2.5验证2.5.1 PC机ping验证图14 验证图图15 验证图图16 验证图2.5.2 上网验证图17 验证图2.5.3 show ip route3560A: 1.0.0.0/24 is subnetted, 1 subnetsO 1.1.1.0 110/1565 v
24、ia 192.168.11.2, 00:03:24, Vlan1 2.0.0.0/24 is subnetted, 1 subnetsO 2.2.2.0 110/1565 via 192.168.11.2, 00:03:24, Vlan1 3.0.0.0/24 is subnetted, 1 subnetsO 3.3.3.0 110/1565 via 192.168.11.2, 00:03:24, Vlan1 4.0.0.0/24 is subnetted, 1 subnetsO 4.4.4.0 110/1565 via 192.168.11.2, 00:03:24, Vlan1 5.0.0.
25、0/24 is subnetted, 1 subnetsO 5.5.5.0 110/1565 via 192.168.11.2, 00:03:24, Vlan1 6.0.0.0/24 is subnetted, 1 subnetsO 6.6.6.0 110/1565 via 192.168.11.2, 00:03:24, Vlan1 10.0.0.0/24 is subnetted, 2 subnetsO 10.1.1.0 110/1564 via 192.168.11.2, 00:03:34, Vlan1O 10.1.200.0 110/1565 via 192.168.11.2, 00:0
26、3:24, Vlan1O 192.168.2.0/24 110/782 via 192.168.11.2, 00:03:34, Vlan1O 192.168.3.0/24 110/783 via 192.168.11.2, 00:03:34, Vlan1O 192.168.4.0/24 110/1563 via 192.168.11.2, 00:03:34, Vlan1C 192.168.10.0/24 is directly connected, Vlan10C 192.168.11.0/24 is directly connected, Vlan1C 192.168.20.0/24 is
27、directly connected, Vlan20C 192.168.30.0/24 is directly connected, Vlan30C 192.168.40.0/24 is directly connected, Vlan40C 192.168.50.0/24 is directly connected, Vlan50C 192.168.60.0/24 is directly connected, Vlan60C 192.168.100.0/24 is directly connected, Vlan100C 192.168.200.0/24 is directly connec
28、ted, Vlan2003560B: 1.0.0.0/24 is subnetted, 1 subnetsC 1.1.1.0 is directly connected, Vlan1 2.0.0.0/24 is subnetted, 1 subnetsC 2.2.2.0 is directly connected, Vlan2 3.0.0.0/24 is subnetted, 1 subnetsC 3.3.3.0 is directly connected, Vlan3 4.0.0.0/24 is subnetted, 1 subnetsC 4.4.4.0 is directly connec
29、ted, Vlan4 5.0.0.0/24 is subnetted, 1 subnetsC 5.5.5.0 is directly connected, Vlan5 6.0.0.0/24 is subnetted, 1 subnetsC 6.6.6.0 is directly connected, Vlan6 10.0.0.0/24 is subnetted, 2 subnetsC 10.1.1.0 is directly connected, Vlan10C 10.1.200.0 is directly connected, Vlan200O 192.168.2.0/24 110/1563
30、 via 10.1.1.3, 00:04:18, Vlan10O 192.168.3.0/24 110/783 via 10.1.1.3, 00:04:18, Vlan10O 192.168.4.0/24 110/782 via 10.1.1.3, 00:04:18, Vlan10O 192.168.10.0/24 110/1565 via 10.1.1.3, 00:04:18, Vlan10O 192.168.11.0/24 110/1564 via 10.1.1.3, 00:04:18, Vlan10O 192.168.20.0/24 110/1565 via 10.1.1.3, 00:0
31、4:18, Vlan10O 192.168.30.0/24 110/1565 via 10.1.1.3, 00:04:18, Vlan10O 192.168.40.0/24 110/1565 via 10.1.1.3, 00:04:18, Vlan10O 192.168.50.0/24 110/1565 via 10.1.1.3, 00:04:18, Vlan10O 192.168.60.0/24 110/1565 via 10.1.1.3, 00:04:18, Vlan10O 192.168.100.0/24 110/1565 via 10.1.1.3, 00:04:18, Vlan10O
32、192.168.200.0/24 110/1565 via 10.1.1.3, 00:04:18, Vlan10RA:O 1.1.1.0 110/1564 via 192.168.2.2, 00:05:21, Serial2/0 2.0.0.0/24 is subnetted, 1 subnetsO 2.2.2.0 110/1564 via 192.168.2.2, 00:05:21, Serial2/0 3.0.0.0/24 is subnetted, 1 subnetsO 3.3.3.0 110/1564 via 192.168.2.2, 00:05:21, Serial2/0 4.0.0
33、.0/24 is subnetted, 1 subnetsO 4.4.4.0 110/1564 via 192.168.2.2, 00:05:21, Serial2/0 5.0.0.0/24 is subnetted, 1 subnetsO 5.5.5.0 110/1564 via 192.168.2.2, 00:05:21, Serial2/0 6.0.0.0/24 is subnetted, 1 subnetsO 6.6.6.0 110/1564 via 192.168.2.2, 00:05:21, Serial2/0 10.0.0.0/24 is subnetted, 2 subnets
34、O 10.1.1.0 110/1563 via 192.168.2.2, 00:05:51, Serial2/0O 10.1.200.0 110/1564 via 192.168.2.2, 00:05:21, Serial2/0C 192.168.2.0/24 is directly connected, Serial2/0O 192.168.3.0/24 110/782 via 192.168.2.2, 00:05:51, Serial2/0O 192.168.4.0/24 110/1562 via 192.168.2.2, 00:05:51, Serial2/0O 192.168.10.0
35、/24 110/2 via 192.168.11.1, 00:05:31, FastEthernet0/0C 192.168.11.0/24 is directly connected, FastEthernet0/0O 192.168.20.0/24 110/2 via 192.168.11.1, 00:05:31, FastEthernet0/0O 192.168.30.0/24 110/2 via 192.168.11.1, 00:05:31, FastEthernet0/0O 192.168.40.0/24 110/2 via 192.168.11.1, 00:05:31, FastE
36、thernet0/0O 192.168.50.0/24 110/2 via 192.168.11.1, 00:05:31, FastEthernet0/0O 192.168.60.0/24 110/2 via 192.168.11.1, 00:05:31, FastEthernet0/0O 192.168.100.0/24 110/2 via 192.168.11.1, 00:05:31, FastEthernet0/0O 192.168.200.0/24 110/2 via 192.168.11.1, 00:05:31, FastEthernet0/0RB: 1.0.0.0/24 is su
37、bnetted, 1 subnetsO 1.1.1.0 110/783 via 192.168.4.1, 00:05:51, Serial3/0 2.0.0.0/24 is subnetted, 1 subnetsO 2.2.2.0 110/783 via 192.168.4.1, 00:05:51, Serial3/0 3.0.0.0/24 is subnetted, 1 subnetsO 3.3.3.0 110/783 via 192.168.4.1, 00:05:51, Serial3/0 4.0.0.0/24 is subnetted, 1 subnetsO 4.4.4.0 110/7
38、83 via 192.168.4.1, 00:05:51, Serial3/0 5.0.0.0/24 is subnetted, 1 subnetsO 5.5.5.0 110/783 via 192.168.4.1, 00:05:51, Serial3/0 6.0.0.0/24 is subnetted, 1 subnetsO 6.6.6.0 110/783 via 192.168.4.1, 00:05:51, Serial3/0 10.0.0.0/24 is subnetted, 2 subnetsO 10.1.1.0 110/782 via 192.168.4.1, 00:06:21, S
39、erial3/0O 10.1.200.0 110/783 via 192.168.4.1, 00:05:51, Serial3/0C 192.168.2.0/24 is directly connected, Serial2/0C 192.168.3.0/24 is directly connected, FastEthernet0/0C 192.168.4.0/24 is directly connected, Serial3/0O 192.168.10.0/24 110/783 via 192.168.2.1, 00:05:51, Serial2/0O 192.168.11.0/24 11
40、0/782 via 192.168.2.1, 00:06:21, Serial2/0O 192.168.20.0/24 110/783 via 192.168.2.1, 00:05:51, Serial2/0O 192.168.30.0/24 110/783 via 192.168.2.1, 00:05:51, Serial2/0O 192.168.40.0/24 110/783 via 192.168.2.1, 00:05:51, Serial2/0O 192.168.50.0/24 110/783 via 192.168.2.1, 00:05:51, Serial2/0O 192.168.
41、60.0/24 110/783 via 192.168.2.1, 00:05:51, Serial2/0O 192.168.100.0/24 110/783 via 192.168.2.1, 00:05:51, Serial2/0O 192.168.200.0/24 110/783 via 192.168.2.1, 00:05:51, Serial2/0RC: 1.0.0.0/24 is subnetted, 1 subnetsO 1.1.1.0 110/2 via 10.1.1.1, 00:06:35, FastEthernet0/0 2.0.0.0/24 is subnetted, 1 s
42、ubnetsO 2.2.2.0 110/2 via 10.1.1.1, 00:06:35, FastEthernet0/0 3.0.0.0/24 is subnetted, 1 subnetsO 3.3.3.0 110/2 via 10.1.1.1, 00:06:35, FastEthernet0/0 4.0.0.0/24 is subnetted, 1 subnetsO 4.4.4.0 110/2 via 10.1.1.1, 00:06:35, FastEthernet0/0 5.0.0.0/24 is subnetted, 1 subnetsO 5.5.5.0 110/2 via 10.1.1.1, 00:06:35, FastEthernet0/0 6.0.0.0/24 is subnetted, 1 subnetsO 6.6.6.0 110/2 via 10.1.1.1, 00:06:35, FastEthernet0/0 10.0.0.0/24 is subnetted, 2 subnetsC 10.1.1.0 is dir