You are on page 1of 1

//Router

enable
configure terminal
hostname R1
line con 0
password BSIT3A
login
exit
enable secret BSIT3A
service password-encryption
do copy running-config startup-config

interface fa(0/0, 0/1, 1/0, 1/1)


no shutdown
ip address (1st UH) (subnetmask)
exit
do copy running-config startup-config

//ssh

ip domain-name plp.edu.ph
crypto key generate rsa
1024
username (section nyo) password plp
line vty 0 15
login local
transport input ssh
exit
do copy running-config startup-config

// testing ssh in command prompt

ssh -l (section nyo) (ip address ng router)


password:plp

You might also like