ejemplo de eigrp

Páginas: 7 (1618 palabras) Publicado: 5 de marzo de 2014
Comunicación de datos I. Guía 9
Facultad: Ingeniería
Escuela: Electrónica
Asignatura: Comunicación de datos I

Tema: Enrutamiento dinámico EIGRP
Contenidos
 Configuración Básica de los Router.
 Configuración de EIGRP en los Route.
 Configuración de los IP Host en los routers.

Objetivos Específicos
 Aplicar la configuración para el protocolo EIGRP.
 Comprobar el buenfuncionamiento de EIGRP
 Configuración de los HOST en los routers

Materiales y Equipo
 Computadora con simulador Packet Tracer

Procedimiento
Configuración Básica de los Router.
Bibliografía
1- Realizar la siguiente configuración de red

Guía 1

2- Realizar la configuración necesaria para cada uno de los router.

2 Comunicación de datos I. Guía 9

a. Configuración del Router0Router>enable
Router#configure terminal
Router(config)#hostname GAUS
GAUS(config)#enable secret cisco
GAUS(config)#line vty 0 4
GAUS(config-line)#password cisco
GAUS(config-lin)#login
GAUS(config-line)#exit
GAUS(config)#line console 0
GAUS(config-line)#password cisco
GAUS(config-lin)#login
GAUS(config-line)#exit
GAUS(config)#interface FastEthernet 0/0
GAUS(config-if)#ip address 172.16.3.149255.255.255.252
GAUS(config-if)#description Enlace FastEthernet con INTERNET
GAUS(config-if)#no shutdown
GAUS(config-if)#exit
GAUS(config)#interface FastEthernet 0/1
GAUS(config-if)#ip address 172.16.3.129 255.255.255.248
GAUS(config-if)#description Enlace FastEthernet con la red LAN de GAUS
GAUS(config-if)#no shutdown
GAUS(config-if)#exit
GAUS(config)#interface Serial 0/0
GAUS(config-if)#ip address 172.16.3.141 255.255.255.252
GAUS(config-if)#description Enlace Serial punto a punto con la interfaz Serial 0/0 de ERA
GAUS(config-if)#clock rate 56000
GAUS(config-if)#bandwidth 128
GAUS(config-if)#no shutdown
GAUS(config-if)#exit
GAUS(config)#interface Serial 0/1
GAUS(config-if)# ip address 172.16.3.137 255.255.255.252
GAUS(config-if)#description Enlace Serial punto a punto conla interfaz Serial 0/0 de ORION
GAUS(config-if)#clock rate 56000
GAUS(config-if)#bandwidth 1024
GAUS(config-if)#no shutdown
GAUS(config-if)#exit
GAUS(config)#exit
GAUS(config)#copy running-config startup-config

b. Configuración del Router1
Router>enable
Router#configure terminal
Router(config)#hostname ORION
ORION(config)#enable secret cisco
ORION(config)#line vty 0 4ORION(config-line)#password cisco

Comunicación de datos I. Guía 9
ORION(config-lin)#login
ORION(config-line)#exit
ORION(config)#line console 0
ORION(config-line)#password cisco
ORION(config-lin)#login
ORION(config-line)#exit
ORION(config)#interface FastEthernet 0/0
ORION(config-if)#ip address 172.16.3.1 255.255.255.192
ORION(config-if)#description Enlace FastEthernet con la red LAN 1 de ORIONORION(config-if)#no shutdown
ORION(config-if)#exit
ORION(config)#interface FastEthernet 0/1
ORION(config-if)#ip address 172.16.3.65 255.255.255.192
ORION(config-if)#description Enlace FastEthernet con la red LAN 2 de ORION
ORION(config-if)#no shutdown
ORION(config-if)#exit
ORION(config)#interface Serial 0/0
ORION(config-if)# ip address 172.16.3.138 255.255.255.252
ORION(config-if)#bandwidth1024
ORION(config-if)#description Enlace Serial punto a punto con la interfaz Serial 0/1 de GAUS
ORION(config-if)#no shutdown
ORION(config-if)#exit
ORION(config)#interface Serial 0/1
ORION(config-if)# ip address 172.16.3.146 255.255.255.252
ORION(config-if)#description Enlace Serial punto a punto con la interfaz Serial 0/1 de ERA
ORION(config-if)#bandwidth 1024
ORION(config-if)#no shutdownORION(config-if)#exit
ORION(config)#exit
ORION(config)#copy running-config startup-config

c. Configuración del Router3
Router>enable
Router#configure terminal
Router(config)#hostname ERA
ERA(config)#enable secret cisco
ERA(config)#line vty 0 4
ERA(config-line)#password cisco
ERA(config-lin)#login
ERA(config-line)#exit
ERA(config)#line console 0
ERA(config-line)#password cisco...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • EIGRP
  • Eigrp
  • EIGRP
  • EIGRP
  • eigrp
  • Eigrp
  • Eigrp
  • Eigrp

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS