Cisco Route-Dynamic Route entry-r1_1

Source: Internet
Author: User

I. Topology

Ii. Interface Configuration

R1 Configuration
R1 (config) # interface f0/0
R1 (config-if) # ip address 172.16.12.1 255.255.255.0
R1 (config-if) # no shutdown


R2 Configuration
R2 (config) # interface f0/0
R2 (config-if) # ip address 172.16.12.2 255.255.255.0
R2 (config-if) # no shutdown
R2 (config-if) # interface f0/1
R2 (config-if) # ip address 172.16.23.2 255.255.255.0
R2 (config-if) # no shutdown

R3 Configuration
R3 (config) # interface f0/0
R3 (config-if) # ip address 172.16.23.3 255.255.255.0
R3 (config-if) # no shutdown

 

Iii. Protocol configuration (r1_1)

 

R1 Configuration
R1 (config) # router rip
R1 (config-router) # no auto-summary (disable automatic summary)
R1 (config-router) # network 172.16.12.0

R2 Configuration
R2 (config) # router rip
R2 (config-router) # no auto-summary (disable automatic summary)
R2 (config-router) # network 172.16.12.0
R2 (config-router) # network 172.16.23.0


R3 Configuration
R3 (config) # router rip
R3 (config-router) # no auto-summary (disable automatic summary)
R3 (config-router) # network 172.16.23.0

 

Iv. Problem Description

1. Test

R1 # ping 172.16.23.3

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.23.3, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 62/62/63 ms2

2. Experiment description

After the RIP Protocol is started and configured, the router automatically learns the route entries of each route.

Author: "Linux beginner"

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.