Lab-configure RIPv2

Source: Internet
Author: User

Topology

Objective:

    • Configure RIPv2
    • Verify Connectivity

Background

Although RIP is rarely used in modern networks, it's useful as a foundation for understanding basic network routing. In this activity, you'll configure a default route, RIP version 2, with appropriate network statements and passive Inter Faces, and verify full connectivity.

Step 1:configure on R1.

A. Use the appropriate command to create a default route on R1 for all Internet traffic to exit the network through S1/1.
B. Enter RIP protocol configuration mode.
C. Use version 2 of the RIP protocol and disable the summarization of networks.
D. Configure RIP for the networks, connect to R1.
E. Configure the LAN port, contains no routers so, it does not send out any routing information.
F. Advertise the default route configured in step 1a with other RIP routers.
G. Save the configuration.

R1 (config) #ip Route 0.0.0.0 0.0.0.0 s0/0

R1 (config) #router rip

R1 (config-router) #version 2

R1 (config-router) #no autosummary

R1 (config-router) #network 192.168.1.0

R1 (config-router) #network 192.168.2.0

R1 (config-router) #passive-interface f0/0

R1 (config-router) #default-information originate

R1#write

Step 2:configure RIPv2 on R2.
A. Enter RIP protocol configuration mode.
B. Use version 2 of the RIP protocol and disable the summarization of networks.
C. Configure RIP for the networks directly connected to R2.
D. Configure the interface that contains no routers so it does not send out routing information.
E. Save the configuration.

R2 (config) #router rip

R2 (config-router) #version 2

R2 (config-router) #no autosummary

R2 (config-router) #network 192.168.2.0

R2 (config-router) #network 192.168.3.0

R1 (config-router) #network 192.168.4.0

R1 (config-router) #passive-interface f0/0

R1#write

Step 3:configure RIPv2 on R3
Repeat Step 2 on R3.

r1#show ip route | begin Ga
Gateway of last resort are 0.0.0.0 to network 0.0.0.0

C 202.100.1.0/24 is directly connected, SERIAL1/1
R 192.168.4.0/24 [120/1] via 192.168.2.2, 00:00:05, serial1/0
R 192.168.5.0/24 [120/2] via 192.168.2.2, 00:00:05, serial1/0
C 192.168.1.0/24 is directly connected, fastethernet0/0
C 192.168.2.0/24 is directly connected, serial1/0
R 192.168.3.0/24 [120/1] via 192.168.2.2, 00:00:05, serial1/0
S* 0.0.0.0/0 is directly connected, SERIAL1/1

r2#show ip route | begin Gateway
Gateway of last resort are 192.168.2.1 to network 0.0.0.0

C 192.168.4.0/24 is directly connected, SERIAL1/1
R 192.168.5.0/24 [120/1] via 192.168.4.2, 00:00:18, SERIAL1/1
R 192.168.1.0/24 [120/1] via 192.168.2.1, 00:00:17, serial1/0
C 192.168.2.0/24 is directly connected, serial1/0
C 192.168.3.0/24 is directly connected, fastethernet0/0
r* 0.0.0.0/0 [120/1] via 192.168.2.1, 00:00:17, serial1/0

R3#show IP Route | b Ga
Gateway of last resort are 192.168.4.1 to network 0.0.0.0

C 192.168.4.0/24 is directly connected, SERIAL1/1
C 192.168.5.0/24 is directly connected, fastethernet0/0
R 192.168.1.0/24 [120/2] via 192.168.4.1, 00:00:04, SERIAL1/1
R 192.168.2.0/24 [120/1] via 192.168.4.1, 00:00:04, SERIAL1/1
R 192.168.3.0/24 [120/1] via 192.168.4.1, 00:00:04, SERIAL1/1
r* 0.0.0.0/0 [120/2] via 192.168.4.1, 00:00:04, SERIAL1/1

r2#show IP Protocols
Routing Protocol is "RIP"
Outgoing update filter list for all interfaces are not set
Incoming Update filter list for all interfaces are not set
sending updates every seconds, next due in seconds
Invalid after seconds, flushed
Redistributing:rip
Default version Control:send version 2, receive version 2
Interface Send Recv triggered RIP key-chain
serial1/0 2 2
SERIAL1/1 2 2
Automatic network summarization is not in effect
Maximum Path:4
Routing for Networks:
192.168.2.0
192.168.3.0
192.168.4.0
Passive Interface (s):
fastethernet0/0
Routing Information Sources:
Gateway Distance Last Update
192.168.2.1 120 00:00:11
192.168.4.2 120 00:00:11
Distance: (default is)

Lab-configure RIPv2

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.