You are on page 1of 15

19BCB0130 R.

SURESH

INFORMATION SECURITY ANALYSIS AND AUDIT

 NAME : R.SURESH

 REG.NO : 19BCB0130

 COURSE CODE:CSE3501

Network by using Packet Tracer with Serial Port connection


between the Routers

1. Network Design with two Routers:

OBSERVATION:

I used a 2 router and 2 PC and connected


Configuration Of Router 0:
Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#
Router(config)#host R1
R1(config)#
R1(config)#
R1(config)#int fa0/0
R1(config-if)#ip add 1.0.0.1 255.0.0.0
R1(config-if)#no shut
19BCB0130 R.SURESH

R1(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

R1(config-if)#exit
R1(config)#
R1(config)#int se0/0/0
R1(config-if)#ip add 2.0.0.1 255.0.0.0
R1(config-if)#clock rate 64000
R1(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down


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

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed


state to up

R1(config-if)#exit
R1(config)#
R1(config)#
R1(config)#
R1(config)#
R1(config)#
R1(config)#ip route 3.0.0.0 255.0.0.0 2.0.0.2
R1(config)#

Configuration Of Router 1:
Router>ena
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#host R2
R2(config)#int fa0/0
R2(config-if)#
R2(config-if)#ip add 3.0.0.1 255.0.0.0
R2(config-if)#no shut
19BCB0130 R.SURESH

R2(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

R2(config-if)#exit
R2(config)#
R2(config)#int se0/0/0
R2(config-if)#ip add 2.0.0.2 255.0.0.0
R2(config-if)#no shut

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

R2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed
state to up

R2(config-if)#
R2(config-if)#exit
R2(config)#ip route 1.0.0.0 255.0.0.0 2.0.0.1
R2(config)#

Device Name Interface IP address Subnet Gateway

Router Router0 2.0.0.1 - -

Router Router1 2.0.0.2 - -

Computer 1 PC0 1.0.0.2 255.0.0.0 1.0.0.1

Computer 2 PC1 3.0.0.2 255.0.0.0 3.0.0.1


19BCB0130 R.SURESH
19BCB0130 R.SURESH
19BCB0130 R.SURESH

CONFIGURATION:

ROUTER:0
19BCB0130 R.SURESH
19BCB0130 R.SURESH

Router:1
19BCB0130 R.SURESH

2. Network Design with Four Routers:

OBSERVATION:

I used a 4 router and 2 PC and connected

Configuration of router 0:

Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#
Router(config)#host R1
R1(config)#
R1(config)#
R1(config)#int fa0/0
R1(config-if)#ip add 1.0.0.1 255.0.0.0
R1(config-if)#no shut

R1(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

R1(config-if)#exit
R1(config)#
R1(config)#int se0/0/0
R1(config-if)#ip add 2.0.0.1 255.0.0.0
R1(config-if)#clock rate 64000
R1(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down


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

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed


state to up
19BCB0130 R.SURESH

R1(config-if)#exit
R1(config)#
R1(config)#
R1(config)#
R1(config)#
R1(config)#
R1(config)#ip route 3.0.0.0 255.0.0.0 2.0.0.2
R1(config)#
Configuration of router 1:

Router>ena
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#host R2
R2(config)#int fa0/0
R2(config-if)#
R2(config-if)#ip add 3.0.0.1 255.0.0.0
R2(config-if)#no shut

R2(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

R2(config-if)#exit
R2(config)#
R2(config)#int se0/0/0
R2(config-if)#ip add 2.0.0.2 255.0.0.0
R2(config-if)#no shut

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

R2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed
state to up

R2(config-if)#
R2(config-if)#exit
R2(config)#ip route 1.0.0.0 255.0.0.0 2.0.0.1
19BCB0130 R.SURESH

Configuration of router 2:

Router>ena
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#host R2
R2(config)#int fa0/0
R2(config-if)#
R2(config-if)#ip add 4.0.0.1 255.0.0.0
R2(config-if)#no shut

R2(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

R2(config-if)#exit
R2(config)#
R2(config)#int se0/0/0
R2(config-if)#ip add 3.0.0.2 255.0.0.0
R2(config-if)#no shut

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

R2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed
state to up

R2(config-if)#
R2(config-if)#exit
R2(config)#ip route 2.0.0.0 255.0.0.0 3.0.0.1

Configuration of router 3:

Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#
19BCB0130 R.SURESH

Router(config)#host R1
R1(config)#
R1(config)#
R1(config)#int fa0/0
R1(config-if)#ip add 5.0.0.1 255.0.0.0
R1(config-if)#no shut

R1(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

R1(config-if)#exit
R1(config)#
R1(config)#int se0/0/0
R1(config-if)#ip add 4.0.0.1 255.0.0.0
R1(config-if)#clock rate 64000
R1(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down


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

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed


state to up

R1(config-if)#exit
R1(config)#
R1(config)#
R1(config)#
R1(config)#
R1(config)#
R1(config)#ip route 5.0.0.0 255.0.0.0 4.0.0.2
R1(config)#
19BCB0130 R.SURESH

Device Name Interface IP address Subnet Gateway

Router Router0 2.0.0.1 255.0.0.0 2.0.0.2

Router Router1 3.0.0.1 - -

Router Router2 3.0.0.2

Router Router3 4.0.0.1 255.0.0.0 4.0.0.2

Computer 1 PC0 1.0.0.2 255.0.0.0 1.0.0.1

Computer 2 PC1 5.0.0.2 255.0.0.0 5.0.0.1


19BCB0130 R.SURESH
19BCB0130 R.SURESH

You might also like