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

Implementación Del Protocolo EIGRP

The document details the implementation of the EIGRP protocol across a network topology. It provides the configuration steps for each router, including enabling EIGRP routing with the associated networks. Validation is done using show commands to verify routes, neighbors, and that auto-summarization is disabled.

Uploaded by

angel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Implementación Del Protocolo EIGRP

The document details the implementation of the EIGRP protocol across a network topology. It provides the configuration steps for each router, including enabling EIGRP routing with the associated networks. Validation is done using show commands to verify routes, neighbors, and that auto-summarization is disabled.

Uploaded by

angel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

INSTITUTO TECNICO DE CAPACITACION Y PRODUCTIVIDAD

DELEGACION DEPARTAMENTAL DE JALAPA


CARRERA: ADMINISTRADOR DE REDES DE COMPUTADORAS
MODULO: DISEÑO E IMPLEMENTACIÓN DE REDES DE COMPUTADORAS
FACILITADOR: ING. LUIS OVIDIO MURGA POLANCO

IMPLEMENTACIÓN DEL PROTOCOLO EIGRP


1. Armamos la siguiente topología de red:

2. Configuración de Routers:

 Entramos a RT1:
o Enable -> configure terminal -> interface s0/0/0 -> ip address 10.0.1.1 255.255.255.0
o No shutdown -> delay 100 -> bandwitch 2000
o No shutdown -> exit
o Interface s0/0/1 -> ip address 10.0.3.1 255.255.255.0 -> no shutdown
o Delay 50 -> bandwitch 50000 -> exit
o Interface s0/1/0 -> ip address 10.0.4.1 255.255.255.0 -> no shutdown
o Delay 10 -> bandwitch 100000 -> exit -> [Contro] + [Z]
 Entramos a RT6:
o Enable -> configure terminal -> interface s0/0/0 -> ip address 10.0.6.2 255.255.255.0
o No shutdown -> delay 200 -> bandwitch 2000
o No shutdown -> exit
o Interface s0/0/1 -> ip address 10.0.7.1 255.255.255.0 -> no shutdown
o Delay 50 -> bandwitch 50000 -> exit
o Interface s0/1/0 -> ip address 10.0.8.1 255.255.255.0 -> no shutdown
o Delay 100 -> bandwitch 2000 -> exit -> [Contro] + [Z]
 Entramos a RT7:
o Enable -> configure terminal -> interface f0/0 -> ip address 10.0.10.2 255.255.255.0
o No shutdown -> exit -> interface f0/1 -> ip address 10.0.9.2 255.255.255.0
o No shutdown -> [Control]+[Z] -> WR

3. Configuración de protocol EIGRP:


 Entramos a RT1:
o Enable -> configure terminal -> router eigrp 100 -> network 10.0.1.0
o Network 10.0.3.0 -> network 10.0.4.0 -> [Control]+[Z] -> WR
 Entramos a RT2:
o Enable -> configure terminal -> router eigrp 100 -> network 10.0.1.0
o Network 10.0.2.0 -> [Control]+[Z] -> WR
 Entramos a RT3:
o Enable -> configure terminal -> router eigrp 100 -> network 10.0.2.0
o Network 10.0.3.0 -> [Control]+[Z] -> WR
 Entramos a RT4:
o Enable -> configure terminal -> router eigrp 100 -> network 10.0.4.0
o Network 10.0.5.0 -> Network 10.0.10.0 ->[Control]+[Z] -> WR
 Entramos a RT5:
o Enable -> configure terminal -> router eigrp 100 -> network 10.0.5.0
o Network 10.0.6.0 -> [Control]+[Z] -> WR
 Entramos a RT6:
o Enable -> configure terminal -> router eigrp 100 -> network 10.0.6.0
o Network 10.0.7.0 -> Network 10.0.8.0 ->[Control]+[Z] -> WR
 Entramos a RT8:
o Enable -> configure terminal -> router eigrp 100 -> network 10.0.8.0
o Network 10.0.9.0 -> [Control]+[Z] -> WR
 Entramos a RT7:
o Enable -> configure terminal -> router eigrp 100 -> network 10.0.7.0
o Network 10.0.9.0 -> Network 10.0.10.0 ->[Control]+[Z] -> WR

4. Comprobación:
 Para comprobar que todo fue configurado correctamente hacemos un show ip route en
cada uno de los Routers, para que nos muestre todas las rutas que aprendió cada uno de los
Routers.
 Otra comprobación que podemos hacer es utilizando el comando traceroute.
o Ejemplo 1: abrimos el RT2 y hacemo un traceroute 10.0.4.2
o Ejemplo 2: abrimos el RT8 y hacemo un traceroute 10.0.1.2
 Para ver la tabla topológica escribimos, por ejemplo, en el RT2 el comando: show ip eigrp
topology
 Para ver la tabla de vecinos escribimos, por ejemplo, en el RT1 el comando: show ip eigrp
neighbors
 Para comprobación de errores podemos ejecutar, por ejemplo en el RT1, el comando:
debug eigrp packets, para cancelar escribimos el comando undebug all
5. Desactivar la auto-sumarización: Hacemos lo siguiente en cada uno de los Routers.
 Enable -> configure terminal -> router eigrp 100 -> no auto-summary -> [Control]+[Z]
 Para comprobar escribimos: show run

You might also like