文档详情

网络工程师交换试验手册之十五:EIGRP实验.doc

发布:2018-03-05约6.03千字共5页下载文档
文本预览下载声明
网络工程师交换试验手册之十五:EIGRP实验实验目的: 掌握EIGRP协议的基本工作原理,熟悉EIGRP协议配置的基本步骤。 实验拓扑: 15.JPG (20.18 KB) 2007-6-25 11:24 实验内容: 1.路由器的基本配置R3的基本配置 interface Loopback0 ip address 1.1.1.1 255.255.255.0 interface Serial1 ip address 192.168.10.3 255.255.255.0 encapsulation frame-relay frame-relay map ip 192.168.10.3 102 broadcast frame-relay map ip 192.168.10.4 102 broadcast frame-relay map ip 192.168.10.5 103 broadcast no frame-relay inverse-arp R4上的基本配置 interface Loopback0 ip address 2.2.2.2 255.255.255.0 ! interface Loopback1 ip address 2.2.3.2 255.255.255.0 interface Serial0 ip address 192.168.10.4 255.255.255.0 encapsulation frame-relay frame-relay map ip 192.168.10.3 201 broadcast frame-relay map ip 192.168.10.4 201 broadcast frame-relay map ip 192.168.10.5 201 broadcast no frame-relay inverse-arp R5上的基本配置 interface Loopback0 ip address 3.3.3.3 255.255.255.0 ! interface Serial0 ip address 192.168.10.5 255.255.255.0 encapsulation frame-relay frame-relay map ip 192.168.10.3 301 broadcast frame-relay map ip 192.168.10.4 301 broadcast frame-relay map ip 192.168.10.5 301 broadcast no frame-relay inverse-arp ! 2.配置EIGRP协议 在R2上配置EIGPR协议 R3(config)#router eigrp 100 R3(config-router)#net 1.1.1.0 R3(config-router)#net 192.168.10.0 在R4上配置EIGRP协议 R4(config)#router eigrp 100 R4(config-router)#net 2.2.2.0 R4(config-router)#net 2.2.3.0 R4(config-router)#net 192.168.10.0 在R5上配置EIGRP协议 R5(config)#router eigrp 100 R5(config-router)#net 192.168.10.0 R5(config-router)#net 3.3.3.0 3.查看EIGRP路由表 查看R3上的路由表 R3#show ip route 05:49:42: %SYS-5-CONFIG_I: Configured from console by console Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP ? ?? ? D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area ? ?? ? N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 ? ?? ? E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP ? ?? ? i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area ? ?? ? * - candidate default, U - per-user static route, o - ODR ?
显示全部
相似文档