Example Description: RIP plaintext Verification

Source: Internet
Author: User

The steps for plaintext verification are as follows:

Topology

 

1. During plaintext authentication, when the authenticated Party sends the key chian, it sends the key with the lowest ID value without carrying the ID. After the authenticated party receives the key, compared with all the keys in your own key chain, if one key matches, it passes the authentication of the authenticated party.

2. Verification

The configuration on R1 is as follows:

 
 
  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 is configured as follows:

 
 
  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. Router route table results

 
 
  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 

The process of plaintext verification has been completed.

Edit recommendations]

  1. LAN interface types
  2. In-depth resolution routing redistribution 5)
  3. Vrodns DNS settings faults
  4. Distance command to modify the default Management Distance
  5. Router fault: Wan Fault Handling Analysis
  6. Familiar with cisco rommon for vro Maintenance

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.