CCNA EIGRP 实验

先配接口

R1(config)#int f0/0

R1(config-if)#ip add 12.1.1.1 255.255.255.0

R1(config-if)#no sh

R1(config-if)#

*Mar 1 00:02:18.967: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up

*Mar 1 00:02:19.967: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

R1(config-if)#

R1#sh ip int b

Interface IP-Address OK? Method Status Protocol

FastEthernet0/0 12.1.1.1 YES manual up up

R1#ping 12.1.1.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 12.1.1.2, timeout is 2 seconds:

.!!!!

Success rate is 80 percent (4/5), round-trip min/avg/max = 16/19/20 ms

R2#conf t

Enter configuration commands, one per line. End with CNTL/Z.

R2(config)#int f0/0

R2(config-if)#ip add 12.1.1.2 255.255.255.0

R2(config-if)#no sh

R2(config-if)#

*Mar 1 00:03:38.003: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up

*Mar 1 00:03:39.003: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

R2(config-if)#exit

R2(config)#int f1/0

R2(config-if)#ip add 23.1.1.1 255.255.255.0

R2(config-if)#no sh

R2(config-if)#do s

*Mar 1 00:04:56.455: %LINK-3-UPDOWN: Interface FastEthernet1/0, changed state to up

*Mar 1 00:04:57.455: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up

R2(config-if)#exit

R2(config)#exit

R2#s

*Mar 1 00:05:04.815: %SYS-5-CONFIG_I: Configured from console by console

R2#sh ip int b

Interface IP-Address OK? Method Status Protocol

FastEthernet0/0 12.1.1.2 YES manual up up

FastEthernet1/0 23.1.1.1 YES manual up up

R2#ping 12.1.1.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 12.1.1.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 16/20/28 ms

R2#ping 23.1.1.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 23.1.1.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 20/21/24 ms

R3(config)#int f1/0

R3(config-if)#ip add

R3(config-if)#ip address 23.1.1.2 255.255.255.0

R3(config-if)#no sh

R3(config-if)#^Z

R3#pi

*Mar 1 00:06:15.551: %SYS-5-CONFIG_I: Configured from console by console

R3#ping 2

*Mar 1 00:06:16.431: %LINK-3-UPDOWN: Interface FastEthernet1/0, changed state to up

*Mar 1 00:06:17.431: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up

R3#ping 23.1.1.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 23.1.1.1, timeout is 2 seconds:

.!!!!

Success rate is 80 percent (4/5), round-trip min/avg/max = 20/21/24 ms

R3#

然后宣告EIGRP

R1(config)#router eigrp 100

R1(config-router)#net

R1(config-router)#network 12.1.1.1 0.0.0.0

R1(config-router)#no auto-summary

R1(config-router)#end

R2(config)#router eigrp 100

R2(config-router)#net

R2(config-router)#network 12.1.1.2 0.0.0.0

R2(config-router)#net

R2(config-router)#network

*Mar 1 00:11:55.879: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 12.1.1.1 (FastEthernet0/0) is up: new adjacency

R2(config-router)#network 23.1.1.1 0.0.0.0

R2(config-router)#no au

R2(config-router)#no auto-summary

R2(config-router)#

*Mar 1 00:12:21.943: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 12.1.1.1 (FastEthernet0/0) is down: summary configured

R2(config-router)#

*Mar 1 00:12:23.803: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 12.1.1.1 (FastEthernet0/0) is up: new adjacency

R2(config-router)#

R3(config)#router eigrp 100

R3(config-router)#net

R3(config-router)#network 23.1.1.2 0.0.0.0

R3(config-router)#no au

R3(config-router)#no auto-summary

R3(config-router)#

*Mar 1 00:16:19.751: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 23.1.1.1 (FastEthernet1/0) is up: new adjac ency

*Mar 1 00:16:20.251: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 23.1.1.1 (FastEthernet1/0) is down: summary configured

R3(config-router)#

*Mar 1 00:16:24.263: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 23.1.1.1 (FastEthernet1/0) is up: new adjacency

然后用R1 R3 互ping

R1#ping 23.1.1.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 23.1.1.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 20/37/48 ms

R1#

R3#ping

*Mar 1 00:17:53.979: %SYS-5-CONFIG_I: Configured from console by console

R3#ping 12.1.1.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 12.1.1.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 40/45/56 ms

看邻居状态

R2#sh ip eigrp neighbors

IP-EIGRP neighbors for process 100

H Address Interface Hold Uptime SRTT RTO Q Seq

(sec) (ms) Cnt Num

1 23.1.1.2 Fa1/0 12 00:04:23 1348 5000 0 3

0 12.1.1.1 Fa0/0 14 00:07:56 1 3000 0 6

R2#

R2#sh ip eigrp topology

IP-EIGRP Topology Table for AS(100)/ID(23.1.1.1)

Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,

r - reply Status, s - sia Status

P 12.1.1.0/24, 1 successors, FD is 28160

via Connected, FastEthernet0/0

P 23.1.1.0/24, 1 successors, FD is 28160

via Connected, FastEthernet1/0

R2#

原文地址:http://blog.51cto.com/433266/2113174

时间: 2024-11-05 12:16:46

CCNA EIGRP 实验的相关文章

EIGRP实验 3 :EIGRP 拓扑、路由以及汇聚

实验目的: 通过对EIGRP实验拓扑,路由以及汇聚相关实验的的练习,掌握EIGRP建立拓扑信息的方式,度量计算方法,如何调整度量值,非等价负载均衡,以及EIGRP末节路由器. 实验拓扑: 实验步骤: 1.首先在R1.R2.R3上分别配置好各自相关接口,并保持连通性.并且分别在R1/R2/R3路由器上起回环口,配置相应的IP地址,与上述的一致即可. 命令如下: ----------------------------------------------------------------- R1(

CISCO CCNA EIGRP

EIGRP即为增强内部网关路由协议,也可以称之为加强型内部网关路由协议.EIGRP结合了链路状态和距离矢量型路由选择协议的Cisco专用协议,采用弥散修正算法(DUAL)来实现快速收敛,可以不发送定期的路由更新信息以减少带宽的占用,同时在EIGRP中有三张表:邻居关系表(以建立的邻居关系).拓扑表(网络中每个路由器从每个邻居接收到的路由通靠).路由表. EIGRP选择一条主路由(最佳路由)和一条备份路由放在topology table,它支持几种路由类型:内部,外部(非EIGRP)和汇总路由,E

CCNA综合实验题

R1配置: username weishuai password 0 weishuai123 !crypto isakmp policy 10 encr aes hash md5 authentication pre-share group 2crypto isakmp key qytang address 192.168.1.2    !!crypto ipsec transform-set QYT esp-aes ! crypto map CCNA 10 ipsec-isakmp  set

Cisco EIGRP实验

FRAME-RELAY: 如图所示:配置FRAME-RELAY SWITCH,使R2,R3,R3之间的FRAME-RELAY PVC为FULL-MESH.但只能使用图中所示的PVC. R2,R3,R4的物理接口连接FRAMME-RELAY SWITCH R4与R5间,请使用PPP链路.请消除多余的32位的主机路由 R1,R2,R3的以太口都连接到一个交换机上 按图中所示的IP地址进行配置 确保每条链路都可以相互PING通 R1-R5各有一个LO0,地址分别是:10.10.X.X/24(X是你的路

CCNA综合实验,vlan,vlan间路由,vtp,HSRP,PVST,DHCP。

本实验综合了,vlan间路由,DHCP,VTP,PVST,HSRP.本实验目的就是把这几种协议融合一起实现主机互通,相信实际运用这种例子还是很多见的.希望大家看看,有错误的请指正.也是辛苦了好长时间才弄到这上面的. 第一步:先把每个交换机上各个接口起TRUNK模式(除了接PC的接口) SW1 Switch> Switch> Switch>en Switch#conf t Enter configuration commands, one per line.  End with CNTL/

CCNA OSPF 实验

实验拓扑 R1(config)#int lo 0 R1(config-if)#ip add 1.1.1.1 255.255.255.255 R1(config-if)#ex R1(config)#int f0/0 R1(config-if)#ip add 192.168.12.1 255.255.255.0 R1(config-if)#no sh R1(config-if)# *Mar 1 00:15:25.539: %LINK-3-UPDOWN: Interface FastEthernet0

CCNA RIP 实验

配置一下路由器接口 R1#sh ip int b Interface IP-Address OK? Method Status Protocol Serial1/0 unassigned YES unset administratively down down Serial1/1 unassigned YES unset administratively down down Serial1/2 unassigned YES unset administratively down down Ser

CCNA VTP 实验

VTP_Server#show vtp status VTP Version : 2 Configuration Revision : 0 Maximum VLANs supported locally : 68 Number of existing VLANs : 5 VTP Operating Mode : Server VTP Domain Name : VTP Pruning Mode : Disabled VTP V2 Mode : Disabled VTP Traps Generat

CCNA ACL 实验

在CCIE考试中,不能删除原先ACL条目只能修改 实验拓扑 确保接口和路由协议都是联通 需求如下 R4(config)#access-list 1 deny host 192.168.12.1 R4(config)#access-list 1 permit any sh run的结果 把条件应用到e0/2口上 R4(config)#int e0/2 R4(config-if)#ip access-group 1 in R4(config-if)#end R1 5个丢包 删除也很简单 R4(con