0% found this document useful (0 votes)
43 views12 pages

Computer Network Project: Name:Aditya Hande ROLL NO:6311 Class:Syit Div:B

This document describes configuring RIP routing on 4 routers to connect 4 networks and 2 PCs. Router 0 connects to networks 10.0.0.0 and 20.0.0.0. Router 1 connects to network 30.0.0.0. Router 2 connects to networks 20.0.0.0, 30.0.0.0, 40.0.0.0 and 50.0.0.0. Router 3 connects to network 40.0.0.0. Router 4 connects to networks 50.0.0.0 and 60.0.0.0. Interface configurations and RIP configurations are shown for each router.

Uploaded by

Aditya H
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)
43 views12 pages

Computer Network Project: Name:Aditya Hande ROLL NO:6311 Class:Syit Div:B

This document describes configuring RIP routing on 4 routers to connect 4 networks and 2 PCs. Router 0 connects to networks 10.0.0.0 and 20.0.0.0. Router 1 connects to network 30.0.0.0. Router 2 connects to networks 20.0.0.0, 30.0.0.0, 40.0.0.0 and 50.0.0.0. Router 3 connects to network 40.0.0.0. Router 4 connects to networks 50.0.0.0 and 60.0.0.0. Interface configurations and RIP configurations are shown for each router.

Uploaded by

Aditya H
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/ 12

COMPUTER NETWORK

PROJECT

NAME:ADITYA HANDE
ROLL NO:6311
CLASS:SYIT DIV:B
AIM : TO CONFIGURE RIP .

DESIGN :
CODING :

ROUTER 0:
Router>enable
Router#conf term
Enter configuration commands, one per line. End
with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip address 10.0.0.1 255.0.0.0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0,
changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on
Interface FastEthernet0/0, changed state to up
exit
Router(config)#int fa1/0
Router(config-if)#ip address 20.0.0.1 255.192.0.0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0,
changed state to up
exit
Router(config)#router rip
Router(config-router)#network 10.0.0.0
Router(config-router)#network 20.0.0.0
Router(config-router)#exit

ROUTER 1:
Router>enable
Router#conf term
Enter configuration commands, one per line. End
with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip address 30.0.0.1 255.240.0.0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0,
changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on
Interface FastEthernet0/0, changed state to up
exit
Router(config)#router rip
Router(config-router)#network 30.0.0.0
Router(config-router)#exit
ROUTER 2:
Router>enable
Router#conf term
Enter configuration commands, one per line. End
with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip address 20.0.0.2 255.192.0.0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0,
changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on
Interface FastEthernet0/0, changed state to up
exit
Router(config)#int fa1/0
Router(config-if)#ip address 30.0.0.2 255.240.0.0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0,
changed state to up
exit
Router(config)#int fa9/0
Router(config-if)#ip address 40.0.0.2 255.252.0.0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet9/0,
changed state to up
Exit
Router(config)#int fa8/0
Router(config-if)#ip address 50.0.0.2 255.255.0.0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet8/0,
changed state to up
exit
Router(config)#router rip
Router(config-router)#network 20.0.0.0
Router(config-router)#network 30.0.0.0
Router(config-router)#network 40.0.0.0
Router(config-router)#network 50.0.0.0
Router(config-router)#exit
Router(config)#
%LINEPROTO-5-UPDOWN: Line protocol on
Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on
Interface FastEthernet9/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on
Interface FastEthernet8/0, changed state to up

ROUTER 3:
Router>enable
Router#conf term
Enter configuration commands, one per line. End
with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip address 40.0.0.1 255.252.0.0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0,
changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on
Interface FastEthernet0/0, changed state to up
exit
Router(config)#router rip
Router(config-router)#network 40.0.0.0
Router(config-router)#exit

ROUTER 4:
Router>enable
Router#conf term
Enter configuration commands, one per line. End
with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip address 50.0.0.1 255.255.0.0
Router(config-if)#no shut

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0,
changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on


Interface FastEthernet0/0, changed state to up
exit
Router(config)#int fa1/0
Router(config-if)#ip address 60.0.0.1
255.255.192.0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0,
changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on
Interface FastEthernet1/0, changed state to up
exit
Router(config)#router rip
Router(config-router)#network 50.0.0.0
Router(config-router)#network 60.0.0.0
Router(config-router)#exit
PC 0:

PC 1:
SWITCH 0:
%LINK-5-CHANGED: Interface FastEthernet1/1,
changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on
Interface FastEthernet1/1, changed state to up
%LINK-5-CHANGED: Interface FastEthernet0/1,
changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on
Interface FastEthernet0/1, changed state to up
OUTPUT :

You might also like