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

PASO1 ROUTER BRANCH Router>enable Router#configure ter Router#configure terminal BRANCH(config)# BRANCH(config)#interface fastEthernet 0/0 BRANCH(config-if)#ip address 10.10.2.

1 255.255.254.0 BRANCH(config-if)#no shutdown BRANCH(config-if)#exit BRANCH(config)#interface serial 0/0/0 BRANCH(config-if)#ip address 192.168.1.62 255.255.255.192 BRANCH(config-if)#no shutdown BRANCH(config-if)#exit 1. Configure el nombre de host del router. BRANCH(config)#hostname BRANCH 2. Deshabilite la bsqueda DNS. BRANCH(config)#ip name-server 3. Configure una contrasea de modo EXEC. BRANCH(config)#enable secret cisco 4. Configure un mensaje del da. BRANCH(config)#banner motd #CONFIGURADO POR RONY# 5. Configure una contrasea para las conexiones de la consola BRANCH(config)#line console 0 BRANCH(config-line)#password cisco BRANCH(config-line)#login BRANCH(config-line)#exit 6. Configure una contrasea para las conexiones de VTY. BRANCH(config)#line vty 0 4 BRANCH(config-line)#password cisco BRANCH(config-line)#login BRANCH(config-line)#exit 7. Sincronice los mensajes no solicitados y el resultado de la depuracin con el resultado solicitado y los indicadores para las lneas de consola y de terminal virtual. BRANCH(config)#line console 0 BRANCH(config-line)#logging synchronous BRANCH(config-line)#exit BRANCH(config)#line vty 0 4 BRANCH(config-line)#logging synchronous BRANCH(config-line)#exit 8. Configure un tiempo de espera EXEC de 15 minutos. BRANCH(config)#line console 0 BRANCH(config-line)#exec-timeout 15 0 BRANCH(config-line)#exit BRANCH(config)#line vty 0 4 BRANCH(config-line)#exec-timeout 15 0 BRANCH(config-line)#exit BRANCH(config)#router rip BRANCH(config-router)#net

BRANCH(config-router)#network 192.168.1.0

ROUTER HQ Router>enable Router#configure terminal HQ(config)#interface fastEthernet 0/0 HQ(config-if)#ip address 192.168.1.65 255.255.255.192 HQ(config-if)#no shutdown HQ(config-if)#exit HQ(config)#interface serial 0/0/0 HQ(config-if)#ip address 192.168.1.1 255.255.255.192 HQ(config-if)#no shutdown HQ(config-if)#exit HQ(config)#interface serial 0/0/1 HQ(config-if)#ip address 209.165.200.226 255.255.255.252 HQ(config-if)#no shutdown HQ(config-if)#exit HQ(config)#hostname HQ HQ(config)#ip name-server HQ(config)#enable secret cisco HQ(config)#banner motd #CONFIGURADO POR RONY# HQ(config)#line console 0 HQ(config-line)#password cisco HQ(config-line)#login HQ(config)#line vty 0 4 HQ(config-line)#password cisco HQ(config-line)#login HQ(config-line)#exit HQ(config)#ip route 0.0.0.0 0.0.0.0 serial 0/0/1 HQ(config)#router rip HQ(config-router)#defa HQ(config-router)#default-information orga HQ(config-router)#default-information or HQ(config-router)#default-information originate HQ(config-router)# ROUTER ISP Router>enable Router#configure terminal ISP(config)#interface fastEthernet 0/0 ISP(config-if)#ip address 209.165.202.129 255.255.255.224 ISP(config-if)#no shutdown ISP(config-if)#exit ISP(config)#interface serial 0/0/1 ISP(config-if)#ip address 209.165.200.225 255.255.255.252 ISP(config-if)#no shutdown ISP(config-if)#exit ISP(config)#hostname ISP ISP(config)#enable secret cisco ISP(config)#line console 0 ISP(config-line)#password cisco ISP(config-line)#login ISP(config-line)#exit ISP(config)#line vty 0 4 ISP(config-line)#password cisco ISP(config-line)#login

ISP(config-line)#exit ISP(config)#banner motd #CONFIGURADO POR RONY# estatico ISP(config)#ip route 192.168.1.0 255.255.255.192 serial 0/0/1

You might also like