博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
RIPv2认证配置
阅读量:5881 次
发布时间:2019-06-19

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

配置步骤:

1、定义密钥链名称   
      
key chain 密钥链名称
2、在密钥链上定义密钥(可以定义多个密钥)
      
key 1 
      key-string 密码
3、在指定接口上应用密钥链
      
int f0/0
      ip rip authentication key-chain 密钥链名称
      ip rip authentication mode md5
4、在指定接口上使用的认证类型是明文还是MD5
     
 int f0/0
      ip rip authentication mode md5
排错命令:
debug ip rip
show ip rip datebase
R1#show ip rip database
1.0.0.0/8    auto-summary
1.1.1.0/24    directly connected, Loopback0
2.0.0.0/8    auto-summary
2.0.0.0/8
    [1] via 192.168.1.2, 00:00:06, FastEthernet0/0
192.168.1.0/24    auto-summary
192.168.1.0/30    directly connected, FastEthernet0/0
*Mar  1 00:16:09.651: RIP: sending v2 update to 224.0.0.9 via FastEthernet0/0 (192.168.1.1)
*Mar  1 00:16:09.651: RIP: build update entries
*Mar  1 00:16:09.651:   1.0.0.0/8 via 0.0.0.0, metric 1, tag 0
*Mar  1 00:16:10.311: RIP: sending v2 update to 224.0.0.9 via Loopback0 (1.1.1.1)
*Mar  1 00:16:10.311: RIP: build update entries
*Mar  1 00:16:10.311:   2.0.0.0/8 via 0.0.0.0, metric 1, tag 0
*Mar  1 00:16:10.315:   192.168.1.0/24 via 0.0.0.0, metric 1, tag 0
*Mar  1 00:16:10.319: RIP: ignored v2 packet from 1.1.1.1 (sourced from one of our addresses)
R1#
*Mar  1 00:16:19.731: RIP: received packet with MD5 authentication
*Mar  1 00:16:19.731: RIP: received v2 update from 192.168.1.2 on FastEthernet0/0
*Mar  1 00:16:19.735:      2.0.0.0/8 via 0.0.0.0 in 1 hops
本文转自zcm8483 51CTO博客,原文链接:http://blog.51cto.com/haolun/993129

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

你可能感兴趣的文章
java递归理解
查看>>
工业大数据分析平台的应用价值探讨
查看>>
使用maven引入slf4j、logback时发生冲突
查看>>
课堂作业之找小水王
查看>>
团队编程需求分析
查看>>
Repost: Move semantics and smart pointers by Alex --- learncpp
查看>>
js中的 !! 和 ! 的区别
查看>>
ueditor内容带格式回显(html字符串回显)
查看>>
Mysql 函数
查看>>
spring源码-增强容器xml解析-3.1
查看>>
使用iSCSI Target创建集中式安全存储(一)
查看>>
18.一篇文章,从源码深入详解ThreadLocal内存泄漏问题
查看>>
Java网络编程和NIO详解7:浅谈 Linux 中NIO Selector 的实现原理
查看>>
CSS列表
查看>>
proc文件系统探索 之 根目录下的文件[1]
查看>>
Multi-Byte Character Set & Unicode Character Set
查看>>
int,NSInteger,NSUInteger,NSNumber
查看>>
linux并发控制之中断屏蔽
查看>>
檢查RAC狀態
查看>>
页面无刷新 省市二级联动
查看>>