Anda di halaman 1dari 6

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

--More—

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

--More—

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

--More—

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:

Anda mungkin juga menyukai