0% found this document useful (0 votes)
10 views3 pages

Configuring RIP for Dynamic Routing

The document describes configuring RIP routing on three routers to exchange routing information between their connected networks. RIP is configured on interfaces and networks of each router to dynamically share routes.

Uploaded by

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

Configuring RIP for Dynamic Routing

The document describes configuring RIP routing on three routers to exchange routing information between their connected networks. RIP is configured on interfaces and networks of each router to dynamically share routes.

Uploaded by

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

Dynamic Routing

1:- RIP Configuretion

Router1:-
Router>enable
Router#conf t
Router(config)#int f0/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#no shutdown
Router(config-if)#ex
Router(config)#int s0/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#clock rate 64000
Router(config-if)#no shutdown
Router(config-if)#ex
Router(config)#router rip
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#ex

Router#show ip route

C [Link]/8 is directly connected, Serial0/0


R [Link]/8 [120/1] via [Link], 00:00:09, Serial0/0
C [Link]/24 is directly connected, FastEthernet0/0
R [Link]/24 [120/1] via [Link], 00:00:09, Serial0/0
R [Link]/24 [120/2] via [Link], 00:00:09, Serial0/0

Router#show ip route rip

R [Link]/8 [120/1] via [Link], 00:00:27, Serial0/0


R [Link]/24 [120/1] via [Link], 00:00:27, Serial0/0
R [Link]/24 [120/2] via [Link], 00:00:27, Serial0/0

Router#show ip protocols

Router2:-
Router>en
Router#conf t
Router(config)#int f0/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#no shutdown
Router(config-if)#ex
Router(config)#int s0/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#clock rate 64000
Router(config-if)#no shutdown
Router(config-if)#ex
Router(config)#int s0/1
Router(config-if)#ip add [Link] [Link]
Router(config-if)#clock rate 64000
Router(config-if)#no shutdown
Router(config-if)#ex
Router(config)#router rip
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#ex
Router#show ip route

C [Link]/8 is directly connected, Serial0/0


C [Link]/8 is directly connected, Serial0/1
R [Link]/24 [120/1] via [Link], 00:00:19, Serial0/0
C [Link]/24 is directly connected, FastEthernet0/0
R [Link]/24 [120/1] via [Link], 00:00:12, Serial0

Router#show ip route rip

R [Link]/24 [120/1] via [Link], 00:00:09, Serial0/0


R [Link]/24 [120/1] via [Link], 00:00:01, Serial0/1
Router#show ip protocols

Router3:-
Router>en
Router#conf t
Router(config)#int f0/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#no shutdown
Router(config-if)#ex
Router(config)#int s0/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#clock rate 64000
Router(config-if)#no shutdown
Router(config-if)#ex
Router(config)#router rip
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#ex
Router#show ip route
R [Link]/8 [120/1] via [Link], 00:00:05, Serial0/0
C [Link]/8 is directly connected, Serial0/0
R [Link]/24 [120/2] via [Link], 00:00:05, Serial0/0
R [Link]/24 [120/1] via [Link], 00:00:05, Serial0/0
C [Link]/24 is directly connected, FastEthernet0/0

Router#show ip route rip

R [Link]/8 [120/1] via [Link], 00:00:04, Serial0/0


R [Link]/24 [120/2] via [Link], 00:00:04, Serial0/0
R [Link]/24 [120/1] via [Link], 00:00:04, Serial0/0

Router#show ip protocols

You might also like