+ All Categories
Home > Education > ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

Date post: 01-Dec-2014
Category:
Upload: anilinvns
View: 927 times
Download: 2 times
Share this document with a friend
Description:
EIGRP in CISCO propitiatory dynamic routing protocol with dual algorithm. It useful only on cisco router only.
24
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF) By Anil Kumar Vishwakarma MCA,MCTS,CCNA
Transcript
Page 1: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

By

Anil Kumar Vishwakarma

MCA,MCTS,CCNA

Page 2: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

ENHANCED IGRP (EIGRP)

EIGRP Characteristics.

EIGRP Configuration.

Verifying EIGRP.

Page 3: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

EIGRP CHARACTERISTICS

Hybrid Protocol. Cisco-proprietary protocol. EIGRP works well in large networks. Default AD (administrative distance) is 90. EIGRP Metrics use a combination of (B.W, Load, Delay

and Reliability) Uses an autonomous system number. Maximum Hop count is 255. Classless Routing. Support VLSM and discontiguous networks.

Page 4: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

EIGRP CHARACTERISTICS

Support for IP, IPX, and AppleTalk via protocol-dependent modules

Communication via Reliable Transport Protocol (RTP)

Best path selection via Diffusing Update Algorithm (DUAL)

Build three table: -1. Neighbor table: Each router keeps state information about

adjacent neighbors.2. Topology table: acted upon by (DUAL). Use to determine

the best path for routing packet.3. Routing table: Store routes.

Page 5: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

EIGRP CONFIGURATION

Page 6: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

EIGRP CONFIGURATION Configuring Discontiguous Networks

Lab_A(config)#router eigrp 100Lab_A(config-router)#no auto-summaryLab_B(config)#router eigrp 100Lab_B(config-router)#no auto-summary

Page 7: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

VERIFYING EIGRP

Description/Function Command

Shows the entire routing table show ip route

Shows only EIGRP entries in the routing table show ip route eigrp

Shows all EIGRP neighborsshow ip eigrp neighbors

Shows entries in the EIGRP topology table show ip eigrp topology

Page 8: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

OPEN SHORTEST PATH FIRST

OSPF Characteristics.

OSPF Terminology

OSPF Configuration.

Verifying OSPF.

OSPF and Loopback Interfaces.

Troubleshooting OSPF.

Page 9: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

OSPF CHARACTERISTICS

Link State Protocol. Open Standard protocol. OSPF works well in large networks. Default AD (administrative distance) is 110. EIGRP Metrics use Bandwidth. Uses an autonomous system number. No Limit Hop count. Classless Routing. Support VLSM and discontiguous networks.

Page 10: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

OSPF CHARACTERISTICS

Support IP only.

Best path selection via Dijkstra algorithm.

Manual Summarization.

Build three table: -1. Neighbor table: Each router keeps state information

about adjacent neighbors.2. Topology table: acted upon by (Dijkstra). Use to

determine the best path for routing packet.3. Routing table: Store routes.

Page 11: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

OSPF TERMINOLOGY

Page 12: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

OSPF TERMINOLOGY

Link is an interface on a router.

The Router ID (RID) is the highest IP address used to identify the router.

Page 13: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

OSPF TERMINOLOGY

Link-State: the status of link between two routers

Page 14: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

OSPF TERMINOLOGY

Link-state database (topological database): A list of information about all other

routers in the internetwork. It shows the internetwork topolog.

Page 15: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

OSPF TERMINOLOGY

Area: A collection of routers that has the same area identification. Each router within an area has the same link-state information. A router within an area is called an internal router.

Page 16: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

OSPF TERMINOLOGY

Cost (metric): The value assigned to a link. Based on the bandwidth of the link.

Page 17: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

OSPF TERMINOLOGY

Routing table: sometimes known as the forwarding

database.

Page 18: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

OSPF TERMINOLOGY

Adjacencies database: A listing of all the neighbors to which a router has established a bi-

directional communication.

Page 19: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

OSPF TERMINOLOGY

Designated router (DR) and backup designated router (BDR): A router that is elected by all other routers on the same LAN to represent all the routers. Each network has a DR and BDR.

Page 20: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

OSPF CONFIGURATION

The two basic elements of OSPF configuration:

1. Enabling OSPF.2. Configuring OSPF areas.

Router#config tRouter(config)#router ospf 1Router(config-router)#network 10.0.0.0

0.255.255.255 area 0

Page 21: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

VERIFYING OSPF

Description/Function Command

Shows the entire routing table show ip route

Display OSPF information for one or all OSPF processes running on the router.

show ip ospf

the number of links and the neighboring router’s ID

show ip ospf database

Displays all interface-related OSPF information. show ip ospf

interface

Page 22: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

OSPF AND LOOPBACK INTERFACES

Configuring loopback interfaces when using the OSPF routing protocol is important, and Cisco suggests using them whenever you configure OSPF on a router.

Loopback interfaces are logical interfaces, which are virtual, software-only interfaces; they are not real router interfaces.

Configuring Loopback Interfaces

Router (config)#int loopback 0 Router (config-if)#ip address 172.16.10.1

255.255.255.255 Router(config-if)#no shut

Page 23: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

TROUBLESHOOTING OSPF

What is the error in this configuration if you want to route only ip packet begin with 10 then any number ?

Router(config)#router ospf 1Router(config-router)#network 10.0.0.0 255.0.0.0 area 0

RouterB#sh ip ospf interface e0/0Ethernet0/0 is up, line protocol is upInternet Address 172.16.1.1/16, Area 0Process ID 2, Router ID 172.126.1.1, Network Type BROADCAST, Cost: 10Transmit Delay is 1 sec, State DR, Priority 1Designated Router (ID) 172.16.1.1, interface address 172.16.1.2No backup designated router on this networkTimer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5

RouterA#sh ip ospf interface e0/0Ethernet0/0 is up, line protocol is upInternet Address 172.16.1.2/16, Area 0Process ID 2, Router ID 172.126.1.1, Network Type BROADCAST, Cost: 10Transmit Delay is 1 sec, State DR, Priority 1Designated Router (ID) 172.16.1.2, interface address 172.16.1.1No backup designated router on this networkTimer intervals configured, Hello 5, Dead 20, Wait 20, Retransmit 5

Page 24: ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

Thank You


Recommended