CCNP之BSCI实验6:EIGRP验证

实验的目的:

1.       掌握EIGRP验证的配置。

实验拓扑:

实验步骤:

1.  按给出的拓扑图配置路由器的IP

2.  配置好EIGRP,自治号为1.

3.  分别在配置验证前后查看邻居和路由表

4.  先在R1上配置EIGRP验证,完后看看R1,R2的邻接关系,及EIGRP的情况。

5.  在R2上配置EIGRP验证,看看R1,R2的邻接关系,及EIGRP的情况。

r1(config)#int loo 1

r1(config-if)#ip add

*Mar  1 00:02:39.031: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up

r1(config-if)#ip add 1.1.1.1 255.255.255.0

r1(config-if)#exit

r1(config)#do sh contr s0/0

M4T: show controller:

PAS unit 0, subunit 0, f/w version 1-45, rev ID 0x2800001, version 1

idb = 0x6414B118, ds = 0x6414C1E0, ssb=0x6414C59C

Clock mux=0x0, ucmd_ctrl=0x0, port_status=0x7B

Serial config=0x8, line config=0x200

maxdgram=1608, bufpool=78Kb, 120 particles

DCD=up  DSR=up  DTR=up  RTS=up  CTS=up

line state: down

cable type : V.11 (X.21) DCE cable, received clockrate 2015232

base0 registers=0x3C000000, base1 registers=0x3C002000

mxt_ds=0x64666130, rx ring entries=78, tx ring entries=128

rxring=0x7B237A0, rxr shadow=0x64152BF8, rx_head=9

txring=0x7B23A60, txr shadow=0x64152FD4, tx_head=9, tx_tail=9, tx_count=0

throttled=0, enabled=0

halted=0, last halt reason=0

Microcode fatal errors=0

rx_no_eop_err=0, rx_no_stp_err=0, rx_no_eop_stp_err=0

rx_no_buf=0, rx_soft_overrun_err=0, dump_err= 0, bogus=0, mxt_flags=0x0

tx_underrun_err=0, tx_soft_underrun_err=0, tx_limited=1(2)

tx_fullring=0, tx_started=9, mxt_flush_count=1

rx_int_count=9, tx_int_count=11

r1(config)#int s0/0

r1(config-if)#clo r 64000

r1(config-if)#ip add 172.16.1.1 255.255.255.0

r1(config-if)#no sh

r1(config-if)#

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

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

r1(config-if)#

*Mar  1 00:04:15.179: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to down

r1(config-if)#

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

r1(config-if)#exit

r1(config)#router eigrp 1

r1(config-router)#no au

r1(config-router)#net 1.1.1.0

r1(config-router)#net 172.16.0.0

r1(config-router)#

*Mar  1 00:05:06.859: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 172.16.1.2 (Serial0/0) is up: new adjacency

r1(config-router)#do sh ip eigrp nei

IP-EIGRP neighbors for process 1

H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq

(sec)         (ms)       Cnt Num

0   172.16.1.2              Se0/0             11 00:00:16   78   702  0  3

r1(config-router)#do sh ip route

Codes: C - connected, S - static, 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

i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2

ia - IS-IS inter area, * - candidate default, U - per-user static route

o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

1.0.0.0/24 is subnetted, 1 subnets

C       1.1.1.0 is directly connected, Loopback1

2.0.0.0/24 is subnetted, 1 subnets

D       2.2.2.0 [90/2297856] via 172.16.1.2, 00:00:33, Serial0/0

172.16.0.0/24 is subnetted, 1 subnets

C       172.16.1.0 is directly connected, Serial0/0配置EIGRP验证前,有到2.2.2.0这个网络的路由

r1(config-router)#exit

r1(config)#key chain hao 创建密钥

r1(config-keychain)#key 1 创建密钥1

r1(config-keychain-key)#key-string cisco 验证的密码

r1(config-keychain-key)#end

r1#conf t

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

r1#conf t

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

r1(config)#int s0/0

r1(config-if)#ip authentication key-chain eigrp 1 hao 设置使用那个密钥组来做验证

r1(config-if)#ip

*Mar  1 00:07:23.479: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 172.16.1.2 (Serial0/0) is down: keychain changed

*Mar  1 00:07:24.215: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 172.16.1.2 (Serial0/0) is up: new adjacency

r1(config-if)#ip authentication mode eigrp 1 md5 设置验证方式MD5

r1(config-if)#

*Mar  1 00:07:48.495: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 172.16.1.2 (Serial0/0) is down: authentication mode changed

r1(config-if)#do sh ip eigrp nei

IP-EIGRP neighbors for process 1 未在R2上配置验证前,R1,R2邻居关系丢了

r1(config-if)#

*Mar  1 00:10:18.555: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 172.16.1.2 (Serial0/0) is up: new adjacency

r1(config-if)#do sh ip eigrp nei    R1,R2都配置验证后,邻居关系正常

IP-EIGRP neighbors for process 1

H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq

(sec)         (ms)       Cnt Num

0   172.16.1.2              Se0/0             10 00:00:36   80   480  0  12

r1(config-if)#do sh ip route

Codes: C - connected, S - static, 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

i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2

ia - IS-IS inter area, * - candidate default, U - per-user static route

o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

1.0.0.0/24 is subnetted, 1 subnets

C       1.1.1.0 is directly connected, Loopback1

2.0.0.0/24 is subnetted, 1 subnets

D       2.2.2.0 [90/2297856] via 172.16.1.2, 00:00:40, Serial0/0

172.16.0.0/24 is subnetted, 1 subnets

C       172.16.1.0 is directly connected, Serial0/0   路由也正常

r1(config-if)#do wr

r2(config)#int loo 1

r2(config-if)#ip add 2.2.

*Mar  1 00:04:07.815: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up

r2(config-if)#ip add 2.2.2.2 255.255.255.0

r2(config-if)#exit

r2(config)#int s0/0

r2(config-if)#ip add 172.16.1.2 255.255.255.0

r2(config-if)#no sh

r2(config-if)#exit

r2(config)#router e

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

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

r2(config)#router eigrp 1

r2(config-router)#no au

r2(config-router)#net 2.2.2.0

r2(config-router)#net 172.16.0.0

r2(config-router)#

*Mar  1 00:05:06.423: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 172.16.1.1 (Serial0/0) is up: new adjacency

r2(config-router)#do sh ip eigrp nei

IP-EIGRP neighbors for process 1

H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq

(sec)         (ms)       Cnt Num

0   172.16.1.1              Se0/0             11 00:00:27  116   696  0  3

r2(config-router)#do sh ip route

Codes: C - connected, S - static, 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

i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2

ia - IS-IS inter area, * - candidate default, U - per-user static route

o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

1.0.0.0/24 is subnetted, 1 subnets

D       1.1.1.0 [90/2297856] via 172.16.1.1, 00:00:49, Serial0/0

2.0.0.0/24 is subnetted, 1 subnets

C       2.2.2.0 is directly connected, Loopback1

172.16.0.0/24 is subnetted, 1 subnets

C       172.16.1.0 is directly connected, Serial0/0

r2(config-router)#

*Mar  1 00:07:23.115: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 172.16.1.1 (Serial0/0) is down: Interface Goodbye received

*Mar  1 00:07:23.903: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 172.16.1.1 (Serial0/0) is up: new adjacency

r2(config-router)#

*Mar  1 00:07:48.131: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 172.16.1.1 (Serial0/0) is down: Auth failure

r2(config-router)#do sh ip eigrp nei

IP-EIGRP neighbors for process 1

r2(config-router)#exit

r2(config)#key chain hao

r2(config-keychain)#key 1

r2(config-keychain-key)#key-string cisco

r2(config-keychain-key)#exit

r2(config-keychain)#exit

r2(config)#int s0/0

r2(config-if)#ip authencation key-chain eigrp 1 hao

^

% Invalid input detected at '^' marker.

r2(config-if)#ip authentication key-chain eigrp 1 hao

r2(config-if)#ip authentication mod eigrp 1 md5

r2(config-if)#

*Mar  1 00:10:18.107: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 172.16.1.1 (Serial0/0) is up: new adjacency

r2(config-if)#

r2(config-if)#do sh ip eigrp nei

IP-EIGRP neighbors for process 1

H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq

(sec)         (ms)       Cnt Num

0   172.16.1.1              Se0/0             10 00:00:23   99   594  0  12

r2(config-if)#do wr

转载于:https://blog.51cto.com/gauyanm/288506

CCNP之BSCI实验6:EIGRP验证相关推荐

  1. CCNA CCNP CCIE所有实验名称完整版

    只能仅供参考了!具体的实验内容就没了,失望了! 实验1:通过Console端口访问Cisco路由器 实验2:通过Telnet访问Cisco路由器 实验3:配置终端服务器 实验4:通过浏览器访问路由器 ...

  2. 《计算机网络实验教程》——验证性实验

    文章目录 一.简介 二.验证性实验 ipconfig ping tracert ARP DHCP netstat DNS cache 一.简介 实验教程原网页来自棋歌教学网 本计算机网络实验教程由验证 ...

  3. 计算机网络实验一:验证性实验

    Chris的计算机网络实验一:验证性实验 Ipconfig Ipconfig 概念 Ipconfig 实作一 Ping Ping 概念 Ping 实作一 Ping 实作二 Tracert Tracer ...

  4. [生命科学] 生物基础实验之PCR验证

    生物基础实验之PCR验证 文章目录 生物基础实验之PCR验证 实验步骤一 实验步骤二 实验步骤三 配胶 实验步骤四 电泳 实验步骤五 跑胶 实验步骤一 在离心管加入7.5μL Master Mix 溶 ...

  5. 在远程FPGA虚拟实验平台上验证七段译码器

    在远程FPGA虚拟实验平台上验证七段译码器 VirtualBoard模块代码 SevenSegDecode模块代码 在远程FPGA实验平台验证七段译码器 第一步:申请实验板 第二步:加载 FPGA 电 ...

  6. CCNP之IS-IS实验

    今天复习了CCNP中的IS-IS章节,了解了概念之后最重要的还是动手实验了.在实验中体会所学的知识点是如何运用的是最重要的.学CISCO这么久,老是感觉自己的记性一日不如一日,不过没办法,不学习的话要 ...

  7. 实验4-2-3 pta验证“哥德巴赫猜想” (20分)

    验证"哥德巴赫猜想" (20分) 数学领域著名的"哥德巴赫猜想"的大致意思是:任何一个大于2的偶数总能表示为两个素数之和.比如:24=5+19,其中5和19都是 ...

  8. 克隆需要验证_[实验技巧]CRISPR实验中如何验证编辑?

    在CRISPR/Cas9基因组编辑实验中,如果你已经构建好了gRNA表达载体,并利用Cas9将它引入了目标细胞,那么恭喜你!成功就在眼前,指日可待.下一步,你还要验证一下,看看细胞的编辑是否如你所愿. ...

  9. BSCI实验之十三:配置点到点链路OSPF及认证

    实验拓扑: 实验要求:分别在RA/RB/RC(即图中的R1/R2/R3)上启用OSPF,注意观察它们的网络类型以及邻居关系,并观察认证后的特点. 实验目的:熟练进行点到点OSPF的基本配置和认证调试. ...

最新文章

  1. ashx导出dataTable为Excel
  2. wcf http 返回图片
  3. WCF方法拦截及OperationInvoker传递参数到WCF方法的实现
  4. tdk磁材手册_TDK的铁氧体磁铁(FB系列) - TDK Product Center.PDF
  5. 配置spring整合jpa自动生成数据表
  6. POJ2594 Treasure Exploration
  7. linux 安全审计
  8. JdbcTemplate(概念和准备)
  9. PAT甲级1020(附带前中序遍历の绝对干货)
  10. 20个最强的基于浏览器的在线代码编辑器
  11. QT 基于饼状图的一个抽奖系统
  12. matlab中数字分频器的,数字分频器原理及设计.pdf
  13. android relativelayout 垂直居中,RelativeLayout子控件垂直居中
  14. 拼多多商家如何采集整店商品上传?
  15. MSP430单片机,大学的回忆
  16. Eclipse代码/目录虚线对齐设置
  17. 计算机未设置无线网络,没有电脑怎么设置无线路由器
  18. html页面的dtd是什么意思,html dtd文件解释
  19. c语言解一元一次方程(及一元高次方程)
  20. 量化投资 | 统计套利策略

热门文章

  1. Cordic算法——圆周系统之向量模式
  2. 【 Notes 】 AGPS or Assisted GPS
  3. Vue源码探究-全局API
  4. 享元模式 FlyWeight 结构型 设计模式(十五)
  5. jQuery给input CheckBox的值查询的一致就选中
  6. Filemanager 的使用
  7. 113 - Power of Cryptography 浮点数 pow()函数
  8. 正则表达式中grep,sed的用法(包括基本的正则表达式和扩展的正则表达式)
  9. 艾伟_转载:把事件当作对象进行传递
  10. 鸿蒙铝模脱模剂,铝模采用这项技术,前3层不需再涂油性脱模剂,将成铝模出厂标配...