首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >eigrp_lab3

eigrp_lab3

作者头像
py3study
发布2020-01-10 17:40:47
发布2020-01-10 17:40:47
3K0
举报
文章被收录于专栏:python3python3

拓扑图:

配置:

R1:

key chain ccna  key 1   key-string cisco call rsvp-sync !

interface Loopback1  ip address 1.1.1.1 255.255.255.0 ! interface Serial1/0  ip address 12.1.1.1 255.255.255.0  ip authentication mode eigrp 1 md5  ip authentication key-chain eigrp 1 ccna  serial restart-delay 0 ! router eigrp 1  network 1.0.0.0  network 12.0.0.0  no auto-summary

R2:

key chain ccna  key 1   key-string cisco call rsvp-sync ! interface Serial1/0  ip address 12.1.1.2 255.255.255.0  ip authentication mode eigrp 1 md5  ip authentication key-chain eigrp 1 ccna  serial restart-delay 0 ! interface Serial1/1  ip address 23.1.1.1 255.255.255.0  ip authentication mode eigrp 1 md5  ip authentication key-chain eigrp 1 ccna  serial restart-delay 0 ! router eigrp 1  network 12.0.0.0  network 23.0.0.0  no auto-summary !

R3:

key chain ccna  key 1   key-string ccie call rsvp-sync ! interface Loopback1  ip address 3.3.3.3 255.255.255.0 ! interface Serial1/0  ip address 23.1.1.2 255.255.255.0  ip authentication mode eigrp 1 md5  ip authentication key-chain eigrp 1 ccna  serial restart-delay 0 ! router eigrp 1  network 3.0.0.0  network 23.0.0.0  no auto-summary !

说明

1.R1与R2验证是成功的,因为他们的key ID和密钥都是相同的

2.R2和R3验证不成功,因为他们钥匙链的密钥不相同

DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 23.1.1.1 (Serial1/0) is down: Auth failure

R3#debug eigrp packet

EIGRP:  key id = 1, authentication mismatch

EIGRP: Serial1/0: ignored packet from 23.1.1.1, opcode = 5 (invalid authentication)

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2019/08/25 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档