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

5 Dynamic Routing-RIP

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)
15 views3 pages

5 Dynamic Routing-RIP

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
You are on page 1/ 3

Dynamic Routing

1:- RIP Configuretion

Router1:-
Router>enable
Router#conf t
Router(config)#int f0/0
Router(config-if)#ip add 192.168.10.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#ex
Router(config)#int s0/0
Router(config-if)#ip add 10.1.1.1 255.0.0.0
Router(config-if)#clock rate 64000
Router(config-if)#no shutdown
Router(config-if)#ex
Router(config)#router rip
Router(config-router)#network 10.0.0.0
Router(config-router)#network 192.168.10.0
Router(config-router)#ex

Router#show ip route

C 10.0.0.0/8 is directly connected, Serial0/0


R 20.0.0.0/8 [120/1] via 10.1.1.2, 00:00:09, Serial0/0
C 192.168.10.0/24 is directly connected, FastEthernet0/0
R 192.168.20.0/24 [120/1] via 10.1.1.2, 00:00:09, Serial0/0
R 192.168.30.0/24 [120/2] via 10.1.1.2, 00:00:09, Serial0/0

Router#show ip route rip

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


R 192.168.20.0/24 [120/1] via 10.1.1.2, 00:00:27, Serial0/0
R 192.168.30.0/24 [120/2] via 10.1.1.2, 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 192.168.20.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#ex
Router(config)#int s0/0
Router(config-if)#ip add 10.1.1.2 255.0.0.0
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 20.1.1.1 255.0.0.0
Router(config-if)#clock rate 64000
Router(config-if)#no shutdown
Router(config-if)#ex
Router(config)#router rip
Router(config-router)#network 10.0.0.0
Router(config-router)#network 192.168.20.0
Router(config-router)#network 20.0.0.0
Router(config-router)#ex
Router#show ip route

C 10.0.0.0/8 is directly connected, Serial0/0


C 20.0.0.0/8 is directly connected, Serial0/1
R 192.168.10.0/24 [120/1] via 10.1.1.1, 00:00:19, Serial0/0
C 192.168.20.0/24 is directly connected, FastEthernet0/0
R 192.168.30.0/24 [120/1] via 20.1.1.2, 00:00:12, Serial0

Router#show ip route rip

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


R 192.168.30.0/24 [120/1] via 20.1.1.2, 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 192.168.30.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#ex
Router(config)#int s0/0
Router(config-if)#ip add 20.1.1.2 255.0.0.0
Router(config-if)#clock rate 64000
Router(config-if)#no shutdown
Router(config-if)#ex
Router(config)#router rip
Router(config-router)#network 20.0.0.0
Router(config-router)#network 192.168.30.0
Router(config-router)#ex
Router#show ip route
R 10.0.0.0/8 [120/1] via 20.1.1.1, 00:00:05, Serial0/0
C 20.0.0.0/8 is directly connected, Serial0/0
R 192.168.10.0/24 [120/2] via 20.1.1.1, 00:00:05, Serial0/0
R 192.168.20.0/24 [120/1] via 20.1.1.1, 00:00:05, Serial0/0
C 192.168.30.0/24 is directly connected, FastEthernet0/0

Router#show ip route rip

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


R 192.168.10.0/24 [120/2] via 20.1.1.1, 00:00:04, Serial0/0
R 192.168.20.0/24 [120/1] via 20.1.1.1, 00:00:04, Serial0/0

Router#show ip protocols

You might also like