Introduction to Local and Wide Area Networks

Size: px
Start display at page:

Download "Introduction to Local and Wide Area Networks"

Transcription

1 Introduction to Local and Wide Area Networks Lecturers Amnach Khawne Jirasak Sittigorn Chapter 1 1

2 Routing Protocols and Concepts Chapter 8 : The Routing Table: A Closer Look Chapter 9 : EIGRP Chapter 1 2

3 The Routing Table: A Closer Look Routing Protocols and Concepts Chapter 8 Chapter 1 3

4 Objectives Describe the various route types found in the routing table structure Describe the routing table lookup process. Describe routing behavior in routed networks. Chapter 1 4

5 Introduction Chapter Focus -Structure of the routing table -Lookup process of the routing table -Classless and classful routing behaviors Chapter 1 5

6 Routing Table Structure Lab Topology 3 router setup -R1 and R2 share a common /16 network with /24 subnets. -R2 and R3 are connected by the / network. -R3 also has a /24 subnet, which is disconnected, or discontiguous, from the network that R1 and R2 share. Chapter 1 6

7 Routing Table Structure Routing table entries come from the following sources -Directly connected networks -Static routes -Dynamic routing protocols Chapter 1 7

8 Routing Table Structure t Level 1 Routes As soon as the no shutdown command is issued the route is added to routing table Chapter 1 8

9 Routing Table Structure Cisco IP routing table is a hierarchical structure -The reason for this is to speed up lookup process Chapter 1 9

10 Routing Table Structure t Level 1 Routes -Have a subnet mask equal to or less than the classful mask of the network address. Level 1 route can function as -Default route -Supernet route -Network route Chapter 1 10

11 Routing Table Structure t Level 1 Routes -Ultimate Route Includes either: -A next-hop address OR -An exit interface Chapter 1 11

12 Routing Table Structure Parent and Child Routes -A parent route is a level e 1 route -A parent route does not contain any next- hop IP address or exit interface information Chapter 1 12

13 Routing Table Structure t Automatic creation of parent routes -Occurs any time a subnet is added to the routing table Child routes -Child routes are level 2 routes -Child routes are a subnet of a classful network address Chapter 1 13

14 Routing Table Structure t Level 2 child routes contain route source & the network address of the route Level 2 child routes are also considered ultimate routes Reason: they contain the next hop address &/or exit interface Chapter 1 14

15 Routing Table Structure Both child routes have the same subnet mask -This means the parent route maintains i the /24 mask 2 Chapter 1 15

16 Routing Table Structure Diagram illustrates 2 child networks belonging to the parent route / 24 Chapter 1 16

17 Routing Table Structure In classless networks, child routes do not have to share the same subnet mask Chapter 1 17

18 Routing Table Structure t Parent & Child Routes: Classless Networks Network Type Parent route s Classful mask is Displayed Term variably subnetted is seen in parent route in routing table Includes the # of different masks of child routes Subnet mask included with each child route entry Class- No No No No ful Class- Yes Yes Yes Yes less Chapter 1 18

19 Routing Table Structure Parent & Child Routes: Classless Networks Chapter 1 19

20 Routing Table Lookup Process The Route Lookup Process Examine level 1 routes -If best match a level 1 ultimate route and is not a parent route this route is used to forward packet Router examines level 2 (child) routes -If there is a match with level 2 child route then that subnet is used to forward packet -If no match then determine routing behavior type Router determines classful or classless routing behavior -If classful then packet is dropped -If classless then router searches level one supernet and default routes -If there exists a level 1 supernet or default route match then Packet is forwarded. If not packet is dropped Chapter 1 20

21 Routing Table Lookup Process Longest Match: Level 1 Network Routes Best match is also known as the longest match The best match is the one that has the most number of left most bits matching between the destination IP address and the route in the routing table. Chapter 1 21

22 Routing Table Lookup Process Finding the subnet mask used to determine the longest match Scenario: PC1 pings Router examines level 1 route for best match There exist a match between & / 24 Router forwards packets out s0/0/0 Chapter 1 22

23 Routing Table Lookup Process The process of matching -1st there must be a match made between the parent route & destination IP -If a match is made then an attempt at finding a match between the destination IP and the child route is made. Chapter 1 23

24 Routing Table Lookup Process Finding a match between packet s destination IP address and the next route in the routing table -The figure shows a match between the destination IP of and the level one IP of / 24 then packet forwarded out s0/0/0 Chapter 1 24

25 Routing Table Lookup Process Level 1 Parent & Level 2 Child Routes Before level 2 child routes are examined -There must be a match between classful level one parent route and destination IP address. Chapter 1 25

26 Routing Table Lookup Process After the match with parent route has been made Level 2 child routes will be examined for a match -Route lookup process searches for child routes with a match with destination IP Chapter 1 26

27 Routing Table Lookup Process Chapter 1 27

28 Routing Table Lookup Process How a router finds a match with one of the level 2 child routes -First router examines parent routes for a match -If a match exists then: Child routes are examined Child route chosen is the one with the longest match Chapter 1 28

29 Routing Table Lookup Process Example: Route Lookup Process with VLSM -The use of VLSM does not change the lookup process -If there is a match between destination IP address and the level 1 parent route then -Level 2 child routes will be searched Chapter 1 29

30 Routing Behavior Classful & classless routing gprotocols Influence how routing table is populated Classful & classless routing behaviors Determines how routing table is searched after it is filled Chapter 1 30

31 Routing Behavior Classful Routing Behavior: no ip classless What happens if there is not a match with any level l 2 child routes of the parent? -Router must determine if the routing behavior is classless or classful -If router is utilizing classful routing behavior then -Lookup process is terminated and packet is dropped Chapter 1 31

32 See Next Page Chapter 1 32 Routing Behavior Classful Routing Behavior Search Process An example of when classful routing behavior is in effect and why the router drops the Packet -The destination s subnet mask is a /24 and none of the child routes left most bits match the first 24 bits. This means packet is dropped

33 Chapter 1 33

34 Routing Behavior Classful Routing Behavior Search Process The reason why the router will not search beyond the child routes Originally networks were all classful This meant an organization could subnet a major network address and enlighten all the organization s routers about the subnetting Therefore, if the subnet was not in the routing table, the subnet did not exist and packet was dropped Chapter 1 34

35 Routing Behavior ip Classless Beginning with IOS 11.3, ip classless was configured by default Classless routing behavior works for -Discontiguous networks And -CIDR supernets Chapter 1 35

36 Routing Behavior Classless l Routing Behavior: ip classless l Route lookup pprocess when ip classless is in use -If classless routing behavior in effect then Search S h level l 1 routes Supernet routes Checked first -If a match exists then forward packet Default routes Checked second If there is no match or no default route then the Packet is dropped Chapter 1 36

37 Routing Behavior Classless Routing Behavior Search Process Router begins search process by finding a match between destination IP and parent route After finding the above mentioned match, then there is a search of the child route Chapter 1 37

38 Routing Behavior Classless Routing Behavior Search Process If no match is found in child routes of previous slide then Router continues to search the routing table for a match that may have fewer bits in the match Chapter 1 38

39 Routing Behavior Classful vs. Classless Routing Behavior -It is recommended to use classless routing behavior Reason: so supernet and default routes can be used whenever needed Chapter 1 39

40 Summary Content/structure of a routing table Routing table entries es -Directly connected networks -Static route -Dynamic routing protocols Routing tables are hierarchical -Level 1 route Have a subnet mask that is less than or equal to classful subnet mask for the network address -Level 2 route These are subnets of a network address Chapter 1 40

41 Summary Routing table lookup process Begins with examining level 1 routes for best match with packet s destination IP If the best match = an ultimate route then -Packet is forwarded -Else- -Parent route is examined If parent route & destination IP match then Level 2 (child) routes are examined Level 2 route examination If a match between destination IP and child route found then Packet forwarded d -Else If Router is using classful routing behavior then Packet is dropped -Else If router is using classless routing behavior then Router searches Level 1 supernet & default routes for a match If a match is found then Packet if forwarded -Else Packet is dropped Chapter 1 41

42 Summary Routing behaviors -This refers to how a routing table is searched Classful routing behavior -Indicated by the use of the no ip classless command -Router will not look beyond child routes for a lesser match Classless routing behavior -Indicated by the use of the ip classless command -Router will look beyond child routes for a lesser match Chapter 1 42

43 Chapter 1 43

44 EIGRP Routing Protocols and Concepts Chapter 9 Chapter 1 44

45 Objectives Describe the background and history of Enhanced Interior Gateway Routing Protocol (EIGRP). Examine the basic EIGRP configuration commands and identify their purposes. Calculate the composite metric used by EIGRP. Describe the concepts and operation of DUAL. Describe the uses of additional configuration commands in EIGRP. Chapter 1 45

46 Introduction ti Chapter 1 46

47 EIGRP Roots of EIGRP: IGRP -Developed in 1985 to overcome RIPv1 s limited hop count -Distance vector routing protocol -Metrics used by IGRP bandwidth b d (used by default) Delay (used by default) reliability load -Discontinued support starting with IOS 12.2(13)T & 12.2(R1s4)S Chapter 1 47

48 EIGRP EIGRP Message Format EIGRP Header Data link frame header - contains source and destination MAC address IP packet header - contains source & destination IP address EIGRP packet header - contains AS number Type/Length/Field - data portion of EIGRP message Chapter 1 48

49 EIGRP EIGRP packet header contains Opcode field Autonomous System number EIGRP Parameters contains Weights Hold time Chapter 1 49

50 EIGRP TLV: IP internal contains Metric field Subnet mask field Destination field TLV: IP external contains Fields used when external routes are imported into EIGRP routing process Chapter 1 50

51 EIGRP Protocol Dependent Modules (PDM) EIGRP uses PDM to route several different protocols i.e. IP, IPX & AppleTalk PDMs are responsible for the specific routing task for each network layer protocol Chapter 1 51

52 EIGRP Reliable Transport Protocol (RTP) Purpose of RTP Used by EIGRP to transmit and receive EIGRP packets Characteristics of RTP Involves both reliable & unreliable delivery of EIGRP packet Reliable delivery requires acknowledgment from destination Unreliable U delivery does not require an acknowledgement from destination Packets can be sent Unicast Multicast Using address Chapter 1 52

53 EIGRP EIGRP s 5 Packet Types Hello packets Used to discover & form adjacencies with neighbors Chapter 1 53

54 EIGRP Update packets Used to propagate routing information Acknowledgement packets Used to acknowledge receipt of update, query & reply packets Chapter 1 54

55 EIGRP Query & Reply packets Used by DUAL for searching for networks Query packets -Can use Unicast Multicast Reply pypacket -Use only unicast Chapter 1 55

56 EIGRP Purpose of Hello Protocol To discover & establish adjacencies with neighbor routers Characteristics of hello protocol Time interval for sending hello packet Most networks it is every 5 seconds Multipoint non broadcast multi-access networks Unicast every 60 seconds -Holdtime This is the maximum time router should wait before declaring a neighbor down Default holdtime 3 times hello interval Chapter 1 56

57 EIGRP EIGRP Bounded Updates EIGRP only sends update when there is a change in route status Partial update A partial update includes only the route information that t has changed the whole routing table is NOT sent Bounded update When a route changes, only those devices that are impacted will be notified of the change EIGRP s use of partial bounded updates minimizes use of bandwidth Chapter 1 57

58 EIGRP Diffusing Update Algorithm (DUAL) Purpose EIGRP s primary method for preventing routing loops Advantage of using DUAL Provides for fast convergence time by keeping a list of loop- free backup routes Chapter 1 58

59 EIGRP Administrative Distance (AD) Defined as the trustworthiness of the source route EIGRP default administrative distances Summary routes = 5 Internal routes = 90 Imported routes = 170 Chapter 1 59

60 EIGRP Authentication EIGRP can Encrypt routing information Authenticate routing information Chapter 1 60

61 EIGRP Network Topology Topology used is the same as previous chapters with the addition of an ISP router Chapter 1 61

62 EIGRP EIGRP will automatically summarize routes at classful boundaries Chapter 1 62

63 Basic EIGRP Configuration Autonomous System (AS) & Process IDs This is a collection of networks under the control of a single authority y( (reference RFC 1930) AS Numbers are assigned by IANA Entities needing AS numbers ISP Internet Backbone prodiers Institutions connecting to other institutions using AS numbers Chapter 1 63

64 Basic EIGRP Configuration EIGRP autonomous system number actually functions as a process ID Process ID represents an instance of the routing protocol running on a router Example Router(config)#router eigrp autonomous-system Chapter 1 64

65 Basic EIGRP Configuration The router eigrp command The global command that enables eigrp is router eigrp autonomous-system -All routers in the EIGRP routing domain must use the same process ID number (autonomous-system number) Chapter 1 65

66 Basic EIGRP Configuration The Network Command Functions of the network command Enables interfaces to transmit & receive EIGRP updates Includes network or subnet in EIGRP updates Example Router(config-router)#network network-address Chapter 1 66

67 Basic EIGRP Configuration The network Command with a Wildcard Mask -This option is used when you want to configure EIGRP to advertise specific subnets -Example Router(config-router)#network network-address [wildcard-mask] Chapter 1 67

68 Basic EIGRP Configuration Verifying EIGRP EIGRP routers must establish adjacencies with their neighbors before any updates can be sent or received Command used to view neighbor table and verify that EIGRP has established adjacencies with neighbors is show ip eigrp neighbors Chapter 1 68

69 EIGRP The show ip protocols command is also used to verify that EIGRP is enabled Chapter 1 69

70 Basic EIGRP Configuration Examining the Routing Table The show ip route command is also used to verify EIGRP EIGRP routes are denoted in a routing table by the letter D By default, EIGRP automatically summarizes routes at major network boundary Chapter 1 70

71 Basic EIGRP Configuration Introducing the Null0 Summary Route Null0 is not a physical interface In the routing table summary routes are sourced from Null0 Reason: routes are used for advertisement purposes EIGRP will automatically include a null0 summary route as child route when 2 conditions are met At least one subnet is learned via EIGRP Automatic summarization is enabled Chapter 1 71

72 Basic EIGRP Configuration R3 s routing table shows that the /1616 0/16 network is automatically summarized by R1 &R3 Chapter 1 72

73 EIGRP Metric Calculation l EIGRP Composite Metric & the K Values EIGRP uses the following values in its composite metric -Bandwidth, delay, reliability, and load The composite metric used by EIGRP formula used has values K1 K5 K1 & K3 = 1 all other K values = 0 Chapter 1 73

74 EIGRP Metric Calculation Use the sh ip protocols command to verify the K values Chapter 1 74

75 EIGRP Metric Calculation l EIGRP Metrics Use the show interfaces command dto view metrics EIGRP Metrics Bandwidth EIGRP uses a static bandwidth to calculate metric Most serial interfaces use a default bandwidth value of 1.544Mbos (T1) Chapter 1 75

76 EIGRP Metric Calculation EIGRP Metrics Delay is the defined as the measure of time it takes for a packet to traverse a route -it is a static value based on link type to which interface is connected Chapter 1 76

77 EIGRP Metric Calculation Reliability (not a default EIGRP metric) -A measure of the likelihood that a link will fail -Measure dynamically & expressed as a fraction of 255 the higher the fraction the better the reliability Load (not a default EIGRP metric) A number that reflects how much traffic is using a link Number is determined dynamically and is expressed as a fraction of 255 The lower the fraction the less the load on the link Chapter 1 77

78 EIGRP Metric Calculation l Using the Bandwidth Command Modifying the interface bandwidth -Use the bandwidth command -Example Router(config-if)#bandwidth kilobits Verifying bandwidth Use the show interface command Note bandwidth command does not change the link s physical bandwidth Use the interface command no bandwidth to restore the default value. Chapter 1 78

79 EIGRP Metric Calculation The EIGRP metric can be determined by examining the bandwidth delay Chapter 1 79

80 EIGRP Metric Calculation EIGRP uses the lowest bandwidth (BW)in its metric calculation l Calculated BW = reference BW / lowest BW(kbps) Delay EIGRP uses the cumulative sum of all outgoing interfaces Calculated Delay = the sum of outgoing interface delays EIGRP Metric = calculated BW + calculated delay Chapter 1 80

81 EIGRP Metric Calculation Chapter 1 81

82 DUAL Concepts The Diffusing Update Algorithm (DUAL) is used to prevent looping Successor Feasible Distance (FD) Feasible Successor (FS) Reported Distance (RD) or Advertised Distance (AD) Feasible Condition or Feasibility Condition (FC) Chapter 1 82

83 DUAL Concepts Successor The best least cost route to a destination found in the routing table Feasible distance The lowest calculated metric along a path to a destination network Chapter 1 83

84 DUAL Concepts Feasible Successors, Feasibility Condition & Reported Distance Feasible Successor -This is a loop free backup route to same destination as successor route Chapter 1 84

85 DUAL Concepts Feasible Successors, Feasibility Condition & Reported Distance Reported distance (RD) -The metric that a router reports to a neighbor about its own cost to that network Chapter 1 85

86 DUAL Concepts Feasibility Condition (FC) -Met when a neighbor s RD is less than the local l router s FD to the same destination network Chapter 1 86

87 DUAL Concepts Topology Table: Successor & Feasible Successor EIGRP Topology table Viewed using the show ip eigrp topology command Contents of table include: all successor routes all feasible successor routes Chapter 1 87

88 DUAL Concepts EIGRP Topology Table dissected Chapter 1 88

89 DUAL Concepts Topology Table: No Feasible Successor Af feasible successor may not be present because the feasibility condition may not be met -In other words, the reported distance of the neighbor is greater than or equal to the current feasible distance Chapter 1 89

90 DUAL Concepts Finite State Machine (FSM) An abstract machine that defines a set of possible states something can go through, what event causes those states and what events ents result form those states FSMs are used to describe how a device, computer program, or routing algorithm will react to a set of input events Chapter 1 90

91 DUAL Concepts DUAL FSM Selects a best loopfree path to a destination Selects alternate routes by using information in EIGRP tables Chapter 1 91

92 DUAL Concepts Finite State Machines (FSM) To examine e output from EIGRP s finite state machine us the debug eigrp fsm command Chapter 1 92

93 More EIGRP Configurations The Null0 Summary Route By default, EIGRP uses the Null0 interface to discard any packets that match the parent route but do not match any of the child routes EIGRP automatically includes a null0 summary route as a child route whenever both of the following conditions exist One or subnets exists that was learned via EIGRP Automatic summarization is enabled Chapter 1 93

94 More EIGRP Configurations The Null0 Summary Route Chapter 1 94

95 More EIGRP Configurations Disabling Automatic Summarization The auto-summary command permits EIGRP to automatically summarize at major network boundaries The no auto-summary command is used to disable automatic summarization This causes all EIGRP neighbors to send updates that will not be automatically summarized this will cause changes to appear in both -routing tables -topology tables Chapter 1 95

96 More EIGRP Configurations Manual Summarization Manual summarization can include supernets Reason: EIGRP is a classless routing protocol & include subnet mask in update Command used to configure manual al summarization ation Router(config-if)#ip summary-address eigrp as-number network-address subnet-mask Chapter 1 96

97 More EIGRP Configurations i Configuring a summary route in EIGRP Chapter 1 97

98 More EIGRP Configurations EIGRP Default Routes quad zero static default route -Can be used with any currently supported routing protocol -Is usually configured on a router that is connected a network outside the EIGRP domain EIGRP & the Quad zero static default route Requires the use of the redistribute static command to disseminate default route in EIGRP updates Chapter 1 98

99 More EIGRP Configurations Fine-Tuning EIGRP EIGRP bandwidth utilization -By default, EIGRP uses only up to 50% of interface bandwidth for EIGRP information -The command to change the percentage of bandwidth used by EIGRP is Router(config-if)#ip bandwidth-percent eigrp asnumber percent Chapter 1 99

100 More EIGRP Configurations Configuring g Hello Intervals and Hold Times -Hello intervals and hold times are configurable on a per-interface basis -The command to configure hello interval is Router(config-if)#ip hello-interval eigrp as-number seconds Changing the hello interval also requires changing the hold time to a value greater than or equal to the hello interval -The command to configure hold time value is Router(config-if)#ip hold-time eigrp as-number seconds Chapter 1 100

101 Summary Background & History EIGRP is a derivative of IGRP EIGRP is a Cisco proprietary distance vector routing protocol released in 1994 EIGRP terms and characteristics EIGPR uses RTP to transmit & receive EIGRP packets EIGRP has 5 packet type: Hello packets Update packets Acknowledgement packets Query packets Reply packets Supports VLSM & CIDR Chapter 1 101

102 Summary EIGRP terms and characteristics EIGRP uses a hello protocol Purpose of hello protocol is to discover & establish adjacencies EIGRP routing updates Aperiodic Partial P l and bounded d Fast convergence Chapter 1 102

103 Summary EIGRP commands The following commands are used for EIGRP configuration RtrA(config)#router eigrp [autonomous-system #] RtrA(config-router)#network network-number The following commands can be used to verify EIGRP Show ip protocols Show ip eigrp neighbors Show ip route Chapter 1 103

104 Summary EIGRP metrics include Bandwidth (default) Delay (default) Reliability Load Chapter 1 104

105 Summary DUAL Purpose of DUAL To prevent routing loops Successor Primary Pi route to a destination Feasible successor Backup route to a destination Feasible distance Lowest calculated metric to a destination Reported distance The distance towards a destination as advertised by an upstream neighbor Chapter 1 105

106 Summary Choosing the best route After router has received all updates from directly connected neighbors, it can calculate its DUAL 1 st metric is calculated for each route 22 nd route with lowest metric is designated successor & is placed in routing table 3 rd feasible successor is found Criteria for feasible successor: it must have lower reported distance to the destination than the installed route s feasible distance Feasible routes are maintained in topology table Chapter 1 106

107 Summary Automatic summarization On by default Summarizes routes on classful boundary Summarization can be disabled using the following command RtrA(config-if)#no auto-summary Chapter 1 107

108 Chapter 1 108

ITE PC v4.0. Chapter Cisco Systems, Inc. All rights reserved. Cisco Public

ITE PC v4.0. Chapter Cisco Systems, Inc. All rights reserved. Cisco Public EIGRP Routing Protocols and Concepts Chapter 9 1 Objectives Describe the background and history of Enhanced Interior Gateway Routing Protocol (EIGRP). Examine the basic EIGRP configuration commands and

More information

EIGRP. Routing Protocols and Concepts Chapter 9. Video Frank Schneemann, MS EdTech

EIGRP. Routing Protocols and Concepts Chapter 9. Video Frank Schneemann, MS EdTech Video Frank Schneemann, MS EdTech EIGRP Routing Protocols and Concepts Chapter 9 ITE PC v4.0 Chapter 1 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1 9.0.1 Introduction Enhanced Interior

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

Routing Protocol. RIPv1

Routing Protocol. RIPv1 Outline Routing Protocol RIPv1, RIPv2, EIGRP OSPF o RIPv1, RIPv2 o EIGRP o OSPF 2 3 RIPv1 RIP Characteristics A classful, Distance Vector (DV) routing protocol Metric = hop count Routes with a hop count

More information

The Routing Table: A Closer Look

The Routing Table: A Closer Look The Routing Table: A Closer Look Routing Protocols and Concepts Chapter 8 Version 4.0 1 Objectives Describe the various route types found in the routing table structure. Describe the routing table lookup

More information

Advanced Networking: Routing & Switching 2 Chapter 7

Advanced Networking: Routing & Switching 2 Chapter 7 EIGRP Advanced Networking: Routing & Switching 2 Chapter 7 Copyleft 2014 Hacklab Cosenza (http://hlcs.it) Released under Creative Commons License 3.0 By-Sa Cisco name, logo and materials are Copyright

More information

Chapter 9. Enhanced Interior Gateway Routing Protocol (EIGRP) Part I

Chapter 9. Enhanced Interior Gateway Routing Protocol (EIGRP) Part I Chapter 9 Enhanced Interior Gateway Routing Protocol (EIGRP) Part I CCNA2-1 Chapter 9-2 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College

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

NAT Internetworking Standards and Technologies, Computer Engineering, KMITL 2

NAT Internetworking Standards and Technologies, Computer Engineering, KMITL 2 EIGRP & NAT Jirasak Sittigorn Internetworking Standards & Technologies Department of Computer Engineering, Faculty of Engineering King Mongkut's Institute of Technology Ladkrabang EIGRP Characteristics

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

Lab 9.6.1: Basic EIGRP Configuration Lab

Lab 9.6.1: Basic EIGRP Configuration Lab Lab 9.6.1: Basic EIGRP Configuration Lab Topology Diagram Address Table 1 Learning Objectives Upon completion of this lab, you will be able to: Cable a network according to the Topology Diagram. Erase

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

Chapter 2: Configuring the Enhanced Interior Gateway Routing Protocol

Chapter 2: Configuring the Enhanced Interior Gateway Routing Protocol : Configuring the Enhanced Interior Gateway Routing Protocol CCNP ROUTE: Implementing IP Routing ROUTE v6 1 Objectives Describe the basic operation of EIGRP. Plan and implement EIGRP routing. Configure

More information

Lab10- Configuring EIGRP

Lab10- Configuring EIGRP Lab10- Configuring EIGRP Topology Lab10- Configuring EIGRP Page 1 Learning Objectives Upon completion of this lab, you will be able to: Cable a network according to the Topology Diagram. Erase the startup

More information

Routing with a distance vector protocol - EIGRP

Routing with a distance vector protocol - EIGRP Routing with a distance vector protocol - EIGRP Introducing Routing and Switching in the Enterprise Chapter 5.2 Copyleft 2012 Vincenzo Bruno (www.vincenzobruno.it) Released under Crative Commons License

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

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

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

Configuring EIGRP. 2001, Cisco Systems, Inc.

Configuring EIGRP. 2001, Cisco Systems, Inc. Configuring EIGRP 4-1 EIGRP Overview 4-2 What Is EIGRP? IPX Routing Protocols IP Routing Protocols AppleTalk Routing Protocol Enhanced IGRP IP Routing Protocols AppleTalk Routing Protocol IPX Routing Protocols

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

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

Chapter 8. The Routing Table: A Closer Look

Chapter 8. The Routing Table: A Closer Look Chapter 8 The Routing Table: A Closer Look CCNA2-1 Chapter 8 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario. Thanks

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

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

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

IP Enhanced IGRP Commands

IP Enhanced IGRP Commands IP Enhanced IGRP Commands Use the commands in this chapter to configure and monitor IP Enhanced IGRP. For configuration information and examples, refer to the Configuring IP Enhanced IGRP chapter of the

More information

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

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

More information

Configuring EIGRP. Finding Feature Information

Configuring EIGRP. Finding Feature Information The Enhanced Interior Gateway Routing Protocol (EIGRP) is an enhanced version of the Interior Gateway Routing Protocol (IGRP) developed by Cisco. The convergence properties and the operating efficiency

More information

CIS 83 LAB 3 - EIGRP Rich Simms September 23, Objective. Scenario. Topology

CIS 83 LAB 3 - EIGRP Rich Simms September 23, Objective. Scenario. Topology CIS 83 LAB 3 - EIGRP Rich Simms September 23, 2006 Objective The objective of this lab is to become familiar setting up and configuring EIGRP on three routers. EIGRP is a Cisco proprietary distance-vector

More information

INTERNET LABORATORY PROJECT. EIGRP Routing Protocol. Abhay Tambe Aniruddha Deshmukh Sahil Jaya

INTERNET LABORATORY PROJECT. EIGRP Routing Protocol. Abhay Tambe Aniruddha Deshmukh Sahil Jaya INTERNET LABORATORY PROJECT on EIGRP Routing Protocol by Abhay Tambe Aniruddha Deshmukh Sahil Jaya INTRODUCTION TO EIGRP SETUP FOR LAB: This lab uses two different network topologies. The first 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

CIS 83 Midterm Spring 2004 Answer Sheet Name Score Grade Question Answer Question Answer

CIS 83 Midterm Spring 2004 Answer Sheet Name Score Grade Question Answer Question Answer CIS 83 Midterm Spring 2004 Answer Sheet Name: Score: Grade: Question Answer Question Answer 1 A B C D E F 51 A B C D E F 2 A B C D E F 52 A B C D E F 3 A B C D E F 53 A B C D E F 4 A B C D E F 54 A B C

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

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

Table of Contents. Cisco Introduction to EIGRP

Table of Contents. Cisco Introduction to EIGRP Table of Contents Introduction to EIGRP...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 What is IGRP?...2 What is EIGRP?...2 How Does EIGRP Work?...2 EIGRP

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

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

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

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

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

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

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

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

EIGRP Features and Operation

EIGRP Features and Operation EIGRP Features and Operation Enhanced IGRP (EIGRP) is a classless, enhanced distance-vector protocol. EIGRP is a Cisco proprietary protocol. EIGRP includes the subnet mask in its route updates. And as

More information

Chapter 5 RIP version 1

Chapter 5 RIP version 1 Cisco CCNA 2 Exploration - Routing Chapter 5 RIP version 1 João José jjose@ualg.pt http://w3.ualg.pt/~jjose/cisco/ Based on: Graziani, R. (2008) CIS 82 Routing Theory and Concepts RIPv1: A Distance Vector,

More information

EIGRP. Finding Feature Information

EIGRP. Finding Feature Information The Enhanced Interior Gateway Routing Protocol () is an enhanced version of the Interior Gateway Routing Protocol (IGRP) developed by Cisco. The convergence properties and the operating efficiency of have

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

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 Reading Organizer

Chapter 6 Reading Organizer Name Date Chapter 6 Reading Organizer After completion of this chapter, you should be able to: Describe and plan a network using OSPF Design and configure a network using single-area OSPF Work with multi-protocol

More information

IPv4 IGP Troubleshooting. IPv4 Routing Workflow. IPv4 routing can be subdivided into three discrete steps

IPv4 IGP Troubleshooting. IPv4 Routing Workflow. IPv4 routing can be subdivided into three discrete steps Internetwork Expert s CCNP Bootcamp IPv4 IGP Troubleshooting http:// IPv4 Routing Workflow IPv4 routing can be subdivided into three discrete steps Routing lookup Switching method Layer 2 encapsulation

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

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

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

Configuring EIGRP. Finding Feature Information. Contents

Configuring EIGRP. Finding Feature Information. Contents Configuring EIGRP First Published: 2005 Last Updated: September 10, 2010 Enhanced Interior Gateway Routing Protocol (EIGRP) is an enhanced version of the IGRP developed by Cisco. The convergence properties

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

904 ASBRs (Autonomous System Boundary Routers)

904 ASBRs (Autonomous System Boundary Routers) I N D E X A ABRs (Area Border Routers), 292 LSA propagation, 294 Access layer, hierarchical designs, 42 access lists. See also IP access lists BGP-4, 557 controlling terminal access, 51 52 guidelines for

More information

Enhanced IGRP. Chapter Goals. Enhanced IGRP Capabilities and Attributes CHAPTER

Enhanced IGRP. Chapter Goals. Enhanced IGRP Capabilities and Attributes CHAPTER 40 CHAPTER Chapter Goals Identify the four key technologies employed by (EIGRP). Understand the Diffusing Update Algorithm (DUAL), and describe how it improves the operational efficiency of EIGRP. Learn

More information

ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6

ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6 1358_fmi.book Page 460 Thursday, May 27, 2004 2:21 PM A ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6 access lists, scalable networks,

More information

Which of the following are primary functions of a router? (Choose two.) - packet switching - path selection

Which of the following are primary functions of a router? (Choose two.) - packet switching - path selection Which three statements are true regarding the encapsulation and de-encapsulation of packets when traveling through a router? (Choose three.) - The router modifies the TTL field, decrementing it by one.

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

Exam : : Building Scalable Cisco Internetworks (BSCI) Title. Ver :

Exam : : Building Scalable Cisco Internetworks (BSCI) Title. Ver : Exam : 642-801 Title : Building Scalable Cisco Internetworks (BSCI) Ver : 03-22-05 QUESTION 1 A packet that needs to be forwarded arrives on an interface of a router. In order for a router to route data,

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 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

Implementing an EIGRP Solution

Implementing an EIGRP Solution Chapter 3 Implementing an EIGRP Solution This chapter contains the following sections: Dynamic Routing Review EIGRP Features and Function Troubleshooting EIGRP Implementing EIGRP for IPv6 Chapter Summary

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

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

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

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

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

Configuring IP Routing Protocols

Configuring IP Routing Protocols C H A P T E R 1 8 Configuring IP Routing Protocols This chapter describes how to configure the various Internet Protocol (IP) routing protocols. For a complete description of the commands listed in this

More information

Finding Support Information for Platforms and Cisco IOS and Catalyst OS Software Images

Finding Support Information for Platforms and Cisco IOS and Catalyst OS Software Images Configuring EIGRP This chapter describes how to configure Enhanced Interior Gateway Routing Protocol (EIGRP). For a complete description of the EIGRP commands listed in this chapter, refer to the EIGRP

More information

IP Routing Tecnologie e Protocolli per Internet II rev 1

IP Routing Tecnologie e Protocolli per Internet II rev 1 IP Routing Tecnologie e Protocolli per Internet II rev 1 Andrea Detti Electronic Engineering dept. E-mail: andrea.detti@uniroma2.it Some sources: Cisco CCNA Routing and Switching ICND1 and ICND2 Slide

More information

Cisco CCNA EIGRP Part II

Cisco CCNA EIGRP Part II Cisco CCNA EIGRP Part II Cisco CCNA Steps to Configuring EIGRP MD5 Authentication (continued) Specific commands and an example are shown on the following slide. Cisco CCNA Configuring EIGRP MD5 Authentication

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

Chapter 2 Lab 2-1, EIGRP Configuration, Bandwidth, and Adjacencies

Chapter 2 Lab 2-1, EIGRP Configuration, Bandwidth, and Adjacencies Chapter 2 Lab 2-1, EIGRP Configuration, Bandwidth, and Adjacencies Topology Objectives Background Configure EIGRP on multiple routers. Configure the bandwidth command to modify the EIGRP metric. Verify

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

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

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

Introduction to OSPF

Introduction to OSPF Introduction to OSPF ISP/IXP Workshops ISP/IXP Workshops 1999, Cisco Systems, Inc. 1 Agenda OSPF Primer OSPF in Service Provider Networks OSPF BCP - Adding Networks OSPF Command Summary 2 OSPF Primer 3

More information

CCNP IPSOFTWARE EIGRP ROUTE Lab Manual.

CCNP IPSOFTWARE EIGRP ROUTE Lab Manual. Lab Manual CCNP ROUTE 300-101 EIGRP Lab - 1 : EIGRP-Basic Configuration Lab - 2 : EIGRP-Metric and Variance Load Sharing Lab - 3 : EIGRP-Summarization Lab - 4 : EIGRP-Query Control Lab - 5 : EIGRP-Authentication

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

This appendix contains supplementary Border Gateway Protocol (BGP) information and covers the following topics:

This appendix contains supplementary Border Gateway Protocol (BGP) information and covers the following topics: Appendix C BGP Supplement This appendix contains supplementary Border Gateway Protocol (BGP) information and covers the following topics: BGP Route Summarization Redistribution with IGPs Communities Route

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

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

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

Interconnecting Cisco Networking Devices Part 2

Interconnecting Cisco Networking Devices Part 2 ICND2 Interconnecting Cisco Networking Devices Part 2 Volume 2 Version 1.0 Student Guide Editorial, Production, and Web Services (EPWS): 07.25.07 DISCLAIMER WARRANTY: THIS CONTENT IS BEING PROVIDED AS

More information

Configuration and Management of Networks

Configuration and Management of Networks EIGRP Summarization and efault Network Advertisement The lab is built on the topology: Topology Objectives Review a basic EIGRP configuration. onfigure and verify EIGRP auto-summarization. onfigure and

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

Configuring IP Routing Protocols

Configuring IP Routing Protocols Configuring IP Routing Protocols This chapter describes how to configure the various Internet Protocol (IP) routing protocols. For a complete description of the commands listed in this chapter, refer to

More information

EIGRP Dynamic Metric Calculations

EIGRP Dynamic Metric Calculations The features enables the Enhanced Interior Gateway Routing Protocol (EIGRP) to use dynamic raw radio-link characteristics (current and maximum bandwidth, latency, and resources) to compute a composite

More information

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

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

More information

Configuring IP Routing Protocols

Configuring IP Routing Protocols CHAPTER 18 Configuring IP Routing Protocols This chapter describes how to configure the various Internet Protocol (IP) routing protocols. For a complete description of the commands listed in this chapter,

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

Cisco Building Scaleable Cisco Internetworks (BSCI) Practice Test. Version https://certkill.com

Cisco Building Scaleable Cisco Internetworks (BSCI) Practice Test. Version https://certkill.com Cisco 642-901 642-901 Building Scaleable Cisco Internetworks (BSCI) Practice Test Version 2.12 QUESTION NO: 1 Cisco 642-901: Practice Exam A company has a BGP network and a BGP route of 196.27.125.0/24

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

A study of WAN design, routing protocols and connectivity between Head office to Branch office

A study of WAN design, routing protocols and connectivity between Head office to Branch office A study of WAN design, routing protocols and connectivity between Head office to Branch office Dr. Anil Kumar Singh ABSTRACT Jagran Institute of Management, 620-W Block Saket Nagar, Kanpur 3.LAB SETUP

More information

EIGRP CHAPTER 9. Configuring Enhanced Interior Gateway Routing Protocol (EIGRP)

EIGRP CHAPTER 9. Configuring Enhanced Interior Gateway Routing Protocol (EIGRP) CHAPTER 9 EIGRP This chapter provides information and commands concerning the following topics: Configuring Enhanced Interior Gateway Routing Protocol (EIGRP) EIGRP auto-summarization Load balancing: variance

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

Deployment of IGRP/EIGRP

Deployment of IGRP/EIGRP 1 eployment of IGRP/EIGRP Session 2 Presentation_I.scr 1 Understanding EIGRP Understanding and deploying EIGRP is like driving a car 3 genda Fundamentals of EIGRP UL Summarization and Load alancing EIGRP/IGRP

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