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

1.

Hostname

SW1:
conf t
hostname SW3
!
service password-encryption
!
enable password cisco
line console 0
login
password cisco
exec-timeout 0 0
exit
!
Line vty 0 4
login
password cisco
exec-timeout 0 0
exit
!
interface vlan 1
ip address 192.168.1.30 255.255.255.0
no shut
exit

R1:
conf t
hostname R1
!
service password-encryption
line console 0
login
password cisco
exit
!
line vty 0 4
enable password cisco
password cisco
exit
!

interface fa0/0
ip address 192.168.1.1 255.255.255.0
no shut
exit

You might also like