15-441 Computer Networking
Inter-Domain Routing
BGP (Border Gateway Protocol)
Lecture #13: 02-24-04 2
Summary
• The Story So Far…
• Routing protocols generate the forwarding table
• Two styles: distance vector, link state
• Scalability issues:
• Distance vector protocols suffer from count-to-infinity
• Link state protocols must flood information through network
• Today’s lecture
• How to make routing protocols support large
networks
• How to make routing protocols support business
policies
Lecture #13: 02-24-04 3
Outline
• Routing hierarchy
• Internet structure
• External BGP (E-BGP)
• Internal BGP (I-BGP)
Lecture #13: 02-24-04 4
Routing Hierarchies
• Flat routing doesn’t scale
• Storage  Each node cannot be expected to store
routes to every destination (or destination network)
• Convergence times increase
• Communication  Total message count increases
• Key observation
• Need less information with increasing distance to
destination
• Need lower diameters networks
• Solution: area hierarchy
Lecture #13: 02-24-04 5
Areas
• Divide network into areas
• Areas can have nested sub-areas
• Hierarchically address nodes in a network
• Sequentially number top-level areas
• Sub-areas of area are labeled relative to that area
• Nodes are numbered relative to the smallest containing
area
Lecture #13: 02-24-04 6
Routing Hierarchy
• Partition Network into “Areas”
• Within area
• Each node has routes to every other node
• Outside area
• Each node has routes for other top-level areas only
• Inter-area packets are routed to nearest appropriate border router
• Constraint: no path between two sub-areas of an area can exit that
area
Backbone Areas
Lower-level Areas
Area-Border
Router
Lecture #13: 02-24-04 7
Area Hierarchy Addressing
1 2
3
1.1
1.2
2.1
2.2
3.1 3.2
2.2.1
2.2.2
1.2.1
1.2.2
Lecture #13: 02-24-04 8
Path Sub-optimality
1 2
3
1.1
1.2
2.1 2.2
3.1 3.2
2.2.1
3 hop red path
vs.
2 hop green path
start
end
3.2.1
1.2.1
• Can result in sub-optimal paths
Lecture #13: 02-24-04 9
Outline
• Routing hierarchy
• Internet structure
• External BGP (E-BGP)
• Internal BGP (I-BGP)
Lecture #13: 02-24-04 10
A Logical View of the Internet?
R
R
R
R R
• After looking a
RIP/OSPF descriptions
• End-hosts connected to
routers
• Routers exchange
messages to determine
connectivity
• NOT TRUE!
Lecture #13: 02-24-04 11
Internet’s Area Hierarchy
• What is an Autonomous System (AS)?
• A set of routers under a single technical administration,
using an interior gateway protocol (IGP) and common
metrics to route packets within the AS and using an
exterior gateway protocol (EGP) to route packets to
other AS’s
• Sometimes AS’s use multiple IGPs and metrics, but
appear as single AS’s to other AS’s
• Each AS assigned unique ID
• AS’s peer at network exchanges
Lecture #13: 02-24-04 12
AS Numbers (ASNs)
ASNs are 16 bit values 64512 through 65535 are “private”
• Genuity: 1
• MIT: 3
• JANET: 786
• UC San Diego: 7377
• AT&T: 7018, 6341, 5074, …
• UUNET: 701, 702, 284, 12199, …
• Sprint: 1239, 1240, 6211, 6242, …
• …
ASNs represent units of routing policy
Currently over 15,000 in use
Lecture #13: 02-24-04 13
Example
1 2
3
1.1
1.2
2.1 2.2
3.1 3.2
2.2.1
4
4.1 4.2
5
5.1 5.2
EGP
IGP
EGP
EGP
IGP
IGP
IGP
IGP
EGP
EGP
Lecture #13: 02-24-04 14
A Logical View of the Internet?
R
R
R
R R
• RIP/OSPF not very
scalable  area
hierarchies
• NOT TRUE EITHER!
• ISP’s aren’t equal
• Size
• Connectivity
ISP ISP
Lecture #13: 02-24-04 15
A Logical View of the Internet
Tier 1 Tier 1
Tier 2
Tier 2
Tier 2
Tier 3
• Tier 1 ISP
• “Default-free” with global
reachability info
• Tier 2 ISP
• Regional or country-wide
• Tier 3 ISP
• Local
Customer
Provider
Lecture #13: 02-24-04 16
Transit vs. Peering
ISP X
ISP Y
ISP Z
ISP P
Transit ($)
Transit ($$$)
Transit ($$ 1/2)
Transit ($$)
Peering
Transit ($$$)
Transit ($)
Transit ($$)
Transit ($$$)
Lecture #13: 02-24-04 17
Policy Impact
• “Valley-free” routing
• Number links as (+1, 0, -1) for provider, peer and
customer
• In any path should only see sequence of +1, followed
by at most one 0, followed by sequence of -1
• WHY?
• Consider the economics of the situation
Lecture #13: 02-24-04 18
Outline
• Routing hierarchy
• Internet structure
• External BGP (E-BGP)
• Internal BGP (I-BGP)
Lecture #13: 02-24-04 19
Choices
• Link state or distance vector?
• No universal metric – policy decisions
• Problems with distance-vector:
• Bellman-Ford algorithm may not converge
• Problems with link state:
• Metric used by routers not the same – loops
• LS database too large – entire Internet
• May expose policies to other AS’s
Lecture #13: 02-24-04 20
Solution: Distance Vector with
Path
• Each routing update carries the entire path
• Loops are detected as follows:
• When AS gets route check if AS already in path
• If yes, reject route
• If no, add self and (possibly) advertise route further
• Advantage:
• Metrics are local - AS chooses path, protocol ensures
no loops
Lecture #13: 02-24-04 21
Interconnecting BGP Peers
• BGP uses TCP to connect peers
• Advantages:
• Simplifies BGP
• No need for periodic refresh - routes are valid until
withdrawn, or the connection is lost
• Incremental updates
• Disadvantages
• Congestion control on a routing protocol?
• Poor interaction during high load
Lecture #13: 02-24-04 22
Hop-by-hop Model
• BGP advertises to neighbors only those routes
that it uses
• Consistent with the hop-by-hop Internet paradigm
• e.g., AS1 cannot tell AS2 to route to other AS’s in a
manner different than what AS2 has chosen (need
source routing for that)
Lecture #13: 02-24-04 23
Policy with BGP
• BGP provides capability for enforcing various
policies
• Policies are not part of BGP: they are provided to
BGP as configuration information
• BGP enforces policies by choosing paths from
multiple alternatives and controlling advertisement
to other AS’s
Lecture #13: 02-24-04 24
Examples of BGP Policies
• A multi-homed AS refuses to act as transit
• Limit path advertisement
• A multi-homed AS can become transit for some
AS’s
• Only advertise paths to some AS’s
• An AS can favor or disfavor certain AS’s for traffic
transit from itself
Lecture #13: 02-24-04 25
BGP Messages
• Open
• Announces AS ID
• Determines hold timer – interval between keep_alive or
update messages, zero interval implies no keep_alive
• Keep_alive
• Sent periodically (but before hold timer expires) to
peers to ensure connectivity.
• Sent in place of an UPDATE message
• Notification
• Used for error notification
• TCP connection is closed immediately after notification
Lecture #13: 02-24-04 26
BGP UPDATE Message
• List of withdrawn routes
• Network layer reachability information
• List of reachable prefixes
• Path attributes
• Origin
• Path
• Metrics
• All prefixes advertised in message have same
path attributes
Lecture #13: 02-24-04 27
Path Selection Criteria
• Information based on path attributes
• Attributes + external (policy) information
• Examples:
• Hop count
• Policy considerations
• Preference for AS
• Presence or absence of certain AS
• Path origin
• Link dynamics
Lecture #13: 02-24-04 28
LOCAL PREF
• Local (within an AS) mechanism to provide
relative priority among BGP routers
R1 R2
R3 R4
I-BGP
AS 256
AS 300
Local Pref = 500 Local Pref =800
AS 100
R5
AS 200
Lecture #13: 02-24-04 29
LOCAL PREF – Common Uses
• Handle routes advertised to multi-homed transit
customers
• Should use direct connection
• Peering vs. transit
• Prefer to use peering connection, why?
• In general, customer > peer > provider
• Use LOCAL PREF to ensure this
Lecture #13: 02-24-04 30
AS_PATH
• List of traversed AS’s
AS 500
AS 300
AS 200 AS 100
180.10.0.0/16 300 200 100
170.10.0.0/16 300 200
170.10.0.0/16 180.10.0.0/16
Lecture #13: 02-24-04 31
Multi-Exit Discriminator (MED)
• Hint to external neighbors about the preferred
path into an AS
• Non-transitive attribute (we will see later why)
• Different AS choose different scales
• Used when two AS’s connect to each other in
more than one place
Lecture #13: 02-24-04 32
MED
• Hint to R1 to use R3 over R4 link
• Cannot compare AS40’s values to AS30’s
R1 R2
R3 R4
AS 30
AS 40
180.10.0.0
MED = 120
180.10.0.0
MED = 200
AS 10
180.10.0.0
MED = 50
Lecture #13: 02-24-04 33
MED
• MED is typically used in provider/subscriber scenarios
• It can lead to unfairness if used between ISP because it
may force one ISP to carry more traffic:
SF
NY
• ISP1 ignores MED from ISP2
• ISP2 obeys MED from ISP1
• ISP2 ends up carrying traffic most of the way
ISP1
ISP2
Lecture #13: 02-24-04 34
Decision Process
• Processing order of attributes:
• Select route with highest LOCAL-PREF
• Select route with shortest AS-PATH
• Apply MED (if routes learned from same neighbor)
Lecture #13: 02-24-04 35
Outline
• Routing hierarchy
• Internet structure
• External BGP (E-BGP)
• Internal BGP (I-BGP)
Lecture #13: 02-24-04 36
Internal vs. External BGP
R3 R4
R1
R2
E-BGP
•BGP can be used by R3 and R4 to learn routes
•How do R1 and R2 learn routes?
AS1 AS2
Lecture #13: 02-24-04 37
Internal BGP (I-BGP)
• Same messages as E-BGP
• Different rules about re-advertising prefixes:
• Prefix learned from E-BGP can be advertised to I-BGP
neighbor and vice-versa, but
• Prefix learned from one I-BGP neighbor cannot be
advertised to another I-BGP neighbor
• Reason: no AS PATH within the same AS and thus
danger of looping.
Lecture #13: 02-24-04 38
Internal BGP (I-BGP)
R3 R4
R1
R2
E-BGP
I-BGP
•R3 can tell R1 and R2 prefixes from R4
•R3 can tell R4 prefixes from R1 and R2
•R3 cannot tell R2 prefixes from R1
R2 can only find these prefixes through a direct connection to R1
Result: I-BGP routers must be fully connected (via TCP)!
•contrast with E-BGP sessions that map to physical links
AS1 AS2
Lecture #13: 02-24-04 39
Important Concepts
• Wide area Internet structure and routing driven by
economic considerations
• Customer, providers and peers
• BGP designed to:
• Provide hierarchy that allows scalability
• Allow enforcement of policies related to structure
• Mechanisms
• Path vector – scalable, hides structure from neighbors,
detects loops quickly
• IBGP structure/requirements – reuse of BGP, need for
a fully connected mesh
Lecture #13: 02-24-04 40
Next Lecture: Multicast & DNS
• How to send packets to multiple destinations
• How to resolve names like www.google.com into
IP addresses
EXTRA SLIDES
The rest of the slides are FYI

bgp(border gateway protocol)

  • 1.
    15-441 Computer Networking Inter-DomainRouting BGP (Border Gateway Protocol)
  • 2.
    Lecture #13: 02-24-042 Summary • The Story So Far… • Routing protocols generate the forwarding table • Two styles: distance vector, link state • Scalability issues: • Distance vector protocols suffer from count-to-infinity • Link state protocols must flood information through network • Today’s lecture • How to make routing protocols support large networks • How to make routing protocols support business policies
  • 3.
    Lecture #13: 02-24-043 Outline • Routing hierarchy • Internet structure • External BGP (E-BGP) • Internal BGP (I-BGP)
  • 4.
    Lecture #13: 02-24-044 Routing Hierarchies • Flat routing doesn’t scale • Storage  Each node cannot be expected to store routes to every destination (or destination network) • Convergence times increase • Communication  Total message count increases • Key observation • Need less information with increasing distance to destination • Need lower diameters networks • Solution: area hierarchy
  • 5.
    Lecture #13: 02-24-045 Areas • Divide network into areas • Areas can have nested sub-areas • Hierarchically address nodes in a network • Sequentially number top-level areas • Sub-areas of area are labeled relative to that area • Nodes are numbered relative to the smallest containing area
  • 6.
    Lecture #13: 02-24-046 Routing Hierarchy • Partition Network into “Areas” • Within area • Each node has routes to every other node • Outside area • Each node has routes for other top-level areas only • Inter-area packets are routed to nearest appropriate border router • Constraint: no path between two sub-areas of an area can exit that area Backbone Areas Lower-level Areas Area-Border Router
  • 7.
    Lecture #13: 02-24-047 Area Hierarchy Addressing 1 2 3 1.1 1.2 2.1 2.2 3.1 3.2 2.2.1 2.2.2 1.2.1 1.2.2
  • 8.
    Lecture #13: 02-24-048 Path Sub-optimality 1 2 3 1.1 1.2 2.1 2.2 3.1 3.2 2.2.1 3 hop red path vs. 2 hop green path start end 3.2.1 1.2.1 • Can result in sub-optimal paths
  • 9.
    Lecture #13: 02-24-049 Outline • Routing hierarchy • Internet structure • External BGP (E-BGP) • Internal BGP (I-BGP)
  • 10.
    Lecture #13: 02-24-0410 A Logical View of the Internet? R R R R R • After looking a RIP/OSPF descriptions • End-hosts connected to routers • Routers exchange messages to determine connectivity • NOT TRUE!
  • 11.
    Lecture #13: 02-24-0411 Internet’s Area Hierarchy • What is an Autonomous System (AS)? • A set of routers under a single technical administration, using an interior gateway protocol (IGP) and common metrics to route packets within the AS and using an exterior gateway protocol (EGP) to route packets to other AS’s • Sometimes AS’s use multiple IGPs and metrics, but appear as single AS’s to other AS’s • Each AS assigned unique ID • AS’s peer at network exchanges
  • 12.
    Lecture #13: 02-24-0412 AS Numbers (ASNs) ASNs are 16 bit values 64512 through 65535 are “private” • Genuity: 1 • MIT: 3 • JANET: 786 • UC San Diego: 7377 • AT&T: 7018, 6341, 5074, … • UUNET: 701, 702, 284, 12199, … • Sprint: 1239, 1240, 6211, 6242, … • … ASNs represent units of routing policy Currently over 15,000 in use
  • 13.
    Lecture #13: 02-24-0413 Example 1 2 3 1.1 1.2 2.1 2.2 3.1 3.2 2.2.1 4 4.1 4.2 5 5.1 5.2 EGP IGP EGP EGP IGP IGP IGP IGP EGP EGP
  • 14.
    Lecture #13: 02-24-0414 A Logical View of the Internet? R R R R R • RIP/OSPF not very scalable  area hierarchies • NOT TRUE EITHER! • ISP’s aren’t equal • Size • Connectivity ISP ISP
  • 15.
    Lecture #13: 02-24-0415 A Logical View of the Internet Tier 1 Tier 1 Tier 2 Tier 2 Tier 2 Tier 3 • Tier 1 ISP • “Default-free” with global reachability info • Tier 2 ISP • Regional or country-wide • Tier 3 ISP • Local Customer Provider
  • 16.
    Lecture #13: 02-24-0416 Transit vs. Peering ISP X ISP Y ISP Z ISP P Transit ($) Transit ($$$) Transit ($$ 1/2) Transit ($$) Peering Transit ($$$) Transit ($) Transit ($$) Transit ($$$)
  • 17.
    Lecture #13: 02-24-0417 Policy Impact • “Valley-free” routing • Number links as (+1, 0, -1) for provider, peer and customer • In any path should only see sequence of +1, followed by at most one 0, followed by sequence of -1 • WHY? • Consider the economics of the situation
  • 18.
    Lecture #13: 02-24-0418 Outline • Routing hierarchy • Internet structure • External BGP (E-BGP) • Internal BGP (I-BGP)
  • 19.
    Lecture #13: 02-24-0419 Choices • Link state or distance vector? • No universal metric – policy decisions • Problems with distance-vector: • Bellman-Ford algorithm may not converge • Problems with link state: • Metric used by routers not the same – loops • LS database too large – entire Internet • May expose policies to other AS’s
  • 20.
    Lecture #13: 02-24-0420 Solution: Distance Vector with Path • Each routing update carries the entire path • Loops are detected as follows: • When AS gets route check if AS already in path • If yes, reject route • If no, add self and (possibly) advertise route further • Advantage: • Metrics are local - AS chooses path, protocol ensures no loops
  • 21.
    Lecture #13: 02-24-0421 Interconnecting BGP Peers • BGP uses TCP to connect peers • Advantages: • Simplifies BGP • No need for periodic refresh - routes are valid until withdrawn, or the connection is lost • Incremental updates • Disadvantages • Congestion control on a routing protocol? • Poor interaction during high load
  • 22.
    Lecture #13: 02-24-0422 Hop-by-hop Model • BGP advertises to neighbors only those routes that it uses • Consistent with the hop-by-hop Internet paradigm • e.g., AS1 cannot tell AS2 to route to other AS’s in a manner different than what AS2 has chosen (need source routing for that)
  • 23.
    Lecture #13: 02-24-0423 Policy with BGP • BGP provides capability for enforcing various policies • Policies are not part of BGP: they are provided to BGP as configuration information • BGP enforces policies by choosing paths from multiple alternatives and controlling advertisement to other AS’s
  • 24.
    Lecture #13: 02-24-0424 Examples of BGP Policies • A multi-homed AS refuses to act as transit • Limit path advertisement • A multi-homed AS can become transit for some AS’s • Only advertise paths to some AS’s • An AS can favor or disfavor certain AS’s for traffic transit from itself
  • 25.
    Lecture #13: 02-24-0425 BGP Messages • Open • Announces AS ID • Determines hold timer – interval between keep_alive or update messages, zero interval implies no keep_alive • Keep_alive • Sent periodically (but before hold timer expires) to peers to ensure connectivity. • Sent in place of an UPDATE message • Notification • Used for error notification • TCP connection is closed immediately after notification
  • 26.
    Lecture #13: 02-24-0426 BGP UPDATE Message • List of withdrawn routes • Network layer reachability information • List of reachable prefixes • Path attributes • Origin • Path • Metrics • All prefixes advertised in message have same path attributes
  • 27.
    Lecture #13: 02-24-0427 Path Selection Criteria • Information based on path attributes • Attributes + external (policy) information • Examples: • Hop count • Policy considerations • Preference for AS • Presence or absence of certain AS • Path origin • Link dynamics
  • 28.
    Lecture #13: 02-24-0428 LOCAL PREF • Local (within an AS) mechanism to provide relative priority among BGP routers R1 R2 R3 R4 I-BGP AS 256 AS 300 Local Pref = 500 Local Pref =800 AS 100 R5 AS 200
  • 29.
    Lecture #13: 02-24-0429 LOCAL PREF – Common Uses • Handle routes advertised to multi-homed transit customers • Should use direct connection • Peering vs. transit • Prefer to use peering connection, why? • In general, customer > peer > provider • Use LOCAL PREF to ensure this
  • 30.
    Lecture #13: 02-24-0430 AS_PATH • List of traversed AS’s AS 500 AS 300 AS 200 AS 100 180.10.0.0/16 300 200 100 170.10.0.0/16 300 200 170.10.0.0/16 180.10.0.0/16
  • 31.
    Lecture #13: 02-24-0431 Multi-Exit Discriminator (MED) • Hint to external neighbors about the preferred path into an AS • Non-transitive attribute (we will see later why) • Different AS choose different scales • Used when two AS’s connect to each other in more than one place
  • 32.
    Lecture #13: 02-24-0432 MED • Hint to R1 to use R3 over R4 link • Cannot compare AS40’s values to AS30’s R1 R2 R3 R4 AS 30 AS 40 180.10.0.0 MED = 120 180.10.0.0 MED = 200 AS 10 180.10.0.0 MED = 50
  • 33.
    Lecture #13: 02-24-0433 MED • MED is typically used in provider/subscriber scenarios • It can lead to unfairness if used between ISP because it may force one ISP to carry more traffic: SF NY • ISP1 ignores MED from ISP2 • ISP2 obeys MED from ISP1 • ISP2 ends up carrying traffic most of the way ISP1 ISP2
  • 34.
    Lecture #13: 02-24-0434 Decision Process • Processing order of attributes: • Select route with highest LOCAL-PREF • Select route with shortest AS-PATH • Apply MED (if routes learned from same neighbor)
  • 35.
    Lecture #13: 02-24-0435 Outline • Routing hierarchy • Internet structure • External BGP (E-BGP) • Internal BGP (I-BGP)
  • 36.
    Lecture #13: 02-24-0436 Internal vs. External BGP R3 R4 R1 R2 E-BGP •BGP can be used by R3 and R4 to learn routes •How do R1 and R2 learn routes? AS1 AS2
  • 37.
    Lecture #13: 02-24-0437 Internal BGP (I-BGP) • Same messages as E-BGP • Different rules about re-advertising prefixes: • Prefix learned from E-BGP can be advertised to I-BGP neighbor and vice-versa, but • Prefix learned from one I-BGP neighbor cannot be advertised to another I-BGP neighbor • Reason: no AS PATH within the same AS and thus danger of looping.
  • 38.
    Lecture #13: 02-24-0438 Internal BGP (I-BGP) R3 R4 R1 R2 E-BGP I-BGP •R3 can tell R1 and R2 prefixes from R4 •R3 can tell R4 prefixes from R1 and R2 •R3 cannot tell R2 prefixes from R1 R2 can only find these prefixes through a direct connection to R1 Result: I-BGP routers must be fully connected (via TCP)! •contrast with E-BGP sessions that map to physical links AS1 AS2
  • 39.
    Lecture #13: 02-24-0439 Important Concepts • Wide area Internet structure and routing driven by economic considerations • Customer, providers and peers • BGP designed to: • Provide hierarchy that allows scalability • Allow enforcement of policies related to structure • Mechanisms • Path vector – scalable, hides structure from neighbors, detects loops quickly • IBGP structure/requirements – reuse of BGP, need for a fully connected mesh
  • 40.
    Lecture #13: 02-24-0440 Next Lecture: Multicast & DNS • How to send packets to multiple destinations • How to resolve names like www.google.com into IP addresses
  • 41.
    EXTRA SLIDES The restof the slides are FYI

Editor's Notes

  • #33 Where would you use this? Between ISPs? At edges?
  • #49 What are some choices?