- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
OSPF域内验证实验报告
OSPF 认证实验报告
一、实验需求
1.接口认证和区域认证的联系与区别
2 .明文认证和密文认证的联系与区别
二、实验配置
基本配置已完成,即每个路由器相关接口起用IP,每个路由器起用OSPF 进程,全网通。
1. 接口认证基本配置:AC 网段起用明文认证,CD 网段起用密文认证
A
Int s0
Ip ospf authentication …………………………………………………….起用明文认证
Ip ospf authentication-key spoto……………………………………. 认证密码spoto
此时等待一段时间,AC 之间的OSPF 邻居关系关闭。因为一边hello 包中的认证类型不
匹配,无法建立邻居关系。
*Mar 1 00:12:14.731: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.1.2 on Serial0/0 from
FULL to DOWN, Neighbor Down: Dead timer expired
C
Int s0
Ip ospf authentication
Ip ospf authentication-key spoto……………………………………两边接口同时明文认证,且key
相同,则邻居关系重新建立。
Int e0
Ip ospf authentication message-digest
Ip ospf message-digest-key 1 md5 spoto
D
Int e0
Ip ospf authentication message-digest
Ip ospf message-digest-key 1 md5 spoto
两边同时启用密文验证,且key 相同,则邻居关系重新建立。
*Mar 1 00:17:06.839: %OSPF-5-ADJCHG: Process 1, Nbr 10.10.10.2 on Ethernet1/0 from
LOADING to FULL, Loading Done
2.区域认证基本配置
A,B,C,D 在OSFP 1 area 0 。全网通。认证是基于区域配置的,所以每个进程下启用相应
的认证类型。
Router ospf 1
Area 0 authentication [message-digest] 启用区域明文认证【密文认证】。
接着为区域内每个接口启用不同的接口认证。
Ip ospf authentication-key key……………………………………………………. 明文认证
Ip ospf message-digest-key key ID md5 [0-7/LINE]……………………密文认证
Key ID :1-255 ;使用 MD5 算法;encryption type :0-7 0 for not yet encrypted,7 for
proprietary;LINE:the ospf password (key) (maximum 16 characters)
1)明文认证
A
Int s0
Ip ospf authentication-key cisco
Router ospf 1
Area 0 authentication
B
Int s0
Ip ospf authentication-key cisco
Router ospf 1
Area 0 authentication
C
Int s0
Ip ospf authentication-key cisco
Int s1
ip ospf authentication-key cisco
router ospf 1
int e0
您可能关注的文档
- Molecular Dynamics Simulations of Lipid Bilayers Major Artifacts due to Truncating Electros.pdf
- Molecular Formula Analysis by an MS_MS_MS Technique To Expedite Dereplication of Natural Products.pdf
- Mondrian_Schema(多维分析)属性详解.doc
- Moodle二次开发文档.doc
- MOS Excel Expert(专家级)模拟题.doc
- MOSI_一种基于超长指令字处理器的同时多线程微体系结构.pdf
- Most Earthlike Planets Found Yet类地行星发现最新进展.pdf
- MOSHIV量表简体中文版的翻译修订及信度的效度评价.pdf
- Movement Control Methods for Complex, Dynamically Simulated Agents Adonis Dances the Macare.pdf
- Mo在c中的使用.doc
文档评论(0)