Download presentation
Presentation is loading. Please wait.
Published byJoseph Singleton Modified over 9 years ago
1
Introduction to networking Dynamic routes
2
Objectives Define dynamic routing and its properties Describe the classes of routing protocols Describe the basic router configuration commands for protocols
3
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
4
Routing protocols
5
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 the entire internetnetwork
6
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.
7
Distance vector network discovery The interface that leads to each directly connected network has a distance of 0
8
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.
9
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 all LSA’s
10
Shortest path calculations
11
Link state topology changes
12
Link state concerns
13
Routing configuration GAD(config)#router rip GAD(config-router) #network 172.16.0.0 IP network number of directly connected network
14
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
15
Configure EIGRP with a network address router(config)#router eigrp 1 router(config)#network 172.16.0.0
16
EIGRP wildcard masks The command: router(config)#eigrp 1 Router(config)#network 172.16.0.0 will activate EIGRP on all interfaces in the 172.16.0.0 network There may be a reason not to have EIGRP activated on all interfaces, or basically to disable EIGRP on some interfaces router(config)#network network-address [wildcard mask]
17
EIGRP wildcard masks Think of a wildcard mask is the inverse of a subnet mask E.g. The inverse of 255.255.255.252 is 0.0.0.3 To work out the inverse, subtract the subnet mask from 255.255.255.255 E.g. 255.255.255.255 255.255.255.252 - =0 0 0 3 router(config)#network 172.16.0.0 0.0.0.3
18
Summary Dynamic routing scales better to larger, more complex networks They involve more complex protocols that demand a greater knowledge of networking
19
Questions... ...are there any?
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.