Practica 8 ospf

Post on 29-Jun-2015

113 views 2 download

Transcript of Practica 8 ospf

Universidad de GuadalajaraCentro Universitario de Ciencias Exactas e Ingenierías

Taller de redes avanzadasPractica 8 OSPF

Alumno: García García Héctor EduardoCódigo: 206730612Carrera: Ing. Computación

Objetivo 

El objetivo de esta practica es revisar el funcionamiento de OSPF un protocolo de enrutamiento jerárquico de pasarela interior, de envestidura dinámica IGP (Interior Gateway Protocol), que usa el algoritmo SmothWall Dijkstra enlace-estado (LSE - Link State Algorithm) para calcular la ruta más corta posible

Open Shortest Path First• Defined in RFC 2328 as a royalty free standard.• Is an interior gateway Protocol used to distribute routing information within a single 

autonomous system• Based on link-state technology• Introduces new concepts such as authentication of routing updates, Variable length 

subnet masks VLSM, route summarization, etc• With OSPF, there is no limitation on the hop count• OSPF uses IP multicast to send link-states updates. This ensures lees processing on 

routers that are not listening to OSPF packets.• Updates are only sent in case routing changes occur instead of periodically. This 

ensures a better use of bandwidth.• OSPF has better convergence that RIP. This because routing changes are propagated 

instantaneously and not periodically• OSPF allows for better load balancing• OSPF allows for routing authentication by using different methods of password 

authentication.

Desarrollo de la practica• 1.- Armar la maqueta propuesta configurando solo interfaces ethernet y 

serial. Note que la maqueta propuesta utiliza VLSM.• 2.- Verificar conectividad con PING desde el Router hacia PC y Router vecinos.• 3.- Habilite OSPF de area 0• 4.- Verificar el anuncio de redes con “Show ip route”• 5.- Conteste las siguientes preguntas• A.- ¿Cuántas redes aparecen en la tabal de enrutamiento?• B.- ¿Cuántas debería de aparecer?• 6.- Verifique estatus de OSPF • A.- show ip ospf• B.- show ip  ospf neighbor• C.- show ip ospf interface• 7.- Elaborar reporte individual y subir en un comentario al blog. 

Maqueta propuesta

Configurando la maqueta

Ping desde router

Ping pc después de configurar OSPF

Show ip route

Preguntas 

• ¿Cuántas redes aparecen en la tabla de enrutamiento? 

• 5 redes

• ¿Cuántas deberían de aparecer?

• 5 redes

Verificando estado de OSPF

Show ip ospf neighbor

Show ip ospf interface

Router OSPF

Conclusión 

• Una practica gracias a el conocimiento adquirido en las anteriores fácil de implementar, es interesante el manejo de las áreas en OSPF porque se podrían hacer varias configuraciones diferentes de interconexiones, además de que no importa el numero de saltos que las tramas puedan dar.