ACNManual

Download as pdf or txt
Download as pdf or txt
You are on page 1of 33

Practical no := 2

Cisco Packet Tracking


Practical 3 IPv6 Small network
Practical 4
Practical 5
Practical 6
Practical 7&8:
Configure user datagram protocol(UDP)
Part-I.& part-II

Create a topology

Go to simulation mode
now send the request to sever (http)

simulation is added
Practical 9:
Configure transmission control protocol
Part-I.

Create a topology

Go to simulation mode & send messages & emails to each other

now start the simulation


Practical 10
Practical 11
Practical 12
Practical 13: . Configure Hypertext Transfer Protocol (HTTP)

Create a topology

configure DNS
edit the index.html file from HTTP service & on the services

open browser in any PC & type www.google.com


Practical 14
Practical no: 15 SSH

1. Make desired Topology (Assign IP addresses to PC & ROUTER)

2. Enable password in router set username & password for SSH

R1-SSH#enable
R1-SSH#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1-SSH(config)#hostname R1-SSH
R1-SSH(config)#enable password shiva
R1-SSH(config)#ip domain-name shivaji.com
R1-SSH(config)#username Shivaji password Rathod

3. Generate Crypto Keys using RSA of 1024 bit


R1-SSH(config)#crypto key g
R1-SSH(config)#crypto key generate rsa ?
general-keys Generate a general purpose RSA key pair for signing and
encryption
<cr>
R1-SSH(config)#crypto key generate rsa
The name for the keys will be: R1-SSH.shivaji.com
Choose the size of the key modulus in the range of 360 to 4096 for your
General Purpose Keys. Choosing a key modulus greater than 512 may take
a few minutes.

How many bits in the modulus [512]: 1024


% Generating 1024 bit RSA keys, keys will be non-exportable...[OK]
4. Login to line vty & make it local database for authentication

R1-SSH(config)#line vty 0 15
*Mar 1 0:14:0.261: %SSH-5-ENABLED: SSH 1.99 has been enabled
R1-SSH(config-line)#lo
R1-SSH(config-line)#log
R1-SSH(config-line)#login loc
R1-SSH(config-line)#login local
R1-SSH(config-line)#tra
R1-SSH(config-line)#transport input ssh
R1-SSH(config-line)#exit

5. Enable SSH Version


R1-SSH(config)#ip ssh ver
R1-SSH(config)#ip ssh version 2
R1-SSH(config)#

Test SSH
Practical = 16 :
Configure SMTP ,POP3 & IMAP using relevant software
Go to any pc & go to the email services & configure it

configure for another PC also


after now go to multi server & turn on the SMTP & POP3 protocol, add users & set the domain name

now send the emails


check it received or not with appropriate message

You might also like