字体大小: 正文
RIP 与 OSPF 验证方法总结(2005-11-23 13:22:40)
//// 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
 
加载中,请稍候...
  • 评论加载中,请稍候...

验证码:请点击后输入验证码  收听验证码

发评论

以上网友发言只代表其个人观点,不代表新浪网的观点或立场。

相关博文
读取中...
推荐博文
读取中...