Вы находитесь на странице: 1из 2

-----------------COFIGURACION ROUTER------------------------

Router> enable
Router# erase startup-config
Router# reload ----> NO

Router> enable
Router# config t
Router(config)# hostname (nombre)
Router(config)# no ip domain-lookup
Router(config)# enable secret (password)
Router(config)# line console 0
Router(config-line)# password (password)
Router(config-line)# logging synchronous
Router(config-line)# login
Router(config-line)# exit
Router(config)# line vty 0 4
Router(config-line)# password (pass)
Router(config-line)# logging synchronous
Router(config-line)# login
Router(config-line)# exit
Router(config)# interface fastethernet 0/0
Router(config-if)# ip address (ip) (mascara)
Router(config-if)# no shutdown
Router(config-if)# description (OPCIONAL)
Router(config-if)# exit
Router(config)# exit
Router> exit

Router# debug ip routing


Router# config t
>>>>>CHECAR DIAGRAMA DE TOPOLOGIA
Router(config)# interface serial 0/0/1
Router(config-if)# ip address (ip) (mascara)
Router(config-if)# no shutdown
>>>>>SI ES DCE PONER LO SIGUIENTE
Router(config-if)# clock rate 64000
Router(config-if)# no shutdown
Router(config-if)# exit
Router> exit

-----------------CONFIGURACION ESTATICA----------------------
Router# config t
Router(config)# ip route (ip) (mascara) (via de enlace)

CONFIGURAR CADA PC PONIENDO SU DIRECCION IP Y EL GATEWAY


QUE ES EL ROUTER AL QUE ESTA CONECTADO
Route (config)#exit
Router# show ip route

ABRIR PC DESKTOP/IPCONFIG

-----------------CONFIGURACION RIP----------------------
Router# config t
Router(config)# router rip
Router(config-router)# version 2
>>>>>REPETIR REDES DIRECTAMENTE CONECTADAS
Router(config-router)# network (ip)
>>>>
Router(config-router)# no auto-summary
-----------------CONFIGURACION EIGRP----------------------
>>>>>SACAR MASCARA COMODIN COMPLMENTO A 1 MASCARA SUBRED
Router# config t
Router(config)# router eigrp (numero dado) / todos lo llevan
>>>>>REPETIR REDES DIRECTAMENTE CONECTADAS
Router(config-router)# network (ip) (mascara comodin)
Router(config-router)# passive-interface fastethernet 0/0 <---Por que al switch no
le interesa la tabla de ruteo
Router(config-router)# interface serial 0/0/0 >>>>DEPENDE DE DONDE VA
Router(config-router)# bandwidth 64

-----------------CONFIGURACION OSPF----------------------
Router# config t
Router(config)# router OSPF (numero) 1 preferentemente
>>>>>REPETIR REDES DIRECTAMENTE CONECTADAS
Router(config-router)# network (ip) (mascara comodin) area (numero)
Router(config-router)# passive interface fastethernet 0/0
>>>>>MODIFICAR METRICA
Router(config-router)# interface serial 0/0/0
Router(config-router)# bandwidth 64
Router(config-router)# ip ospf cost 1600

Вам также может понравиться