实验3-1:配置调试EIGRP.doc
文本预览下载声明
实验3-1:配置和调试EIGRP【实验目的】:在本次实验中,你将安装增强的内部网关路由协议(EIGRP)和观察它的缺省行为。然后优化EIGRP配置。在完成本次实验之后,你需要完成下列任务:
核心和其他机架使用EIGRP路由协议
理解EIGRP的查询数据包。
配置EIGRP路由汇总。
发布EIGRP缺省路由。
配置EIGRP存根特性去限制EIGRP查询范围。
【实验拓扑】:
注意:图中x为所在机架编号,y为路由器编号。
【实验帮助】:如果出现任何问题,可以向在值的辅导老师提出并请求提供帮助。
【命令列表】:
命令 描述 #debug ip eigrp 显示EIGRP的更新过程 (config-router)#eigrp stub 指定那个路由器是一个EIGRP存根路由器 (config-if)#ip summary-address eigrp 1 10.x.0.0 在一个接口上创建和发布一个汇总路由。 (config-router)#network 10.x.0.0 55 指定在这个网络(/16)内运行EIGRP协议 (config-router)#no auto-summary 在类的边界关闭自动汇总功能 (config)#router eigrp 1 打开EIGRP路由器议运行自治系统1 【任务一】:配置基本的EIGRP。在这个任务中,你需要安装和观察这个EIGRP的行为。实验之前,请确保你的路由器配置与下列类似:
P1R1 或P1R2:hostname P1R1!boot-start-markerboot-end-marker!no aaa new-modelip subnet-zerono ip domain lookup!interface Ethernet0ip address !interface Serial0ip address encapsulation frame-relayframe-relay map ip 111 broadcastno frame-relay inverse-arp!interface Serial1ip address clockrate 64000!no ip http serverip classless
P1R3或P1R4:hostname P1R3!boot-start-markerboot-end-marker!no aaa new-modelip subnet-zerono ip domain lookup!interface Ethernet0ip address !interface Serial0ip address shutdownclockrate 64000!interface Serial1no ip addressshutdown!no ip http serverip classless!line con 0exec-timeout 30 0logging synchronousline aux 0line vty 0 4login
实验过程:第一步:使用自治系统号1配置EIGRP在每一个路由器上。使用适当的网络和掩码值使所有的接口都运行EIGRP进程。在边界路由器上关闭自动汇总。第二步:使用show ip protocols命令验证你的配置是否是正确的。确定所有路由器的自治系统号为1和所有领居交换路由是正常的。你的显示结果应该与下列类似:P1R2#sh ip proRouting Protocol is eigrp 1Outgoing update filter list for all interfaces is not setIncoming update filter list for all interfaces is not setDefault networks flagged in outgoing updatesDefault networks accepted from incoming updatesEIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0EIGRP maximum hopcount 100EIGRP maximum metric variance 1Redistributing: eigrp 1EIGRP NSF-aware route hold timer is 240sAutomatic network summarization is in effectAutomat
显示全部