0% found this document useful (0 votes)
57 views4 pages

(Answer Version) : Topology

1. The document describes configuring RIPv2 routing on routers R1, R2, and R3. This includes creating a default route, enabling RIPv2 with appropriate network statements, and verifying connectivity. 2. The key steps are to configure RIPv2 on each router, including default routes, network statements, and passive interfaces. 3. The configurations are then verified by checking the routing tables and testing connectivity between all devices on the network.

Uploaded by

Qemerson Quevedo
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)
57 views4 pages

(Answer Version) : Topology

1. The document describes configuring RIPv2 routing on routers R1, R2, and R3. This includes creating a default route, enabling RIPv2 with appropriate network statements, and verifying connectivity. 2. The key steps are to configure RIPv2 on each router, including default routes, network statements, and passive interfaces. 3. The configurations are then verified by checking the routing tables and testing connectivity between all devices on the network.

Uploaded by

Qemerson Quevedo
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/ 4

(Answer Version)

Answer Note: Red font color or Gray highlights indicate text that appears in the Answer copy only.
Topology

3.2.1.8 Packet Tracer – Configuring RIPv2

Objectives
Part 1: Configure RIPv2
Part 2: Verify Configurations
Background
Although RIP is rarely used in modern networks, it is useful as a foundation for
understanding basic network routing. In this activity, you will configure a default route, RIP
version 2, with appropriate network statements and passive interfaces, and verify full
connectivity.

Part 1: Configure RIPv2


Step 1: Configure RIPv2 on R1.
a. Use the appropriate command to create a default route on R1 for all Internet traffic to exit
the network through S0/0/1.
 R1(config)# ip route 0.0.0.0 0.0.0.0 s0/0/1
b. Enter RIP protocol configuration mode.
 R1(config)# router rip
c. Use version 2 of the RIP protocol and disable the summarization of networks.
 R1(config-router)# version 2
 R1(config-router)# no auto-summary
d. Configure RIP for the networks that connect to R1.
 R1(config-router)# network 192.168.1.0
 R1(config-router)# network 192.168.2.0
e. Configure the LAN port that contains no routers so that it does not send out any routing
information.
 R1(config-router)# passive-interface gig 0/0
f. Advertise the default route configured in step 1a with other RIP routers.
 R1(config-router)# default-information originate
g. Save the configuration.
Step 2: Configure RIPv2 on R2.
a. Enter RIP protocol configuration mode.
 R2(config)# router rip
b. Use version 2 of the RIP protocol and disable the summarization of networks.
 R2(config-router)# version 2
 R2(config-router)# no auto-summary
c. Configure RIP for the networks directly connected to R2.
 R2(config-router)# network 192.168.2.0
 R2(config-router)# network 192.168.3.0
 R2(config-router)# network 192.168.4.0
d. Configure the interface that contains no routers so that it does not send out routing
information.
 R2(config-router)# passive-interface gig 0/0
e. Save the configuration.
Step 3: Configure RIPv2 on R3
Repeat Step 2 on R3.
R3(config)# router rip
R3(config-router)# version 2
R3(config-router)# no auto-summary
R3(config-router)# network 192.168.4.0
R3(config-router)# network 192.168.5.0
R3(config-router)# passive-interface gig 0/0/0
Part 2: Verify Configurations
Step 1: View routing tables of R1, R2, and R3.
a. Use the appropriate command to show the routing table of R1. RIP (R) now appears with
connected (C) and local (L) routes in the routing table. All networks have an entry. You
also see a default route listed.
b. View the routing tables for R2 and R3. Notice that each router has a full listing of all the
192.168.x.0 networks and a default route.
Step 2: Verify full connectivity to all destinations.
Every device should now be able to ping every other device inside the network. In addition,
all devices should be able to ping the Web Server.
(versión de respuesta)
Nota de respuesta : el color de fuente rojo o los resaltados en gris indican el texto que aparece solo
en la copia de respuesta.
Topología

3.2.1.8 Packet Tracer - Configurando RIPv2

Los objetivos
Parte 1: Configurar RIPv2
Parte 2: verificar configuraciones
Fondo
Aunque el RIP rara vez se utiliza en las redes modernas, es útil como base para comprender el
enrutamiento básico de la red. En esta actividad, configurará una ruta predeterminada, RIP versión
2, con las declaraciones de red apropiadas y las interfaces pasivas, y verificará la conectividad total.
Parte 1: Configurar RIPv2
Paso 1: Configurar RIPv2 en R1.
a. Use el comando apropiado para crear una ruta predeterminada en R1 para que todo el
tráfico de Internet salga de la red a través de S0 / 0/1.
 R1 (config) # ip route 0.0.0.0 0.0.0.0 s0 / 0/1
b. Entre en el modo de configuración del protocolo RIP.
 R1 (config) # rip rip
c. Utilice la versión 2 del protocolo RIP y desactive el resumen de redes.
 R1 (config-router) # versión 2
 R1 (config-router) # no auto-resumen
d. Configure RIP para las redes que se conectan a R1 .
 R1 (config-router) # red 192.168.1.0
 R1 (config-router) # red 192.168.2.0
e. Configure el puerto LAN que no contiene enrutadores para que no envíe información de
enrutamiento.
 R1 (config-router) # pasivo de interfaz 0/0
f. Anuncie la ruta predeterminada configurada en el paso 1a con otros enrutadores RIP.
 R1 (config-router) # origen-información originada
g. Guarde la configuración.
Paso 2: Configurar RIPv2 en R2.
a. Entre en el modo de configuración del protocolo RIP.
 R2 (config) # rip rip
b. Utilice la versión 2 del protocolo RIP y desactive el resumen de redes.
 R2 (config-router) # versión 2
 R2 (config-router) # no auto-resumen
c. Configure RIP para las redes conectadas directamente a R2 .
 R2 (config-router) # red 192.168.2.0
 R2 (config-router) # red 192.168.3.0
 R2 (config-router) # red 192.168.4.0
d. Configure la interfaz que no contiene enrutadores para que no envíe información de
enrutamiento.
 R2 (config-router) # pasivo de interfaz 0/0
e. Guarde la configuración.
Paso 3: Configurar RIPv2 en R3
Repita el paso 2 en R3 .
R3 (config) # router rip
R3 (config-router) # versión 2
R3 (config-router) # no auto-resumen
R3 (config-router) # red 192.168.4.0
R3 (config-router) # red 192.168.5.0
R3 (config-router) # pasivo de interfaz 0/0/0
Parte 2: verificar configuraciones
Paso 1: Ver las tablas de enrutamiento de R1, R2 y R3.
a. Use el comando apropiado para mostrar la tabla de enrutamiento de R1 . RIP (R) ahora
aparece con las rutas conectadas (C) y locales (L) en la tabla de enrutamiento. Todas las
redes tienen una entrada. También verá una ruta predeterminada en la lista.
b. Ver las tablas de enrutamiento para R2 y R3 . Observe que cada enrutador tiene una lista
completa de todas las redes 192.168.x.0 y una ruta predeterminada.
Paso 2: Verificar la conectividad total a todos los destinos.
Cada dispositivo ahora debería poder hacer ping a cualquier otro dispositivo dentro de la
red. Además, todos los dispositivos deben poder hacer ping al servidor web

You might also like