2008 NDP Lectures 7 th Semester

Size: px
Start display at page:

Download "2008 NDP Lectures 7 th Semester"

Transcription

1 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, Denmark np@es.aau.dk Tel.:

2 October 20, 2008 NDP Lectures 7 th Semester 12:30 13:15 Guest lecture from Telia Sonera 13:15 13:25 Break 13:25 14:10 IP Routing 14:10 14:25 Break 14:25 16:00 Students assignments

3 Routing Overview Outline

4 Determining IP Routes

5 Objectives Upon completing this lecture, you will be able to: Describe the features and operation of static routing Describe the features and operation of dynamic routing protocols, including RIP, IGRP, EIGRP, and OSPF Build a functional router configuration to support the specified network operational requirements, given a network design Use show commands to identify anomalies in routing operation, given an operational router Use debug commands to identify events and anomalies in routing operation, given an operational router

6 Routing Overview 6

7 Objectives Upon completing this lesson, you will be able to: Explain the differences between static routing and dynamic routing Identify the classes of routing protocols Use Cisco IOS commands to configure static routes and default route forwarding, given a functioning router Use show commands to identify anomalies in static routing operation, given an operational router Describe the operation of router on a stick Configure router on a stick for inter-vlan routing using ISL and 802.1Q trunking, given an operational switch and router

8 What Is Routing? To route, a router needs to do the following: Know the destination address Identify the sources it can learn from Discover possible routes Select the best route Maintain and verify routing information

9 What Is Routing? (Cont.) Routers must learn destinations that are not directly connected.

10 Identifying Static and Dynamic Routes Static Route Uses a route that a network administrator enters into the router manually Dynamic Route Uses a route that a network routing protocol adjusts automatically for topology or traffic changes

11 Static Routes Configure unidirectional static routes to and from a stub network to allow communications to occur.

12 Static Route Configuration Router(config)#ip route network [mask] {address interface}[distance] [permanent] Defines a path to an IP destination network or subnet or host

13 Static Route Example This is a unidirectional route. You must have a route configured in the opposite direction.

14 Default Routes This route allows the stub network to reach all known networks beyond router A.

15 Verifying the Static Route Configuration router#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route Gateway of last resort is to network /8 is subnetted, 1 subnets C is directly connected, Serial0 S* /0 is directly connected, Serial0

16 What Is a Routing Protocol? Routing protocols are used between routers to determine paths and maintain routing tables. Once the path is determined, a router can route a routed protocol.

17 Autonomous Systems: Interior or Exterior Routing Protocols An autonomous system is a collection of networks under a common administrative domain. IGPs operate within an autonomous system. EGPs connect different autonomous systems.

18 Administrative Distance: Ranking Routes

19 Classes of Routing Protocols

20 Classful Routing Overview Classful routing protocols do not include the subnet mask with the route advertisement. Within the same network, consistency of the subnet masks is assumed. Summary routes are exchanged between foreign networks. Examples of classful routing protocols: RIP Version 1 (RIPv1) IGRP

21 Classless Routing Overview Classless routing protocols include the subnet mask with the route advertisement. Classless routing protocols support variablelength subnet masking (VLSM). Summary routes can be manually controlled within the network. Examples of classless routing protocols: RIP Version 2 (RIPv2) EIGRP OSPF IS-IS

22 Routing Protocol Comparison Chart

23 Using the ip classless Command

24 VLAN-to-VLAN Overview Network layer devices combine multiple broadcast domains.

25 Dividing a Physical Interface into Subinterfaces Physical interfaces can be divided into multiple subinterfaces.

26 Routing Between VLANs with ISL Trunks

27 Routing Between VLANs with 802.1Q Trunks

28 Distance Vector Routing 28

29 Objectives Upon completing this lesson, you will be able to: Describe the features offered by distance vector routing protocols and give examples of each Describe the issues associated with distance vector routing and identify solutions to those issues

30 Distance Vector Routing Protocols Routers pass periodic copies of routing table to neighbor routers and accumulate distance vectors.

31 Sources of Information and Discovering Routes Routers discover the best path to destinations from each neighbor.

32 Selecting the Best Route with Metrics

33 Maintaining Routing Information Updates proceed step-by-step from router to router.

34 Inconsistent Routing Entries Each node maintains the distance from itself to each possible destination network.

35 Inconsistent Routing Entries (Cont.) Slow convergence produces inconsistent routing.

36 Inconsistent Routing Entries (Cont.) Router C concludes that the best path to network is through router B.

37 Inconsistent Routing Entries (Cont.) Router A updates its table to reflect the new but erroneous hop count.

38 Count to Infinity Hop count for network counts to infinity.

39 Defining a Maximum Define a limit on the number of hops to prevent infinite loops.

40 Routing Loops Packets for network bounce (loop) between routers B and C.

41 Split Horizon It is never useful to send information about a route back in the direction from which the original information came.

42 Route Poisoning Routers advertise the distance of routes that have gone down to infinity.

43 Poison Reverse Poison reverse overrides split horizon.

44 Holddown Timers The router keeps an entry for the network s possible down state, allowing time for other routers to recompute for this topology change.

45 Triggered Updates The router sends updates when a change in its routing table occurs.

46 Distance Vector Operation

47 Distance Vector Operation (Cont.)

48 Distance Vector Operation (Cont.)

49 Distance Vector Operation (Cont.)

50 Distance Vector Operation (Cont.)

51 Distance Vector Operation (Cont.)

52 Summary Distance vector-based routing algorithms (also known as Bellman-Ford algorithms) pass periodic copies of a routing table from router to router. When the topology in a distance vector protocol internetwork changes, routing table updates must occur. As with the network discovery process, topology change updates proceed step-by-step from router to router. When maintaining the routing information, inconsistencies can occur if the internetwork s slow convergence on a new configuration causes incorrect routing entries.

53 Summary (Cont.) The condition called count to infinity arises when routing table updates continue to increase the metric to a destination that cannot be reached, rather than marking the destination as unreachable. A routing loop occurs when two or more routers have incorrect routing information indicating that a valid path to an unreachable destination exists through the other routers. A number of techniques are available to eliminate routing loops including: split horizon, route poisoning, poison reverse, holddown timers, and triggered updates.

54 Link-State and Balanced Hybrid Routing 54

55 Objectives Upon completing this lesson, you will be able to: Describe the issues associated with link-state routing and identify solutions to those issues Describe the features of balanced hybrid routing protocols

56 Link-State Routing Protocols After initial flood, pass small event-triggered link-state updates to all other routers

57 Link-State Network Hierarchy Example Minimizes routing table entries Localizes impact of a topology change within an area

58 Link-State Routing Protocol Algorithms

59 Benefits of Link-State Routing Fast convergence: changes are reported immediately by the source affected. Robustness against routing loops: Routers know the topology. Link-state packets are sequenced and acknowledged. By careful (hierarchical) network design, you can utilize resources optimally.

60 Caveats of Link-State Routing Significant demands for resources: Memory (three tables: adjacency, topology, forwarding) CPU (Dijkstra s algorithm can be intensive, especially when a lot of instabilities are present.) Requires very strict network design (when more areas area routing) Problems with partitioning of areas Configuration generally simple but can be complex when tuning various parameters and when the design is complex Troubleshooting easier than in distance vector routing

61 Drawbacks to Link-State Routing Protocols Initial discovery may cause flooding. Memory- and processor-intensive.

62 Balanced Hybrid Routing Shares attributes of both distance vector and link-state routing

63 Summary Link-state routing uses LSAs, a topological database, the SPF algorithm, the resulting SPF tree, and a routing table of paths and ports to each network. Link-state routing algorithms maintain a complex database of the network's topology by exchanging LSAs with other routers in a network. Link-state routing may flood the network with LSAs during initial topology discovery and can be both memory- and processor-intensive. Balanced hybrid routing protocols combine aspects of both distance vector and link-state protocols.

64 Enabling RIP 64

65 Objectives Upon completing this lesson, you will be able to: Describe the features and operation of RIP Use Cisco IOS commands to configure dynamic routing using RIP, given a functioning router Use show and debug commands to identify anomalies in dynamic routing operation using RIP, given an operational router

66 RIP Overview Maximum is 6 paths (default = 4) Hop-count metric selects the path Routes update every 30 seconds

67 IP Routing Configuration Tasks Router configuration Select routing protocols. Specify networks or interfaces.

68 Dynamic Routing Configuration Router(config)#router protocol [keyword] Defines an IP routing protocol Router(config-router)#network network-number Mandatory configuration command for each IP routing process Identifies the physically connected network that routing updates are forwarded to

69 RIP Configuration Router(config)#router rip Starts the RIP routing process Router(config-router)#network network-number Selects participating attached networks Requires a major classful network number

70 RIP Configuration Example

71 Verifying the RIP Configuration

72 Displaying the IP Routing Table

73 debug ip rip Command

74 Summary RIP is a distance vector routing protocol that uses hop count as the metric for route selection and broadcasts routing updates every 30 seconds. To enable a dynamic routing protocol, you will select the routing protocol and then assign IP network numbers. The router rip command specifies RIP as the routing protocol. The network command identifies a participating attached network. The show ip commands display information about routing protocols and the routing table. Use the debug ip rip command to display information on RIP routing transactions.

75 Enabling IGRP 75

76 Objectives Upon completing this lesson, you will be able to: Describe the features and operation of IGRP Use Cisco IOS commands to configure dynamic routing using IGRP, given a functioning router Use show and debug commands to identify anomalies in dynamic routing operation using IGRP, given an operational router

77 Introducing IGRP More scalable than RIP Sophisticated metric Multiple-path support

78 IGRP Composite Metric Bandwidth Delay Reliability Loading MTU

79 IGRP Unequal Multiple Paths Maximum 6 paths (default = 4) Within metric variance Next-hop router closer to destination

80 Configuring IGRP Router(config)#router igrp autonomous-system Defines IGRP as the IP routing protocol Router(config-router)#network network-number Selects participating attached networks

81 Configuring IGRP (cont.) Router(config-router)#variance multiplier Controls IGRP load balancing Router(config-router)#traffic-share {balanced min} Controls how load-balanced traffic is distributed

82 IGRP Configuration Example

83 Verifying the IGRP Configuration

84 Displaying the IP Routing Table

85 debug ip igrp transaction Command

86 debug ip igrp events Command RouterA#debug ip igrp events IGRP event debugging is on RouterA# 00:23:44: IGRP: sending update to via Ethernet0 ( ) 00:23:44: IGRP: Update contains 0 interior, 2 system, and 0 exterior routes. 00:23:44: IGRP: Total routes in update: 2 00:23:44: IGRP: sending update to via Serial2 ( ) 00:23:45: IGRP: Update contains 0 interior, 1 system, and 0 exterior routes. 00:23:45: IGRP: Total routes in update: 1 00:23:48: IGRP: received update from on Serial2 00:23:48: IGRP: Update contains 1 interior, 1 system, and 0 exterior routes. 00:23:48: IGRP: Total routes in update: 2

87 Updating Routing Information Example

88 Updating Routing Information Example (Cont.)

89 Updating Routing Information Example (Cont.)

90 Updating Routing Information Example (Cont.)

91 Summary IGRP has several key features such as increased scalability, a sophisticated metric, and multiple paths. IGRP uses a composite routing metric that can include bandwidth, delay, reliability, loading, and MTU value. The IGRP composite routing metric supports multiple paths between source and destination. Use the router igrp and network commands to create an IGRP routing process. Use the variance and traffic-share commands to configure IGRP load balancing. Use the show ip protocols and show ip route commands to display information about your IGRP configuration. Use the debug ip igrp transaction command to display transaction information on IGRP routing transactions and the debug ip igrp events command to display a summary of the IGRP routing information.

92 Enabling EIGRP 92

93 Objectives Upon completing this lesson, you will be able to: Describe the features and operation of EIGRP Use Cisco IOS commands to configure dynamic routing using EIGRP, given a functioning router Use show and debug commands to identify anomalies in dynamic routing operation using EIGRP, given an operational router

94 Introducing EIGRP EIGRP supports: Rapid convergence Reduced bandwidth usage Multiple network-layer protocols

95 EIGRP Terminology

96 Comparing EIGRP and IGRP Similar metric Same load balancing Improved convergence time Reduced network overhead

97 Configuring EIGRP Router(config)#router eigrp autonomous-system Defines EIGRP as the IP routing protocol Router(config-router)#network network-number Selects participating attached networks

98 EIGRP Configuration Example

99 Verifying the EIGRP Router#show ip route eigrp Router#show ip protocols Configuration Router#show ip eigrp neighbors Displays the neighbors discovered by IP EIGRP Router#show ip eigrp topology Displays the IP EIGRP topology table Displays current EIGRP entries in the routing table Displays the parameters and current state of the active routing protocol process Router#show ip eigrp traffic Displays the number of IP EIGRP packets sent and received

100 debug ip eigrp Command Router#debug ip eigrp IP-EIGRP: Processing incoming UPDATE packet IP-EIGRP: Ext M SM IP-EIGRP: Ext M SM IP-EIGRP: Ext M SM IP-EIGRP: , - do advertise out Ethernet0/1 IP-EIGRP: Ext metric IP-EIGRP: , - do advertise out Ethernet0/1 IP-EIGRP: Ext metric IP-EIGRP: , - do advertise out Ethernet0/1 IP-EIGRP: Ext metric IP-EIGRP: , - do advertise out Ethernet0/1 IP-EIGRP: Ext metric IP-EIGRP: , - do advertise out Ethernet0/1

101 Summary EIGRP is an interior gateway protocol suited for many different topologies and media. EIGRP is an enhanced version of the IGRP developed by Cisco, with improved convergence properties and operating efficiency over IGRP. Use the router eigrp and network commands to create an EIGRP routing process. Use the show ip eigrp commands to display information about your EIGRP configuration. To display information on EIGRP packets, use the debug ip eigrp privileged EXEC command.

102 Enabling OSPF 102

103 Objectives Upon completing this lesson, you will be able to: Describe the features and operation of OSPF Use Cisco IOS commands to configure dynamic routing for a single area OSPF network, given a functioning router Use show and debug commands to identify anomalies in dynamic routing operation using OSPF, given an operational router

104 Introducing OSPF Open standard Shortest path first (SPF) algorithm Link-state routing protocol (vs. distance vector)

105 OSPF as a Link-State Protocol OSPF propagates link-state advertisements rather than routing table updates. LSAs are flooded to all OSPF routers in the area. The OSPF link-state database is pieced together from the LSAs generated by the OSPF routers. OSPF uses the SPF algorithm to calculate the shortest path to a destination. Link = router interface State = description of an interface and its relationship to neighboring routers

106 OSPF Hierarchical Routing Consists of areas and autonomous systems Minimizes routing update traffic

107 Shortest Path First Algorithm Places each router at the root of a tree and calculates the shortest path to each destination based on the cumulative cost Cost = 10 8 /bandwidth (bps)

108 Configuring Single Area OSPF Router(config)#router ospf process-id Defines OSPF as the IP routing protocol Router(config-router)#network address mask area area-id Assigns networks to a specific OSPF area

109 OSPF Configuration Example

110 Configuring Loopback Interfaces Router ID: Number by which the router is known to OSPF Default: The highest IP address on an active interface at the moment of OSPF process startup Can be overridden by a loopback interface: Highest IP address of any active loopback interface

111 Verifying the OSPF Configuration Router#show ip protocols Verifies that OSPF is configured Router#show ip route Displays all the routes learned by the router Router#show ip ospf interface Displays area-id and adjacency information Router#show ip ospf neighbor Displays OSPF-neighbor information on a per-interface basis

112 OSPF debug commands Router#debug ip ospf events OSPF:hello with invalid timers on interface Ethernet0 hello interval received 10 configured 10 net mask received configured dead interval received 40 configured 30 Router# debug ip ospf packet OSPF: rcv. v:2 t:1 l:48 rid: aid: chk:6ab2 aut:0 auk: Router#debug ip ospf packet OSPF: rcv. v:2 t:1 l:48 rid: aid: chk:0 aut:2 keyid:1 seq:0x0

113 Summary OSPF is an interior gateway protocol similar to IGRP, but based on link states rather than distance vectors. OSPF advertises information about each of its links rather than sending routing table updates like a distance vector protocol. The SPF algorithm places each router at the root of a tree and calculates the shortest path to each destination based on the cumulative cost required to reach that destination.

114 Summary (Cont.) Use the router ospf command to start an OSPF routing process and the network command to associate addresses to an OSPF area. You can use any one of a number of show commands to display information about an OSPF configuration. To display information on OSPF-related events, such as adjacencies, flooding information, designated router selection, and SPF calculation, use the debug ip ospf events privileged EXEC command.

115 Summary Routing is the process by which an item gets from one location to another. In networking, a router is the device used to route traffic. Routers can forward packets over static routes or dynamic routes, based on the router configuration. Static routes can be important if the Cisco IOS software cannot build a route to a particular destination. Static routes are also useful for specifying a gateway of last resort to which all unroutable packets will be sent. A default route is a special type of static route used for situations when the route from a source to a destination is not known or when it is unfeasible for the routing table to store sufficient information about the route.

116 Summary (Cont.) When the static routing configuration is complete, use the show ip route command to verify the configuration. Dynamic routing relies on a routing protocol to disseminate knowledge. A routing protocol defines the set of rules used by a router when it communicates with neighboring routers. The ip classless command prevents a router from dropping a packet destined for an unknown subnet. In a VLAN environment, frames are only switched between ports within the same broadcast domain so a Layer 3 device is required to enable inter-vlan communication. Use ISL or 802.1q to enable trunking on a router s subinterface.

117 Thank you!!

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Basic Idea. Routing. Example. Routing by the Network

Basic Idea. Routing. Example. Routing by the Network Basic Idea Routing Routing table at each router/gateway When IP packet comes, destination address checked with routing table to find next hop address Questions: Route by host or by network? Routing table:

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

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

Routing by the Network

Routing by the Network Routing Basic Idea Routing table at each router/gateway When IP packet comes, destination address checked with routing table to find next hop address Questions: Route by host or by network? 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

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

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

Routing Protocols- Dynamic Routing

Routing Protocols- Dynamic Routing Routing Protocols- Dynamic Routing Packet routing in the Internet is divided into two general groups Interior and Exterior Routing. Interior routing with (IGP s) Interior Gateway protocols happens inside

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

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

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

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

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

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

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

Which of the following describe the process identifier that is used to run OSPF on a router? (Choose two)

Which of the following describe the process identifier that is used to run OSPF on a router? (Choose two) ICND1 OSPF Questions Question 1 Which of the following describe the process identifier that is used to run OSPF on a router? (Choose two) A. It is locally significant. B. It is globally significant. C.

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

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

EECS 122, Lecture 16. Link Costs and Metrics. Traffic-Sensitive Metrics. Traffic-Sensitive Metrics. Static Cost Metrics.

EECS 122, Lecture 16. Link Costs and Metrics. Traffic-Sensitive Metrics. Traffic-Sensitive Metrics. Static Cost Metrics. EECS 122, Lecture 16 Kevin Fall kfall@cs.berkeley.edu edu Link Costs and Metrics Routing protocols compute shortest/cheapest paths using some optimization criteria Choice of criteria has strong effect

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

Routing Protocols of IGP. Koji OKAMURA Kyushu University, Japan

Routing Protocols of IGP. Koji OKAMURA Kyushu University, Japan Routing Protocols of IGP Koji OKAMURA Kyushu University, Japan Routing Protocol AS (Autonomous System) Is operated autonomous in the organization. 6bit IGP (Interior Gateway Protocol) Routing Control inside

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

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

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

The following questions are designed to test your understanding of this chapter s

The following questions are designed to test your understanding of this chapter s Review Questions The following questions are designed to test your understanding of this chapter s material. For more information on how to get additional questions, please see www.lammle.com/ccn a. You

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

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

EXAM TOPICS COVERED IN THIS CHAPTER INCLUDE:

EXAM TOPICS COVERED IN THIS CHAPTER INCLUDE: 4293book.fm Page 1 Tuesday, October 7, 2003 5:59 PM Chapter 1 Routing Principles EXAM TOPICS COVERED IN THIS CHAPTER INCLUDE: Understand how routers route data Know the difference between classful and

More information

Routing Protocol. Seiya Tsubone. Apr The University of Tokyo. Seiya Tsubone (The University of Tokyo) Routing Protocol Apr. 25.

Routing Protocol. Seiya Tsubone. Apr The University of Tokyo. Seiya Tsubone (The University of Tokyo) Routing Protocol Apr. 25. Routing Protocol Seiya Tsubone The University of Tokyo Apr. 25. 2013 Seiya Tsubone (The University of Tokyo) Routing Protocol Apr. 25. 2013 1 / 60 Table of Contents 1 The Concept of Routing 2 RIP 3 OSPF

More information

Overview. Information About Layer 3 Unicast Routing. Send document comments to CHAPTER

Overview. Information About Layer 3 Unicast Routing. Send document comments to CHAPTER CHAPTER 1 This chapter introduces the basic concepts for Layer 3 unicast routing protocols in Cisco NX-OS. This chapter includes the following sections: Information About Layer 3 Unicast Routing, page

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

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

This chapter covers the following subjects:

This chapter covers the following subjects: This chapter covers the following subjects: Link-State Routing Protocol and OSPF Concepts Balanced Hybrid Routing Protocol and EIGRP Concepts OSPF Configuration EIGRP Configuration C H A P T E R 6 OSPF

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

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

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

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

Configuring IGRP. The Cisco IGRP Implementation

Configuring IGRP. The Cisco IGRP Implementation Configuring IGRP This chapter describes how to configure the Interior Gateway Routing Protocol (IGRP). For a complete description of the IGRP commands in this chapter, refer to the IGRP s chapter of the

More information

CSCE 463/612 Networks and Distributed Processing Spring 2018

CSCE 463/612 Networks and Distributed Processing Spring 2018 CSCE 463/612 Networks and Distributed Processing Spring 2018 Network Layer IV Dmitri Loguinov Texas A&M University April 12, 2018 Original slides copyright 1996-2004 J.F Kurose and K.W. Ross 1 Chapter

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

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

Computer Networks. Routing Algorithms

Computer Networks. Routing Algorithms Computer Networks Routing Algorithms Topics Routing Algorithms Shortest Path (Dijkstra Algorithm) Distance Vector Routing Count to infinity problem Solutions for count to infinity problem Link State Routing

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

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

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

Network Protocols. Routing. TDC375 Winter 2002 John Kristoff - DePaul University 1

Network Protocols. Routing. TDC375 Winter 2002 John Kristoff - DePaul University 1 Network Protocols Routing TDC375 Winter 2002 John Kristoff - DePaul University 1 IP routing Performed by routers Table (information base) driven Forwarding decision on a hop-by-hop basis Route determined

More information

Lecture 12. Introduction to IP Routing. Why introduction? Routing

Lecture 12. Introduction to IP Routing. Why introduction? Routing Lecture. Introduction to IP Routing Why introduction? Routing: very complex issue need in-depth study entire books on routing our scope: give a flavour of basic routing structure and messaging give an

More information

CSCD 330 Network Programming Spring 2018

CSCD 330 Network Programming Spring 2018 CSCD 330 Network Programming Spring 018 Lecture 16 Network Layer Routing Protocols Reading: Chapter 4 Some slides provided courtesy of J.F Kurose and K.W. Ross, All Rights Reserved, copyright 017 1 Network

More information

Network Protocols. Routing. TDC375 Autumn 03/04 John Kristoff - DePaul University 1

Network Protocols. Routing. TDC375 Autumn 03/04 John Kristoff - DePaul University 1 Network Protocols Routing TDC375 Autumn 03/04 John Kristoff - DePaul University 1 IPv4 unicast routing All Internet hosts perform basic routing for local net destinations, forward to local host for non-local

More information

CSCD 330 Network Programming Spring 2017

CSCD 330 Network Programming Spring 2017 CSCD 330 Network Programming Spring 017 Lecture 16 Network Layer Routing Protocols Reading: Chapter 4 Some slides provided courtesy of J.F Kurose and K.W. Ross, All Rights Reserved, copyright 1996-007

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

CSc 450/550 Computer Networks Internet Routing

CSc 450/550 Computer Networks Internet Routing CSc 450/550 Computer Networks Internet Routing Jianping Pan Summer 2007 7/12/07 CSc 450/550 1 Review Internet Protocol (IP) IP header addressing class-based, classless, hierarchical, NAT routing algorithms

More information

Routing Architecture. Objectives. Module 2 Routing Fundamentals. Author: Rolf Augstein January 2006

Routing Architecture. Objectives. Module 2 Routing Fundamentals. Author: Rolf Augstein January 2006 Routing Architecture Module 2 Routing Fundamentals Basic Problems Principles, Classification Operation Author: Rolf Augstein raugstein@rolfaugstein.com January 2006 Feel free to use this publication for

More information

Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP

Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP Appendix D Memory Tables Chapter 1 Table 1-2 Routing Protocol Characteristics Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP Chapter 3 Table 3-2 Hexadecimal/Binary

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

Exam Code : Version: Free Demo. IT Certification Guaranteed, The Easy Way!

Exam Code : Version: Free Demo. IT Certification Guaranteed, The Easy Way! Vendor : Cisco Exam Code : 642-832 Version: Free Demo IT Certification Guaranteed, The Easy Way Cheat-Test.us - The Worldwide Renowned IT Certification Material Provider The safer, easier way to help you

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

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

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

Cisco Questions & Answers

Cisco Questions & Answers Cisco 200-101 Questions & Answers Number: 200-101 Passing Score: 800 Time Limit: 120 min File Version: 23.7 http://www.gratisexam.com/ Cisco 200-101 Questions & Answers Exam Name: Interconnecting Cisco

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

Small additions by Dr. Enis Karaarslan, Purdue - Aaron Jarvis (Network Engineer)

Small additions by Dr. Enis Karaarslan, Purdue - Aaron Jarvis (Network Engineer) Routing Basics 1 Small additions by Dr. Enis Karaarslan, 2014 Purdue - Aaron Jarvis (Network Engineer) Routing Concepts IPv4 Routing Forwarding Some definitions Policy options Routing Protocols 3 IPv4

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

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

Routing Fundamentals. What Is Routing? Routing Information. Routing Requirements. Most of the necessary information is contained in the routing table

Routing Fundamentals. What Is Routing? Routing Information. Routing Requirements. Most of the necessary information is contained in the routing table Routing Fundamentals What Is Routing? Routing is the process of forwarding an item from one location to another Routers forward traffic to a logical destination in a computer network Routers perform two

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

Building Scalable Cisco Network Routing 2.0

Building Scalable Cisco Network Routing 2.0 Check out these great features at www.cramsession.com Your Trusted Study Resource for Technical Certifications Written by experts. The most popular study guides on the web. In Versatile PDF file format

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

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

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

Unit 9. Author: W.Buchanan. Routing Protocols (1)

Unit 9. Author: W.Buchanan. Routing Protocols (1) Unit 9 uthor: W.Buchanan. Routing Protocols (1) Routing Protocols B H F B D E G C uthor: W.Buchanan. Routing Protocols (2) Mobile s (Unit 10) Router Programming (Unit 8) Routing Protocols (Unit 9) IP ddressing/subnets

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

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

Routing Protocols. The routers in an internet are responsible for receiving and. forwarding IP datagrams through the interconnected set of

Routing Protocols. The routers in an internet are responsible for receiving and. forwarding IP datagrams through the interconnected set of Routing Protocols MITA DUTTA The routers in an internet are responsible for receiving and forwarding IP datagrams through the interconnected set of sub-networks from source to destination. Routing protocols

More information

Chapter 1 The IP Routing Protocols

Chapter 1 The IP Routing Protocols Chapter 1 The IP Routing Protocols 1 This chapter describes routing protocol options for the Internet Protocol (IP) suite. The chapter Routing IP contains all the information you need for configuring IP.

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

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

Allows IGRP or Enhanced IGRP exterior routes to be advertised in updates.

Allows IGRP or Enhanced IGRP exterior routes to be advertised in updates. IGRP Commands Use the commands in this chapter to configure and monitor Internet Gateway Routing Protocol (IGRP). For IGRP configuration information and examples, refer to the Configuring IGRP chapter

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

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

Configuring IP Routing Protocols

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

More information