加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

RIP 与 OSPF 验证方法总结

(2005-11-23 13:22:40)
分类: ~~~ IGP ~~~
//// ospf ////
 
int lo0
  ip ad 1.1.1.1 255.255.255.255
 
router os 1
  router-id 1.1.1.1
  net 1.1.1.1 0.0.0.0 a 0
  area 0 authentication message-digest  //密文验证
  area 0 authentication   //明文验证
 
int lo0
  ip ospf message-digest-key 1 md5 passxxxxxxxxxx  //密文验证
  ip ospf authentication-key textyyyyyyyyyyyy  //明文验证
 
 
 
 
//// rip ////
 
int lo0
  ip ad 1.1.1.1 255.255.255.255
 
router rip
  net 1.0.0.0
 
int lo0
  ip rip authentication mode md5|text    //密文或明文验证
  ip rip authentication key xxxx
 
key chain xxxx
  key 1
    key-string passxxxxxxxx
 

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有