You are on page 1of 2

Configuración de Rutas con RIP

Topología Hub And Spoke

1 router>Enable
2 router#Config t
3 router(config)#hostname HQ
4 HQ (config)#enable secret CISCO
5 HQ (config)#line console 0
6 HQ (config-line)#password CISCO2
7 HQ (config-line)#login
8 HQ (config-line)#line vty 0 4
9 HQ (config-line)#password CISCO2
10 HQ (config-line)#login
11 HQ (config-line)#int Fa0/0
12 HQ (config-if)#ip add 192.168.1.129 255.255.255.128
13 HQ (config-if)#description Red LAN 192.168.1.129 - PC2
14 HQ (config-if)#no shutdown
15 HQ (config-if)#Int S0/0/0
16 HQ (config-if)#ip add 192.168.1.1 255.255.255.128
17 HQ (config-if)#description connection to BRANCH
18 HQ (config-if)#no shutdown
19 HQ (config-if)#Int S0/0/1
20 HQ (config-if)#ip add 209.165.200.226 255.255.255.252
21 HQ (config-if)#description connection to ISP
22 HQ (config-if)#clock rate 64000
23 HQ (config-if)#no shutdown
24 HQ (config-if)#exit
25 HQ (config)#banner motd &
******************************
!!! SOLO PERSONAL AUTORIZADO!!!
****************************** &
26 HQ (config)#exit
27 HQ #copy run start
28 HQ #

Verificando Configuracion

HQ# show running-config


HQ# show ip route

You might also like