Comprehensive GNS3 knowledge training experiment

Source: Internet
Author: User
Tags domain lookup

Use R3 to set the ip default-network 5.0.0.0 as the default gateway for R1 and R2 to access the Internet 111.111.111.111.
View the Management Distance and latency of the v5.0.0.0 routes by using show ip VPN to all, compare the AD/FD, calculate the va value, and set the v5.0.0 route to all.
In order to simulate non-overhead load balancing, the bandwidth and latency of the inbound interface of R2 are extended, and the bandwidth and latency of the inbound interface of R1 are reduced.
R1:
R1 # show run
Building configuration...
Current configuration: 1123 bytes
!
Version 12.4:
Service timestamps debug datetime msec
Service timestamps log datetime msec
No service password-encryption
!
Hostname R1
!
Boot-start-marker
Boot-end-marker
!
!
No aaa new-model
Memory-size iomem 5
Ip cef
!
!
!
!
No ip domain lookup
!
Multilink bundle-name authenticated
!
!
Key chain lizhen
Key 1
Key-string cisco
!
!
!
!
!
!
!
!
!
!
Interface FastEthernet0/0
Bandwidx 1000
Ip address 2.2.2.1 255.255.255.252
Ip authentication mode Kerberos 50 md5
Ip authentication key-chain Kerberos 50 lizhen
Delay100
Speed auto
Full-duplex
!
Interface Serial0/0
No ip address
Shutdown
Clock rate 2000000
!
Interface FastEthernet0/1
Ip address 1.1.1.1 255.255.255.252
Ip authentication mode Kerberos 50 md5
Ip authentication key-chain Kerberos 50 lizhen
Speed auto
Full-duplex
!
Interface Serial0/1
No ip address
Shutdown
Clock rate 2000000
!
Router VPN 50
Variance 10
Network 1.0.0.0
Network 2.0.0.0
Network 3.0.0.0
Auto-summary
!
!
!
Ip http server
No ip http secure-server
!
No cdp run
!
!
!
!
!
Control-plane
!
!
!
Line con 0
Exec-timeout 0 0
Logging synchronous
Line aux 0
Line vty 0 4
!
!
End
R2:
R2 # show run
Building configuration...
Current configuration: 1112 bytes
!
Version 12.4:
Service timestamps debug datetime msec
Service timestamps log datetime msec
No service password-encryption
!
Hostname R2
!
Boot-start-marker
Boot-end-marker
!
!
No aaa new-model
Memory-size iomem 5
Ip cef
!
!
!
!
No ip domain lookup
!
Multilink bundle-name authenticated
!
!
Key chain lizhen
Key 1
Key-string cisco
!
!
!
!
!
!
!
!
!
!
Interface FastEthernet0/0
Ip address 2.2.2.2 255.255.255.252
Ip authentication mode Kerberos 50 md5
Ip authentication key-chain Kerberos 50 lizhen
Speed auto
Full-duplex
!
Interface Serial0/0
No ip address
Shutdown
Clock rate 2000000
!
Interface FastEthernet0/1
Bandwidx 10000000
Ip address 3.3.3.1 255.255.255.252
Ip authentication mode Kerberos 50 md5
Ip authentication key-chain Kerberos 50 lizhen
Delay 1
Speed auto
Full-duplex
!
Interface Serial0/1
No ip address
Shutdown
Clock rate 2000000
!
Router VPN 50
Network 1.0.0.0
Network 2.0.0.0
Network 3.0.0.0
Auto-summary
!
!
!
Ip http server
No ip http secure-server
!
No cdp run
!
!
!
!
!
Control-plane
!
!
!
Line con 0
Exec-timeout 0 0
Logging synchronous
Line aux 0
Line vty 0 4
!
!
End
R3:
R3 (config) # do show run
Building configuration...
Current configuration: 1122 bytes
!
Version 12.4:
Service timestamps debug datetime msec
Service timestamps log datetime msec
No service password-encryption
!
Hostname r3
!
Boot-start-marker
Boot-end-marker
!
!
No aaa new-model
Memory-size iomem 5
Ip cef
!
!
!
!
No ip domain lookup
!
Multilink bundle-name authenticated
!
!
Key chain lizhen
Key 1
Key-string cisco
!
!
!
!
!
!
!
!
!
!
Interface FastEthernet0/0
Ip address 3.3.3.2 255.255.255.252
Ip authentication mode Kerberos 50 md5
Ip authentication key-chain Kerberos 50 lizhen
Speed auto
Full-duplex
!
Interface FastEthernet0/1
Ip address 1.1.1.2 255.255.255.252
Ip authentication mode Kerberos 50 md5
Ip authentication key-chain Kerberos 50 lizhen
Speed auto
Full-duplex
!
Interface FastEthernet1/0
Ip address 5.5.5.1 255.255.255.252
Speed auto
Full-duplex
!
Router VPN 50
Network 1.0.0.0
Network 2.0.0.0
Network 3.0.0.0
Network 5.0.0.0
Auto-summary
!
Ip default-network 5.0.0.0
Ip route 0.0.0.0 0.0.0.0 5.5.5.2
!
!
Ip http server
No ip http secure-server
!
No cdp run
!
!
!
!
!
Control-plane
!
!
!
Line con 0
Exec-timeout 0 0
Logging synchronous
Line aux 0
Line vty 0 4
Login
!
!
End
R4:
R4 # show run
Building configuration...
Current configuration: 743 bytes
!
Version 12.4:
Service timestamps debug datetime msec
Service timestamps log datetime msec
No service password-encryption
!
Hostname R4
!
Boot-start-marker
Boot-end-marker
!
!
No aaa new-model
Memory-size iomem 5
Ip cef
!
!
!
!
No ip domain lookup
!
Multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
Interface Loopback0
Ip address 111.111.111.111 255.255.255.0
!
Interface FastEthernet0/0
Ip address 5.5.5.2 255.255.255.252
Speed auto
Full-duplex
!
Interface FastEthernet0/1
No ip address
Shutdown
Duplex auto
Speed auto
!
Ip route 0.0.0.0 0.0.0.0 5.5.5.1
!
!
Ip http server
No ip http secure-server
!
No cdp run
!
!
!
!
!
Control-plane
!
!
!
Line con 0
Exec-timeout 0 0
Logging synchronous
Line aux 0
Line vty 0 4
!
!
End
R4 #
Author: "If you do not enter, return !"

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.