RIP Routing Lab Having Two Routers and Total Three Network- A cisco Packet Tracer Lab CCNA

Posted: 15 Feb 2021 in CCNA
Tags: , ,

RIP Routing Lab Having Two Routers and Total Three Network- A cisco Packet Tracer Lab CCNA.

RIP configuration using Two routers using cisco packet tracer. This is an easy example to show how to configure RIP on Cisco Routers.

RIP routing is used by Small and Mid Level companies. There is no difference in RIPv1 and RIPv2 Configuration.

In RIP routing we just have to mention the directly connected Network.

Syntax for RIP Routing is something like this:

 

#configure terminal

#router rip

#version 2

#network <directly connected network>

 

RIPv2 Routing Configuration on Router R1:

 

R1(config)#router rip

R1(config-router)#version 2

R1(config-router)#network 1.0.0.0

R1(config-router)#network 2.0.0.0

R1(config-router)#

 

RIPv2 Routing Configuration on Router R2:

 

Router(config)#host R2

R2(config)#router rip

R2(config-router)#version 2

R2(config-router)#network 2.0.0.0

R2(config-router)#network 3.0.0.0

R2(config-router)#

 

RIP Routing Troubleshooting:


 

R1#show ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

Gateway of last resort is not set

C 1.0.0.0/8 is directly connected, FastEthernet0/0

C 2.0.0.0/8 is directly connected, FastEthernet0/1

R 3.0.0.0/8 [120/1] via 2.0.0.2, 00:00:14, FastEthernet0/1

 

Find Routing Protocol configured on Router:


R1#show ip protocol

Routing Protocol is "rip"

Sending updates every 30 seconds, next due in 15 seconds

Invalid after 180 seconds, hold down 180, flushed after 240

Outgoing update filter list for all interfaces is not set

Incoming update filter list for all interfaces is not set

Redistributing: rip

Default version control: send version 2, receive 2

Interface Send Recv Triggered RIP Key-chain

FastEthernet0/0 2 2

FastEthernet0/1 2 2

Automatic network summarization is in effect

Maximum path: 4

Routing for Networks:

1.0.0.0

2.0.0.0

Passive Interface(s):

Routing Information Sources:

Gateway Distance Last Update

2.0.0.2 120 00:00:05

Distance: (default is 120)
Advertisement

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.