0% found this document useful (0 votes)
37 views10 pages

IPv4 RIP Routing Configuration Overview

The document describes the configuration of RIP routing between multiple routers and networks. It includes the IP addressing and interface configurations of routers R-1, R-2, R-3 and the ISP router, as well as the RIP routing configurations on each router.

Uploaded by

Hari Thapa
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)
37 views10 pages

IPv4 RIP Routing Configuration Overview

The document describes the configuration of RIP routing between multiple routers and networks. It includes the IP addressing and interface configurations of routers R-1, R-2, R-3 and the ISP router, as well as the RIP routing configurations on each router.

Uploaded by

Hari Thapa
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
You are on page 1/ 10

Figure of RIP routing in Ipv4 network:

Ip Address Planning
Network:192.168.9.0/24
S.N Device Interface Description IP Address Subnet Mask Default
Gateway
Se 0/1/0 Connect to R- 12.1.1.1 255.255.255.252
2
Se0/2/0 Connect to 200.200.200.2
ISP
Gig 0/0/0 Connect to 192.168.9.1 255.255.255.0
SW-1
Gig0/1 Connect to R-
1
Fa0/1 Connect to
PC-1
Fa0/2 Connect to L-
1
3 PC-1 192.168.9.10 255.255.255.0 192.168.9.1
4 L-1 192.168.9.11 255.255.255.0 192.168.9.1

Network:172.16.9.0/24
S.N Device Interface Description IP Address Subnet Mask Default Gateway
Se 0/1/1 Connect to R-1 12.1.1.2 255.255.255.252
Se0/1/0 Connect to R-3 9.1.1.1
Gig 0/0/0 Connect to SW-2 172.16.9.1 255.255.255.0
Gig0/1 Connect to R-2
Fa0/1 Connect to PC-2
Fa0/2 Connect to L-2
3 PC-2 172.16.9.10 255.255.255.0 172.16.9.1
4 L-2 172.16.9.11 255.255.255.0 172.16.9.1

Network:10.10.9.0/24
S.N Device Interface Description IP Subnet Mask Default
Address Gateway
Se 0/1/1 Connect to R-2 9.1.1.2 255.255.255.252
Gig 0/0/0 Connect to 10.10.9.1 255.255.255.0
SW-3
Gig0/1 Connect to R-3
Fa0/1 Connect to PC-
3
Fa0/2 Connect to L-3
3 PC-3 10.10.9.10 255.255.255.0 10.10.9.1
4 L-3 10.10.9.11 255.255.255.0 10.10.9.1

Network:200.200.200.0/24 (ISP)
S.N Device Interface Description IP Address Subnet Mask Default
Gateway
Se 0/1/0 Connect to R-1 200.200.200.1 255.255.255.0
Gig 0/0/0 Connect to 100.100.100.1 255.255.255.0
Server
2 Server Fa0 Connect to ISP 100.100.100.10 255.255.255.0 100.100.100.1

(R-1) 192.168.9.1
Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R-1
R-1(config)#enable pass cisco
R-1(config)#line console 0
R-1(config-line)#password class
R-1(config-line)#login
R-1(config-line)#exit
R-1(config)#line vty 0 4
R-1(config-line)#password bim5
R-1(config-line)#login
R-1(config-line)#service password-encryption
R-1(config)#int gigabitEthernet 0/0/0
R-1(config-if)#description ***connected-to-SW-1***
R-1(config-if)#ip address 192.168.9.1 255.255.255.0
R-1(config-if)#no shutdown
R-1(config-if)#
R-1(config-if)#exit
R-1(config)#int serial 0/1/0
R-1(config-if)#description ***connected-to-R-2***
R-1(config-if)#ip address 12.1.1.1 255.255.255.252
R-1(config-if)#no shutdown
R-1(config-if)#exit
R-1(config)#int serial0/2/1
R-1(config-if)#description ***connected to ISP***
R-1(config-if)#ip address 200.200.200.2 255.255.255.0
R-1(config-if)#no shutdown
R-1(config-if)#exit
R-1(config)#ip route 0.0.0.0 0.0.0.0 200.200.200.1
R-1(config)#end
R-1(config)#router rip
R-1(config-router)#version 2
R-1(config-router)#auto-summary
R-1(config-router)#network 192.168.31.0
R-1(config-router)#network 12.1.1.0
R-1(config-router)#end
R-1#conf t
R-1(config)#router rip
R-1(config-router)#default-information originate
R-1(config-router)#exit
R-1(config)#do wr
[OK]

(R-2) 172.16.9.1
Router>enable
Router#conf t.
Router(config)#hostname R-2
R-2(config)#enable pass cisco
R-2(config)#line console 0
R-2(config-line)#password class
R-2(config-line)#login
R-2(config-line)#exit
R-2(config)#line vty 0 4
R-2(config-line)#password bim5
R-2(config-line)#login
R-2(config-line)#service password-encryption
R-2(config)#int gigabitEthernet 0/0/0
R-2(config-if)#description ***connected-to-SW-2***
R-2(config-if)#ip address 172.16.9.1 255.255.255.0
R-2(config-if)#no shutdown
R-2(config-if)#exit
R-2(config)#int serial 0/1/0
R-2(config-if)#description ***connected-to-R-1***
R-2(config-if)#ip address 12.1.1.2 255.255.255.252
R-2(config-if)#no shutdown
R-2(config-if)#exit
R-2(config)#int serial0/1/1
R-2(config-if)#description ***connected-to-R-3***
R-2(config-if)#ip address 23.1.1.1 255.255.255.252
R-2(config-if)#no shutdown
R-2(config-if)#exit
R-2(config)#router rip
R-2(config-router)#version 2
R-2(config-router)#no auto-summary
R-2(config-router)#network 172.16.9.0
R-2(config-router)#network 12.1.1.0
R-2(config-router)#network 23.1.1.0
R-2(config-router)#end
R-2#wr
(R-3) 10.10.9.1
Router>enable
Router#conf t
Router(config)#hostname R-3
R-3(config)#enable pass cisco
R-3(config)#line console 0
R-3(config-line)#password class
R-3(config-line)#login
R-3(config-line)#exit
R-3(config)#line vty 0 4
R-3(config-line)#password bim5
R-3(config-line)#login
R-3(config-line)#service password-encryption
R-3(config)#int serial 0/1/1
R-3(config-if)#description ***connected-to-R-2***
R-3(config-if)#ip address 23.1.1.2 255.255.255.252
R-3(config-if)#no shutdown
R-3(config-if)#exit
R-3(config-if)#int gigabitEthernet 0/0/0
R-3(config-if)#description ***connected-to-SW-2***
R-3(config-if)#ip address 10.10.9.1 255.255.255.0
R-3(config-if)#no shutdown
R-3(config-if)#exit
R-3(config)#router rip
R-3(config-router)#version 2
R-3(config-router)#no auto-summary
R-3(config-router)#network 10.10.9.0
R-3(config-router)#network 23.1.1.0
R-3(config-router)#end
R-3#wr
(ISP) 100.100.100.1
Router>enable
Router#conf t
Router(config)#hostname ISP
ISP(config)#enable pass cisco
ISP(config)#line console 0
ISP(config-line)#password class
ISP(config-line)#login
ISP(config-line)#exit
ISP(config)#line vty 0 4
ISP(config-line)#password bim5
ISP(config-line)#login
ISP(config-line)#service password-encryption
ISP(config)#int gigabitEthernet 0/0/0
ISP(config-if)#description ***connected to server***
ISP(config-if)#ip address 100.100.100.1 255.255.255.0
ISP(config-if)#no shutdown
ISP(config-if)#exit
ISP(config)#int serial 0/2/1
ISP(config-if)#description ***connected-to-R-1***
ISP(config-if)#ip address 200.200.200.1 255.255.255.0
ISP(config-if)#no shutdown
ISP(config-if)#exit
ISP(config)#ip route 0.0.0.0 0.0.0.0 200.200.200.2
ISP(config)#end
ISP#wr
Verification
1. Router(R-1)
Show ip int brief
Show ip route

2. Router(R-2)
Show ip int brief

Show ip route
3. Router(R-3)
Show ip route

Show ip int brief


4. ISP
Show ip int brief

Show ip route

Reachability
PC0 to ISP
PC0 to R-2

PC0 to R-1
PC0 to R-3

You might also like