logo资料库

中小型企业网综合实验.doc

第1页 / 共5页
第2页 / 共5页
第3页 / 共5页
第4页 / 共5页
第5页 / 共5页
资料共5页,全文预览结束
拓朴:
实验步聚:
配置
调试
蓝狐网络中级班实验 综合实验 中小型企业网综合实验 一、 拓扑图 实验基本要求 1.实验配置要体现层次化,使网络能够满足基本连通性的需要,用户可以内部互访并 都能上 Internet, 2.IP 地址规划,遵询连续分配按块划分原则,对外呈现一个 IP 网段。 3.交换技术根据实际情况要使用 vlan、trunk、vtp、以太网通道、vlan 间路由、portfast 、 指定根网桥、HSRP。总部 SW 上做两个 vlan,并通过在交换机上做些必要配置让数据 量在网络上传送是既可以负载均衡,又可提供相互冗余。分公司中创建两个 vlan。 4.通过配置 OSPF 路由实现全网互通;分公司只能访问总部 WWW 服务器和上 Internet, 且分公司 VLAN 之间不能互访。 5.分公司路由器是一台 CISCO 设备,要求做 PPP、多链路 PPP、二层链路认证。 6.在各个区域中要能看到 Internet 的缺省路由。 7.配置一个对内 WEB 站点。 9.编写解决方案报告书,电子文档要求有(总体组网方案、网络拓朴结构、详细技术 方案、设备清单、实施计划与步骤、测试方案、设备配置、工程总结、心得体会)考试 之前要写好,未完成将无法参加考试。 注: 做好准备后自己找实验室老师预定时间过来参加机试考试,一个大组参加考试。 时间 2:30 个小时。
蓝狐网络中级班实验 综合实验 注: PPP MultiLink Configuration | PPP 多链路捆绑配置 拓朴: 实验步聚: 1. 使用 PPP 将 R1 与 R2 之间的电路捆绑 配置 R1 配置 ! hostname R1 ! ! interface Multilink1 ip address 192.168.0.1 255.255.255.0 ppp multilink ppp multilink group 1 ! interface Serial2/1 no ip address encapsulation ppp serial restart-delay 0 ppp multilink ppp multilink group 1 ! interface Serial2/2 no ip address encapsulation ppp serial restart-delay 0 ppp multilink ppp multilink group 1
蓝狐网络中级班实验 综合实验 R2 配置 ! hostname R2 ! interface Multilink1 ip address 192.168.0.2 255.255.255.0 ppp multilink ppp multilink group 1 ! ! interface Serial2/1 no ip address encapsulation ppp serial restart-delay 0 ppp multilink ppp multilink group 1 ! interface Serial2/2 no ip address encapsulation ppp serial restart-delay 0 ppp multilink ppp multilink group 1 ! 调试 R1 上进行调试 R1#show int multilink 1 Multilink1 is up, line protocol is up Hardware is multilink group interface Internet address is 192.168.0.1/24 MTU 1500 bytes, BW 3088 Kbit, DLY 100000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, LCP Open, multilink Open Open: IPCP, CDPCP, loopback not set Keepalive set (10 sec) DTR is pulsed for 2 seconds on reset Last input 00:00:40, output never, output hang never Last clearing of "show interface" counters 00:24:30 Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops:
蓝狐网络中级班实验 综合实验 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 37 packets input, 8743 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 38 packets output, 8739 bytes, 0 underruns 0 output errors, 0 collisions, 1 interface resets 0 output buffer failures, 0 output buffers swapped out 0 carrier transitions R1#show ppp multilink Multilink1, bundle name is R2 Bundle up for 00:21:57, total bandwidth 3088, load 1/255 Receive buffer limit 24384 bytes, frag timeout 1000 ms 0/0 fragments/bytes in reassembly list 0 lost fragments, 0 reordered 0/0 discarded fragments/bytes, 0 lost received 0x3E received sequence, 0x3F sent sequence Member links: 2 active, 0 inactive (max not set, min not set) Se2/1, since 00:25:42 Se2/2, since 00:25:38 R1#debug ppp multilink fragments *Feb 24 00:32:29.035: Se2/2 MLP: O frag 8000003F size 172 encsize 4 *Feb 24 00:32:29.035: Se2/1 MLP: O frag 40000040 size 175 encsize 4 *Feb 24 00:32:29.039: Se2/1 MLP: I frag 8000003E size 172 encsize 4 *Feb 24 00:32:29.039: Se2/2 MLP: I frag 4000003F size 175 encsize 4 R1# *Feb 24 00:33:28.995: Se2/1 MLP: I frag 80000040 size 172 encsize 4 *Feb 24 00:33:28.995: Se2/2 MLP: I frag 40000041 size 175 encsize 4 *Feb 24 00:33:29.035: Se2/2 MLP: O frag 80000041 size 172 encsize 4 *Feb 24 00:33:29.035: Se2/1 MLP: O frag 40000042 size 175 encsize 4 R1# *Feb 24 00:33:47.923: Se2/1 MLP: I frag 80000042 size 58 encsize 4 *Feb 24 00:33:47.923: Se2/2 MLP: I frag 40000043 size 60 encsize 4 *Feb 24 00:33:47.927: Se2/2 MLP: O frag 80000043 size 58 encsize 4 *Feb 24 00:33:47.927: Se2/1 MLP: O frag 40000044 size 60 encsize 4 *Feb 24 00:33:48.099: Se2/1 MLP: I frag 80000044 size 58 encsize 4 *Feb 24 00:33:48.135: Se2/2 MLP: I frag 40000045 size 60 encsize 4 *Feb 24 00:33:48.139: Se2/2 MLP: O frag 80000045 size 58 encsize 4 *Feb 24 00:33:48.139: Se2/1 MLP: O frag 40000046 size 60 encsize 4 *Feb 24 00:33:48.223: Se2/1 MLP: I frag 80000046 size 58 encsize 4
蓝狐网络中级班实验 综合实验
分享到:
收藏