Chapter 5 RIP version 1

Size: px
Start display at page:

Download "Chapter 5 RIP version 1"

Transcription

1 Cisco CCNA 2 Exploration - Routing Chapter 5 RIP version 1 João José jjose@ualg.pt Based on: Graziani, R. (2008) CIS 82 Routing Theory and Concepts

2 RIPv1: A Distance Vector, Classful Routing Protocol Background and Perspective RIPv1 Characteristics and Message Format RIP Operation

3 RIPv1: Distance Vector, Classful Routing Protocol The first protocol used was Routing Information Protocol (RIP). RIP still popular: simple and widespread support. Why learn RIP? Still in use today. Help understand fundamental concepts and comparisons of protocols such as classful (RIPv1) and classless (RIPv2)

4 Background and Perspective RIP is not a protocol on the way out. In fact, an IPv6 form of RIP called RIPng (next generation) is now available..

5 Background and Perspective Charles Hedrick wrote RFC 1058 in 1988, in which he documented the existing protocol and specified some improvements. RFC 1058 can be found at

6 RIPv1 Characteristics and Message Format Note: The first version of RIP is often called RIPv1 to distinguish it from RIP version 2 (RIPv2). However, both versions share many of the same features. When discussing features common to both versions, we will refer to RIP. When discussing features unique to each version, we will use RIPv1 and RIPv2. RIPv2 is discussed in Chapter 7. RIP characteristics: Distance vector routing protocol. Metric: hop count Advertised routes with hop counts greater than 15 are considered unreachable. Response messages (routing table updates) are broadcasted every 30 seconds. (RIPv2 uses multicasts)

7 RIPv1 Characteristics and Message Format Next slide

8 RIPv1 Characteristics and Message Format 8

9 RIP Message Format: Route Entry Each Route Entry (three fields): Address Family Identifier (set to 2 for IP unless a router is requesting a full routing table, in which case the field is set to 0) IP Address: Network address of an advertised route Metric: How many hops to get to this network via this router (incremented by each router) One RIP update can contain up to 25 route entries.

10 RIP Operation Startup 1. Each RIP-configured interface sends out a Request message Asking for their complete routing tables. 2. A Response message is sent back by RIP-enabled neighbors. If new route: Installs in routing table. If existing route: Replace if better hop count. Startup router then sends a triggered update out all RIP-enabled interfaces containing its own routing table so that RIP neighbors can be informed of any new routes.

11 IP Address Classes and Classful Routing No subnet mask RIPv1: Classful routing protocol. Does not send subnet mask in update. A router either uses the subnet mask: (discussed later) configured on a local interface or applies the default classful subnet mask Because of this limitation, RIPv1 networks cannot be discontiguous, nor can they implement VLSM.

12 Administrative Distance R3# show ip route <output omitted> R /24 [120/1] via , 00:00:05, Serial0/0/0 <output omitted> R3# show ip protocols <output omitted> Routing Protocol is rip Routing Information Sources: Gateway Distance Last Update :00:10 Distance: (default is 120) RIP has a default administrative distance of 120. When compared to other interior gateway protocols, RIP is the leastpreferred routing protocol. Note: This is irrelevant because you usually do not run multiple routing protocols in the same domain, and even if you did you can modify these AD values.

13 Basic RIPv1 Configuration RIPv1 Scenario A Enable RIP: router rip Command Specifying Networks

14 RIPv1 Scenario A Notice that this topology uses five Class C network addresses. Remember, RIPv1 is a classful routing protocol We will see that the class of the network is used by RIPv1 to determine the subnet mask.

15 Enabling RIP: router rip Command R1# conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)# router? bgp egp eigrp igrp isis Border Gateway Protocol (BGP) Exterior Gateway Protocol (EGP) Enhanced Interior Gateway Routing Protocol (EIGRP) Interior Gateway Routing Protocol (IGRP) ISO IS-IS iso-igrp IGRP for OSI networks mobile odr ospf rip Mobile routes R1(config)# router rip R1(config-router)# On Demand stub Routes Open Shortest Path First (OSPF) Routing Information Protocol (RIP) Enter router configuration mode for RIP, enter router rip at the global configuration prompt. Notice that the prompt changes.

16 Enabling RIP: router rip Command R1# conf t R1(config)# router rip R1(config-router)# router rip Does not directly start the RIP process. Provides access to configure routing protocol settings. No routing updates are sent until additional commands are configured. no router rip To remove the RIP routing process from a device Stops the RIP process Erases all existing RIP configuration commands.

17 Specifying Networks Router(config-router)# network directly-connected-classfulnetwork-address To enable RIP routing for a network, use the network command in router configuration mode Enter the classful network address for each directly connected network.

18 Specifying Networks Router(config-router)# network directly-connected-classfulnetwork-address The network command performs the following functions: Enables RIP on all interfaces that belong to a specific network. Associated interfaces will now both send and receive RIP updates. Advertises the specified network in RIP routing updates sent to other routers every 30 seconds.

19 Specifying Networks Only directly connected classful network addresses! R1(config)# router rip R1(config-router)# network R1(config-router)# network R2(config)# router rip R2(config-router)# network R2(config-router)# network R2(config-router)# network R3(config)# router rip R3(config-router)# network R3(config-router)# network If you enter a subnet or host IP address, IOS automatically converts it to a classful network address. For example, if you enter the command network , the router will convert it to network

20 Only directly connected classful network addresses!

21 Verification and Troubleshooting Verifying RIP: show ip route Verifying RIP: show ip protocols Verifying RIP: debug ip rip Passive Interfaces

22 Verifying RIP: show ip route Command R1# show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, <output omitted> Gateway of last resort is not set R R C C R /24 [120/1] via , 00:00:02, Serial0/0/ /24 [120/2] via , 00:00:02, Serial0/0/ /24 is directly connected, FastEthernet0/ /24 is directly connected, Serial0/0/ /24 [120/1] via , 00:00:02, Serial0/0/0 An R in the output indicates RIP routes. Because this command displays the entire routing table, including directly connected and static routes, it is normally the first command used to check for convergence. Routes might not immediately appear when you execute the command because networks take some time to converge..

23 Verifying RIP: show ip route Command R2# show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, <output omitted> Gateway of last resort is not set C R R C C /24 is directly connected, Serial0/0/ /24 [120/1] via , 00:00:12, Serial0/0/ /24 [120/1] via , 00:00:24, Serial0/0/ /24 is directly connected, Serial0/0/ /24 is directly connected, FastEthernet0/0

24 Verifying RIP: show ip route Command R3# show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, <output omitted> Gateway of last resort is not set C C R R R /24 is directly connected, Serial0/0/ /24 is directly connected, FastEthernet0/ /24 [120/2] via , 00:00:08, Serial0/0/ /24 [120/1] via , 00:00:08, Serial0/0/ /24 [120/1] via , 00:00:08, Serial0/0/1

25 Verifying RIP: show ip route Command R1# show ip route <output omitted> R /24 [120/2] via , 00:00:23, Serial0/0/0 25

26 Verifying RIP: show ip protocols Command Verifies that RIP routing is configured and running on Router R2 At least one active interface with an associated network command is needed before RIP routing will start. 26

27 Verifying RIP: show ip protocols Command These are the timers that show when the next round of updates will be sent out from this router 23 seconds from now, in the example. 27

28 Verifying RIP: show ip protocols Command This information relates to filtering updates and redistributing routes, if configured on this router. Filtering and redistribution are both CCNP-level topics. 28

29 Verifying RIP: show ip protocols Command Information about which RIP version is currently configured and which interfaces are participating in RIP updates. 29

30 Verifying RIP: show ip protocols Command Router R2 is currently summarizing at the classful network boundary By default, will use up to four equal-cost routes to loadbalance. Automatic summarization is discussed later in this chapter. 30

31 Verifying RIP: show ip protocols Command Classful networks configured with the network command are listed next. These are the networks that R2 will include in its RIP updates. (with other learned routes) 31

32 Verifying RIP: show ip protocols Command RIP neighbors Gateway: Next-hop IP address of the neighbor that is sending R2 updates. Distance is the AD that R2 uses for updates sent by this neighbor. Last Update is the seconds since the last update was received from this neighbor. 32

33 Verifying RIP: debug ip rip Command The debug command is a useful tool to help diagnose and resolve networking problems, providing real-time, continuous information.

34 RIP: received v1 update from on Serial0/0/ in 1 hops Update coming in from R1 on interface Serial 0/0/0. R1 only sends one route: No other routes are sent because doing so would violate the split horizon rule. R1 is not allowed to advertise networks back to R2 that R2 previously sent to R1.

35 RIP: received v1 update from on Serial0/0/ in 1 hops The next update that is received is from R3. Because of the split horizon rule, R3 only sends one route: the network.

36 RIP: sending v1 update to via FastEthernet0/0 ( ) RIP: build update entries network metric 2 network metric 1 network metric 1 network metric 2 Learned via RIP from R1 Learned via RIP from R3 Directly Connected R2 sends out its own updates. FastEthernet 0/0 interface: Includes the entire routing table except for network , which is attached to FastEthernet 0/0.

37 RIP: sending v1 update to via Serial0/0/1 ( ) RIP: build update entries network metric 2 network metric 1 network metric 1 Learned via RIP from R1 Directly Connected R2 sends update to R3. Three routes are included. R2 does not advertise the network R2 and R3 share, nor does it advertise the network because of split horizon.

38 RIP: sending v1 update to via Serial0/0/0 ( ) RIP: build update entries network metric 1 network metric 1 network metric 2 Directly Connected Learned via RIP from R3 R2 sends update to R1. Three routes are included. R2 does not advertise the network that R2 and R1 share, nor does it advertise the network because of split horizon. In another 30 seconds, all the debug output will repeat (every 30 seconds).

39 R2# undebug all All possible debugging has been turned off Got router? To stop monitoring no debug ip rip or undebug all But do you see a way to optimize RIP routing on R2? Does R2 need to send updates out FastEthernet 0/0? You will see in the next topic how to prevent unnecessary updates.

40 Passive Interfaces Got router? Some routers can have interfaces that do not connect to another router. You can use the passive-interface command with RIP to configure an interface not to send those updates. Bandwidth is wasted transporting unnecessary updates. All devices on the LAN must process the RIPv1 update up to the transport layer. Security risk (Authentication would is a better solution - later)

41 Passive Interfaces Router(config-router)# passive-interface interface-type interfacenumber What about using on R2: R2(Config-router)# no network But then R2 would not advertise this LAN as a route in updates sent to R1 and R3. Correct solution is to use the passive-interface command

42 Passive Interfaces R2(config)# router rip R2(config-router)# passive-interface FastEthernet 0/0 X

43 Passive Interfaces R2# show ip protocols <output omitted> Interface Send Recv Triggered RIP Key-chain Serial0/0/ FastEthernet 0/0 no longer Serial0/0/ included Automatic network summarization is in effect Routing for Networks: Passive Interface(s): FastEthernet0/0 Routing Information Sources: Gateway Distance Last Update :00: :00:23 Distance: (default is 120) LAN network still included in RIP updates that are sent FastEthernet 0/0 is a passive interface

44 Automatic Summarization Modified Topology B Boundary Routers and Automatic Summarization Processing RIP Updates Sending RIP Updates Advantages and Disadvantages of Automatic Summarization

45 Modified Topology: Scenario B / / /24 Fewer routes in a routing table means that the routing table process can more quickly locate the route needed to forward the packet. Summarizing several routes into a single route is known as route summarization or route aggregation. Some routing protocols, such as RIP, automatically summarize routes on certain routers.

46 Modified Topology: Scenario B / / /24 Three classful networks are used: / / /24 The /16 network is subnetted into three subnets: / / /24 The /24 network is subnetted as a single subnet /30.

47 Configuration Changes for R1 R1(config)# interface fa0/0 R1(config-if)# ip address R1(config-if)# interface S0/0/0 R1(config-if)# ip address R1(config-if)# no router rip R1(config)# router rip R1(config-router)# network R1(config-router)# network R1(config-router)# passive-interface FastEthernet 0/0 R1(config-router)# end R1# show run <output omitted>! router rip passive-interface FastEthernet0/0 network ! <output omitted> IOS automatically corrects subnet entries to classful network address The no shutdown and clock rate commands are not needed because these commands are still configured from Scenario A.

48 Configuration Changes for R2 R2(config)# interface S0/0/0 R2(config-if)# ip address R2(config-if)# interface fa0/0 R2(config-if)# ip address R2(config-if)# interface S0/0/1 R2(config-if)# ip address R2(config-if)# no router rip R2(config)# router rip R2(config-router)# network R2(config-router)# network R2(config-router)# passive-interface FastEthernet 0/0 R2(config-router)# end R2# show run <output omitted> router rip passive-interface FastEthernet0/0 network network <output omitted> IOS automatically corrects subnet entries to classful network address

49 Configuration Changes for R3 R3(config)# interface fa0/0 R3(config-if)# ip address R3(config-if)# interface S0/0/1 R3(config-if)# ip address R3(config-if)# no router rip R3(config)# router rip R3(config-router)# network R3(config-router)# network R3(config-router)# passive-interface FastEthernet 0/0 R3(config-router)# end R3# show run <output omitted> router rip passive-interface FastEthernet0/0 network network <output omitted>

50 Boundary Routers and Automatic Summarization RIP is a classful routing protocol that automatically summarizes classful networks across major network boundaries.

51 Boundary Routers and Automatic Summarization R2 has interfaces in more than one major classful network. This makes R2 a boundary router in RIP. Both Serial 0/0/0 and FastEthernet 0/0 interfaces on R2 are inside the boundary. The Serial 0/0/1 interface is inside the boundary. Boundary routers summarize RIP subnets from one major network to the other, updates for the , , and networks will automatically be summarized into when sent out R2 s Serial 0/0/1 interface.

52 Processing RIP Updates R2# show ip route /24 is subnetted, 3 subnets R [120/1] via , 00:00:18, Serial0/0/0 C is directly connected, Serial0/0/0 C is directly connected, FastEthernet0/ /30 is subnetted, 1 subnets C is directly connected, Serial0/0/1 R /24 [120/1] via , 00:00:16, Serial0/0/1 Classful routing protocols such as RIPv1 do not include the subnet mask in the routing update. However, the routing table includes RIPv1 routes with both the network address and the subnet mask. So how does a router running RIPv1 determine what subnet mask it should apply to a route when adding it to the routing table?

53 Rules for Processing RIPv1 Updates Routing Update and Interface Same Classful Major Network Different Classful Major Network Routing Update Subnet Mask Use mask of interface Use default classful mask The following two rules govern RIPv1 updates: If a routing update and the interface on which it is received belong to the same major network, the subnet mask of the interface is applied to the network in the routing update. If a routing update and the interface on which it is received belong to different major networks, the classful subnet mask of the network is applied to the network in the routing update..

54 Example of RIPv1 Processing Updates R2# debug ip rip (selected output) RIP: received v1 update from on Serial0/0/ in 1 hops R2# show ip route (selected output) /24 is subnetted, 3 subnets R [120/1] via , 00:00:18, Serial0/0/0 Same classful network as the incoming update. Update: in 1 hops Interface received: Serial 0/0/ /24 Same classful network address ( ) Applies subnet mask of its S0/0/0 interface, /24. The /24 subnet was added to the routing table /

55 Sending RIP Updates R2# debug ip rip RIP protocol debugging is on RIP: sending v1 update to via Serial0/0/0 ( ) RIP: build update entries network metric 1 network metric 1 network metric 2 RIP: sending v1 update to via Serial0/0/1 ( ) RIP: build update entries network metric 1

56 Sending RIP Updates R2# debug ip rip RIP protocol debugging is on RIP: sending v1 update to via Serial0/0/0 ( ) RIP: build update entries network metric 1 network metric 1 network metric 2 RIP: sending v1 update to via Serial0/0/1 ( ) RIP: build update entries network metric 1 56

57 Sending RIP Updates

58 Determining the mask and network address Receiving an Update: Determining subnet mask for routing table What is the major classful network address of the receiving interface? What is the major classful network address of the network in the routing update? Are they the same major classful network address? Yes: Apply subnet mask of the receiving interface for this network address in the routing table. No: Apply classful subnet mask for this network address in the routing table. Sending an Update: Determining whether or not to summarize route sent What is the major classful network address of the sending interface? What is the major classful network address of the network in the routing update? Are they the same major classful network address? Yes: Send subnet network address No: Send summary address the classful network address

59 Verifying Routing Updates R1# show ip route <output omitted> Gateway of last resort is not set /24 is subnetted, 3 subnets C is directly connected, FastEthernet0/0 C is directly connected, Serial0/0/0 R [120/1] via , 00:00:17, Serial0/0/0 R /24 [120/1] via , 00:00:17, Serial0/0/0 R /24 [120/2] via , 00:00:17, Serial0/0/0 R3# show ip route <output omitted> Gateway of last resort is not set R /16 [120/1] via , 00:00:15, Serial0/0/ /30 is subnetted, 1 subnets C is directly connected, Serial0/0/1 C /24 is directly connected, FastEthernet0/0

60 Classful routing protocols do not support VLSM Routers running RIPv1 are limited to using the same subnet mask for all subnets with the same classful network. As you will learn in later chapters, classless routing protocols such as RIPv2 allow the same major (classful) network to use different subnet masks on different subnets, better known as variable-length subnet masking (VLSM)..

61 Advantages of Automatic Summarization R3# show ip route <output omitted> Gateway of last resort is not set R /16 [120/1] via , 00:00:15, Serial0/0/ /30 is subnetted, 1 subnets C is directly connected, Serial0/0/1 C /24 is directly connected, FastEthernet0/0 Smaller routing updates are sent and received, which uses less bandwidth for routing updates between R2 and R3. R3 has a single route for the /16 network, regardless of how many subnets there are or how it is subnetted. Using a single route results in a faster lookup process in the routing table for R3.

62 Disadvantage of Automatic Summarization / /16 Discontiguous network, two or more subnets separated by at least one other major network /16 is a discontiguous network.

63 Discontiguous Networks Do Not Converge with RIPv1 R1(config)# router rip R1(config-router)# network R1(config-router)# network R2(config)# router rip R2(config-router)# network R2(config-router)# network R3(config)# router rip R3(config-router)# network R3(config-router)# network RIPv1 configuration is correct, but it is unable to determine all the networks in this discontiguous topology.

64 Discontiguous Networks Do Not Converge with RIPv / /16 Both routers, however, will advertise the major network address, a summary route to R2.

65 Discontiguous Networks Do Not Converge with RIPv1 R1# show ip route C C /24 is subnetted, 3 subnets is directly connected, FastEthernet0/ is directly connected, FastEthernet0/1 R3# show ip route C C /24 is subnetted, 3 subnets is directly connected, FastEthernet0/ is directly connected, FastEthernet0/1 R1 does not have routes to the LANs attached to R3. R3 does not have routes to the LANs attached to R1. Note: The book/curriculum mistakenly has the following routes for R1 and R3 (Book: Figure 5-15 and 5-17). These routes are NOT in the routing tables. R1: R [120/2] via , 00:00:26, Serial0/0/0 R3: R [120/2] via , 00:00:22, Serial0/0/1

66 Discontiguous Networks Do Not Converge with RIPv1 R2# show ip route R /16 [120/1] via , 00:00:14, Serial0/0/1 [120/1] via , 00:00:19, Serial0/0/0

67 Discontiguous Networks Do Not Converge with RIPv1 R2# show ip route R /16 [120/1] via , 00:00:14, Serial0/0/1 [120/1] via , 00:00:19, Serial0/0/0 R2 has two equal-cost paths to the network. R2 will load-balance traffic destined for any subnet of This means that R1 will get half of the traffic and R3 will get the other half of the traffic, whether or not the destination of the traffic is for one of their LANs.

68 Discontiguous Networks Do Not Converge with RIPv1 R2# show ip route R /16 [120/1] via , 00:00:14, Serial0/0/1 [120/1] via , 00:00:19, Serial0/0/0 Classful routing protocols do not support discontiguous networks because they do not include the subnet mask in the routing update. Classless routing protocols (RIPv2, EIGRP, OSPF, IS-IS, BGP) do support discontiguous networks.

69 Default Route and RIPv1 Modified Topology C Propagating the Default Route in RIPv1

70 Modified Topology: Scenario C Default routes are used by routers to represent all routes that are not specifically in the routing table. A default route is commonly used to represent routes that are not in the locally administered network, such as the Internet..

71 Default Routes In today s networks, customers do not necessarily have to exchange routing updates with their ISP. Customer routers that connect to an ISP do not need a listing for every route on the Internet. Instead, these routers have a default route that sends all traffic to the ISP router when the customer router does not have a route to a destination. The ISP configures a static route pointing to the customer router for addresses inside the customer s network.

72 Configuration Changes for R2 and R3 R2(config)# router rip R2(config-router)# no network R2(config-router)# exit R2(config)# ip route serial 0/0/1 R3(config)# no router rip R3(config)# ip route serial 0/0/1

73 Routing Table R1# show ip route <output omitted> Gateway of last resort is not set /24 is subnetted, 3 subnets C is directly connected, FastEthernet0/0 C is directly connected, Serial0/0/0 R [120/1] via , 00:00:05, Serial0/0/0 R1 has all /24 subnets, but will drop packets for all other networks. No default route (coming)

74 Routing Table R2# show ip route <output omitted> Gateway of last resort is to network /24 is subnetted, 3 subnets R [120/1] via , 00:00:03, Serial0/0/0 C is directly connected, Serial0/0/0 C is directly connected, FastEthernet0/ /30 is subnetted, 1 subnets C is directly connected, Serial0/0/1 S* /0 is directly connected, Serial0/0/1 R2 has routes for /16 subnets. R2 has static default route for all other networks

75 Routing Table R3# show ip route <output omitted> Gateway of last resort is not set /22 is subnetted, 1 subnets S is directly connected, Serial0/0/ /30 is subnetted, 1 subnets C is directly connected, Serial0/0/1 C /24 is directly connected, FastEthernet0/0 R3 has static route for /16 network. Doesn t matter if or how /16 is subnetted, R3 will forward packets to R2.

76 Propagating the Default Route in RIPv1 R1# show ip route <output omitted> Gateway of last resort is not set /24 is subnetted, 3 subnets C is directly connected, FastEthernet0/0 C is directly connected, Serial0/0/0 R [120/1] via , 00:00:05, Serial0/0/0 Can configure static default route on every router but: inefficient does not react to topology changes In many routing protocols, including RIP, you can use the defaultinformation originate command in router configuration mode to specify that this router is to originate default information, by propagating the static default route in RIP updates.

77 Propagating the Default Route in RIPv1 R2(config)# router rip R2(config-router)# default-information originate R2(config-router)# end R2# debug ip rip RIP: sending v1 update to via Serial0/0/0 ( ) RIP: build update entries subnet metric 1 subnet metric 1

78 Propagating the Default Route in RIPv1 R1# show ip route <output omitted> * - candidate default, U - per-user static route, o - ODR Gateway of last resort is to network /24 is subnetted, 3 subnets C is directly connected, Serial0/0/0 R [120/1] via , 00:00:16, Serial0/0/0 C is directly connected, FastEthernet0/0 R* /0 [120/1] via , 00:00:16, Serial0/0/0 The static default route on R2 has been propagated to R1 in a RIP update. R1 has connectivity to the LAN on R3 and any destination on the Internet.

79 Cisco curriculum available at: (Internet Explorer recommended) After login, under: Course Materials This presentation is available at: Original presentations from:

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles Building the Routing Table Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles Introducing the Routing Table R1# show ip route Codes: C - connected,

More information

Draft Manuscript Draft M. Manuscript Draft Ma. t Manuscript Draft Manu. ipt Draft Manuscript Dra. anuscript Draft Manuscri

Draft Manuscript Draft M. Manuscript Draft Ma. t Manuscript Draft Manu. ipt Draft Manuscript Dra. anuscript Draft Manuscri M aft Ma CHAPTER 5 ript Dra RIP Version 1 Objectives aft Ma Upon completion of this chapter, you should be able to answer the following questions: What are the functions, characteristics, and operation

More information

Chapter 5. RIP Version 1 (RIPv1) CCNA2-1 Chapter 5

Chapter 5. RIP Version 1 (RIPv1) CCNA2-1 Chapter 5 Chapter 5 RIP Version 1 (RIPv1) CCNA2-1 Chapter 5 RIP Version 1 RIPv1: Distance Vector, Classful Routing Protocol CCNA2-2 Chapter 5 Background and Perspective RIP evolved from the Xerox Network System

More information

Chapter 5. RIP Version 1 (RIPv1)

Chapter 5. RIP Version 1 (RIPv1) Chapter 5 RIP Version 1 (RIPv1) CCNA2-1 Chapter 5 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario. Thanks must

More information

RIP version 1. Routing Protocols and Concepts Chapter 5. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1

RIP version 1. Routing Protocols and Concepts Chapter 5. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1 RIP version 1 Routing Protocols and Concepts Chapter 5 Version 4.0 1 Objectives Describe the functions, characteristics, and operation of the RIPv1 protocol. Configure a device for using RIPv1. Verify

More information

Chapter 7: Routing Dynamically. Routing & Switching

Chapter 7: Routing Dynamically. Routing & Switching Chapter 7: Routing Dynamically Routing & Switching The Evolution of Dynamic Routing Protocols Dynamic routing protocols used in networks since the late 1980s Newer versions support the communication based

More information

Introduction to Local and Wide Area Networks

Introduction to Local and Wide Area Networks Introduction to Local and Wide Area Networks Lecturers Amnach Khawne Jirasak Sittigorn Chapter 1 1 Routing Protocols and Concepts Chapter 4 : Distance Vector Routing Protocols Chapter 5 : RIP version 1

More information

TDC 363 Introduction to LANs

TDC 363 Introduction to LANs TDC 363 Introduction to LANs Routing Protocols and RIP Greg Brewster DePaul University TDC 363 1 Dynamic Routing Routing Protocols Distance Vector vs. Link State Protocols RIPv1 & RIPv2 RIP Problems Slow

More information

Objectives. Review: Classful addresses. RIPv1 Characteristics. RIP Operation. RIP version 1

Objectives. Review: Classful addresses. RIPv1 Characteristics. RIP Operation. RIP version 1 2007 isco Systems, Inc. All rights reserved. isco Public Objectives IP version 1 outing Protocols and oncepts hapter 5 Describe the functions, characteristics, and operation of the IPv1 protocol. onfigure

More information

Final exam study Guide

Final exam study Guide Final exam study Guide K-1A * In relationship to the OSI layer model and encapsulation/decapsulation process, what happen to a packet that travels through multiple hops of routers? - What happen to the

More information

RIPv2. Routing Protocols and Concepts Chapter 7. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved. Cisco Public

RIPv2. Routing Protocols and Concepts Chapter 7. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved. Cisco Public RIPv2 Routing Protocols and Concepts Chapter 7 1 Objectives Encounter and describe the limitations of RIPv1 s limitations. Apply the basic Routing Information Protocol Version 2 (RIPv2) configuration commands

More information

Chapter 3. Introduction to Dynamic Routing Protocols. CCNA2-1 Chapter 3

Chapter 3. Introduction to Dynamic Routing Protocols. CCNA2-1 Chapter 3 Chapter 3 Introduction to Dynamic Routing Protocols CCNA2-1 Chapter 3 Introduction to Dynamic Routing Protocols Introduction to Dynamic Routing Protocols CCNA2-2 Chapter 3 Perspective and Background Dynamic

More information

CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS

CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS CCNA EXPLORATION V4.0 ACCESSIBLE INSTRUCTOR MATERIALS COMPARISON OF NEW CURRICULA WITH EXISTING CURRICULA Prepared by Cisco Learning Institute June 23, 2008 Routing Protocols and Concepts Summary New CCNA

More information

CHAPTER 4: ROUTING DYNAMIC. Routing & Switching

CHAPTER 4: ROUTING DYNAMIC. Routing & Switching CHAPTER 4: ROUTING DYNAMIC Routing & Switching CHAPTER4 4.1 Dynamic Routing Protocols 4.2 Distance Vector Dynamic Routing 4.3 RIP and RIPng Routing 4.4 Link-State Dynamic Routing 4.5 The Routing Table

More information

Draft Manuscript Draft M. uscript Draft Manuscript. aft Manuscript Draft Ma. cript Draft Manuscript D. ipt Draft Manuscript Dra

Draft Manuscript Draft M. uscript Draft Manuscript. aft Manuscript Draft Ma. cript Draft Manuscript D. ipt Draft Manuscript Dra M aft Ma CHAPTER 3 ript Introduction to Dynamic Routing Protocols Objectives aft Ma Upon completion of this chapter, you should be able How do you determine the administrative distance of a route, and

More information

Chapter 7 Routing Protocols

Chapter 7 Routing Protocols Chapter 7 Routing Protocols Nonroutable Protocols In the early days of networking, networks were small collections of computers linked together For the purposes of sharing information and expensive peripherals

More information

CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS ACCESSIBLE INSTRUCTOR MATERIALS POWERPOINT OBJECTIVES

CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS ACCESSIBLE INSTRUCTOR MATERIALS POWERPOINT OBJECTIVES CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS ACCESSIBLE INSTRUCTOR MATERIALS Prepared by Cisco Learning Institute June 23, 2008 Chapter 1 Introduction to Routing and Packet Forwarding Objectives

More information

Routing Information Protocol. A simple distance vector scheme

Routing Information Protocol. A simple distance vector scheme Routing Information Protocol A simple distance vector scheme RIP version 1 RFC 1058 Charles Hedrick, Rutgers University, 1988 Based on Bellman-Ford distance vector Also used as ARPANET routing protocol

More information

Chapter 4: Manipulating Routing

Chapter 4: Manipulating Routing : Manipulating Routing Updates CCNP ROUTE: Implementing IP Routing ROUTE v6 1 Objectives Describe network performance issues and ways to control routing updates and traffic (3). Describe the purpose of

More information

CCNA 3 (v v6.0) Chapter 5 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 5 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 5 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-5-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 5 Exam Answers

More information

Routing Dynamically. 3.0 Routing Dynamically. Chapter Introduction Class Activity How Much Does This Cost?

Routing Dynamically. 3.0 Routing Dynamically. Chapter Introduction Class Activity How Much Does This Cost? Chapter 3 Routing Dynamically 3.0 Routing Dynamically 3.0.1.1 Introduction The data networks that we use in our everyday lives to learn, play, and work range from small, local networks to large, global

More information

Default & Static Routes and Routing Information Protocol. Presented by : Mohammed Hamad

Default & Static Routes and Routing Information Protocol. Presented by : Mohammed Hamad Default & Static Routes and Routing Information Protocol Presented by : Mohammed Hamad When a device has multiple paths to reach a destination, it always selects one path by preferring it over others.

More information

Antonio Cianfrani. Routing Protocols

Antonio Cianfrani. Routing Protocols Antonio Cianfrani Routing Protocols Routing protocols A routing protocol provides a communication channel among routers to exchange reachability information about networks Routing tables are properly configured

More information

Routing Information Protocol

Routing Information Protocol Routing Information Protocol A simple distance vector scheme dr. C. P. J. Koymans Informatics Institute University of Amsterdam February 24, 2008 dr. C. P. J. Koymans (UvA) Routing Information Protocol

More information

shortcut Tap into learning NOW! Visit for a complete list of Short Cuts. Your Short Cut to Knowledge

shortcut Tap into learning NOW! Visit  for a complete list of Short Cuts. Your Short Cut to Knowledge shortcut Your Short Cut to Knowledge The following is an excerpt from a Short Cut published by one of the Pearson Education imprints. Short Cuts are short, concise, PDF documents designed specifically

More information

Routing Information Protocol Version 2.0

Routing Information Protocol Version 2.0 Routing Information Protocol Version 2.0 RIPv2 Objective: onfigure RIPv2 between R1 and R2 to obtain connectivity between Networks Directions onfigure R1's interface F0/0 with the IP address 10.1.0.1/16

More information

Routing Protocols Classification

Routing Protocols Classification Routing Protocols Classification Petr Grygárek rek 1 Classification criteria Internal (IGP) / External (EGP) number of handled routes possibilities of routing politics specification Convergence Time Distance-vector

More information

Lab Configuring Basic RIPv2 (Solution)

Lab Configuring Basic RIPv2 (Solution) (Solution) Topology 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 15 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway

More information

CCNA Semester 2 labs. Labs for chapters 2 10

CCNA Semester 2 labs. Labs for chapters 2 10 CCNA Semester 2 labs Labs for chapters 2 10 2.2.2.5 Lab - Configuring IPv4 Static and Default Routes 2.3.2.4 Lab - Troubleshooting Static Routes 3.2.1.9 Lab - Configuring Basic RIPv2 5.2.2.9 Lab - Configuring

More information

BTEC Level 3 Extended Diploma

BTEC Level 3 Extended Diploma BTEC Level 3 Extended Diploma Unit 9 Computer Network Routing and Routing Protocols BTEC Level 3 Extended Diploma Introduction to Routing Routing is the process that a router uses to forward packets toward

More information

Claim desired outcome

Claim desired outcome Assessment Authoring - Table of Specification (TOS) The Table of Specification (TOS) is a high-level design template for a given assessment. It identifies the claims, components skills, targeted number

More information

Introduction to Dynamic Routing Protocols

Introduction to Dynamic Routing Protocols Introduction to Dynamic Routing Protocols 1 Objectives Describe the role of dynamic routing protocols and place these protocols in the context of modern network design. Identify several ways to classify

More information

SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0

SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0 SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0 3.1.1 What are the four routing RIP, RIPv2, EIGRP, OSPFv2 protocols that are the focus of this course? 3.1.1.2 What are routing protocols?

More information

Distance Vector Routing Protocols

Distance Vector Routing Protocols Distance Vector Routing Protocols Routing Protocols and Concepts Chapter 4 Version 4.0 1 Objectives Identify the characteristics of distance vector routing protocols. Describe the network discovery process

More information

Chapter 4 Lab 4-1, Redistribution Between RIP and OSPF

Chapter 4 Lab 4-1, Redistribution Between RIP and OSPF hapter 4 Lab 4-1, Redistribution Between RIP and OSPF Topology Objectives Review configuration and verification of RIP and OSPF. onfigure passive interfaces in both RIP and OSPF. Filter routing updates

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Original slides by Cisco Press & Priscilla Oppenheimer Selection Criteria for Switching and Routing Protocols Network traffic

More information

Lecture (03) RIP. By: Dr. Ahmed ElShafee. Dr. Ahmed ElShafee, ACU : Fall 2016, Practical App. Networks II

Lecture (03) RIP. By: Dr. Ahmed ElShafee. Dr. Ahmed ElShafee, ACU : Fall 2016, Practical App. Networks II Lecture (03) RIP By: Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU : Fall 2016, Practical App. Networks II Dynamic Routing Protocol Overview Routing protocols are used between routers to determine paths

More information

RIP Configuration. RIP Overview. Operation of RIP. Introduction. RIP routing table. RIP timers

RIP Configuration. RIP Overview. Operation of RIP. Introduction. RIP routing table. RIP timers Table of Contents RIP Configuration 1 RIP Overview 1 Operation of RIP 1 Operation of RIP 2 RIP Version 2 RIP Message Format 3 Protocols and Standards 4 Configuring RIP Basic Functions 5 Configuration Prerequisites

More information

Routing Information Protocol. RIP application. RIP version 1

Routing Information Protocol. RIP application. RIP version 1 Routing Information Protocol A simple distance vector scheme dr. C. P. J. Koymans Informatics Institute University of Amsterdam (version 1.1, 2010/02/19 12:38:50) Wednesday, February 24, 2010 RIP version

More information

IP Routing: RIP Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches)

IP Routing: RIP Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) IP Routing: RIP Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) First Published: January 11, 2013 Last Modified: January 11, 2013 Americas Headquarters Cisco Systems, Inc. 170 West

More information

Cisco CCNA 2 Exploration - Routing

Cisco CCNA 2 Exploration - Routing Cisco CCNA 2 Exploration - Routing Chapter 9 EIGRP João José jjose@ualg.pt http://w3.ualg.pt/~jjose/cisco/ Based on: Graziani, R. (2008) CIS 82 Routing Theory and Concepts Introduction to EIGRP EIGRP:

More information

EIGRP. About EIGRP. CLI Book 1: Cisco ASA Series General Operations CLI Configuration Guide, 9.7 1

EIGRP. About EIGRP. CLI Book 1: Cisco ASA Series General Operations CLI Configuration Guide, 9.7 1 This chapter describes how to configure the Cisco ASA to route data, perform authentication, and redistribute routing information using the Enhanced Interior Gateway Routing Protocol (). About, page 1

More information

Configuring EIGRP. Overview CHAPTER

Configuring EIGRP. Overview CHAPTER CHAPTER 24 This chapter describes how to configure the adaptive security appliance to route data, perform authentication, and redistribute routing information, using the Enhanced Interior Gateway Routing

More information

Configuring RIP. Information About RIP CHAPTER

Configuring RIP. Information About RIP CHAPTER CHAPTER 23 This chapter describes how to configure the ASASM to route data, perform authentication, and redistribute routing information using the Routing Information Protocol (RIP). This chapter includes

More information

CCNA 3 (v v6.0) Chapter 7 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 7 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 7 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-7-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 7 Exam Answers

More information

RIP Version 2. The Classless Brother

RIP Version 2. The Classless Brother RIP Version 2 The Classless Brother (C) Herbert Haas 2005/03/11 1 Why RIPv2 Need for subnet information and VLSM Need for Next Hop addresses for each route entry Need for external route tags Need for multicast

More information

Routing Protocols and

Routing Protocols and Introduction to Dynamic Routing Protocol Routing Protocols and Concepts Chapter 3 1 Objectives Describe the role of dynamic routing protocols and place these protocols in the context of modern network

More information

Determining IP Routes. 2000, Cisco Systems, Inc. 9-1

Determining IP Routes. 2000, Cisco Systems, Inc. 9-1 Determining IP Routes, Cisco Systems, Inc. 9- Objectives Upon completion of this chapter, you will be able to complete the following tasks: Distinguish the use and operation of static and dynamic routes

More information

outing and Switching Elective : Le

outing and Switching Elective : Le Routing and Switching Elective : Lecture Notes Nepal Engineering College Compiled by: Junior Professor: Daya Ram Budhathoki Nepal Engineering college, Changunarayan Chapters covered: Cabling Router Configuration

More information

Chapter 7. RIP Version 2 (RIPv2)

Chapter 7. RIP Version 2 (RIPv2) Chapter 7 RIP Version 2 (RIPv2) CCNA2-1 Chapter 7 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario. Thanks must

More information

Part II. Chapter 3. Determining IP Routes

Part II. Chapter 3. Determining IP Routes Part II Chapter 3 Routers perform two main functions: switching and routing. The switching function is the process of moving packets from an inbound interface to an outbound interface. The switching function

More information

Routing Information Protocol

Routing Information Protocol Routing Information Protocol A simple distance vector scheme Karst Koymans Informatics Institute University of Amsterdam (version 18.2, 2018/11/21 13:11:09) Friday, November 23, 2018 Karst Koymans (UvA)

More information

Planning for Information Network

Planning for Information Network Planning for Information Network Lecture 8: Network Routing Protocols Assistant Teacher Samraa Adnan Al-Asadi 1 Routing protocol features There are many ways to characterize routing protocols, including

More information

cisco. Number: Passing Score: 800 Time Limit: 120 min.

cisco. Number: Passing Score: 800 Time Limit: 120 min. 300-101.cisco Number: 300-101 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 Examine the following output of the show ip ospf interface command. What would be the effect of executing the auto-cost

More information

Lab 4: Routing using OSPF

Lab 4: Routing using OSPF Network Topology:- Lab 4: Routing using OSPF Device Interface IP Address Subnet Mask Gateway/Clock Description Rate Fa 0/0 172.16.1.17 255.255.255.240 ----- R1 LAN R1 Se 0/0/0 192.168.10.1 255.255.255.252

More information

CCNA Questions/Answers Routing Protocols

CCNA Questions/Answers Routing Protocols Refer to the exhibit and configuration shown above. Routers R1 and R2 are properly configured with eigrp 976 protocol and are able to ping interfaces fa0/1 and fa0/2, respectively. Which commands are necessary

More information

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Copyright 2010 Cisco Press & Priscilla Oppenheimer 1 Switching 2 Page 1 Objectives MAC address table Describe the features

More information

CCNA IP ROUTING. Revision no.: PPT/2K605/03

CCNA IP ROUTING. Revision no.: PPT/2K605/03 CCNA 640-801 IP ROUTING Revision no.: PPT/2K605/03 Routing Basics The term routing is used for taking a packet from one device and sending it through the network to another device on a different network.

More information

9.1. Routing Protocols

9.1. Routing Protocols 9.1. Routing Protocols Each organization that has been assigned a network address from an ISP is considered an autonomous system (AS). That organization is free to create one large network, or divide the

More information

Routing Information Protocol. RIP application. RIP version 1

Routing Information Protocol. RIP application. RIP version 1 Routing Information Protocol A simple distance vector scheme Karst Koymans Informatics Institute University of Amsterdam (version 16.3, 2017/03/01 13:00:45) Friday, March 3, 2017 RIP version 1 Origin and

More information

Introduction to Routing

Introduction to Routing 1 Introduction to Routing Session 2 Presentation_ID.scr 1 Agenda Addressing Concepts Routing Protocols Statics and Defaults 3 ISO OSI Reference Model Routing Information Protocol (RIP and RIPv2) L7 L6

More information

Chapter 4 Lab 4-3, Manipulating Administrative Distances

Chapter 4 Lab 4-3, Manipulating Administrative Distances hapter 4 Lab 4-3, Manipulating Administrative Distances Topology bjectives Background onfigure RIP on a router. onfigure SPF on a router. Manipulate administrative distances. ompare routing protocol behavior.

More information

Smart Serial. Show interfaces. Shut down. logging synchronous

Smart Serial. Show interfaces. Shut down. logging synchronous SEMESTER 2 Chapter 2 Static Networking V 4.0 2.1.1 What are the primary responsibilities of the router? 2.1.3 What is the first serial connector described called at the router end? What is the first serial

More information

CCENT Study Guide. Chapter 9 IP Routing

CCENT Study Guide. Chapter 9 IP Routing CCENT Study Guide Chapter 9 IP Routing Chapter 9 Objectives The CCENT Topics Covered in this chapter include: 3.0 Routing Technologies 3.1 Describe the routing concepts. 3.1.a Packet handling along the

More information

Lab 2.8.1: Basic Static Route Configuration

Lab 2.8.1: Basic Static Route Configuration Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1 Fa0/0 172.16.3.1 255.255.255.0 N/A S0/0/0 172.16.2.1 255.255.255.0 N/A Fa0/0 172.16.1.1 255.255.255.0 N/A R2

More information

Internet Routing Protocols Tuba Saltürk

Internet Routing Protocols Tuba Saltürk Internet Routing Protocols 15505068 Tuba Saltürk Outline Internet Routers Routing Protocol Interior Gateway Protocol (IGP) Distance- Vector Routing Protocol Routing Information Protocol (RIP) Interior

More information

Routing, Routing Algorithms & Protocols

Routing, Routing Algorithms & Protocols Routing, Routing Algorithms & Protocols Computer Networks Lecture 6 http://goo.gl/pze5o8 Circuit-Switched and Packet-Switched WANs 2 Circuit-Switched Networks Older (evolved from telephone networks), a

More information

COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS

COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS S.Kokila, Assistant Professor, Department of Computer Science, A.V.P College of Arts and Science, Tiruppur, Tamilnadu, India. G.Pramela, Assistant Professor, Department

More information

Distance vector Routing protocols. 2000, Cisco Systems, Inc. 9-1

Distance vector Routing protocols. 2000, Cisco Systems, Inc. 9-1 Distance vector Routing protocols 2000, Cisco Systems, Inc. 9-1 IP Routing Configuration Tasks Router configuration Select routing protocols Specify networks or interfaces RIP Network 172.16.0.0 IGRP,

More information

Configuring RIP. RIP Configuration Task List

Configuring RIP. RIP Configuration Task List Configuring RIP This chapter describes how to configure RIP. For a complete description of the RIP commands that appear in this chapter, refer to the RIP s chapter of the Network Protocols Reference, Part

More information

Multi-VRF Support. Finding Feature Information. Prerequisites for Multi-VRF Support

Multi-VRF Support. Finding Feature Information. Prerequisites for Multi-VRF Support The feature allows you to configure and maintain more than one instance of a routing and forwarding table within the same customer edge (CE) device. Finding Feature Information, page 1 Prerequisites for,

More information

Configuring IP Summary Address for RIPv2

Configuring IP Summary Address for RIPv2 Finding Feature Information, page 1 Information About IP Summary Address for RIPv2, page 1 How to Configure IP Summary Address for RIPv2, page 3 Configuring Examples for IP Summary Address for RIPv2, page

More information

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks This module describes how to configure basic IP routing. The Internet Protocol (IP) is a network layer (Layer 3) protocol that contains addressing information and some control information that enables

More information

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks This module describes how to configure basic IP routing. The Internet Protocol (IP) is a network layer (Layer 3) protocol that contains addressing information and some control information that enables

More information

SEMESTER 2 Chapter 4 Distance Vector Routing Protocols V 4.0 RIP, IGRP, EIGRP

SEMESTER 2 Chapter 4 Distance Vector Routing Protocols V 4.0 RIP, IGRP, EIGRP SEMESTER 2 Chapter 4 Distance Vector Routing Protocols V 4.0 4.1.1 What are the three distance vector routing protocols? What are the key characteristics of RIP? What are the key characteristics of IGRP?

More information

9 Routing Introduction

9 Routing Introduction 9 Routing Introduction CERTIFICATION OBJECTIVES 9.01 Types of Routes 9.02 Static Routes 9.03 Router on a Stick 9.04 Dynamic Routing Protocols 9.05 Problems with Distance Vector Protocols Two-Minute Drill

More information

Symbols. Numerics I N D E X

Symbols. Numerics I N D E X I N D E X Symbols? (question mark), CLI help system, 126 Numerics A 2-router BGP topology, configuring, 279 284 4-router BGP topology, configuring, 266, 276 279 ABRs (area border routers), 9, 87, 95, 141

More information

Route Redistribution 2005 Cisco Systems, Inc. All rights reserved. 1of 38

Route Redistribution 2005 Cisco Systems, Inc. All rights reserved. 1of 38 1of 38 Basic Route Redistribution Presented by: Allan Johnson Cisco Academy Conference 2005 2of 38 Outline of Discussion Route Redistribution Overview Example 1: IGRP and EIGRP Automatic Redistribution

More information

Lab Troubleshooting Routing Issues with show ip route and show ip protocols Instructor Version 2500

Lab Troubleshooting Routing Issues with show ip route and show ip protocols Instructor Version 2500 Lab 9.3.5 Troubleshooting Routing Issues with show ip route and show ip protocols Instructor Version 2500 Objective Use the show ip route and show ip protocol commands to diagnose a routing configuration

More information

26 CHAPTER Virtual Private Networks (VPNs) provide a secure way for customers to share bandwidth over an ISP backbone network. A VPN is a collection of sites sharing a common routing table. A customer

More information

Two types of routing protocols are used in internetworks: interior gateway protocols (IGPs) and exterior gateway protocols (EGPs).

Two types of routing protocols are used in internetworks: interior gateway protocols (IGPs) and exterior gateway protocols (EGPs). Introduction Dynamic routing is when protocols are used to find networks and update routing tables on routers. True, this is easier than using static or default routing, but it ll cost you in terms of

More information

Lab 9.6.2: Challenge EIGRP Configuration Lab

Lab 9.6.2: Challenge EIGRP Configuration Lab Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway HQ BRANCH1 BRANCH2 PC1 PC2 PC3 Fa0/0 S0/0/0 S0/0/1 Lo1 Fa0/0 S0/0/0 S0/0/1 Fa0/0 S0/0/0 S0/0/1 NIC NIC NIC All

More information

FiberstoreOS IP Routing Configuration Guide

FiberstoreOS IP Routing Configuration Guide FiberstoreOS IP Routing Configuration Guide Contents 1 Configuring IP Unicast-Routing... 6 1.1 Overview...6 1.2 Topology... 6 1.3 Configuration... 6 1.4 Validation... 8 2 Configuring RIP... 10 2.1 Overview...10

More information

Why dynamic route? (1)

Why dynamic route? (1) Routing Why dynamic route? (1) Static route is ok only when Network is small There is a single connection point to other network No redundant route 2 Why dynamic route? (2) Dynamic Routing Routers update

More information

Lab 5.6.2: Challenge RIP Configuration

Lab 5.6.2: Challenge RIP Configuration Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway BRANCH HQ ISP PC1 PC2 PC3 Fa0/0 S0/0/0 Fa0/0 S0/0/0 S0/0/1 Fa0/0 S0/0/1 NIC NIC NIC Learning Objectives Upon completion

More information

Routing Protocol comparison

Routing Protocol comparison Routing Protocol comparison Introduction to routing Networks allow people to communicate, collaborate, and interact in many ways. Networks are used to access web pages, talk using IP telephones, participate

More information

EIGRP 04/01/2008. Routing Protocols and Concepts Chapter 9 Modified by Tony Chen

EIGRP 04/01/2008. Routing Protocols and Concepts Chapter 9 Modified by Tony Chen EIGRP Routing Protocols and Concepts Chapter 9 Modified by Tony Chen 04/01/2008 1 Introduction 2 EIGRP Roots of EIGRP: IGRP -Developed in 1985 to overcome RIPv1 s limited hop count -Distance vector routing

More information

Chapter 4: VLSM and Classless Inter Domain Routing. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved.

Chapter 4: VLSM and Classless Inter Domain Routing. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved. Chapter 4: VLSM and Classless Inter Domain Routing 1 What will we Learn from chapter 4? Compare and contrast classful and classless IP addressing. Review VLSM and explain the benefits of classless IP addressing.

More information

8. Refer to the exhibit. The ORL router is unable to form a neighbor relationship with the JAX router. What is a possible cause of this problem?

8. Refer to the exhibit. The ORL router is unable to form a neighbor relationship with the JAX router. What is a possible cause of this problem? 1. Refer to the exhibit. A new PC was deployed in the Sales network. It was given the host address of 192.168.10.31 with a default gateway of 192.168.10.17. The PC is not communicating with the network

More information

Chapter 6 Lab 6-4, BGP Route Reflectors and Route Filters

Chapter 6 Lab 6-4, BGP Route Reflectors and Route Filters Chapter 6 Lab 6-4, BGP Route Reflectors and Route Filters Topology Objectives Background Configure IBGP routers to use a route reflector and a simple route filter. The International Travel Agency maintains

More information

Keywords RIP, OSPF, IGP, EGP, AS, LSA

Keywords RIP, OSPF, IGP, EGP, AS, LSA Volume 4, Issue 2, February 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Evolution of

More information

Seed Metrics and Route Redistribution

Seed Metrics and Route Redistribution Route Optimization Seed Metrics and Route Redistribution Using Multiple Routing Protocols! Interim during conversion From RIPv1 to EIGRP! Application-specific i ifi protocols One size does not always fit

More information

Lab Troubleshooting Routing Issues with debug Instructor Version 2500

Lab Troubleshooting Routing Issues with debug Instructor Version 2500 Lab 9.3.7 Troubleshooting Routing Issues with debug Instructor Version 2500 Objective Utilize a systematic OSI troubleshooting process to diagnose routing problems. Use various show commands to gather

More information

REDDIG II Computer Networking Training

REDDIG II Computer Networking Training REDDIG II Computer Networking Training JM SANCHEZ / PH RASSAT -20/06/2012 Invierno 2011 Capacitacion en fabrica - CORPAC Dynamic Routing Dynamic Routing Function(s) of Dynamic Routing Protocols: Dynamically

More information

Configuring Networking Protocols

Configuring Networking Protocols 11 CHAPTER This chapter describes how to configure the ML-Series card for supported IP routing protocols. It is intended to provide enough information for a network administrator to get the protocols up

More information

Section 6. Implementing EIGRP ICND2

Section 6. Implementing EIGRP ICND2 ICND2 Section 6 Implementing EIGRP Enhanced Interior Gateway Routing Protocol (EIGRP) was introduced in Cisco IOS Release 9.21 as an enhancement to the limitations of IGRP. IGRP was developed by Cisco

More information

Unit 3: Dynamic Routing

Unit 3: Dynamic Routing Unit 3: Dynamic Routing Basic Routing The term routing refers to taking a packet from one device and sending it through the network to another device on a different network. Routers don t really care about

More information

INTERNET TEACHING LAB: Interior Gateway Protocol (IGP) LAB

INTERNET TEACHING LAB: Interior Gateway Protocol (IGP) LAB INTERNET TEACHING LAB: Interior Gateway Protocol (IGP) LAB Overview In this lab, we will explore some common interior gateway protocols - RIP version 1 (Routing Information Protocol) - OSPF (Open Shortest

More information

2008 NDP Lectures 7 th Semester

2008 NDP Lectures 7 th Semester 2008 NDP Lectures 7 th Semester Neeli R. Prasad, Associate Professor Head of Wireless Security and Sensor Networks Group Networking and Security Aalborg University Niels Jernes Vej 12, 9220 Aalborg East,

More information

The most simple way to accelerate a Router is at 9.8 m/sec/sec.

The most simple way to accelerate a Router is at 9.8 m/sec/sec. Routing Introduction Direct vs. Indirect Delivery Static vs. Dynamic Routing Distance Vector vs. Link State (C) Herbert Haas 2005/03/11 The most simple way to accelerate a Router is at 9.8 m/sec/sec. Seen

More information