Laboratorio Enrutamiento Eigrp: Corporación Universitaria Minuto de Dios
Laboratorio Enrutamiento Eigrp: Corporación Universitaria Minuto de Dios
Alumno:
Danilo Santos Alvarado Pulido ID: 151841
Cesar Augusto Bagui Galindo ID: 494645
Presentado a:
Oscar Arid Diaz Romero
Desarrollo.
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.