lab course routerlab
play

Lab Course RouterLab Border Gateway Protocol (BGP) Internet: - PowerPoint PPT Presentation

Lab Course RouterLab Border Gateway Protocol (BGP) Internet: Network of Networks AS 2 AS 1 AS 5 AS 3 AS 4 Internet: Structure and Routing Structure : > 20,000 autonomous systems (ASs) Examples for ASs? Routing


  1. Lab Course „RouterLab“ Border Gateway Protocol (BGP)

  2. Internet: „Network of Networks“ AS 2 AS 1 AS 5 AS 3 AS 4

  3. Internet: Structure and Routing ❒ Structure : ❍ > 20,000 autonomous systems (ASs) ❍ Examples for ASs? ❒ Routing protocols : ❍ Intra-domain: Inside Ass • Optimize for network performance • Examples: OSPF, ... ❍ Inter-domain: Between Ass • Policy-based (e.g., model customers, providers) • De-facto standard: Border Gateway Protocol (BGP)

  4. Inter- vs. Intra-domain routing AS 2 OSPF, IS-IS eBGP AS 1 eBGP AS 5 AS 3 eBGP AS 4 eBGP OSPF, IS-IS Note: iBGP (internal BGP) may be used between routers of same AS

  5. Policies: Customer-Provider AS 2 $$ AS 1 $$ AS 5 $$ AS 3 $$ AS 4 Note: Policies need to reflect business agreements ASs

  6. 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 information to all routers internal to the AS. 3. Determine “good” routes to subnets based on reachability information and policy . ❒ Allows a subnet to advertise its existence to rest of the Internet: “I am here” 6

  7. BGP-4 ❒ BGP = Border Gateway Protocol ❒ Is an exterior routing protocol (EGP) ❒ Is a policy-based routing protocol ❒ Is the de facto inter-domain routing protocol of today’s global Internet ❒ Has a reputation for being complex 7

  8. BGP Basics ❒ Pairs of routers (BGP peers) exchange routing info over semi-permanent TCP connections: BGP sessions ❒ Note that BGP sessions do not correspond to physical links. ❒ When AS2 advertises a prefix to AS1, AS2 is promising it will forward any datagrams destined to that prefix towards the prefix. ❍ AS2 can aggregate prefixes in its advertisement 3c 2c 3a 3b 2a AS3 2b 1c AS2 1a 1b 1d AS1 eBGP session iBGP session 8

  9. BGP Operations Simplified BGP Route = network prefix + attributes Establish Peering on TCP port 179 AS1 BGP Peers Exchange All Routes AS2 While connection Exchange Incremental is ALIVE exchange Updates route UPDATE messages 9

  10. BGP messages Peers exchange BGP messages using TCP BGP messages: ❍ OPEN: • opens TCP conn. to peer • authenticates sender ❍ UPDATE: • advertises new path (or withdraws old) ❍ KEEPALIVE: • keeps conn alive in absence of UPDATES • serves as ACK to an OPEN request ❍ NOTIFICATION: • reports errors in previous msg; • closes a connection 10

  11. Path attributes & BGP routes ❒ When advertising a prefix, advertisement/update includes BGP attributes. ❍ prefix + attributes = “route” ❒ Two important attributes: ❍ AS-PATH: contains the ASs through which the advertisement for the prefix passed: AS 67 AS 17 • used for loop detection / policies ❍ NEXT-HOP: Indicates the specific internal-AS router to next-hop AS. (There may be multiple links from current AS to next-hop-AS.) 11

  12. AS Path Attribute AS1849 135.104.0.0/16 AS Path = 702 701 144 Uunet UK 135.104.0.0/16 AS702 AS Path = 701 144 135.104.0.0/16 Alternet (Uunet) AS Path = 5459 5413 1 144 AS701 AS5459 Alternet (Uunet) LINX 135.104.0.0/16 135.104.0.0/16 AS Path = 144 AS Path = 5413 1 144 AS144 AS1 AS5413 Bell Labs GXN 135.104.0.0/16 BBN 135.104.0.0/16 135.104.0.0/16 AS Path = 144 AS Path = 1 144 Route Originated 12

  13. BGP route selection Router may learn about more than one ❒ route to some prefix. Router must select route. ❒ Elimination rules: ❒ 1. Local preference value attribute: policy decision 2. Shortest AS-PATH 3. ... Pick route from router with lowest IP address ➢ (break tie) 13

  14. Local Preference Attribute AS 400 160.10.0.0/16 AS 300 AS 100 AS 100 500 800 AS 200 A B A B AS 500 160.10.0.0/16 500 > 160.10.0.0/16 800 C C ❒ AS 500 prefers path „500 200 300 400“ (higher local-preference wins)

  15. Routing policy ❒ Reflects goals of network provider ❍ which routes to select for forwarding • prefer routes from customers ❍ which routes to send to another AS • avoid being used as transit by your providers ❍ how to manipulate the accepted routes ❍ how to propagate routes through network ❍ ... 15

  16. Internal BGP (iBGP) ❒ Same routing protocol as BGP, different application ❒ iBGP should be used when AS_PATH information must remain intact between multiple eBGP peers ❒ Used inside Ass to keep AS path information 16

  17. Upstream Upstream Provider A Provider B AS100 AS200 eBGP eBGP AS 1 AS 2 iBGP iBGP eBGP 17

  18. BGP Configuration on Cisco and Juniper routers

  19. Cisco Example – Local pref ❒ Configure a BGP session with neighbor-ip ❒ Set local-pref of 200 for all routes learned from this neighbor router bgp <as number> neighbor <neighbor-ip> remote-as <remote AS number> neighbor <neighbor-ip> route-map <my_policy> in ! route-map <my_policy> permit 10 set local-preference 200 !

  20. Now the same on Juniper routing-options { autonomous system <as number> } protocols { bgp { group <group-name> { peer-as <remote AS number>; type external; (internal for IBGP) neighbor <neighbor ip>; import <policy-name>; } } } policy-options { policy-statement <policy-name> { from { protocol bgp; } then { local-preference 200; } } }

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend