enable → PARA INGRESAR PRIVILEGIO
configure terminal →
interface →
Interface vlan → INTERFAZ VIRTUAL
Interface vlan 1 →
ip →
ip address →
ip address [Link] [Link] → CONFIGURACIÓN IP Y MASCARA
end → RETROCEDO
show ip interface vlan 1 → MUESTRO CONFIGURACIÓN INTERFAZ. Fuera (config)
Interface vlan 1 →
no shutdown → Ac var interfaz. Habilitarlo (dentro config‐if)
end → RETROCEDO
show ip interface vlan1 → MUESTRO CONFIGURACIÓN INTERFAZ. Fuera (config)
configure terminal →
enable →
enable password →
enable password 12345Abc → CLAVE PARA MODO PRIVILEGIADO
end → retrocedo
configure terminal →
username hola privilege → CREANDO USUARIOS
username hola privilege 1 →
username hola privilege 1 password →
username hola privilege 1 password 12345Abcde (EN LA PRACTICA SE CREO 3 USERS) →CREAR USUARIO,
PRIVILEGIO Y CLAVE
ip →
ip ssh
ip ssh server → ACTIVO SSH (se conecto cable)
end → retrocedo
show ip interface vlan1 → MUESTRO CONFIGURACIÓN INTERFAZ. Fuera (config)
ip ssh server → Dentro de config t
end → retrocedo
copy running‐config startup‐config → RESPALDO DE LA CONFIGURACON ACTUAL. FUERA DE CONFIG
hostname switch03 → RENOMBRAR EQUIPO. DENTRO DE CONFIG
ip domain name [Link] → COLOCAR NOMBRE AL DOMINIO. DENTRO DE CONFIG
Ip ssh server → ACTIVO SSH. DENTRO DE CONFIG
do sh ip int → OTRA FORMA VER IP. DENTRO DE CONFIG
end → retrocedo
copy running‐config startup‐config → RESPALDO DE LA CONFIGURACON ACTUAL. FUERA DE CONFIG
erase ?
erase startup‐config para dejar de fabrica el router
delete ?
reload Reinicia
interface Serial10/0/0, changed state to down
ely down
enable → PARA INGRESAR PRIVILEGIO
show interfaces stat
interface g0/0 Dentro de config t
ip address [Link] [Link] Dentro de config t
no shutdown → Ac var interfaz. Habilitarlo (dentro config‐if)
exit dentro
end
show interfaces stat
interface g0/1 Dentro de config
ip address [Link] [Link] Dentro config
no shutdown Dentro config
end
enable ¿
enable secret ?
username Marko ? Dentro config
username Marko privilege 15 ?
username Marko privilege 15 secret ?
username Marko privilege 15 secret 12345Abcde (DENTRO DE config)
username hreyesr privilege 15 secret 12345Abcde
username Mikel privilege 15 secret 12345Abcde
username hola privilege ?
username hola privilege 0 secret 12345Abcd
end
copy running‐config startup‐config DENTRO PRIVILEGIO #
ip ssh ? DENTRO config
ip ssh version 2 DENTRO CONFIG
crypto ?
crypto key generate rsa ?
crypto key generate rsa
hostname Router_grupo3 Dentro de config
ip ? DENTRO config
ip domain‐name ? DENTRO config
ip domain‐name [Link] DENTRO config
crypto key generate rsa DENTRO config
ip ssh ? DENTRO config
ip ssh version 2 DENTRO config
end DENTRO config
config t DENTRO privilegio
copy running‐config startup‐config DENTRO privilegio
enable secret ? DENTRO config
enable ? DENTRO config
enable secret ? DENTRO config
enable secret 12345Abc DENTRO config
end DENTRO config
copy running‐config startup‐config DENTRO privilegio
line vty 0 2 DENTRO config ‐ LINEA VIRTUAL
transport input ? DENTRO config‐line
transport input ssh ? DENTRO config‐line
transport input ssh DENTRO config‐line
login local DENTRO config‐line
end DENTRO config‐line
copy running‐config startup‐config DENTRO privilegio
show interfaces stat DENTRO privilegio
show ip interface g0/0 DENTRO privilegio
sh ip int br DENTRO privilegio
exit