Configuracion Basica

You might also like

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

enable

conf t
hostname S1
banner motd "Acceso Restringido"
int vlan1
no shutdown
enable secret 1234
line con 0
password 1234
login
exit
line vty 0 4
pass 1234
login
exit
ip domain-name cisco
line vty 0 15
transport input ssh
user cisco secret 1234
crypto key generate rsa
1024

do wr

You might also like