OSPF (Open Shortest Path First) Single Area Configuration and Testing

Slides:



Advertisements
Similar presentations
Distance Vector Routing Protocols
Advertisements

© 2007 Cisco Systems, Inc. All rights reserved.ICND2 v1.0—4-1 Single-Area OSPF Implementation Implementing OSPF.
CCNP Network Route BGP Part -II. BGP ROUTE REDISTRIBUTION Scenario: R1 R2, R3 in AS 1000 with IP addresses of and loopback ,
13: OSPFv3 Rick Graziani Cabrillo College
IP Routing Static Routing Information management 2 Groep T Leuven – Information department 2/14 The Router Router Interface is a physical.
Interfacing Interior and Exterior Gateway Protocols.
Copyright 2002 Year 2 - Chapter 5/Cisco 3 - Module 5 Routing Protocols: IGRP By Carl Marandola.
Chapter 22 Network Layer: Delivery, Forwarding, and Routing.
Enhanced IGRP (EIGRP) EIGRP Characteristics. EIGRP Configuration. Verifying EIGRP.
OSPFv3 CIS 185 Advanced Routing (CCNP 1) Spring 2006 Rick Graziani Based on Chapter 4: Dynamic Routing Protocols, Routing TCP/IP 2 nd Edition, Jeff Doyle.
OSPF in Multiple Area.
Single-Area OSPF Implementation
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—5-1 WAN Connections Enabling Static Routing.
Chapter 12 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Read a routing table  Configure a static route 
Link State Routing Protocol W.lilakiatsakun. Introduction (1) Link-state routing protocols are also known as shortest path first protocols and built around.
Lecture Week 10 Link-State Routing Protocols. Objectives Describe the basic features & concepts of link-state routing protocols. List the benefits and.
Introduction to Routing and Routing Protocols By Ashar Anwar.
1 Routing Protocols and Configuration Instructor: Te-Lung Liu Program Associate Researcher NCHC, South Region Office.
Advantages of Dynamic Routing over Static Routing : Advertise only the directly connected networks. Updates the topology changes dynamically. Administrative.
© 1999, Cisco Systems, Inc. 9-1 Chapter 9 Determining IP Routes.
1. 라우팅 기본 개념. To route a router need to know: Destination addresses Sources it can learn from Possible routes Best route Maintain and verify routing information.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v2.3—3-1 Determining IP Routes Enabling OSPF.
Instructor & Todd Lammle
© Synergon Informatika Rt., 1999 Chapter 9 Configuring Open Shortest Path First.
Open standard protocol Successor of RIP Classless routing protocol Uses Shortest Path First (SPF) Algorithm Updates are sent through Multicast IP address.
E /24 LAN /24LAN – / /8 S0 S /8 Head Office Branch Office E /16.
© 2002, Cisco Systems, Inc. All rights reserved. 1 Determining IP Routes.
Open Shortest Path First OSPF (Part 2) George Macri 6 th CEENET Workshop, Budapest 2000.
Instructor & Todd Lammle
© 2009 Cisco Systems, Inc. All rights reserved. ROUTE v1.0—3-1 Implementing a Scalable Multiarea Network OSPF- Based Solution Configuring and Verifying.
© 2002, Cisco Systems, Inc. All rights reserved. 1 Routing Overview.
Cisco proprietary protocol Classless routing protocol Metric (32 bit) : Composite Metric (BW + Delay) by default. Administrative distance is 90 Updates.
© 2003, Cisco Systems, Inc. All rights reserved..
 RIP — A distance vector interior routing protocol  IGRP — The Cisco distance vector interior routing protocol (not used nowadays)  OSPF — A link-state.
OSPFv3 John Rullan Cisco Certified Instructor Trainer Thomas A. Edison CTE HS Stephen Lynch Network Architect, CCIE #36243 ABS Technology Architects.
ROUTING AND ROUTING TABLES 2 nd semester
CSE 421 Computer Networks. Network Layer 4-2 Chapter 4: Network Layer r 4. 1 Introduction r 4.2 Virtual circuit and datagram networks r 4.3 What’s inside.
Year 2 - Chapter 5/Cisco 3 - Module 5 Routing Protocols: IGRP.
RIP v1– Routing Information Protocol RIP Versions –RIP v1 (original version, Doyle ch 5) –RIP v2 (improved version, Doyle ch 7) Simple distance-vector.
Single Area OSPF Link State Routing Single Area OSPF Concepts
STATIC ROUTING.
報告題目:OSPF 指導教授:陳明仕 報告者:黃元志 學號M
Link State Routing protocol
Routing and routing tables
EIGRP.
DYNAMIC ROUTING.
Routing and Routing Protocols: Routing Static
Routing Protocols and Concepts
Link-State Routing Protocols
Routing Information Protocol
Routing and routing tables
CCNA 2 v3.1 Module 6 Routing and Routing Protocols
Routing & Enabling RIP WAN Connections.
Single-Area OSPF Implementation
Implementing EIGRP EIGRP Implementation.
Chapter 5: Dynamic Routing
Enabling Static Routing
Routing and Routing Protocols: Routing Static
Chapter 3 Routing Dynamically
CCNA 3 v3 JEOPARDY Module 2 CCNA3 v3 Module 2 K. Martin.
OSPF.
Link-State Routing Protocols
Introduction To ROUTING PROTOCOLS
Routing Information Protocol
Rick Graziani Cabrillo College
CIT 384: Network Administration
BSCI Module 2-2 – Implementing and Verifying EIGRP
Link-State Routing Protocols
Static Routing For Multiple Routers
CCNA 2 JEOPARDY Module 6.
Presentation transcript:

OSPF (Open Shortest Path First) Single Area Configuration and Testing By Nur Wajianto Collinsvile, Brisbane QD May 15 2007

Link State Routing Protocols Link-state routing protocols are also known as shortest path first protocols and are built around Edsger Dijkstra's shortest path first (SPF) algorithm. There are two link-state routing protocols for IP : OSPF(Open Shortest Path First) IS-IS(Intermediate-System-to-Intermediate-System)

Advantages of a Link State Routing Protocol Each router builds its own topological map of the network to determine the shortest path Immediate flooding of LSPs achieves faster convergence LSPs are sent only when there is a change in the topology and contain only the information regarding that change Hierarchical design used when implementing multiple areas

Basic Configuration and Goals Set the host name, and bring up the interfaces Configure the OSPF routing protocol Select the directly connected networks Display the routing table Display the OSPF protocol information

Configure Routers as the figure below

Verify that each router can ping its directly connected neighbors Queensland#ping 10.1.1.2 Queensland#ping 192.168.100.6 Darwin#ping 10.1.1.1 Adelaide#ping 192.168.100.5

Add OSPF to Queensland use the Process ID number 100 Queensland#config terminal Queensland(config)#router ospf 100 Queensland(config-router)#network 10.1.1.0 0.0.0.255 area 0 Queensland(config-router)#network 192.168.100.4 0.0.0.3 area 0

Add OSPF to Darwin use the Process ID number 100 Darwin#config terminal Darwin(config)#router ospf 100 Darwin(config-router)#network 10.1.1.0 0.0.0.255 area 0

Add OSPF to Adelaide use the Process ID number 100 Adelaide#config terminal Adelaide(config)#router ospf 100 Adelaide(config-router)#network 192.168.100.4 0.0.0.3 area 0

Test OSPF Routing OSPF should now be running on all three routers. Press CTRL+Z to exit to privileged mode, and can ping non-directly connected routers. From Darwin, and now be able to ping Adelaide’s serial 0 interface. Darwin#ping 192.168.100.6 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.100.6, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/63 ms

Test OSPF Routing Connect to Adelaide and ping Darwin’s serial 1 interface. If can ping on both devices, mean its correctly configured routing and otherwise Adelaide#ping 10.1.1.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.1.1.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/63 ms

Display the routing table on Darwin’s Router Darwin#sh ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 10.0.0.0/24 is subnetted, 1 subnets C 10.1.1.0 is directly connected, Serial1/1 192.168.100.0/30 is subnetted, 1 subnets O 192.168.100.4 [110/1562] via 10.1.1.1, 00:16:14, Serial1/1

Display the Specific IP Routing Protocol Information on Darwin’s Router Darwin#show ip protocols Routing Protocol is "ospf 100" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Router ID 10.1.1.2 Number of areas in this router is 1. 1 normal 0 stub 0 nssa Maximum path: 4 Routing for Networks: 10.1.1.0 0.0.0.255 area 0 Routing Information Sources: Gateway Distance Last Update 10.1.1.1 110 00:17:05 Distance: (default is 110)

Display the OSPF Database on Darwin’s Router Darwin#show ip ospf database OSPF Router with ID (10.1.1.2) (Process ID 100) Router Link States (Area 0) Link ID ADV Router Age Seq# Checksum Link count 10.1.1.2 10.1.1.2 1228 0x80000002 0x00e13b 2 192.168.100.5 192.168.100.5 1072 0x80000008 0x00940b 4 192.168.100.6 192.168.100.6 1072 0x80000002 0x00ab5d 2

Display the all of IP OSPF Neighbors Darwin#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 192.168.100.5 0 FULL/ - 00:00:33 10.1.1.1 Serial1/1 Darwin#show ip ospf interface Serial1/1 is up, line protocol is up Internet address is 10.1.1.2/24, Area 0 Process ID 100, Router ID 10.1.1.2, Network Type POINT-TO-POINT, Cost: 781 Transmit Delay is 1 sec, State POINT-TO-POINT, Priority 0 No designated router on this network No backup designated router on this network Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 Hello due in 00:00:09 Index 1/1, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 1, maximum is 1 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1 , Adjacent neighbor count is 1 Adjacent with neighbor 192.168.100.5 Suppress hello for 0 neighbor(s)

Thank You For Your Attention Ask and Question