0% found this document useful (0 votes)
35 views2 pages

RIP Configuration in Cisco Packet Tracer

The document outlines the configuration of the Routing Information Protocol (RIP) in Cisco Packet Tracer, detailing the setup for PCs and routers. It includes specific IP addresses, subnet masks, and commands for enabling interfaces and configuring RIP on two routers. Additionally, it provides a method to verify the configuration by pinging between PCs.

Uploaded by

bhaskarpyt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views2 pages

RIP Configuration in Cisco Packet Tracer

The document outlines the configuration of the Routing Information Protocol (RIP) in Cisco Packet Tracer, detailing the setup for PCs and routers. It includes specific IP addresses, subnet masks, and commands for enabling interfaces and configuring RIP on two routers. Additionally, it provides a method to verify the configuration by pinging between PCs.

Uploaded by

bhaskarpyt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Configuration of

RIP (Routing Information Protocol)


AIM: Configuration of RIP (Routing Information Protocol) in Cisco Packet Tracer

Network Topology

Configuration for PCs

PC4 PC5
IP Address: [Link] IP Address: [Link]
Subnet Mask: [Link] Subnet Mask: [Link]
Default Gateway: [Link] Default Gateway: [Link]

PC6 PC7
IP Address: [Link] IP Address: [Link]
Subnet Mask: [Link] Subnet Mask: [Link]
Default Gateway: [Link] Default Gateway: [Link]

Configuration for Routers

Fast Ethernet Port Configuration

Router 8 Router 9
Router>en Router>en
Router#config t Router#config t
Router(config)# int f0/0 Router(config)# int f0/0
Router(config-if)# ip address [Link] [Link] Router(config-if)# ip address [Link] [Link]
Router(config-if)# no shut Router(config-if)# no shut

Serial Port Configuration

Router 8 Router 9
Router#config t Router#config t
Router(config)# int s2/0 Router(config)# int s2/0
Router(config-if)# ip address [Link] [Link] Router(config-if)# ip address [Link] [Link]
Router(config-if)# no shut Router(config-if)# no shut
RIP Configuration
Router 8 Router 9
Router#config t Router#config t
Router(config)# router rip Router(config)# router rip
Router(config-router)# network [Link] Router(config-router)# network [Link]
Router(config-router)# network [Link] Router(config-router)# network [Link]

Output

To check whether the OSPF configuration is running properly lets go to the command prompt
of PC4 and give the following command as below

C:\>ping [Link] (pinging PC6)

The output is as follows

You might also like