实验名称 子网划分路由配置 姓名 实 学号 班级 13计本班 验 (1)了解PacketTracer的基本知识,掌握其常用的网络配置命令。 目 (2)能够利用PacketTracer实现子网划分路由分配模拟。 的 在本实验中,指定了一个网络地址 ,对它划分子网,并为拓扑图中显示的网络分配 IP 地址。路由器全部使用2621XM,交换机全部使用2960。该网络的编址需求如下: • BRANCH1 的 LAN 1 子网需要 10 个主机 IP 地址。 • BRANCH1 的 LAN 2 子网需要 10 个主机 IP 地址。 实 验 • BRANCH2 的 LAN 2 子网需要 10 个主机 IP 地址。 内 容 • HQ 的 LAN 子网需要 20 个主机 IP 地址。 • 从 HQ 到 BRANCH1 的链路的两端各需要一个 IP 地址。 • 从 HQ 到 BRANCH2 的链路的两端各需要一个 IP 地址。 (注意:请记住,网络设备的接口也是主机 IP 地址,已包括在上面的编址需求中。) • BRANCH2 的 LAN 1 子网需要 10 个主机 IP 地址。 (1)设计子网 子网编号 说明 1 HQ 的 LAN 的 LAN 1 的 LAN 2 的 LAN 1 的 LAN 2 到 BRANCH1 到 BRANCH2 子网地址 子网掩码 第一个可用地址 最后一个可用地址 表1 (2)分配IP地址(网关地址使用子网的第一个可用地址) 设备 HQ 接口 Fa0/1 S0/0 S0/1 1 Fa0/1 IP地址 子网掩码 默认网关 不适用 不适用 不适用 不适用 BRANCH1 Fa0/0 实验BRANCH2 S0/0 Fa0/0 Fa0/1 S0/1 PC1 网卡 网卡 网卡 网卡 网卡 不适用 不适用 不适用 不适用 不适用 步骤 表2 (3)连接网络,(除路由器之间,其他的各设备都用直通线连接)。 关闭路由器电源,安装模块WIT-2T。(路由器之间使用DCE电缆连接到串行口),如图1所示: 图1 (4)配置每台计算机的IP地址。 图2 配置PC0的IP地址 图3 配置PC1的IP地址 图4 配置PC2的IP地址 图5 配置PC3的IP地址 图6 配置PC4的IP地址 (5)配置路由器每个端口的IP地址。 (6)设置路由器中的路由表。 路由表设置要求网络中每个子网之间都可以连通,不考虑总结路由。 【BRANCH1的配置】 下面是配置BRANCH1的IP地址的过程,其它两个路由器的配置自行完成 (1)进入命令行 (2)进行以下操作(蓝色文字是需要输入的命令,红色文字是说明): Continue with configuration dialog [yes/no]: no Press RETURN to get started! 进入控制台模式 Router>en 进入全局配置模式 Router#conf t Enter configuration commands, one per line. End with CNTL/Z. 修改路由器名称 Router(config)#hostname BRANCH1 配置Fa0/0的IP地址 BRANCH1(config)#int f0/0 BRANCH1(config-if)#ip addr shutdown %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up 配置Fa0/1的IP地址 BRANCH1(config-if)#int f0/1 BRANCH1(config-if)#ip addr shutdown %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up 配置S0/0的IP地址。因为BRANCH1是BRANCH1和HQ之间串行通信的DCE设备,所以需要配置时钟频率。 BRANCH1(config-if)#int s0/0 BRANCH1(config-if)#ip addr shutdown %LINK-5-CHANGED: Interface Serial0/0, changed state to up BRANCH1(config-if)#clock rate 64000 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up 返回到控制台模式。Exit命令返回到上一层,使用Ctrl+Z可以直接返回控制台。 BRANCH1(config-if)#exit BRANCH1(config)#exit %SYS-5-CONFIG_I: Configured from console by console 查看IP地址配置情况。 BRANCH1#show ip int bri(抓图如下图7) 图7 按此方法配置其它两个路由器,此时可以测试各个子网和网关的连通情况。 (3)添加路由表。这里没有使用路由总结。 BRANCH1#conf t Enter configuration commands, one per line. End with CNTL/Z. BRANCH1(config)#ip route f0/0 BRANCH1(config)#ip route f0/1 BRANCH1(config)#ip route route route 返回控制台 BRANCH1(config)#^Z %SYS-5-CONFIG_I: Configured from console by console 查看路由表 BRANCH1#show ip route(抓图如下图8) 图8 【HQ的配置】 (1)进入命令行。 (2)进行以下操作(红色文字是说明): Continue with configuration dialog [yes/no]: n Press RETURN to get started! Router>en Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname HQ 配置IP地址HQ(config)#int f0/1 HQ(config-if)#ip addr shutdown %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up HQ(config-if)#int s0/0 HQ(config-if)#ip addr shutdown %LINK-5-CHANGED: Interface Serial0/0, changed state to up HQ(config-if)#clock rate 64000 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up HQ(config-if)#int s0/1 HQ(config-if)#ip addr shutdown 配置DCE设备的时钟频率。HQ是HQ和BRANCH2之间的DCE设备。 %LINK-5-CHANGED: Interface Serial0/1, changed state to up HQ(config-if)#clock rate 64000 HQ(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up HQ(config-if)#^Z %SYS-5-CONFIG_I: Configured from console by console 查看IP地址配置情况 HQ#show ip int bri(抓图如下图9) 图9 添加路由表。这里使用了路由总结,路由表从5条减少到3条。 HQ#conf t Enter configuration commands, one per line. End with CNTL/Z. HQ(config)#ip route f0/1 HQ(config)#ip route route Configured from console by console HQ#show ip route(抓图如下图10) 图10 【BRANCH2的配置】 (1)进入命令行。 (2)进行以下操作(红色文字是说明) Continue with configuration dialog [yes/no]: n Press RETURN to get started! Router>en Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname BRANCH2 配置每个端口的IP地址 BRANCH2(config)#int f0/0 BRANCH2(config-if)#ip addr shutdown %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up BRANCH2(config-if)#int f0/1 BRANCH2(config-if)#ip addr shutdown %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up BRANCH2(config-if)#int s0/1 BRANCH2(config-if)#ip addr shutdown %LINK-5-CHANGED: Interface Serial0/1, changed state to up BRANCH2(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up BRANCH2(config-if)#^Z %SYS-5-CONFIG_I: Configured from console by console BRANCH2#show ip int bri (抓图如下图11) 图11 添加路由表 BRANCH2#conf t Enter configuration commands, one per line. End with CNTL/Z. BRANCH2(config)#ip route f0/0 BRANCH2(config)#ip route f0/1 BRANCH2(config)#ip route Configured from console by console BRANCH2#show ip route(抓图如下图12) 图12 (7)实验结果。如下图2/3/4 图 PC1 ping PC2 图 PC1 ping PC0 图 PC1 ping PC3 图 PC1 ping PC4 当所有操作都结束后,面板里的各设备间的红点都变成了绿点,如下图14 图14 实 通过这次实验,我了解了PacketTracer的基本知识,掌握了其常用的网络配验 置命令。能够利用PacketTracer实现子网划分路由分配模拟。在实验的过程中才结 出现几次错误,特别是在配置三个路由器的时候,每一次输入都要非常小心和细果心,因为一旦出现哪怕一个字母的错误都要重新开始。还有在各设备之间连接的分时候要严格按照网络结构图连接,不可以连错,否则后面的操作就会出现错误。 析及总结
实验日期:2016 年 4 月 22 日 评分: 指导教师签字:
因篇幅问题不能全部显示,请点此查看更多更全内容