You are on page 1of 2

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:

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! !

You might also like