1 / 3

Configuración básica de un Router.

Configuración básica de un Router. R1> en R1# erase startup-config R1# reload R1> en R1# configure terminal R1( config )# hostname R1 R1( config )# no ip domain-lookup R1( config )# enable secret class R1( config )# no enable password R1( config )# banner motd &

cullen
Télécharger la présentation

Configuración básica de un Router.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Configuración básica de un Router. R1> en R1# erase startup-config R1# reload R1> en R1# configure terminal R1(config)# hostname R1 R1(config)# no ipdomain-lookup R1(config)# enablesecretclass R1(config)# no enablepassword R1(config)# banner motd & ********************************* * Acceso Restringido * ********************************* &

  2. Estableciendo seguridad • R1(config)# line console 0 <--- para la contraseña de consola router • R1(config-line)# password cisco • R1(config-line)# login • R1(config-line)# exit • R1(config)# line vty 0 4 • R1(config-line)# password cisco • R1(config-line)# login • R1(config-line)# exit

  3. Levantar interfaces • R1(config)# interface fastethernet 0/0 • R1(config-if)# ipaddress (dirip fa0/0 y mascara subred) • R1(config-if)# no shutdown <--- activa la interfaz del switch al router • R1(config-if)# interface serial 0/0/0 (o puede ser 0/1/0, esto puede variar) • R1(config-if)# ipaddress (dirip serial 0/0/0 y mascara subred) • R1(config-if)# clockrate 64000 • R1(config-if)# no shutdown • R1(config-if)# end • R1# wr

More Related