Sei sulla pagina 1di 5

LAB REPORT

Course Code: ETE-4730


Course Title: Computer Networks Sessional
Experiment No: 01
Experiment Name: Configure a network of 6 devices using Cisco packet tracer.
Date of Experiment: 11.07.2018
Date of Submission: 8.10.2018

Submitted To Submitted By

Name: Syed Zahidur Rashid Name: Md. Towhidul Islam


(Assistant Professor)
Department of ETE, Department: ETE
IIUC
ID: T-143002

Semester: 8TH

Dept. of ETE, IIUC

Remarks
Experiment No: 01
Experiment Name: Basic configuration of Networks using cisco packet tracer.
Objective:
01. To learn how to design network using cisco packet tracer.
02. To learn how to configure router.
03. To learn how to define hostname.
04. To learn various types of password for the host.
Apparatus:
01. Personal Computer
02. Cisco Packet tracer
03. MS Word
Network Design:

Fig-01: configuration of a network system

Router configuration:
Router>enable
Router#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int f0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.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)#int f0/1
Router(config-if)#ip address 192.168.2.1 255.255.255.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
Router(config-if)#exit
Define hostname:
Router>enable
Router#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname experiment-1
experiment-1(config)#exit
Enable password:
experiment-1#enable
experiment-1#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
experiment-1(config)#enable password 13579
experiment-1(config)#exit
experiment-1#
%SYS-5-CONFIG_I: Configured from console by console
experiment-1#show running-config
Building configuration...
Current configuration : 506 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname experiment-1
!!!
enable password 13579
!!!!
Secret password:
experiment-1#config
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
experiment-1(config)#enable secret password ESHAN
experiment-1(config)#exit
experiment-1#
%SYS-5-CONFIG_I: Configured from console by console
experiment-1#show running-config
Building configuration...
Current configuration : 553 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname experiment-1
!!!
enable secret 5 $1$mERr$KiAChnCOnQ5VGm4itF4R0.
enable password 13579
!!!
Password encryption:
experiment-1#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
experiment-1(config)#service password-encryption
experiment-1(config)#exit
experiment-1#
%SYS-5-CONFIG_I: Configured from console by console
experiment-1#show running-config
Building configuration...
Current configuration : 561 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname experiment-1
!!
enable secret 5 $1$mERr$V1XGeO/2ZS6Z1cIUJRnmE/
enable password 7 08701E1D5D4C53
!!!!
Output of Command prompt from IIUC to ETE:

Fig-02: configuration of a network system

Output of Command prompt from ETE to IIUC:

Fig-03: configuration of a network system

Discussion:
01. We learnt how to design network using cisco packet tracer.
02. We learnt how to configure router.
03. We learnt how to define hostname.
04. We learnt how to configure 3 types of password for the host.
05. We learnt how to test ping from one device to another and to determine
approximate round-trip times in milliseconds.

Potrebbero piacerti anche