Route Discovery Protocols
|
|
|
- Francis Garrett
- 9 years ago
- Views:
Transcription
1 Route Discovery Protocols Columbus, OH
2 Overview Building Routing Tables Routing Information Protocol Version 1 (RIP V1) RIP V2 OSPF BGP and IDRP Ref: M. Naugle, Network Protocols, McGraw Hill,
3 Autonomous Systems An internet connected by homogeneous routers under the administrative control of a single entity R3 Subnet 1.2 R4 Subnet 1.2 Subnet 1.2 R2 Subnet 1.2 R1 Subnet 1.2 Exterior R5 Subnet 1.2 Subnet 1.2 R8 R6 Interior R7 Subnet 1.2 Fig
4 Routing Protocols Interior Router Protocol (IRP): Used for passing routing information among routers internal to an autonomous system. Also known as IGP. Examples: RIP, OSPF Exterior Router Protocol (ERP): Used for passing routing information among routers between autonomous systems. Also known as EGP. Examples: EGP, BGP, IDRP Note: EGP is a class as well as an instance in that class. 4
5 Routing Information Protocol RIP uses distance vector A vector of distances to all nodes is sent to neighbors Each router computes new distances: Replace entries with new lower hop counts Insert new entries Replace entries that have the same next hop but higher cost Each entry is aged. Remove entries that have aged out Send out updates every 30 seconds. 5
6 Distance-Vector Example 1 Fig 9.9 Stallings 6
7 RIP V1 RFC 1058 adopted in 1988 Implemented in Berkeley UNIX as routed (pronounced route d) Both hosts and routers can implement RIP Hosts use passive mode Do not send out updates Runs on UDP RIP packets do not leave local network 7
8 RIPv1 Packet Format Command Version Reserved Family of Net 1 Reserved Net 1 Address Set to 0 Set to 0 Distance of Network 1 Family of Net 2 Reserved Net 2 Address Set to 0 Set to 0 Distance of Network 2 Up to 25 entries 8
9 RIP Commands: RIP V1 Packet Fields 1 = Request for partial or full routing table info 2 = Response containing routing table 3 = Turn on trace mode (obsolete) 4 = Turn off trace mode (obsolete) 5 = Sun Microsystems Internal Use Family of Net: Shows protocol that owns the packet 2= IP XNS and other protocols can also use RIP Addresses can be 14-byte long. IP uses only 4. Distance = Integers from 1 to Unreachable 9
10 Shortcomings of RIP Maximum network diameter = 15 hops Cost is measured in hops Only shortest routes. May not be the fastest route. Entire tables are broadcast every 30 seconds. Bandwidth intensive. Uses UDP with 576-byte datagrams. Need multiple datagrams. 300-entry table needs 12 datagrams. An error in one routing table is propagated to all routers Slow convergence 10
11 Counting to Infinity Problem R1 loses A R1 hears from R2 (Before it tells R2) A R1 Time 0 A 1 R1 1 A 2 R1 1.5 A 16 R1 2 A 3 R2 A 2 R1 3 A 4 R1 4 A 5 R2 5 A 6 R1 6 A 7 R2 14 A 15 R2 15 A 16 R1 16 A 16 R2 11 R2
12 Improving Convergence Split Horizon: Remember the port from which a route was learnt. Do not send the route to that port. Hold-down Timer: If a network is unreachable, ignore all updates for that network for, say, 60 s. Poison Reverse and Triggered Updates: Once a network is unreachable, it broadcasts it immediately to other routers and keeps the entry for some time. R1 loses A A R1 Time 0 A 1 R1 1 A 2 R1 1.5 A 16 R1 12 R2
13 RIP V2 Backward compatible with RIP V1. Many new features Authentication: If the address family is 0xFFFF, the first route entry is the password. (V1 ignores this family type) Subnet mask: Added to addresses Route Tag: Allows routes learnt externally (e.g., BGP) Next Hop: Next hop for each route entry. Useful for multiple routers on a LAN Multicast: RIPV2 uses IP multicast (address= , E ). RIPv1 uses broadcast. 13
14 RIPv2 Packet Format Command Version Unused 0xFFFF Authentication Type Password Password Password Password Family of Net 1 Route Tag Net 1 Address Subnet Mask Next Hop Distance of Network 1 Up to 24 entries 14
15 Static vs Dynamic Routing Static entries are put manually in the routing table. Also known as default route. Static entries override dynamic (learnt) entries. Static entry may or may not be included in the dynamic updates. Static entries not suitable for large highly dynamic networks. Static entries do not automatically change when the link goes down Static entries used in hub-and-spoke topologies. All branch routers are programmed to send all external packets to central office. 15
16 Open Shortest Path First (OSPF) Uses true metrics (not just hop count) Uses subnet masks Allows load balancing across equal-cost paths Supports type of service (ToS) Allows external routes (routes learnt from other autonomous systems) Authenticates route exchanges Quick convergence Direct support for multicast Link state routing Each router broadcasts its connectivity with neighbors to entire network 16
17 AS Boundary Router Area Border Router Router Types Internal Router Backbone Router Backbone Router Area 1 Area 2 Internal Router Backup DR Designated Router Area 4 17
18 Router Types (Cont) Internal Router (IR): All interfaces belong to the same area Area Border Router (ABR): Interfaces to multiple areas Backbone Router (BR): Interfaces to the backbone Autonomous System Boundary Router (ASBR): Exchanges routing info with other autonomous systems Designated Router (DR): Generates link-state info about the subnet Backup Designated Router (BDR): Becomes DR if DR fails. 18
19 OSPF Packet Header All OSPF packets have the same header. Body varies. Version Type Packet Length Router ID Area ID Checksum Authentication Type Authentication LSA Specific 1=Hello, 2= DB Description, 3=LS Request, 4= LS Update, 5=LS Ack 19
20 OSPF Message Types Type 1 - Router Link-State Advertisements (LSAs): Neighbor s address and cost Flooded within the area by all routers. Type 2 - Network LSAs: Addresses of all routers on the LAN and cost Flooded within the area by Designated Router Type 3 - Summary LSAs: Flooded into area by ABR. Describes reachable networks in other areas. Type 4 - AS Boundary Router Summary LSAs: Describes cost from the router to ASBR. Flooded into the area by ABR. 20
21 Message Types (Cont) Type 5 - AS External LSAs: Flooded to all areas by ASBR. Describes external network reachable via the ASBR. Type 6 - Multicast Group Membership LSAs: Type 7 - Multicast OSPF All LSAs contain 32-bit sequence numbers. Used to detect duplicate and old LSAs. All database entries have an expiration timer (age field) 21
22 Metrics (Cost) RFC 1253: Metric = 10 8 /Speed Bit Rate Metric 9.6 kbps 10, kbps kbps kbps 1562 T1 (1.544 Mbps) 65 E1 (2.048 Mbps) 48 Ethernet/802.3 (10 Mbps) Mbps or more 1 22
23 Hello Protocol Routers periodically transmit hello packet Multicast to All-SPF-Routers ( ) Used to find neighours and elect DR and BDR Packets stay on local subnet. Not forwarded by routers. Packet contains: Router s selection of DR and BDR Priority of DR and BDR Timers: Hello interval and dead interval (time before a router is declared down) List of neighbor routers from which hellos have been received 23
24 Adjacency Adjacency is formed between: Two routers on a point-to-point link DR or BDR and routers on LANs Other routers on the LAN do not form adjacency between them Adjacent routers should have synchronized databases Routers send to adjacent routers a summary list of LSAs using database description packets Routers then compares the databases and request missing information. Database is synchronized Fully adjacent. Dykstra algorithm is then run to find OSPF routes. 24
25 Maintaing the Database Databases are continually checked for synchronization by flooding LSAs All flooded LSAs are acked. Unacked LSAs are flooded again. Database information is checked. If new info, it is forwarded to other adjacencies using LSAs. When an entry is aged out, the info is flooded. Dykstra algorithm is run on every new info, to build new routing tables. 25
26 OSPF Areas LSAs are flooded throughout the area Area = domain Large networks are divided into areas to reduce routing traffic. Each area has a 32-bit area ID. Although areas are written using dot-decimal notation, they are locally assigned. The backbone area is area 0 or Other areas may be , , Each router has a router ID. Typically formed from IP address of one of its interfaces. 26
27 Backbone Area Backbone ABR ABR ABR Area 1 Area 2 Area n Area border routers (ABRs) summarize the topology and transmit it to the backbone area Backbone routers forward it to other areas ABRs connect an area with the backbone area. ABRs contain OSPF data for two areas. ABRs run OSPF algorithms for the two areas. If there is only one area in the AS, there is no backbone area and there are no ABRs. 27
28 Inter-Area Routing Packets for other areas are sent to ABR ABR transmits the packet on the backbone Backbone routers send it to the destination area ABR Destination ABR forwards it in the destination area. 28
29 Routing Info from Other ASs AS2 AS1 ASBR Backbone Area Area 1 Area n Autonomous Systems Boundary Router (ASBR) exchanges exterior gateway protocol (EGP) messages with other autonomous systems ASBRs generate external link advertisements. These are flooded to all areas of the AS. There is one entry for every external route. 29
30 RIPv1 vs RIPv2 vs OSPF Feature RIPv1 RIPv2 OSPF RFC RFC1058 RFC1723 RFC2178 Method Distance- Distance- Link-state Vector Vector Range of ,535 Metrics Update Frequency 30s 30s Changes or 30 mins Dead interval 300s 300s Variable setting Authentication No Yes Yes Convergence Slow Fast Fast Subnet Support No Yes Yes Type of No No Yes Service Multipath No No Yes Max Net ,535 Diameter Ease of Use Yes Yes Complex Setup 30
31 Border Gateway Protocol Inter-autonomous system protocol [RFC 1267] Used since 1989 but not extensively until recently Runs on TCP (segmentation, reliable transmission) Advertises all transit ASs on the path to a destination address A router may receive multiple paths to a destination Can choose the best path No loops and no count-to-infinity problems 31
32 BGP Operations BGP systems initially exchange entire routing tables. Afterwards, only updates are exchanged. BGP messages have the following information: Origin of path information: RIP, OSPF, AS_Path: List of ASs on the path to reach the dest Next_Hop: IP address of the border router to be used as the next hop to reach the dest Unreachable: If a previously advertised route has become unreachable BGP speakers generate update messages to all peers when it selects a new route or some route becomes unreachable. 32
33 BGP Messages Marker (64) Length (16) Type (8) Version (8) My AS (16) Hold Time (16) BGP ID (32) Auth Code (8) Auth Data (var) Total Length (16) Path Attrib (Var) Network 1 (32) Network n (32) A. Header B. Open Message C. Update Message 33
34 BGP Messages (Cont) Marker field is used for authentication or to detect a lost of synch Types of messages: Open, update, notification, keepalive Open messages are used to establish peer relationship Hold time: max time between successive keepalive, update, or notification messages BGP ID: IP address of one of the sender interfaces. Same value is used for all interfaces. Update messages are used to exchange routing info. Path attributes = bit mask indicating optional/required, partial/full, etc. 34
35 IDRP Interdomain Routing Protocol (an EGP) Recent extension of BGP concepts Distributes path vectors Allows multiple routes to a destination Allows an additional hierarchy entity: Routing domain confederation A domain can belong to several RDCs Each domain has a Routing Domain Identifier (RDI) Each RDC has a RDC identifier (RDCI) Uses link attributes, such as, throughput, delay, security IDRP has its own reliability mechanism Does not need TCP 35
36 Summary RIP uses distance-vector routing RIP v2 fixes the slow convergence problem OSPF uses link-state routing and divides the autonomous systems into multiple areas. Area border router, AS boundary router, designated router BGP and IDRP are exterior gateway protocols 36
Introduction to TCP/IP
Introduction to TCP/IP Raj Jain The Ohio State University Columbus, OH 43210 Nayna Networks Milpitas, CA 95035 Email: [email protected] http://www.cis.ohio-state.edu/~jain/ 1 Overview! Internetworking Protocol
Advanced Networking Routing: RIP, OSPF, Hierarchical routing, BGP
Advanced Networking Routing: RIP, OSPF, Hierarchical routing, BGP Renato Lo Cigno Routing Algorithms: One or Many? Is there a single routing protocol in the Internet? How can different protocols and algorithms
IP Routing Configuring RIP, OSPF, BGP, and PBR
13 IP Routing Configuring RIP, OSPF, BGP, and PBR Contents Overview..................................................... 13-6 Routing Protocols.......................................... 13-6 Dynamic Routing
Based on Computer Networking, 4 th Edition by Kurose and Ross
Computer Networks Internet Routing Based on Computer Networking, 4 th Edition by Kurose and Ross Intra-AS Routing Also known as Interior Gateway Protocols (IGP) Most common Intra-AS routing protocols:
Routing Protocols (RIP, OSPF, BGP)
Chapter 13 Routing Protocols (RIP, OSPF, BGP) INTERIOR AND EXTERIOR ROUTING RIP OSPF BGP 1 The McGraw-Hill Companies, Inc., 2000 1 Introduction Packets may pass through several networks on their way to
GregSowell.com. Mikrotik Routing
Mikrotik Routing Static Dynamic Routing To Be Discussed RIP Quick Discussion OSPF BGP What is Routing Wikipedia has a very lengthy explanation http://en.wikipedia.org/wiki/routing In the context of this
OSPF Version 2 (RFC 2328) Describes Autonomous Systems (AS) topology. Propagated by flooding: Link State Advertisements (LSAs).
OSPF Version 2 (RFC 2328) Interior gateway protocol (IGP). Routers maintain link-state database. Describes Autonomous Systems (AS) topology. Propagated by flooding: Link State Advertisements (LSAs). Router
Routing with OSPF. Introduction
Routing with OSPF Introduction The capabilities of an internet are largely determined by its routing protocol. An internet's scalability, its ability to quickly route around failures, and the consumption
Module 7. Routing and Congestion Control. Version 2 CSE IIT, Kharagpur
Module 7 Routing and Congestion Control Lesson 4 Border Gateway Protocol (BGP) Specific Instructional Objectives On completion of this lesson, the students will be able to: Explain the operation of the
Distance Vector Routing Protocols. Routing Protocols and Concepts Ola Lundh
Distance Vector Routing Protocols Routing Protocols and Concepts Ola Lundh Objectives The characteristics of distance vector routing protocols. The network discovery process of distance vector routing
Outline. Internet Routing. Alleviating the Problem. DV Algorithm. Routing Information Protocol (RIP) Link State Routing. Routing algorithms
Outline Internet Routing Venkat Padmanabhan Microsoft Research 9 pril 2001 Routing algorithms distance-vector (DV) link-state (LS) Internet Routing border gateway protocol (BGP) BGP convergence paper Venkat
Internet Firewall CSIS 4222. Packet Filtering. Internet Firewall. Examples. Spring 2011 CSIS 4222. net15 1. Routers can implement packet filtering
Internet Firewall CSIS 4222 A combination of hardware and software that isolates an organization s internal network from the Internet at large Ch 27: Internet Routing Ch 30: Packet filtering & firewalls
OSPF Routing Protocol
OSPF Routing Protocol Contents Introduction Network Architecture Campus Design Architecture Building Block Design Server Farm Design Core Block Design WAN Design Architecture Protocol Design Campus Design
Inter-domain Routing Basics. Border Gateway Protocol. Inter-domain Routing Basics. Inter-domain Routing Basics. Exterior routing protocols created to:
Border Gateway Protocol Exterior routing protocols created to: control the expansion of routing tables provide a structured view of the Internet by segregating routing domains into separate administrations
Inter-domain Routing. Outline. Border Gateway Protocol
Inter-domain Routing Outline Border Gateway Protocol Internet Structure Original idea Backbone service provider Consumer ISP Large corporation Consumer ISP Small corporation Consumer ISP Consumer ISP Small
Dynamic Routing Protocols II OSPF. Distance Vector vs. Link State Routing
Dynamic Routing Protocols II OSPF Relates to Lab 4. This module covers link state routing and the Open Shortest Path First (OSPF) routing protocol. 1 Distance Vector vs. Link State Routing With distance
Routing Protocols. Interconnected ASes. Hierarchical Routing. Hierarchical Routing
Routing Protocols scale: with 200 million destinations: can t store all dest s in routing tables! routing table exchange would swamp links! Hierarchical Routing Our routing study thus far - idealization
Layer 3 Routing User s Manual
User s Manual Second Edition, July 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used
Border Gateway Protocol (BGP)
Border Gateway Protocol (BGP) Petr Grygárek rek 1 Role of Autonomous Systems on the Internet 2 Autonomous systems Not possible to maintain complete Internet topology information on all routers big database,
Border Gateway Protocol (BGP-4)
Vanguard Applications Ware IP and LAN Feature Protocols Border Gateway Protocol (BGP-4) Notice 2008 Vanguard Networks 25 Forbes Blvd Foxboro, MA 02035 Phone: (508) 964 6200 Fax: (508) 543 0237 All rights
Link-State Routing Protocols
Link-State Routing Protocols Malin Bornhager Halmstad University Session Number 2002, Svenska-CNAP Halmstad University 1 Objectives Link-state routing protocol Single-area OSPF concepts Single-area OSPF
Administrative Distance
RIP is a distance vector routing protocol. It shares routing information through the local broadcast in every 30 seconds. In this tutorial we will explain RIP routing fundamentals with examples such as
Using the Border Gateway Protocol for Interdomain Routing
CHAPTER 12 Using the Border Gateway Protocol for Interdomain Routing The Border Gateway Protocol (BGP), defined in RFC 1771, provides loop-free interdomain routing between autonomous systems. (An autonomous
How To Understand Bg
Table of Contents BGP Case Studies...1 BGP4 Case Studies Section 1...3 Contents...3 Introduction...3 How Does BGP Work?...3 ebgp and ibgp...3 Enabling BGP Routing...4 Forming BGP Neighbors...4 BGP and
Monitoring Routing. Monitoring OSPF LSAs. Type 1 CHAPTER
44 CHAPTER You can use ASDM to monitor OSPF LSAs, OSPF and EIGRP neighbors, and the routing table. To access the routing monitoring screens, go to Monitoring > Routing in the ASDM interface. This section
LAB FOUR Dynamic Routing Protocols
LAB FOUR Dynamic Routing Protocols In the previous lab, you learned how to configure routing table entries manually. This was referred to as static routing. The topic of Lab 4 is dynamic routing, where
Chapter 4. Distance Vector Routing Protocols
Chapter 4 Distance Vector Routing Protocols CCNA2-1 Chapter 4 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario.
Example: Advertised Distance (AD) Example: Feasible Distance (FD) Example: Successor and Feasible Successor Example: Successor and Feasible Successor
642-902 Route: Implementing Cisco IP Routing Course Introduction Course Introduction Module 01 - Planning Routing Services Lesson: Assessing Complex Enterprise Network Requirements Cisco Enterprise Architectures
Faculty of Engineering Computer Engineering Department Islamic University of Gaza 2012. Network Chapter# 19 INTERNETWORK OPERATION
Faculty of Engineering Computer Engineering Department Islamic University of Gaza 2012 Network Chapter# 19 INTERNETWORK OPERATION Review Questions ٢ Network Chapter# 19 INTERNETWORK OPERATION 19.1 List
Networking. Palo Alto Networks. PAN-OS Administrator s Guide Version 6.0. Copyright 2007-2015 Palo Alto Networks
Networking Palo Alto Networks PAN-OS Administrator s Guide Version 6.0 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara, CA 95054 www.paloaltonetworks.com/company/contact-us
BGP overview BGP operations BGP messages BGP decision algorithm BGP states
BGP overview BGP operations BGP messages BGP decision algorithm BGP states 1 BGP overview Currently in version 4. InterAS (or Interdomain) routing protocol for exchanging network reachability information
The Network Layer. Raj Jain. Washington University in St. Louis
The Network Layer Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 [email protected] Audio/Video recordings of this lecture are available on-line at: http://www.cse.wustl.edu/~jain/cse473-09/
Routing in Small Networks. Internet Routing Overview. Agenda. Routing in Large Networks
Routing in Small Networks Internet Routing Overview AS, IGP,, BGP in small networks distance vector or link state protocols like RIP or OSPF can be used for dynamic routing it is possible that every router
Exterior Gateway Protocols (BGP)
Exterior Gateway Protocols (BGP) Internet Structure Large ISP Large ISP Stub Dial-Up ISP Small ISP Stub Stub Stub Autonomous Systems (AS) Internet is not a single network! The Internet is a collection
The Network Layer. Raj Jain. Washington University in St. Louis
The Network Layer Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 [email protected] Audio/Video recordings of this lecture are available on-line at: http://www.cse.wustl.edu/~jain/cse473-11/
ZXR10 5900/5200 Series
ZXR10 5900/5200 Series All Gigabit-Port Intelligent Routing Switch User Manual (IPv4 Routing Volume) Version 2.8.23.A ZTE CORPORATION ZTE Plaza, Keji Road South, Hi-Tech Industrial Park, Nanshan District,
ECSE-6600: Internet Protocols Exam 2
ECSE-6600: Internet Protocols Exam 2 Time: 75 min (strictly enforced) Points: 50 YOUR NAME: Be brief, but DO NOT omit necessary detail {Note: Simply copying text directly from the slides or notes will
Datagram-based network layer: forwarding; routing. Additional function of VCbased network layer: call setup.
CEN 007C Computer Networks Fundamentals Instructor: Prof. A. Helmy Homework : Network Layer Assigned: Nov. 28 th, 2011. Due Date: Dec 8 th, 2011 (to the TA) 1. ( points) What are the 2 most important network-layer
Router and Routing Basics
Router and Routing Basics Malin Bornhager Halmstad University Session Number 2002, Svenska-CNAP Halmstad University 1 Routing Protocols and Concepts CCNA2 Routing and packet forwarding Static routing Dynamic
Transport and Network Layer
Transport and Network Layer 1 Introduction Responsible for moving messages from end-to-end in a network Closely tied together TCP/IP: most commonly used protocol o Used in Internet o Compatible with a
Introduction to LAN/WAN. Network Layer
Introduction to LAN/WAN Network Layer Topics Introduction (5-5.1) Routing (5.2) (The core) Internetworking (5.5) Congestion Control (5.3) Network Layer Design Isues Store-and-Forward Packet Switching Services
Comparison of RIP, EIGRP, OSPF, IGRP Routing Protocols in Wireless Local Area Network (WLAN) By Using OPNET Simulator Tool - A Practical Approach
Comparison of RIP, EIGRP, OSPF, IGRP Routing Protocols in Wireless Local Area Network (WLAN) By Using OPNET Simulator Tool - A Practical Approach U. Dillibabau 1, Akshay 2, M. Lorate Shiny 3 UG Scholars,
CCNA Exploration 4.0: (II) Routing Protocols and Concepts. Chapter 1: Introduction to Routing and Packet Forwarding
Http://elmaestrodelared.blogspot.com CCNA Exploration 4.0: (II) Routing Protocols and Concepts Chapter 1: Introduction to Routing and Packet Forwarding 1. If a router cannot find a valid configuration
--BGP 4 White Paper Ver.1.0-- BGP-4 in Vanguard Routers
BGP-4 in Vanguard Routers 1 Table of Contents Introduction to BGP... 6 BGP terminology... 6 AS (Autonomous system):... 6 AS connection:... 6 BGP Speaker:... 6 BGP Neighbor/Peer:... 7 BGP Session:... 7
Interconnecting Multiple OSPF Areas
C H A P T E R 4 Interconnecting Multiple OSPF Areas This chapter introduces readers to the use, operation, configuration, and verification of Open Shortest Path First (OSPF) in multiple areas. After completing
6.263 Data Communication Networks
6.6 Data Communication Networks Lecture : Internet Routing (some slides are taken from I. Stoica and N. Mckewon & T. Griffin) Dina Katabi [email protected] www.nms.csail.mit.edu/~dina Books Text Book Data Communication
OSPF Configuring Multi-Area OSPF
OSPF Configuring Multi-Area OSPF Objective In this lab configure a multiarea OSPF operation, interarea summarization, external route summarization, and default routing. Scenario International Travel Agency
Internet Control Message Protocol (ICMP)
SFWR 4C03: Computer Networks & Computer Security Jan 31-Feb 4, 2005 Lecturer: Kartik Krishnan Lecture 13-16 Internet Control Message Protocol (ICMP) The operation of the Internet is closely monitored by
SolarWinds Technical Reference
SolarWinds Technical Reference New to Networking Volume 9 Introduction to IP Routing Section 1 Introduction... 1 Section 2 Routing Concepts... 1 Section 3 Routing Mechanisms... 3 Section 4 - Building a
Route Optimization. rek. 2005 Petr Grygarek, VSB-TU Ostrava, Routed and Switched Networks 1
Route Optimization (intra-as) Petr Grygárek rek 1 Goal of route optimization Static routing: More predictable and safer Dynamic routing: Automatically ally reacts on topology changes Lower administration
IP Multicasting. Applications with multiple receivers
IP Multicasting Relates to Lab 10. It covers IP multicasting, including multicast addressing, IGMP, and multicast routing. 1 Applications with multiple receivers Many applications transmit the same data
Textbook Required: Cisco Networking Academy Program CCNP: Building Scalable Internetworks v5.0 Lab Manual.
Course: NET 251 Building Scalable Internetworks Credits: 3 Textbook Required: Cisco Networking Academy Program CCNP: Building Scalable Internetworks v5.0 Lab Manual. Course Description: In this course,
TCP/IP Fundamentals. OSI Seven Layer Model & Seminar Outline
OSI Seven Layer Model & Seminar Outline TCP/IP Fundamentals This seminar will present TCP/IP communications starting from Layer 2 up to Layer 4 (TCP/IP applications cover Layers 5-7) IP Addresses Data
Network layer: Overview. Network layer functions IP Routing and forwarding
Network layer: Overview Network layer functions IP Routing and forwarding 1 Network layer functions Transport packet from sending to receiving hosts Network layer protocols in every host, router application
CCNA2 Chapter 11 Practice
CCNA2 Chapter 11 Practice Two neighbouring routers are configured for OSPF, but they have different hello and dead intervals. What will happen? They will become adjacent as long as they are configured
Using OSPF in an MPLS VPN Environment
Using OSPF in an MPLS VPN Environment Overview This module introduces the interaction between multi-protocol Border Gateway Protocol (MP-BGP) running between Provider Edge routers (s) and Open Shortest
BGP. 1. Internet Routing
BGP 1. Internet Routing (C) Herbert Haas 2005/03/11 1 Internet Routing Interior Gateway Protocols (IGPs) not suitable for Inter-ISP routing Technical metrics only No policy features Inter-ISP routing is
How To Set Up Bgg On A Network With A Network On A Pb Or Pb On A Pc Or Ipa On A Bg On Pc Or Pv On A Ipa (Netb) On A Router On A 2
61200860L1-29.4E March 2012 Configuration Guide Configuring Border Gateway Protocol in AOS for Releases Prior to 18.03.00/R10.1.0 This guide only addresses BGP in AOS data products using AOS firmware prior
Internet inter-as routing: BGP
Internet inter-as routing: BGP BGP (Border Gateway Protocol): the de facto standard BGP provides each AS a means to: 1. Obtain subnet reachability information from neighboring ASs. 2. Propagate the reachability
Understanding Route Redistribution & Filtering
Understanding Route Redistribution & Filtering When to Redistribute and Filter PAN-OS 5.0 Revision B 2013, Palo Alto Networks, Inc. www.paloaltonetworks.com Contents Overview... 3 Route Redistribution......
BGP Terminology, Concepts, and Operation. Chapter 6 2007 2010, Cisco Systems, Inc. All rights reserved. Cisco Public
BGP Terminology, Concepts, and Operation 1 IGP versus EGP Interior gateway protocol (IGP) A routing protocol operating within an Autonomous System (AS). RIP, OSPF, and EIGRP are IGPs. Exterior gateway
Lesson 5-3: Border Gateway Protocol
Unit 5: Intradomain and Interdomain Protocols Lesson 5-3: Gateway Protocol At a Glance The Gateway Protocol (BGP) is an interdomain routing protocol used in TCP/IP internetworks. BGP was created to allow
CCNA 2 v5.0 Routing Protocols Final Exam Answers
CCNA 2 v5.0 Routing Protocols Final Exam Answers 1 Refer to the exhibit. What can be concluded about network 192.168.1.0 in the R2 routing table? This network was learned through summary LSAs from an ABR.*
Introduction to Link State Protocols
1 Introduction to Link State Protocols Session Scott Sturgess [email protected] 2 Agenda Overview of Link State Protocols Concepts in Link State Protocols The Dijkstra Algorithm Link State Concepts Comparison
Cisco Router Configuration Tutorial
Cisco Router Configuration Tutorial Cisco Inter-network Operating System: Cisco IOS Modes of Operation The Cisco IOS software provides access to several different command modes. Each command mode provides
CSC458 Lecture 6. Homework #1 Grades. Inter-domain Routing IP Addressing. Administrivia. Midterm will Cover Following Topics
CSC458 Lecture 6 Inter-domain Routing IP Addressing Stefan Saroiu http://www.cs.toronto.edu/syslab/courses/csc458 University of Toronto at Mississauga Homework #1 Grades Fraction of Students 100 80 60
640-816: Interconnecting Cisco Networking Devices Part 2 v1.1
640-816: Interconnecting Cisco Networking Devices Part 2 v1.1 Course Introduction Course Introduction Chapter 01 - Small Network Implementation Introducing the Review Lab Cisco IOS User Interface Functions
8.2 The Internet Protocol
TCP/IP Protocol Suite HTTP SMTP DNS RTP Distributed applications Reliable stream service TCP UDP User datagram service Best-effort connectionless packet transfer Network Interface 1 IP Network Interface
Introduction to IP Multicast Routing
Introduction to IP Multicast Routing by Chuck Semeria and Tom Maufer Abstract The first part of this paper describes the benefits of multicasting, the Multicast Backbone (MBONE), Class D addressing, and
CS335 Sample Questions for Exam #2
CS335 Sample Questions for Exam #2.) Compare connection-oriented with connectionless protocols. What type of protocol is IP? How about TCP and UDP? Connection-oriented protocols Require a setup time to
Computer Networks 1 (Mạng Máy Tính 1) Lectured by: Dr. Phạm Trần Vũ
Computer Networks 1 (Mạng Máy Tính 1) Lectured by: Dr. Phạm Trần Vũ 1 Lecture 7: Network Layer in the Internet Reference: Chapter 5 - Computer Networks, Andrew S. Tanenbaum, 4th Edition, Prentice Hall,
Advanced Routing. FortiOS Handbook v3 for FortiOS 4.0 MR3
Advanced Routing FortiOS Handbook v3 for FortiOS 4.0 MR3 FortiOS Handbook Advanced Routing v3 4 January 2013 01-433-98043-20120116 Copyright 2012 Fortinet, Inc. All rights reserved. Fortinet, FortiGate,
Introduction to LAN/WAN. Network Layer (part II)
Introduction to LAN/WAN Network Layer (part II) Topics The Network Layer Introduction Routing (5.2) The Internet (5.5) IP, IP addresses ARP (5.5.4) OSPF (5.5.5) BGP (5.5.6) Congestion Control (5.3) Internetworking
basic BGP in Huawei CLI
basic BGP in Huawei CLI BGP stands for Border Gateway Protocol. It is widely used among Internet Service Providers to make core routing decisions on the Internet. The current BGP version is BGP-4 defined
The Internet. Internet Technologies and Applications
The Internet Internet Technologies and Applications Aim and Contents Aim: Review the main concepts and technologies used in the Internet Describe the real structure of the Internet today Contents: Internetworking
Interconnecting Cisco Networking Devices Part 2
Interconnecting Cisco Networking Devices Part 2 Course Number: ICND2 Length: 5 Day(s) Certification Exam This course will help you prepare for the following exam: 640 816: ICND2 Course Overview This course
BGP: Border Gateway Protocol
LAB 8 BGP: Border Gateway Protocol An Interdomain Routing Protocol OBJECTIVES The objective of this lab is to simulate and study the basic features of an interdomain routing protocol called Border Gateway
CSE331: Introduction to Networks and Security. Lecture 8 Fall 2006
CSE331: Introduction to Networks and Security Lecture 8 Fall 2006 Announcements Reminders: Project I is due on Monday, Sept. 25th. Homework 1 is due on Friday, Sept. 29th. CSE331 Fall 2004 2 Internet Protocol
Table of Contents. Cisco How Does Load Balancing Work?
Table of Contents How Does Load Balancing Work?...1 Document ID: 5212...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...1 Conventions...1 Load Balancing...1 Per Destination and
Lecture 8: Routing I Distance-vector Algorithms. CSE 123: Computer Networks Stefan Savage
Lecture 8: Routing I Distance-vector Algorithms CSE 3: Computer Networks Stefan Savage This class New topic: routing How do I get there from here? Overview Routing overview Intra vs. Inter-domain routing
ITRI CCL. IP Routing Primer. Paul C. Huang, Ph.D. ITRI / CCL / N300. CCL/N300; Paul Huang 1999/6/2 1
IP Routing Primer Paul C. Huang, Ph.D. ITRI / / N300 /N300; Paul Huang 1999/6/2 1 Basic Addressing / Subnetting Class A 0 Network Host Host Host 127 networks / 16,777,216 hosts Class A natural mask 255.0.0.0
Computer Networks Administration Help Manual Sana Saadaoui Jemai Oliver Wellnitz
Technische Universität Braunschweig Institut für Betriebssysteme und Rechnerverbund Computer Networks Administration Help Manual Sana Saadaoui Jemai Oliver Wellnitz Braunschweig, 27 th March 2007 Contents
Network Layer IPv4. Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS. School of Computing, UNF
Network Layer IPv4 Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF IPv4 Internet Protocol (IP) is the glue that holds the Internet together.
Configuring RIP. Overview. Routing Update Process CHAPTER
CHAPTER 22 This chapter describes how to configure the ASA to route data, perform authentication, and redistribute routing information, using the Routing Information Protocol (RIP) routing protocol. This
Introduction to Dynamic Routing Protocols
CHAPTER 3 Introduction to Dynamic Routing Protocols Objectives Upon completion of this chapter, you should be able to answer the following questions: Can you describe the role of dynamic routing protocols
Outline. EE 122: Interdomain Routing Protocol (BGP) BGP Routing. Internet is more complicated... Ion Stoica TAs: Junda Liu, DK Moon, David Zats
Outline EE 22: Interdomain Routing Protocol (BGP) Ion Stoica TAs: Junda Liu, DK Moon, David Zats http://inst.eecs.berkeley.edu/~ee22/fa9 (Materials with thanks to Vern Paxson, Jennifer Rexford, and colleagues
Computer Networks. Main Functions
Computer Networks The Network Layer 1 Routing. Forwarding. Main Functions 2 Design Issues Services provided to transport layer. How to design network-layer protocols. 3 Store-and-Forward Packet Switching
- Routing Information Protocol -
1 - Routing Information Protocol - RIP (Routing Information Protocol) RIP is a standardized Distance Vector protocol, designed for use on smaller networks. RIP was one of the first true Distance Vector
GregSowell.com. Intro to Networking Mikrotik/Cisco
Intro to Networking Mikrotik/Cisco Terms Used Layer X When I refer to something being at layer X I m referring to the OSI model. VLAN 802.1Q Layer 2 marking on traffic used to segment sets of traffic.
Routing Protocol - BGP
Routing Protocol - BGP BGP Enterprise Network BGP ISP AS 3000 AS 2000 BGP is using between Autonomous Systems BGP(cont.) RFC 1771(BGPv4) Support CIDR Transfer the AS information to reach destination Using
Chapter 49 Border Gateway Protocol version 4 (BGP-4)
Chapter 49 Border Gateway Protocol version 4 (BGP-4) Introduction... 1-3 Overview of BGP-4... 1-3 BGP Operation... 1-5 BGP Attributes... 1-6 BGP Route Selection... 1-8 Classless Inter-domain Routing (CIDR)
Understanding Virtual Router and Virtual Systems
Understanding Virtual Router and Virtual Systems PAN- OS 6.0 Humair Ali Professional Services Content Table of Contents VIRTUAL ROUTER... 5 CONNECTED... 8 STATIC ROUTING... 9 OSPF... 11 BGP... 17 IMPORT
BGP Router Startup Message Flow
LEG: Brief BGP Router Startup Message Flow This sequence diagram was generated with EventStudio System Designer (http://www.eventhelix.com/eventstudio). The Border Gateway Protocol (BGP) is an inter-autonomous
DD2491 p1 2008. Inter-domain routing and BGP part I Olof Hagsand KTH/CSC
DD2491 p1 2008 Inter-domain routing and BGP part I Olof Hagsand KTH/CSC Inter-domain routing The objective of inter-domain routing is to bind together all the thousands of independent IP networks that
Border Gateway Protocol BGP4 (2)
Border Gateway Protocol BGP4 (2) Professor Richard Harris School of Engineering and Advanced Technology (SEAT) Presentation Outline Border Gateway Protocol - Continued Computer Networks - 1/2 Learning
IP - The Internet Protocol
Orientation IP - The Internet Protocol IP (Internet Protocol) is a Network Layer Protocol. IP s current version is Version 4 (IPv4). It is specified in RFC 891. TCP UDP Transport Layer ICMP IP IGMP Network
NETWORK LAYER/INTERNET PROTOCOLS
CHAPTER 3 NETWORK LAYER/INTERNET PROTOCOLS You will learn about the following in this chapter: IP operation, fields and functions ICMP messages and meanings Fragmentation and reassembly of datagrams IP
- IGRP - IGRP v1.22 Aaron Balchunas
1 - GRP - GRP (nterior Gateway Routing Protocol) GRP is a isco-proprietary Distance-Vector protocol, designed to be more scalable than RP, its standardized counterpart. GRP adheres to the following Distance-Vector
