You are on page 1of 2

Switch final-----------------------------------------------------

enable
configure terminal
hostname
enable pass "contraseña"
enable secret "contraseña"
line console 0
pass cisco
loggin synchronous
login
exit
line vty 0 15
pass cisco
loggin synchronous
login
exit
no ip domain-lookup
banner motd " "
service password-encryption
interface vlan 1
ip address x.x.x.x. x.x.x.x
no shutdown
description xxxxxxxxxxxxxxx
ip default-gateway x.x.x.x

Configurar reloj++++++++++++++++++++
R2#clock set 10:24:30 ?
<1-31> Day of the month
MONTH Month of the year
R2#clock set 10:24:30 may ?
<1-31> Day of the month
R2#clock set 10:24:30 may 22 ?
<1993-2035> Year
R2#clock set 10:24:30 may 22 2022

Deshabilitar puertos no usados++++


show ip interface brief
configure terminal
interface range fa0/3 - xx
shotdown

configurar nombre de domino++++++++


ip domain-name xxxxxxx.com

configurar inicio de sesion en lineas vty para conexxiones SSH+++++++


S1(config)#line vty 0 4
S1(config-line)#transport input ssh
S1(config-line)#login local

router final ----------------------------------------------------

enable
configure terminal
hostname xx
enable password xxxxx
enable secret xxxx
line console 0
pass xxxxx
loggin synchronous
login
exit
line vty 0 15
pass cisco
loggin synchronous
login
exit
no ip domain-lookup
service password encryption
banner motd "xxxxxxxxxxxxx"
interface fax/x
ip address x.x.x.x x.x.x.x
no shutdown
description xxxxxxxxxxxxxxx

Configurar reloj
R2#clock set 10:24:30 ?
<1-31> Day of the month
MONTH Month of the year
R2#clock set 10:24:30 may ?
<1-31> Day of the month
R2#clock set 10:24:30 may 22 ?
<1993-2035> Year
R2#clock set 10:24:30 may 22 2022

Deshabilitar puertos no usados++++


show ip interface brief
configure terminal
interface range fa0/3 - xx
shotdown

configurar nombre de domino++++++++


ip domain-name xxxxxxx.com

Enrutamiento estatico ----------------------------------


interface se3/0
ip address x.x.x.x x.x.x.x
clock rate
no shutdown
ip route x.x.x.x (subred) x.x.x.x (mascara) sex/x (interfaz de salida)

You might also like