Irscp.Phase2.Pdf

Total Page:16

File Type:pdf, Size:1020Kb

Irscp.Phase2.Pdf Wresting Control from BGP: Scalable Fine-grained Route Control ¡ ¡ ¡ Patrick Verkaik , Dan Pei , Tom Scholl , Aman Shaikh , ¡ Alex C. Snoeren , and Jacobus E. van der Merwe ¡ University of California, San Diego AT&T Labs Abstract Internet paths can often provide improved performance characteristics [1, 2, 20], suggesting the potential bene- Today's Internet users and applications are placing in- fit of making routing aware of network conditions [11]. creased demands on Internet service providers to deliver Additionally, today's operators are often required to re- fine-grained, flexible route control. To assist network op- strict the any-to-any connectivity model of the Internet erators in addressing this challenge we present an Intelli- to deal with unwanted traffic in the form of DDoS at- gent Route Service Control Point (IRSCP), a route con- tacks. Responses can take the form of black-holing traf- trol architecture that allows a network operator to flexibly fic, redirecting it to “scrubbing complexes”, or even more control routing between the traffic ingresses and egresses sophisticated differentiation of unwanted traffic based on of an ISP's network without modifying existing routers. network intelligence [24]. Finally, in some cases the de- In essence, IRSCP subsumes the control plane of an ISP's fault BGP decision process is simply at odds with provider network by replacing the distributed BGP decision pro- and/or customer goals. For example, using IGP cost as cess of each router in the network with a more flexi- a tie breaker in the decision process can lead to unbal- ble, logically centralized route computation. IRSCP ex- anced egress links for customers that are multi-homed to tends the traditional BGP decision process to allow route- a provider [23]. control applications to provide a per-destination, per- All these demands have in common the need for route ingress ranking of traffic egresses. We describe a straight- control that is (i) fine-grained, (ii) informed by exter- forward set of correctness requirements that prevents rout- nal information, and (iii) applied at time-scales much ing anomalies, and demonstrate through emulation that shorter than normal routing configuration changes. Unfor- our implementation is both scalable and fault-tolerant. To tunately, BGP does not provide adequate means for per- illustrate the potential of application-controlled route se- forming fine-grained route control. The tuning parameters lection, we use our IRSCP prototype to implement a sim- BGP does provide are both arcane and indirect. Opera- ple form of dynamic customer-traffic load balancing. tors are forced to tweak BGP attributes in cumbersome, vendor-specific router configuration languages at a low level of abstraction, frequently leading to ineffective or, 1 Introduction worse, incorrect route selections. Given the best-effort communication model of the Inter- We address these requirements by presenting a logi- net, routing in the Internet has historically been purely cally centralized—but physically distributed—Intelligent concerned with connectivity; that is, concerned with find- Route Service Control Point (IRSCP), which subsumes ing a loop free shortest path between Internet endpoints. the BGP decision process in a platform separate from the Deviations from this default behavior normally involved routers in a network. The concept of a logically central- policy changes at fairly slow time-scales to effect busi- ized Route Control Platform (RCP) that is separate from ness and network management objectives [6]. Further, and backwards compatible with existing routers was in- within a particular network (or autonomous system), rout- troduced previously [12]. The original RCP work envi- ing was realized by a fixed, fairly simple decision pro- sioned different phases of evolution that would eventu- cess, designed to ensure consistent decision making be- ally allow the replacement of BGP as the inter-domain tween the routers in the network. As networked appli- routing protocol. We initially presented a realization of cations and traffic engineering techniques have evolved, the simplest of these phases [7]. Specifically, we demon- however, they have placed increasingly sophisticated de- strated the feasibility of a centralized iBGP-speaking RCP mands on the routing infrastructure. For example, ap- that performed per-router route selection and thereby im- plications such as VoIP and online gaming can be very plemented a “correct” route-reflector replacement. Be- sensitive to the characteristics of the actual chosen data cause of the modest scaling requirements in that scenario, path [8, 9, 18]. Numerous studies have shown non-default each RCP instance dealt with the complete network and 1 the system simply relied on replicated RCP instances to strained to the standard BGP decision process. We exploit deal with redundancy. By integrating external informa- this possibility to ease the realization of dynamic connec- tion into the RCP decision process, however, we can en- tivity management applications. Specifically, we allow able a number of sophisticated connectivity management route control applications to impact the route selection applications [23]. In particular, we can utilize “network process by directly introducing a ranking of egress routes intelligence” to influence the route selection process. To on a per-ingress PE and per-destination basis through a reflect this thinking we changed the name of our archi- well-defined interface. tecture to the Intelligent Route Service Control Platform We demonstrate the effectiveness of IRSCP's route (IRSCP). control interface by evaluating an example application The work presented in this paper builds on this ear- that uses the IRSCP's interface to load-balance customer lier work and has three important new contributions in the traffic [23]. The key challenge to extending the BGP deci- evolutionary path towards a new routing infrastructure: sion process, however, is to ensure that the resulting proto- col retains BGP's robustness, scalability, and consistency Phase-two IRSCP: Following our previous taxon- properties. We prove that a simple set of constraints on the omy [12], the architecture presented in this paper rep- application-provided route ranking ensure that IRSCP in- resents a phase-two IRSCP in that it enables the IRSCP stalls only safe routing configurations, even in the face of to communicate directly with routers in neighboring net- router failures or dramatic changes in IGP topology. We works via eBGP in addition to speaking iBGP with the further show through experimentation that our prototype routers in the IRSCP network. This has a number of de- implementation is capable of managing the routing load sirable properties: First, the IRSCP now has complete of a large tier-I ISP. visibility of all routes available to the network, as op- posed to the iBGP-speaking (phase-one) case, where the routers only pass routes they have themselves selected to the IRSCP. Complete visibility is useful for a variety of 2 Background reasons. For one, as we demonstrate in this paper, com- plete visibility is an important ingredient for preventing We begin by providing a brief background about how route oscillations within the network [3, 15, 17]. Sec- routing and forwarding happens in typical ISP networks. ond, given that the routers in the IRSCP network no longer We specifically consider the role played by BGP, IGP and maintain eBGP sessions with routers in neighboring net- MPLS and describe BGP's default route selection process. works, IRSCP is now (effectively) the sole controller of Figure 1-a shows a simplified view of the physical BGP route selection. This means that all of the network's infrastructure of an MPLS-enabled ISP backbone. The routing policy can be handled in the IRSCP, as opposed routers at the periphery of the ISP network connect to to placing some policy configuration on the routers them- customers and other ISPs (called peers). These routers selves. are termed as Provider Edge (PE) routers, and the routers that interconnect the PE routers are called Provider Core Physical distribution: An eBGP-speaking (phase-two) (P) routers. The customer routers connecting to PEs are IRSCP has two important consequences. First, because called Customer Edge (CE) routers. BGP allows an ISP to the IRSCP forms BGP peering sessions with all remote learn about destinations reachable through its customers routers connected to the IRSCP network, the scalability and through its peers. Typically every PE runs BGP ses- requirements are significantly higher than that of a phase- sions with its attached CEs, and also with other PEs in one IRSCP: each provider edge (PE) router at the edge the ISP network; the former are known as eBGP sessions of a provider network typically peers with tens to hun- while the latter are termed as iBGP sessions as shown in dreds of eBGP speaking routers (i.e., customer edge (CE) Figure 1-b. When a PE router learns a route over its eBGP routers or PE routers in neighboring networks). Second, session, it propagates the route to other PEs over the iBGP because routers in the IRSCP network now completely sessions which allows every PE to learn how to reach ev- rely on the IRSCP for routes, the redundancy requirement ery customer network. When a data packet arrives at a of the IRSCP infrastructure is much more critical than PE for a given customer, this ingress PE uses the BGP with a phase-one IRSCP. For these reasons, the architec- routing table to determine the PE that is connected to the ture presented in this paper is physically distributed while destination customer, and forwards the packet to this PE. maintaining the ability to reason about the architecture in This is depicted in Figure 1-c. Since the packet leaves ISP a logically centralized manner and ensuring consistent de- network at the PE directly connected to the customer, we cision making across different replicas. call it an egress PE, and its link to the CE an egress link.
Recommended publications
  • ECE 435 – Network Engineering Lecture 15
    ECE 435 { Network Engineering Lecture 15 Vince Weaver http://web.eece.maine.edu/~vweaver [email protected] 25 March 2021 Announcements • Note, this lecture has no video recorded due to problems with UMaine zoom authentication at class start time • HW#6 graded • Don't forget HW#7 • Project Topics due 1 RFC791 Post-it-Note Internet Protocol Datagram RFC791 Source Destination If other than version 4, Version attach form RFC 2460. Type of Service Precedence high reliability Routine Fragmentation Offset high throughput Priority Transport layer use only low delay Immediate Flash more to follow Protocol Flash Override do not fragment CRITIC/ECP this bit intentionally left blank TCP Internetwork Control UDP Network Control Other _________ Identifier _______________________ Length Header Length Data Print legibly and press hard. You are making up to 255 copies. _________________________________________________ _________________________________________________ _________________________________________________ Time to Live Options _________________________________________________ Do not write _________________________________________________ in this space. _________________________________________________ _________________________________________________ Header Checksum _________________________________________________ _________________________________________________ for more info, check IPv4 specifications at http://www.ietf.org/rfc/rfc0791.txt 2 HW#6 Review • Header: 0x000e: 4500 = version(4), header length(5)=20 bytes ToS=0 0x0010: 0038 = packet length (56 bytes) 0x0012: 572a = identifier 0x0014: 4000 = fragment 0100 0000 0000 0000 = do not fragment, offset 0 0x0016: 40 = TTL = 64 0x0017: 06 = Upper layer protocol (6=TCP) 0x0018: 69cc = checksum 0x001a: c0a80833 = source IP 192.168.8.51 0x001e: 826f2e7f = dest IP 130.111.46.127 • Valid IPs 3 ◦ 123.267.67.44 = N ◦ 8.8.8.8 = Y ◦ 3232237569 = 192.168.8.1 ◦ 0xc0a80801 = 192.168.8.1 • A class-A allocation is roughly 224=232 which is 0.39% • 192.168.13.0/24.
    [Show full text]
  • Směrovací Démon BIRD
    Směrovací démon BIRD CZ.NIC z. s. p. o. Ondřej Filip / [email protected] 8. 6. 2010 – IT10 1 Směrování a forwarding ● Router - zařízení připojené k více sítím ● Umí přeposlat „cizí“ zprávu - forwarding ● Cestu pozná podle směrovací (routovací) tabulky ● Sestavování routovací tabulky – routing – Statické – Dynamické ● Interní - uvnitř AS rychlé, důvěřivé, přesné – RIP, OSPF ● Externí (mezi AS, pomalé, filtering, přibližné – pouze BGP 2 Rozdělení směrovacích protokolů AS 2 RIP BGP AS 1 OSPF BGP BGP AS 3 3 static Směrovací démon ● Na Linuxu (a ostatních UNIXech) – uživatelská aplikace mimo jádro, forwarding v jádře ● Obvykle implementuje více směrovacích protokolů ● Směrovací politika - filtrování ● Quagga (Zebra) – Cisco syntax http://www.quagga.net ● OpenBGPd - http://www.openbgpd.org ● GateD – zastaralý, ne volná licence ● BIRD 4 Historie projektu ● Start projektu v roce 1999 ● Seminární projekt – MFF UK Praha ● Projekt uspán ● Drobné probuzeni v letech 2003 a 2006 (CESNET) ● Plně obnoveno na přelomu 2008/2009 v rámci Laboratoří CZ.NIC - http://labs.nic.cz 5 Cíle projektu ● Opensource směrovací démon – alternativa k tehdejšímu démonu Quagga/Zebra (GateD) ● Rychlý a efektivní ● Portabilní, modulární ● Podpora současných směrovacích protokolů ● IPv6 a IPv4 v jednom zdrojovém kódu (dvojí překlad) ● Snadná konfigurace a rekonfigurace (!) ● Silný filtrovací jazyk 6 Vlastnosti ● Portabilní – Linux, FreeBSD, NetBSD, OpenBSD ● Podpora IPv4 i IPv6 ● Static, RIP, OSPF, BGP - Route reflektor, Směrovací server (Route server) ASN32 (ASPLAIN), MD5
    [Show full text]
  • BIRD's Flight from Lisbon to Prague
    BIRD's flight from Lisbon to Prague CZ.NIC Ondrej Filip / [email protected] With help of Wolfgang Hennerbichler May 6, 2009 – RIPE 60 / Prague 1 Features ● GPL implementation of RIP, BGP, OSPF ● BGP – ASN32, MD5, route server, ... ● IPv4, IPv6 ● Highly flexible – Multiple routing tables - RIBs (internal and also synchronization with OS) ● Protocol PIPE - multiple routers, route reflectors ● Powerful configuration & filtering language ● Automatic reconfiguration ● Currently developed by CZ.NIC Labs 2 Design 3 Filters example define myas = 47200; function bgp_out(int peeras) { if ! (source = RTS_BGP ) then return false; if (0,peeras) ~ bgp_community then return false; if (myas,peeras) ~ bgp_community then return true; if (0, myas) ~ bgp_community then return false; return true; } protocol bgp R25192x1 { local as myas; neighbor 194.50.100.13 as 25192; import where bgp_in(25192); export where bgp_out(25192); rs client; } 4 Filters example function avoid_martians() prefix set martians; { martians = [ 169.254.0.0/16+, 172.16.0.0/12+, 192.168.0.0/16+, 10.0.0.0/8+, 224.0.0.0/4+, 240.0.0.0/4+, 0.0.0.0/32-, 0.0.0.0/0{25,32}, 0.0.0.0/0{0,7} ]; # Avoid RFC1918 networks if net ~ martians then return false; return true; } 5 define myas = 47200; function bgp_out(int peeras) { if ! (source = RTS_BGP ) then return false; if (0,peeras) ~ bgp_community then return false; if (myas,peeras) ~ bgp_community then return true; if (0, myas) ~ bgp_community then return false; return true; } protocol bgp R25192x1 { local as myas; neighbor 194.50.100.13 as 25192;
    [Show full text]
  • Kratka Povijest Unixa Od Unicsa Do Freebsda I Linuxa
    Kratka povijest UNIXa Od UNICSa do FreeBSDa i Linuxa 1 Autor: Hrvoje Horvat Naslov: Kratka povijest UNIXa - Od UNICSa do FreeBSDa i Linuxa Licenca i prava korištenja: Svi imaju pravo koristiti, mijenjati, kopirati i štampati (printati) knjigu, prema pravilima GNU GPL licence. Mjesto i godina izdavanja: Osijek, 2017 ISBN: 978-953-59438-0-8 (PDF-online) URL publikacije (PDF): https://www.opensource-osijek.org/knjige/Kratka povijest UNIXa - Od UNICSa do FreeBSDa i Linuxa.pdf ISBN: 978-953- 59438-1- 5 (HTML-online) DokuWiki URL (HTML): https://www.opensource-osijek.org/dokuwiki/wiki:knjige:kratka-povijest- unixa Verzija publikacije : 1.0 Nakalada : Vlastita naklada Uz pravo svakoga na vlastito štampanje (printanje), prema pravilima GNU GPL licence. Ova knjiga je napisana unutar inicijative Open Source Osijek: https://www.opensource-osijek.org Inicijativa Open Source Osijek je član udruge Osijek Software City: http://softwarecity.hr/ UNIX je registrirano i zaštićeno ime od strane tvrtke X/Open (Open Group). FreeBSD i FreeBSD logo su registrirani i zaštićeni od strane FreeBSD Foundation. Imena i logo : Apple, Mac, Macintosh, iOS i Mac OS su registrirani i zaštićeni od strane tvrtke Apple Computer. Ime i logo IBM i AIX su registrirani i zaštićeni od strane tvrtke International Business Machines Corporation. IEEE, POSIX i 802 registrirani i zaštićeni od strane instituta Institute of Electrical and Electronics Engineers. Ime Linux je registrirano i zaštićeno od strane Linusa Torvaldsa u Sjedinjenim Američkim Državama. Ime i logo : Sun, Sun Microsystems, SunOS, Solaris i Java su registrirani i zaštićeni od strane tvrtke Sun Microsystems, sada u vlasništvu tvrtke Oracle. Ime i logo Oracle su u vlasništvu tvrtke Oracle.
    [Show full text]
  • Free, Functional, and Secure
    Free, Functional, and Secure Dante Catalfamo What is OpenBSD? Not Linux? ● Unix-like ● Similar layout ● Similar tools ● POSIX ● NOT the same History ● Originated at AT&T, who were unable to compete in the industry (1970s) ● Given to Universities for educational purposes ● Universities improved the code under the BSD license The License The license: ● Retain the copyright notice ● No warranty ● Don’t use the author's name to promote the product History Cont’d ● After 15 years, the partnership ended ● Almost the entire OS had been rewritten ● The university released the (now mostly BSD licensed) code for free History Cont’d ● AT&T launching Unix System Labories (USL) ● Sued UC Berkeley ● Berkeley fought back, claiming the code didn’t belong to AT&T ● 2 year lawsuit ● AT&T lost, and was found guilty of violating the BSD license History Cont’d ● BSD4.4-Lite released ● The only operating system ever released incomplete ● This became the base of FreeBSD and NetBSD, and eventually OpenBSD and MacOS History Cont’d ● Theo DeRaadt ○ Originally a NetBSD developer ○ Forked NetBSD into OpenBSD after disagreement the direction of the project *fork* Innovations W^X ● Pioneered by the OpenBSD project in 3.3 in 2002, strictly enforced in 6.0 ● Memory can either be write or execute, but but both (XOR) ● Similar to PaX Linux kernel extension (developed later) AnonCVS ● First project with a public source tree featuring version control (1995) ● Now an extremely popular model of software development anonymous anonymous anonymous anonymous anonymous IPSec ● First free operating system to implement an IPSec VPN stack Privilege Separation ● First implemented in 3.2 ● Split a program into processes performing different sub-functions ● Now used in almost all privileged programs in OpenBSD like httpd, bgpd, dhcpd, syslog, sndio, etc.
    [Show full text]
  • Beyond the Best: Real-Time Non-Invasive Collection of BGP Messages
    Beyond the Best: Real-Time Non-Invasive Collection of BGP Messages Stefano Vissicchio Luca Cittadini Maurizio Pizzonia Luca Vergantini Valerio Mezzapesa Maria Luisa Papagni Dipartimento di Informatica e Automazione, Universita` degli Studi Roma Tre, Rome, Italy fvissicch,ratm,pizzonia,verganti,mezzapes,[email protected] Abstract Despite such a rich set of potential applications, cur- Interdomain routing in the Internet has a large impact rent BGP monitoring practices are quite limited: very of- on network traffic and related economic issues. For this ten, they employ open source BGP daemon implementa- reason, BGP monitoring attracts both academic and in- tions to establish extra BGP peerings with border routers. dustrial research interest. The most common solution for The daemon acts as a route collector, in the sense that collecting BGP routing data is to establish BGP peerings it collects information received via those extra peerings, between border routers and a route collector. dumps it in some format, and stores it for future analy- The downside of this approach is that it only allows ses. For example, this is the approach adopted by Route- us to trace changes of routes selected as best by routers: Views [20] to collect BGP data for the Internet commu- this drawback hinders a wide range of analyses that need nity. Such a practice has two major drawbacks: (i) it is access to all BGP messages received by border routers. only able to collect those routes that have been selected In this paper, we present an effective technique en- as best by the routers that peer with the collector; and abling fast, non-invasive and scalable collection of all (ii) it is only able to collect BGP messages after ingress BGP messages received by border routers.
    [Show full text]
  • Open Source Software for Routing a Look at the Status of Open Source Software for Routing
    APNIC 34 Open Source Software for Routing A look at the status of Open Source Software for Routing Martin Winter OpenSourceRouting.org 1 Who is OpenSourceRouting Quick Overview of what we do and who we are www.opensourcerouting.org ‣ Started late summer 2011 ‣ Focus on improving Quagga ‣ Funded by Companies who like an Open Source Alternative ‣ Non-Profit Organization • Part of ISC (Internet System Consortium) 2 Important reminder: Quagga/Bird/… are not complete routers. They are only the Route Engine. You still need a forwarding plane 3 Why look at Open Source for routing, Why now? Reasons for Open Source Software in Routing 1 Popular Open Source Software Overview of Bird, Quagga, OpenBGPd, Xorp 2 Current Status of Quagga Details on where to consider Quagga, where to avoid it 3 What Open Source Routing is doing What we (OpenSourceRouting.org) do on Quagga 4 How you can help Open Source needs your help. And it will help you. 5 4 Reasons why the time is NOW A few reasons to at least start thinking about Open Source Could be much cheaper. You don’t need all the Money features and all the specialized hardware everywhere. All the current buzzwords. And most of it started SDN, with Open Source – and is designed for it. Does Cloud, .. your vendor provide you with the features for new requirements in time? Your Missing a feature? Need a special feature to distinguish from the competition? You have access Features to the source code. Not just one company is setting the schedule on Support what the fix and when you get the software fix.
    [Show full text]
  • Protecting Routing with RPKI Mark Kosters, ARIN CTO
    Protecting Routing with RPKI Mark Kosters, ARIN CTO @TeamARIN Agenda •Routing, a short •Using ARIN’s RPKI primer components •Operational routing •RPKI Statistics challenges •IRR Status •Do we have a solution? @TeamARIN 1 Core Internet Functions: Routing & DNS •The Internet relies on two critical resources • DNS: Translates domain names to IP addresses and IP addresses to domain names • Routing: Tells us how to get to an IP address •These critical resources are not secure •DNSSEC and RPKI secure these critical resources @TeamARIN 2 Routing – A Primer @TeamARIN 3 Routing Architecture •The Internet uses a two level routing hierarchy: • Interior Gateway (Routing) Protocol - IGP • Exterior Gateway (Routing) Protocol - EGP @TeamARIN 4 Routing Architecture - IGP • Interior Routing Protocols, used by each network to determine how to reach all destinations that lie within the network • Interior Routing protocols maintain the current topology of the network @TeamARIN 5 Routing Architecture - EGP • Exterior Routing Protocol, used to link each component network together into a single whole • Exterior protocols assume that each network is fully interconnected internally @TeamARIN 6 Exterior Routing: BGP •BGP is a large set of bilateral (1:1) routing sessions • A tells B all the destinations (prefixes) that A is capable of reaching • B tells A all the destinations that B is capable of reaching 10.0.0.0/24 192.2.200.0/24 10.1.0.0/16 10.2.0.0/18 A B @TeamARIN 7 Operational Routing Challenges @TeamARIN 8 Focus on Interconnections • Started out as informal
    [Show full text]
  • Leveraging Sonic Functionalities in Disaggregated Network Switches
    LEVERAGING SONIC FUNCTIONALITIES IN DISAGGREGATED NETWORK SWITCHES Ali AlSabeh, Elie Kfoury, Jorge Crichigno, Elias Bou-Harb Presented by: Ali AlSabeh International Conference on Telecommunications and Signal Processing (TSP 2020) Submission ID: #147 OVERVIEW • Introduction • Motivation • Contribution • Background • Experimentation • Discussion • Conclusion and Future Work INTRODUCTION 3 TRADITIONAL NETWORK SWITCHES • Network switches connect multiple computers in a Local Area Network (LAN) by operating on the data link layer • Traditionally, they are closed source running a proprietary Network Operating System (NOS) • Thus, limiting network operators and hindering the process of developing new network technologies WHITE-BOX SWITCHES • White-box switches are new type of forwarding devices • Their hardware is decoupled from the software • Network engineers can install the NOS of their own based on the infrastructure of their network • Thus, providing the flexibility of customizing the network switch, instead of limiting it to the vendor MOTIVATION 6 MOTIVATION • White-box switches has pushed the need for developing open source NOS to accommodate the ever-increasing network technologies • However, open source products are usually less maintained and documented than closed source products CONTRIBUTION 8 CONTRIBUTION • Iterating over several open source Internet Protocol (IP) routing suites and NOSs that are vendor-agnostic • Highlighting the importance of the novel programmable data planes • Reporting the configuration process and the prerequisites
    [Show full text]
  • Moving Away from Openbgpd to Bird?
    MOVING AWAY FROM OPENBGPD TO BIRD? Apricot 2013, Singapore Jimmy Halim [email protected] OPENBGPD IN A FLASH • 3 processes § Session Engine (SE): manages BGP sessions § Route Decision Engine (RDE): holds the BGP tables, takes routing decisions § Parent: enters routes into the kernel, starts SE and RDE • IPv4 and IPv6 in a single configuration • BGP commands § Using ‘bgpctl’ command for both IPv4 and IPv6 WORKING WITH OPENBGPD The positive notes… • Stable with no related bug since upgrade to 4.8 § 4.3 has been bugged with bugs like BGP malformed attributes and IPv6 MD5 password errors • Provide the needed BGP functionality § Transparent AS support § BGP community support for route manipulation § Support prefix filtering • Flexible BGP commands execution and configuration change § Allow short form and help function from UNIX prompt WORKING WITH OPENBGPD The negative one… • No good in handling prefix filter § Especially if we implement prefix filter per neighbor Ø Means more prefix filters to be created and checked Ø Example if we have 100 peers in IX, then there are at least 100 prefix filters need to be created and checked considering if each peer only have 1 prefix § Resulting in a very long routing convergence Ø More peers in IX Ø More routes • Problem with long routing convergence § The routing convergence can take 2 hours, 6 hours, 12 hours, and even 1 day § The best route selection will not be optimal § Resulting in route blackhole!! WORKING WITH OPENBGPD Routing blackhole!! WORKING WITH OPENBGPD Long routing convergence… WORKING
    [Show full text]
  • BGP Route Attestation: Design and Observation Using IPV6
    Dakota State University Beadle Scholar Masters Theses & Doctoral Dissertations Spring 3-1-2017 BGP Route Attestation: Design and Observation Using IPV6 Michael J. Ham Dakota State University Follow this and additional works at: https://scholar.dsu.edu/theses Recommended Citation Ham, Michael J., "BGP Route Attestation: Design and Observation Using IPV6" (2017). Masters Theses & Doctoral Dissertations. 308. https://scholar.dsu.edu/theses/308 This Dissertation is brought to you for free and open access by Beadle Scholar. It has been accepted for inclusion in Masters Theses & Doctoral Dissertations by an authorized administrator of Beadle Scholar. For more information, please contact [email protected]. BGP ROUTE ATTESTATION: DESIGN AND OBSERVATION USING IPV6 HEADERS by Michael J. Ham A Dissertation Presented in Partial Fulfillment of the Requirements for the Degree Doctor of Science in Cyber Security DAKOTA STATE UNIVERSITY March 2017 ii © 2017 by Michael J. Ham ALL RIGHTS RESERVED iii BGP ROUTE ATTESTATION: DESIGN AND OBSERVATION USING IPV6 HEADERS by Michael J. Ham March 2017 Approved: Dr. Wayne E. Pauli, Chair Dr. Kyle L. Cronin, Committee Dr. Mark L. Hawkes, Committee Accepted and Signed: Wayne E. Pauli, Ph.D. Date Accepted and Signed: Kyle L. Cronin, D.Sc. Date Accepted and Signed: Mark L. Hawkes, Ph. D. Date Mark L. Hawkes Date Dean for Graduate Studies and Research Dakota State University iv Abstract This quasi-experimental before-and-after study examined the impacts of using IPv6 extension headers to carry cryptographic Border Gateway Protocol (BGP) route attestation information. Literature was assessed surrounding: the design of BGP, vulnerabilities in BGP, a survey of proposed route attestation solutions, IPv6 extension header design, overhead in cryptography, and factors influencing the adoption of proposed solutions.
    [Show full text]
  • The Pfsense Book
    The pfSense Book Netgate Aug 08, 2018 Copyright © 2018 Electric Sheep Fencing LLC CONTENTS 1 Preface 1 1.1 Copyright Notice.............................................1 1.2 Acknowledgements...........................................1 1.3 Feedback.................................................3 1.4 Typographic Conventions........................................3 1.5 Authors..................................................5 2 Foreword 6 3 Introduction 7 3.1 What does pfSense stand for/mean?...................................7 3.2 Why FreeBSD?..............................................7 3.3 Common Deployments..........................................8 3.4 Interface Naming Terminology.....................................9 3.5 Finding Information and Getting Help.................................. 10 3.6 Project Inception............................................. 11 4 Networking Concepts 12 4.1 Understanding Public and Private IP Addresses............................. 12 4.2 IP Subnetting Concepts......................................... 13 4.3 IP Address, Subnet and Gateway Configuration............................. 13 4.4 Understanding CIDR Subnet Mask Notation.............................. 14 4.5 CIDR Summarization.......................................... 15 4.6 Broadcast Domains............................................ 16 4.7 IPv6.................................................... 16 4.8 Brief introduction to OSI Model Layers................................. 29 5 Hardware 30 5.1 Minimum Hardware Requirements..................................
    [Show full text]