Routing a class of traffic draft-baker-fun-routing-class Fred Baker.

Slides:



Advertisements
Similar presentations
Release 5.1, Revision 0 Copyright © 2001, Juniper Networks, Inc. Advanced Juniper Networks Routing Module 9: Static Routes & Routing Table Groups.
Advertisements

Routing Basics.
Dynamic Routing Overview 1.
Network Layer: Internet-Wide Routing & BGP Dina Katabi & Sam Madden.
Routing Protocol.
Dynamic Routing Scalable Infrastructure Workshop, AfNOG2008.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Routing Working at a Small-to-Medium Business or ISP – Chapter 6.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.1 Routing Working at a Small-to-Medium Business or ISP – Chapter 6.
Practical and Configuration issues of BGP and Policy routing Cameron Harvey Simon Fraser University.
Mod 10 – Routing Protocols
Routing and Routing Protocols
RD-CSY /09 Distance Vector Routing Protocols.
Routing and Routing Protocols
04/05/20011 ecs298k: Routing in General... lecture #2 Dr. S. Felix Wu Computer Science Department University of California, Davis
© 2009 Cisco Systems, Inc. All rights reserved. ROUTE v1.0—6-1 Connecting an Enterprise Network to an ISP Network Considering the Advantages of Using BGP.
Exploring the multi- router SOHO network draft-baker-fun-multi-router Fred Baker.
Fundamentals of Networking Discovery 2, Chapter 6 Routing.
Routing. A world without networks and routing  No connection between offices, people and applications  Worldwide chaos because of the lack of centralized.
BGP Best Current Practices
1 Chapter 27 Internetwork Routing (Static and automatic routing; route propagation; BGP, RIP, OSPF; multicast routing)
TCOM 515 Lecture 6.
6: Routing Working at a Small to Medium Business.
Routing/Routed Protocols. Remember: A Routed Protocol – defines logical addressing. Most notable example on the test – IP A Routing Protocol – fills the.
Introduction to BGP.
CCNA 1 version 3.0 Rick Graziani Cabrillo College
Routing and Routing Protocols Routing Protocols Overview.
1 Introducing Routing 1. Dynamic routing - information is learned from other routers, and routing protocols adjust routes automatically. 2. Static routing.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 6 Routing and Routing Protocols.
1 Chapter 27 Internetwork Routing (Static and automatic routing; route propagation; BGP, RIP, OSPF; multicast routing)
Routing tables and Route Summarisation What is a routing table? How do I create a “good” one?
© Synergon Informatika Rt., 1999 Chapter 12 Connecting Enterprises to an Internet Service Provider.
1 Internet Routing. 2 Terminology Forwarding –Refers to datagram transfer –Performed by host or router –Uses routing table Routing –Refers to propagation.
Page 110/27/2015 A router ‘knows’ only of networks attached to it directly – unless you configure a static route or use routing protocols Routing protocols.
Cisco Confidential 1 © 2010 Cisco and/or its affiliates. All rights reserved. Understanding and troubleshooting of Nat address Translation( NAT) and IP.
© 2015 Mohamed Samir YouTube channel All rights reserved. Samir Agenda Instructor introduction 1. Introduction toEldarin 2.
Network Layer4-1 Datagram networks r no call setup at network layer r routers: no state about end-to-end connections m no network-level concept of “connection”
CCNA 2 Week 6 Routing Protocols. Copyright © 2005 University of Bolton Topics Static Routing Dynamic Routing Routing Protocols Overview.
6: Routing Working at a Small to Medium Business.
OSPF Open Shortest Path First. Table of Content  IP Routes  OSPF History  OSPF Design  OSPF Link State  OSPF Routing Table  OSPF Data Packets.
Transport Layer3-1 Network Layer Every man dies. Not every man really lives.
© 2002, Cisco Systems, Inc. All rights reserved..
Ch 22. Routing Direct and Indirect Delivery.
1 © 2004, Cisco Systems, Inc. All rights reserved. Routing and Routing Protocols: Routing Static.
Internet Traffic Engineering Motivation: –The Fish problem, congested links. –Two properties of IP routing Destination based Local optimization TE: optimizing.
Delivery and Forwarding Chapter 18 COMP 3270 Computer Networks Computing Science Thompson Rivers University.
Cisco 2 - Routers Perrine modified by Brierley Page 13/21/2016 Chapter 4 Module 6 Routing & Routing Protocols.
Source/Destination Routing Fred Baker Cisco Systems.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.1 Routing Working at a Small-to-Medium Business or ISP – Chapter 6.
Introduction to OSPF Campus Networking Workshop These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license.
Routing and Routing Protocols CCNA 2 v3 – Module 6.
Working at a Small-to-Medium Business or ISP – Chapter 6
Default Router Preferences and More-Specific Routes in RAs
Routing and Routing Protocols: Routing Static
COMP 3270 Computer Networks
CCNA 2 v3.1 Module 6 Routing and Routing Protocols
Distance Vector Routing
Routing: Distance Vector Algorithm
Working at a Small-to-Medium Business or ISP – Chapter 6
BGP Overview BGP concepts and operation.
Routing and Routing Protocols: Routing Static
Dynamic Routing and OSPF
COMPUTER NETWORKS CS610 Lecture-42 Hammad Khalid Khan.
Networking CS 3470 Sarah Diesburg
Working at a Small-to-Medium Business or ISP – Chapter 6
CMPE 252A : Computer Networks
COMPUTER NETWORKS CS610 Lecture-41 Hammad Khalid Khan.
Networking CS 3470 Sarah Diesburg
Chapter 4: Network Layer
Computer Networks Protocols
CCNA 2 JEOPARDY Module 6.
Presentation transcript:

Routing a class of traffic draft-baker-fun-routing-class Fred Baker

Change of paradigm Typical Internet routing (RIP, OSPF, IS-IS, BGP) routes to a destination Variation: OSPF supports routing to a destination using a DSCP Proprietary extensions: traffic matching an ACL is routed to a neighboring router Generalization: Traffic conforming to a certain description is routed somewhere (“route a class of traffic”) Traffic class definition: {destination, source|*, DSCP|*, …}

Examples Destination route  {D=prefix, S=::, *, …} Route from IPTV-allocated prefix to IPTV ISP  {D=IPTV ISP, S=TV-prefix, *, …} Route from ISP-allocated prefix to ISP  {D=2001::/3, S=ISP-prefix, *, …}

Conceptual model Replace “longest match” rule with “most specific” Consider a route to be an aggregation of some number of host-to-host routes Select the matching traffic class that does so most specifically Aggregation of routes: A traffic class that matches several more specific traffic classes is an aggregation of those traffic classes

Implementation with DV or SPF algorithms Discussed in draft in hand-wavy fashion I won’t bore you here unless you really want me to…