自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

實例講解RIP的明文驗證

網(wǎng)絡 路由交換
明文認證的匹配原則:發(fā)送方發(fā)送最小KEY ID的密鑰;不攜帶K ID號碼;接受方會和所有的KEY chain中的密鑰匹配,如果匹配成功,則通過。下面讓我們通過實例來看一下明文驗證步驟。

明文驗證步驟如下:

拓撲如圖:

 

1、明文認證時,被認證方發(fā)送key chian時,發(fā)送最低ID值的key,并且不攜帶ID;認證方接收到key后,和自己key chain的全部key進行比較,只要有一個key匹配就通過對被認證方的認證。

2、驗證

R1上配置為:

  1. key chain rip-key  
  2.  
  3. key 1  
  4.  
  5. key-string ccxx02  
  6.  
  7. !  
  8.  
  9. interface FastEthernet0/0  
  10.  
  11. ip address 192.168.12.1 255.255.255.0  
  12.  
  13. ip rip authentication key-chain rip-key 

R2上配置為:

  1. key chain rip-key  
  2.  
  3. key 1  
  4.  
  5. key-string ccxx01  
  6.  
  7. key 2  
  8.  
  9. key-string ccxx02  
  10.  
  11. !  
  12.  
  13. interface FastEthernet0/0  
  14.  
  15. ip address 192.168.12.2 255.255.255.0  
  16.  
  17. ip rip authentication key-chain rip-key 

3、路由器的路由表結果

  1. R1#show ip route  
  2.  
  3. Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP  
  4.  
  5. D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area  
  6.  
  7. N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2  
  8.  
  9. E1 - OSPF external type 1, E2 - OSPF external type 2  
  10.  
  11. i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2  
  12.  
  13. ia - IS-IS inter area, * - candidate default, U - per-user static route  
  14.  
  15. o - ODR, P - periodic downloaded static route  
  16.  
  17. Gateway of last resort is not set  
  18.  
  19. C    192.168.12.0/24 is directly connected, FastEthernet0/0  
  20.  
  21. C    192.168.1.0/24 is directly connected, Loopback0 
  1. R2#show ip route  
  2.  
  3. Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP  
  4.  
  5. D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area  
  6.  
  7. N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2  
  8.  
  9. E1 - OSPF external type 1, E2 - OSPF external type 2  
  10.  
  11. i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2  
  12.  
  13. ia - IS-IS inter area, * - candidate default, U - per-user static route  
  14.  
  15. o - ODR, P - periodic downloaded static route  
  16.  
  17. Gateway of last resort is not set  
  18.  
  19. C    192.168.12.0/24 is directly connected, FastEthernet0/0  
  20.  
  21. R    192.168.1.0/24 [120/1] via 192.168.12.1, 00:00:15, FastEthernet0/0  
  22.  
  23. C    192.168.2.0/24 is directly connected, Loopback0 

明文驗證的過程就為大家介紹完了,希望大家已經(jīng)掌握。

【編輯推薦】

  1. 局域網(wǎng)接口種類介紹
  2. 深入解析路由重分發(fā)(5)
  3. 實例講解路由器DNS設置故障
  4. Distance 命令修改默認管理距離
  5. 路由器故障:廣域網(wǎng)故障處理分析
  6. 熟練使用cisco rommon維護路由器 上篇
責任編輯:佚名 來源: Cisco技術
相關推薦

2011-04-01 09:04:09

RIP

2010-08-06 09:38:58

RIP報文

2009-06-09 11:23:23

思科ripsecondary 地

2010-06-10 15:46:07

RIP路由協(xié)議

2009-12-15 14:29:52

RIP路由協(xié)議

2010-08-06 09:47:36

RIP路由協(xié)議

2011-05-23 13:24:01

2009-12-25 17:39:01

WPF驗證

2009-11-23 17:31:49

PHP時間戳

2009-11-23 20:16:17

PHP接口特性

2013-01-10 14:54:48

Android開發(fā)組件Intent

2010-06-03 18:22:38

Hadoop

2010-09-14 17:20:57

2011-04-02 16:37:26

PAT

2009-11-23 15:32:13

PHP獲取遠程URL

2010-04-20 16:34:31

2009-11-23 14:44:22

PHP 5.0構造函數(shù)

2010-09-03 10:23:49

PPP Multili

2011-04-02 16:33:33

2009-08-28 16:37:32

C# for循環(huán)
點贊
收藏

51CTO技術棧公眾號