You are on page 1of 4

LAB REPORT

Course Code : ETE-4730


Course Title : Computers Networks Sessional
Experiment No : 07
Experiment Name : Creating a Host Table in cisco packet tracer.
Date of Experiment : 25.07.2018
Date of Submission : 08.10.2018

Submitted To Submitted By

Name : Syed Zahidur Rashid Name : Md. Towhidul Islam


(Assistant Professor)
Department : ETE

ID : T-T143002
Department of ETE, IIUC
Semester : 8TH
Dept. of ETE, IIUC

Remarks
Experiment No: 07
Experiment Name: Static routing configuration in cisco packet tracer.
Objective:
01. To learn how to design network using cisco packet tracer.
02. To learn how to configure router.
03. To configure static routing.
Apparatus:
01. Personal Computer
02. Cisco Packet tracer
03. MS Word
Network Design:

Fig-01: configuration of a network system


Router configuration:

Router1:
Router>en
Router#conf
Configuring from terminal, memory, or network [terminal]? termina
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface f0/0
Router(config-if)#ip address 1.0.0.1 255.0.0.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to
up
Router(config-if)#exit
Router(config)#interface se0/0/0
Router(config-if)#ip address 2.0.0.1 255.0.0.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
Router(config-if)#exit
Router(config)#ip route 3.0.0.0 255.0.0.0 2.0.0.2.
^% Invalid input detected at '^' marker.
Router(config)#ip route 3.0.0.0 255.0.0.0 2.0.0.2
Router(config)#ip route 4.0.0.0 255.0.0.0 2.0.0.2
Router(config)#ip route 5.0.0.0 255.0.0.0 2.0.0.2
Router(config)#interface Serial 0/0/0
Router(config-if)#ip address 2.0.0.1 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#
%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

Router 2:
Router>en
Router#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface f0/0
Router(config-if)#ip address 4.0.0.1 255.0.0.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to
up
Router(config-if)#exit
Router(config)#interface se0/0/0
Router(config-if)#ip address 2.0.0.2 255.0.0.0
Router(config-if)#clock rate 64000
Router(config-if)#no shutdown
Router(config-if)#
Router(config-if)#exit
Router(config)#interface se0/1/0
Router(config-if)#ip address 3.0.0.1 255.0.0.0
Router(config-if)#clock rate 64000
This command applies only to DCE interfaces
Router(config-if)#nno shutdown
^% Invalid input detected at '^' marker.
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to down
Router(config-if)#exit
Router(config)#ip route 5.0.0.0 255.0.0.0 3.0.0.2
Router(config)#ip route 1.0.0.0 255.0.0.0 2.0.0.1
Router(config)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up
Router3:
Router>en
Router#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface f0/0
Router(config-if)#ip address 5.0.0.1 255.0.0.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to
up
Router(config-if)#exit
Router(config)#interface s0/0/0
Router(config-if)#ip address 3.0.0.2 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#
Router(config-if)#exit
Router(config)#ip route 1.0.0.0 255.0.0.0 3.0.0.1
Router(config)#ip route 2.0.0.0 255.0.0.0 3.0.0.1
Router(config)#ip route 4.0.0.0 255.0.0.0 3.0.0.1
Router(config)#end
Router#%SYS-5-CONFIG_I: Configured from console by console

Discussion:
01. We learnt how to design network using cisco packet tracer.
02. We learnt how to configure router.
03. We learnt how to configure static routing.

You might also like