Horizontal split-by-the-art-VPN)

Source: Internet
Author: User

Topology of the test on the Kerberos split horizon Node

The network type we tested is frame Relay HUB-SPOKE. R1 establishes frame ing with R2 and R3, R1 is the hub end, and 2 and 3 are the spoke ends respectively. R2 only establishes a ing with R1, and R3 only establishes a ing with R1.

Configure Frame Relay:

R1 Configuration:

 
 
  1. R1 # conf t
  2. R1 (config) # int lo 0
  3. R1 (config-if) # ip add 1.1.1.1 255.255.255.0
  4. R1 (config-if) # no sh
  5. R1 (config-if) # int s0/0
  6. R1 (config-if) # ip add 11.1.1.1 255.255.255.0
  7. R1 (config-if) # encapsulation frame-relay
  8. R1 (config-if) # no arp frame-relay
  9. R1 (config-if) # no frame inverse-arp
  10. R1 (config-if) # frame map ip 11.1.1.2 102 broadcast
  11. R1 (config-if) # frame map ip 11.1.1.3 103 standard broadcast frame Relay configuration)
  12. R1 (config-if) # no sh

R2 Configuration:

 
 
  1. R2(config-if)#int s0/0  
  2. R2(config-if)#ip add 11.1.1.2 255.255.255.0  
  3. R2(config-if)#no sh  
  4. R2(config-if)#encapsulation frame-relay  
  5. R2(config-if)#no arp frame-relay  
  6. R2(config-if)#no frame inverse-arp  
  7. R2(config-if)#frame map ip 11.1.1.1 201 broadcast  
  8. R2(config-if)#no sh 

R3 Configuration:

 
 
  1. R3(config-if)#int s0/0  
  2. R3(config-if)#ip add 11.1.1.3 255.255.255.0  
  3. R3(config-if)#encapsulation frame-relay  
  4. R3(config-if)#no arp frame-relay  
  5. R3(config-if)#no frame inverse-arp  
  6. R3(config-if)#frame map ip 11.1.1.1 301 broadcast  
  7. R3(config-if)#no sh 


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.