0% found this document useful (0 votes)
58 views8 pages

Laboratorio Enrutamiento Eigrp: Corporación Universitaria Minuto de Dios

The document describes the configuration of an EIGRP routing network connecting several cities in Colombia. It includes the router configurations for each city with interface and EIGRP settings. It also describes testing connectivity across the network with ping and trace, disconnecting the first hop, and verifying the EIGRP neighbor table on each router.
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)
58 views8 pages

Laboratorio Enrutamiento Eigrp: Corporación Universitaria Minuto de Dios

The document describes the configuration of an EIGRP routing network connecting several cities in Colombia. It includes the router configurations for each city with interface and EIGRP settings. It also describes testing connectivity across the network with ping and trace, disconnecting the first hop, and verifying the EIGRP neighbor table on each router.
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

Corporación Universitaria Minuto de Dios

Laboratorio Enrutamiento Eigrp


Tercer Corte

ESTRUCTURA DE INTERNET SERVICIOS Y SERVIDORES


NRC: 11619

Alumno:
Danilo Santos Alvarado Pulido ID: 151841
Cesar Augusto Bagui Galindo ID: 494645

Presentado a:
Oscar Arid Diaz Romero

Facultad de Ingeniería Programa de


Ingeniería de Sistemas Mayo 2 de
2022
Bogotá DC.

Enrutamiento EIGRP (Enhanced Interior Gateway Routing Protocol)

Desarrollo.

Realizar la conectividad de la red con enrutamiento EIGRP.

1. Con las configuraciones de los Reuter por cada hoja.

Bogotá:

!
hostname Bogota
!
enable password cisco
!
interface Loopback10
ip address 192.168.201.1 255.255.255.0
!
interface FastEthernet0/0
ip address 192.168.101.1 255.255.255.0
duplex auto speed auto
!
interface Serial0/2/0
ip address 192.168.1.1 255.255.255.252
!
interface Serial0/2/1
ip address 192.168.2.1 255.255.255.252
clock rate 2000000
!
interface Serial0/3/0
ip address 192.168.3.1 255.255.255.252
clock rate 2000000
!
interface Serial0/3/1
ip address 192.168.4.1 255.255.255.252
clock rate 2000000
!
router eigrp 1
network 192.168.1.0 0.0.0.3
network 192.168.2.0 0.0.0.3
network 192.168.101.0
network 192.168.201.0
network 192.168.3.0 0.0.0.3
network 192.168.4.0 0.0.0.3
auto-summary
!
password cisco login
!
End

Medellín:
!
hostname Medellín
!
enable password cisco
!
interface Loopback10
ip address 192.168.201.3 255.255.255.0
!
interface FastEthernet0/0
ip address 192.168.102.1 255.255.255.0
duplex auto speed auto
!
interface Serial0/2/0
ip address 192.168.1.2 255.255.255.252
clock rate 2000000
!
interface Serial0/2/1
ip address 192.168.7.1 255.255.255.252
clock rate 2000000
!
router eigrp 1
network 192.168.1.0 0.0.0.3
network 192.168.102.0
network 192.168.201.0
network 192.168.7.0 0.0.0.3
auto-summary
!
line vty 0 4
password cisco login
!
End

Ibagué:
!
hostname Ibagué
!
enable password cisco
!
interface Loopback10
ip address 192.168.201.6 255.255.255.0
!
interface FastEthernet0/0
ip address 192.168.106.1 255.255.255.0
duplex auto speed auto
!
interface Serial0/2/0
ip address 192.168.5.1 255.255.255.252
clock rate 2000000
!
interface Serial0/3/0
ip address 192.168.3.2 255.255.255.252
!
router eigrp 1
network 192.168.3.0 0.0.0.3
network 192.168.106.0
network 192.168.201.0
network 192.168.5.0 0.0.0.3
auto-summary
!
line vty 0 4 password cisco login
!
End
Pasto:
!
hostname Pasto
!
enable password cisco
!
interface Loopback10
ip address 192.168.201.7 255.255.255.0
!
interface FastEthernet0/0
ip address 192.168.107.1 255.255.255.0
duplex auto speed auto
!
interface Serial0/2/0
ip address 192.168.5.2 255.255.255.252
!
interface Serial0/2/1
ip address 192.168.7.2 255.255.255.252
!
router eigrp 1
network 192.168.5.0 0.0.0.3
network 192.168.107.0
network 192.168.201.0
network 192.168.7.0 0.0.0.3
auto-summary
!
line vty 0 4 password cisco login
!
End

Cali:
!
hostname Cali
!
enable password cisco
!
interface Loopback10
ip address 192.168.201.2 255.255.255.0
!
interface FastEthernet0/0
ip address 192.168.103.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/2/1
ip address 192.168.2.2 255.255.255.252
!
interface Serial0/3/0
ip address 192.168.8.1 255.255.255.252
clock rate 2000000
!
router eigrp 1
network 192.168.2.0 0.0.0.3
network 192.168.103.0
network 192.168.201.0
network 192.168.8.0 0.0.0.3
auto-summary
!
line vty 0 4 password cisco login
!
End

Bucaramanga:
!
hostname Bucaramanga
!
enable password cisco
!
interface Loopback10
ip address 192.168.201.4 255.255.255.0
!
interface FastEthernet0/0
ip address 192.168.104.1 255.255.255.0
duplex auto speed auto
!
interface Serial0/2/0
ip address 192.168.6.1 255.255.255.252
clock rate 2000000
!
interface Serial0/3/1
ip address 192.168.4.2 255.255.255.252
!
router eigrp 1
network 192.168.4.0 0.0.0.3
network 192.168.104.0
network 192.168.201.0
network 192.168.6.0 0.0.0.3
auto-summary
line vty 0 4 password cisco login
!
End

Barranquilla:
!
hostname Barranquilla
!
enable password cisco
!
interface Loopback10
ip address 192.168.201.5 255.255.255.0
!
interface FastEthernet0/0
ip address 192.168.105.1 255.255.255.0
duplex auto speed auto
!
interface Serial0/2/0
ip address 192.168.6.2 255.255.255.252
!
interface Serial0/3/0
ip address 192.168.8.2 255.255.255.252
!
router eigrp 1
network 192.168.6.0 0.0.0.3
network 192.168.105.0
network 192.168.201.0
network 192.168.8.0 0.0.0.3
auto-summary
!
line vty 0 4 password cisco login
!
End

2. Prueba de conectividad (ping, trace, entre dos redes lejanas (ejemplo de Bogotá a
Barranquilla).
3. Desconectar o deshabilitar la red del primer salto de la traza y volver a probar
conectividad.
4. Verificación de la tabla eigrp (show ip eigrp neighbors) en cada router.

You might also like