0% found this document useful (0 votes)
82 views

Configuración 7.5.1

The document describes the configuration of three routers R1, R2, and R3. It sets their IP addresses and interfaces, enables RIP routing with version 2, and checks the connectivity between routers and PCs on the network. Tasks include loading configurations onto routers, verifying connectivity, configuring RIP, examining routing tables, disabling automatic summarization, and rechecking connectivity.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views

Configuración 7.5.1

The document describes the configuration of three routers R1, R2, and R3. It sets their IP addresses and interfaces, enables RIP routing with version 2, and checks the connectivity between routers and PCs on the network. Tasks include loading configurations onto routers, verifying connectivity, configuring RIP, examining routing tables, disabling automatic summarization, and rechecking connectivity.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Tarea 1: Conexin, eliminacin y recarga de los routers.

Tarea 2: Cargar los routers con los guiones provistos.

Configuracin router 1
Router>enable
Router#configure terminal
Router(config)#hostname R1
R1(config)#interface FastEthernet0/0
R1(config-if)#ip address 172.30.1.1 255.255.255.0
R1(config-if)#duplex auto
R1(config-if)#speed auto
R1(config-if)#no shutdown
R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed
state to up
R1(config-if)#interface FastEthernet0/1
R1(config-if)#ip address 172.30.2.1 255.255.255.0
R1(config-if)#duplex auto
R1(config-if)#speed auto
R1(config-if)#no shutdown
R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed
state to up
R1(config-if)#interface Serial0/0/0
R1(config-if)#ip address 209.165.200.230 255.255.255.252
R1(config-if)#clock rate 64000
R1(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
R1(config-if)#router rip
R1(config-router)#passive-interface FastEthernet0/0
R1(config-router)#passive-interface FastEthernet0/1
R1(config-router)#network 172.30.0.0
R1(config-router)#network 209.165.200.0
R1(config-router)#line con 0
R1(config-line)#line vty 0 4
R1(config-line)#login
%
%
%
%
%

Login
Login
Login
Login
Login

disabled
disabled
disabled
disabled
disabled

on
on
on
on
on

line
line
line
line
line

322,
323,
324,
325,
326,

until
until
until
until
until

'password'
'password'
'password'
'password'
'password'

is
is
is
is
is

set
set
set
set
set

R1(config-line)#end
R1#
%SYS-5-CONFIG_I: Configured from console by console

Configuracin router 2
Router>enable
Router#configure terminal
Router(config)#hostname R2
R2(config)#interface FastEthernet0/0
R2(config-if)#ip address 10.1.0.1 255.255.0.0
R2(config-if)#duplex auto
R2(config-if)#speed auto
R2(config-if)#no shutdown
R2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed
state to up
R2(config-if)#interface Serial0/0/0
R2(config-if)#ip address 209.165.200.229 255.255.255.252
R2(config-if)#no shutdown
R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
R2(config-if)#interface Serial0/0/1
R2(config-if)#ip address 209.165.200.233 255.255.255.252
R2(config-if)#clock rate 64000
R2(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
R2(config-if)#router rip
R2(config-router)#passive-interface FastEthernet0/0
R2(config-router)#network 10.0.0.0
R2(config-router)#network 209.165.200.0
R2(config-router)#line con 0
R2(config-line)#line vty 0 4
R2(config-line)#login
%
%
%
%
%

Login
Login
Login
Login
Login

disabled
disabled
disabled
disabled
disabled

on
on
on
on
on

line
line
line
line
line

322,
323,
324,
325,
326,

until
until
until
until
until

'password'
'password'
'password'
'password'
'password'

is
is
is
is
is

set
set
set
set
set

R2(config-line)#end
R2#
%SYS-5-CONFIG_I: Configured from console by console

Configuracin router 3
Router>enable
Router#configure terminal
Router(config)#hostname R3
R3(config)#interface FastEthernet0/0
R3(config-if)#ip address 172.30.100.1 255.255.255.0
R3(config-if)#duplex auto
R3(config-if)#speed auto
R3(config-if)#no shutdown

R3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed
state to up
R3(config-if)#interface Serial0/0/1
R3(config-if)#ip address 209.165.200.234 255.255.255.252
R3(config-if)#no shutdown
R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
R3(config-if)#interface Loopback0
R3(config-if)#
%LINK-5-CHANGED: Interface Loopback0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state
to up
R3(config-if)#ip address 172.30.110.1 255.255.255.0
R3(config-if)#interface Loopback1
R3(config-if)#
%LINK-5-CHANGED: Interface Loopback1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state
to up
R3(config-if)#ip address 172.30.200.17 255.255.255.240
R3(config-if)#interface Loopback2
R3(config-if)#
%LINK-5-CHANGED: Interface Loopback2, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback2, changed state
to up
R3(config-if)#ip address 172.30.200.33 255.255.255.240
R3(config)#router rip
R3(config-router)#passive-interface FastEthernet0/0
R3(config-router)#network 172.30.0.0
R3(config-router)#network 209.165.200.0
R3(config-router)#line con 0
R3(config-line)#line vty 0 4
R3(config-line)#login
% Login disabled on line 322, until 'password' is set
% Login disabled on line 323, until 'password' is set
% Login disabled on line 324, until 'password' is set
% Login disabled on line 325, until 'password' is set
% Login disabled on line 326, until 'password' is set
R3(config-line)#end
R3#
%SYS-5-CONFIG_I: Configured from console by console

Tarea 3: Examinar el estado actual de la red (verificar)


Paso 2: Verifique la conectividad desde R2 a los hosts en las LAN R1 y R3.
Cuntos mensajes ICMP son exitosos al hacer ping a PC1 desde el router R2?
3 de 5
Cuntos mensajes ICMP son exitosos al hacer ping a PC4 desde el router R2?
3 de 5
Paso 3: Verifique la conectividad entre las PC.
Es posible hacer ping a PC2 desde PC1? SI
Cul es el porcentaje de xito? 100%
Es posible hacer ping a PC3 desde PC1? SI
Cul es el porcentaje de xito? 50%
Es posible hacer ping a PC4 desde PC1? NO
Cul es el porcentaje de xito? 0%
Es posible hacer ping a PC2 desde PC4? NO
Cul es el porcentaje de xito? 0%
Es posible hacer ping a PC3 desde PC4? SI
Cul es el porcentaje de xito? 50%

Tarea 4: Configurar RIP, versin 2.


Comando: R1#show ip protocols -> para visuaizar la version2

Tarea 5: Examinar el resumen automtico de las rutas.


Utilice el resultado del comando debug ip rip para responder las siguientes preguntas:
Qu entradas se incluyen en las actualizaciones RIP que se envan desde R3?
10.0.0.0/8
172.30.100.0/24
172.30.110.0/24
172.30.200.16/28
209.165.200.0/24
Qu rutas se encuentran en las actualizaciones RIP que se reciben desde R3 en R2?
172.30.0.0/16

Tarea 6: Deshabilitar el resumen automtico.

Tarea 7: Examinar las tablas de enrutamiento


Comando: R2#show ip route
R2(config)#router rip
R2(config-router)#no auto-summary

Comando: R1#show ip route

Comando: R3#show ip route

Utilice el resultado del comando debug ip rip para responder las siguientes preguntas:
Qu entradas se incluyen en las actualizaciones RIP que se envan desde R1?
172.30.1.0/24
172.30.2.0/24
Qu rutas se encuentran en las actualizaciones RIP que se reciben desde R1 en R2?
172.30.1.0/24
172.30.1.0/24
Se incluyen ahora las mscaras de las subredes en las actualizaciones de enrutamiento? SI

Tarea 8: Verificar la conectividad de la red.


Paso 1: Verifique la conectividad entre el router R2 y las PC.
Cuntos mensajes ICMP son exitosos al hacer ping a PC1 desde R2?
5 de 5
Cuntos mensajes ICMP son exitosos al hacer ping a PC4 desde R2?
5 de 5
Paso 2: Verifique la conectividad entre las PC.
Es posible realizar un ping desde PC1 a PC2? si
Cul es el porcentaje de xito? 100%
Es posible realizar un ping desde PC1 a PC3? si
Cul es el porcentaje de xito? 100%
Es posible hacer ping a PC4 desde PC1? si
Cul es el porcentaje de xito? 100%
Es posible hacer ping a PC2 desde PC4? si
Cul es el porcentaje de xito? 100%
Es posible hacer ping a PC3 desde PC4? si
Cul es el porcentaje de xito? 100%

You might also like