Top Banner
Introduction to networking Dynamic routes
17

Introduction to networking Dynamic routes. Objectives Define dynamic routing and its properties Describe the classes of routing protocols Describe.

Dec 26, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Introduction to networking

Dynamic routes

Page 2: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Objectives Define dynamic routing and its properties Describe the classes of routing protocols Describe the basic router configuration

commands for protocols

Page 3: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Dynamic routing overview Dynamic routing allow routers to learn about remote

networks fro mother routers and update their own routing tables with new information

Dynamic routing is necessary to allow networks to update and adapt quickly to changes

The success depends on the maintenance of a routing table and timely distribution of knowledge

Dynamic routing depends on routing protocols which describe: How to send updates What knowledge is contained in these updates When to send this knowledge How to locate recipients of the updates

Administrative distance is used to determine the preferred source of routing updates

Page 4: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Routing protocols

Page 5: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Identifying the classes of interior gateway routing protocols

Determines direction, or vector (exit interface), and Distance (metric) to any link in the internetwork

Recreates the exact topology of theentire internetnetwork

Page 6: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Distance vector

Each router receives a routing table from its directly connected neighbour routers.The distance vector algorithm (Bellman-Ford) does not allow a router to know the exact topology of an internetwork since each router only sees its neighbor routers.

Page 7: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Distance vector network discovery

The interface that leads to each directly connected network has a distance of 0

Page 8: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Distance vector network discovery

An analogy of distance vector could be the signs found at a highway intersection. A sign points toward a destination and indicates the distance to the destination. Further down the highway, another sign points toward the destination, but now the distance is shorter. As long as the distance is shorter, the traffic is on the best path.

Page 9: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Link state routing protocol features

Link-state advertisement (LSA) - a small packet of routing information that is sent between routers Topological database - a collection of information gathered from LSAs SPF algorithm - a calculation performed on the database that results in the SPF tree Routing table - a list of the known paths and interfaces

Consists of allLSA’s

Page 10: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Shortest path calculations

Page 11: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Link state topology changes

Page 12: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Link state concerns

Page 13: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Routing configuration

GAD(config)#router rip GAD(config-router)#network 172.16.0.0

IP network number of directly connected network

Page 14: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Configure EIGRP To configure EIGRP on a router

router(config)#router eigrp autonomous-system router(config)#router eigrp 1

An autonomous system is a collection of networks under a common administrative control

EIGRP uses a autonomous system number, but calls this a process ID

The process ID essentially refers to an instance of the protocol running on a router

All the routers running in the same routing domain that are using EIGRP must have the same process ID in order to communicate

Page 15: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Configure EIGRP with a network address router(config)#router eigrp 1 router(config)#network 172.16.0.0

Page 16: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Summary Dynamic routing scales better to larger, more

complex networks They involve more complex protocols that

demand a greater knowledge of networking

Page 17: Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.

Questions... ...are there any?