博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
cisco上的RIP V2加上MD5认证配置测试成功
阅读量:6811 次
发布时间:2019-06-26

本文共 2181 字,大约阅读时间需要 7 分钟。

R1:

Router#show runBuilding configuration...Current configuration : 1133 bytes!version 12.3service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption!hostname Router!boot-start-markerboot-end-marker!!no aaa new-modelip subnet-zero!!!ip cef!!!key chain RIP-MK5-KEY key 1  key-string ripv2md5!!!!!!!!!!!! !!!!interface Loopback0 ip address 1.1.1.1 255.255.255.0!interface FastEthernet0/0 ip address 12.0.0.1 255.255.255.0 ip rip authentication mode md5 ip rip authentication key-chain RIP-MK5-KEY duplex auto speed auto!interface FastEthernet0/1 no ip address shutdown duplex auto speed auto!interface Serial1/0 ip address 21.0.0.1 255.255.255.0 serial restart-delay 0!interface Serial1/1 no ip address shutdown serial restart-delay 0!interface Serial1/2 no ip address shutdown  serial restart-delay 0!interface Serial1/3 no ip address shutdown serial restart-delay 0!router rip version 2 passive-interface Loopback0 network 1.0.0.0 network 12.0.0.0 network 21.0.0.0!ip http serverno ip http secure-serverip classless!!!!!!         !!!!!!line con 0line aux 0line vty 0 4!end

 

R2:

Router#show runBuilding configuration...Current configuration : 1059 bytes!version 12.3service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption!hostname Router!boot-start-markerboot-end-marker!!no aaa new-modelip subnet-zero!!!ip cef!!!key chain RIP-MK5-KEY key 1  key-string ripv2md5!!!!!!!!!!!! !!!!interface FastEthernet0/0 ip address 12.0.0.2 255.255.255.0 ip rip authentication mode md5 ip rip authentication key-chain RIP-MK5-KEY duplex auto speed auto!interface FastEthernet0/1 ip address 23.0.0.2 255.255.255.0 duplex auto speed auto!interface Serial1/0 ip address 21.0.0.2 255.255.255.0 serial restart-delay 0!interface Serial1/1 no ip address shutdown serial restart-delay 0!interface Serial1/2 no ip address shutdown serial restart-delay 0!interface Serial1/3 no ip address shutdown serial restart-delay 0!router rip version 2 network 12.0.0.0 network 21.0.0.0 network 23.0.0.0!ip http serverno ip http secure-serverip classless!!!!!!!!!!!         !line con 0line aux 0line vty 0 4!end

 

拓朴结构同前.

测试过程:

转载地址:http://hpwzl.baihongyu.com/

你可能感兴趣的文章
一步一步写一个简单通用的makefile(三)
查看>>
asp and javascript: sql server export data to csv and to xls
查看>>
一起谈.NET技术,.NET框架:为什么我们要尽量使用框架内建的功能,而不是重新发明...
查看>>
云计算中我们是否需要LAMP的PaaS?
查看>>
研究称Android内核存在漏洞 黑客可窃取电邮
查看>>
C#缺省参数可以让代码变得更加简洁明了与时俱进心里敞亮了很多了
查看>>
【自然框架】js版的QuickPager分页控件 V2.0
查看>>
poj-2049 Finding Nemo *
查看>>
模块化编程本质探讨
查看>>
利用博客与视频分享和交流知识和经验
查看>>
知道二叉树前序和中序序列打印后序序列
查看>>
js操作dom对象
查看>>
由于未能创建 Microsoft Visual C# 2008 编译器,因此未能打开项目
查看>>
Windows2003服务器安全配置:先关闭不需要的端口(转自)
查看>>
HDU1247 Hat’s Words 【trie树】
查看>>
iOS开发--动画篇之layout动画深入
查看>>
nullpointerxception——处理思路
查看>>
WorldWind源码剖析系列:视景体类Frustum
查看>>
(转)完整java开发中JDBC连接数据库代码和步骤
查看>>
Redis Lua脚本原理
查看>>