SlideShare a Scribd company logo
1 of 107
Ch. 9 – BGP (Part 2) CCNP 1 version 3.0 Rick Graziani Cabrillo College
Note to instructors ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Concepts, diagrams, and examples ,[object Object]
Other source, Cisco on-line ,[object Object],[object Object],[object Object]
Implementing Policy ,[object Object],[object Object],[object Object],[object Object],[object Object]
Using BGP Attributes ,[object Object],[object Object],[object Object]
show ip bgp ,[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],show ip bgp
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],show ip bgp ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
BGP Attributes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
BGP Best Path Selection Algorithm ,[object Object],[object Object]
Path Attributes Attribute Code Type 1-ORIGIN Well-known mandatory 2-AS_PATH Well-known mandatory 3-NEXT_HOP Well-known mandatory 4-MULTI_EXIT_DISC Optional non-transitive 5-LOCAL_PREF Well-known discretionary 6-ATOMIC_AGGREGATE Well-known discretionary 7-AGGREGATOR Well-known discretionary 8-COMMUNITY Optional transitive (Cisco) 9-ORIGINATOR_ID Optional non-transitive (Cisco) 10-Cluster List Optional non-transitive (Cisco) 11-Destination Preference (MCI) 12-Advertiser (Baynet) 13-rcid_path (Baynet) 255-Reserved [md]
The ORIGIN attribute ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],The ORIGIN attribute
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The ORIGIN attribute ,[object Object],[object Object],[object Object]
Path Attributes Attribute Code Type 1-ORIGIN Well-known mandatory 2-AS_PATH Well-known mandatory 3-NEXT_HOP Well-known mandatory 4-MULTI_EXIT_DISC Optional non-transitive 5-LOCAL_PREF Well-known discretionary 6-ATOMIC_AGGREGATE Well-known discretionary 7-AGGREGATOR Well-known discretionary 8-COMMUNITY Optional transitive (Cisco) 9-ORIGINATOR_ID Optional non-transitive (Cisco) 10-Cluster List Optional non-transitive (Cisco) 11-Destination Preference (MCI) 12-Advertiser (Baynet) 13-rcid_path (Baynet) 255-Reserved [md]
NEXT_HOP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
NEXT_HOP and Multiaccess Media ,[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],NEXT_HOP and Multiaccess Media ,[object Object],[object Object],[object Object],[object Object],[object Object]
Path Attributes Attribute Code Type 1-ORIGIN Well-known mandatory 2-AS_PATH Well-known mandatory 3-NEXT_HOP Well-known mandatory 4-MULTI_EXIT_DISC Optional non-transitive 5-LOCAL_PREF Well-known discretionary 6-ATOMIC_AGGREGATE Well-known discretionary 7-AGGREGATOR Well-known discretionary 8-COMMUNITY Optional transitive (Cisco) 9-ORIGINATOR_ID Optional non-transitive (Cisco) 10-Cluster List Optional non-transitive (Cisco) 11-Destination Preference (MCI) 12-Advertiser (Baynet) 13-rcid_path (Baynet) 255-Reserved [md]
AS_PATH ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],AS_PATH
AS_PATH – private AS numbers ,[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],AS_PATH – private AS numbers
[object Object],[object Object],[object Object],[object Object],AS_PATH
[object Object],[object Object],[object Object],[object Object],AS_PATH
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],AS_PATH
AS_PATH - prepend ,[object Object],[object Object],[object Object]
AS_PATH – prepend Concept Current “shorter path” New “shorter path”
[object Object],[object Object],[object Object],[object Object],[object Object],AS_PATH – prepend - Example Router C   router bgp 300  network 170.10.0.0 neighbor 3.3.3.3 remote-as 200  neighbor 2.2.2.2 remote-as 100 neighbor 2.2.2.2 route-map SETPATH out  route-map SETPATH permit 10  set as-path prepend  300 300 route-map
[object Object],[object Object],[object Object],[object Object],The WEIGHT attribute AS 100 AS 200 2000 1000
[object Object],[object Object],[object Object],The WEIGHT attribute RouterC AS 100  2000 AS 200 1000
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],The WEIGHT attribute RouterC AS 200 1000 AS 100  2000
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],weight   2000 weight   1000 Higher weight preferred AS 100  2000 AS 200 1000 RouterC
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],The WEIGHT attribute weight   2000 weight   1000 AS 100 AS 200 RouterC
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],The WEIGHT attribute – Access list FYI
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],weight   2000 weight   1000 AS 100 AS 200 RouterC
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],weight   2000 weight   1000 AS 100 AS 200 RouterC
Path Attributes Attribute Code Type 1-ORIGIN Well-known mandatory 2-AS_PATH Well-known mandatory 3-NEXT_HOP Well-known mandatory 4-MULTI_EXIT_DISC Optional non-transitive 5-LOCAL_PREF Well-known discretionary 6-ATOMIC_AGGREGATE Well-known discretionary 7-AGGREGATOR Well-known discretionary 8-COMMUNITY Optional transitive (Cisco) 9-ORIGINATOR_ID Optional non-transitive (Cisco) 10-Cluster List Optional non-transitive (Cisco) 11-Destination Preference (MCI) 12-Advertiser (Baynet) 13-rcid_path (Baynet) 255-Reserved [md]
The LOCAL_PREF Attribute ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],The LOCAL_PREF Attribute ? ? Which exit should all the routers within AS 256 use?
[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Higher Local Preference is preferred! Higher Local Preference is preferred! 200 150
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Local Pref = 150 Local Pref = 200 All traffic in AS 256 destined for 170.10.0.0 (and other ASes) Higher Local Preference is preferred!
[object Object],[object Object],[object Object],Local Pref = 150 Local Pref = 200 All traffic in AS 256 destined for 170.10.0.0 (and other AS’s) Higher Local Preference is preferred!
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Local Pref = 150 Local Pref = 200 All traffic in AS 256 destined for 170.10.0.0 (and other AS’s) Higher Local Preference is preferred!
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],AS_PATH Attribute - FYI This command creates a special kind of access list that looks at the AS_PATH attribute.
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],AS_PATH Attribute - FYI
Regular Expressions - FYI ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Regular Expressions ,[object Object],Character Description ^ Matches the beginning of the input string. $ Matches the end of the input string. _ Matches a space, comma, left brace, right brace, the beginning of an input string, or the ending of an input stream . Matches any single character * Matches 0 or more single- or multiple-character patterns.
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Path Attributes Attribute Code Type 1-ORIGIN Well-known mandatory 2-AS_PATH Well-known mandatory 3-NEXT_HOP Well-known mandatory 4-MULTI_EXIT_DISC Optional non-transitive 5-LOCAL_PREF Well-known discretionary 6-ATOMIC_AGGREGATE Well-known discretionary 7-AGGREGATOR Well-known discretionary 8-COMMUNITY Optional transitive (Cisco) 9-ORIGINATOR_ID Optional non-transitive (Cisco) 10-Cluster List Optional non-transitive (Cisco) 11-Destination Preference (MCI) 12-Advertiser (Baynet) 13-rcid_path (Baynet) 255-Reserved [md]
The MED attribute ,[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],The MED attribute
[object Object],[object Object],Router A   router bgp 100  neighbor 2.2.2.1 remote-as 300  neighbor 3.3.3.3 remote-as 300  neighbor 4.4.4.3 remote-as 400  Router B   router bgp 400  neighbor 4.4.4.4 remote-as 100  neighbor 4.4.4.4 route-map SETMEDOUT  out  neighbor 5.5.5.4 remote-as 300  route-map  SETMEDOUT  permit 10  set metric 50   Router C   router bgp 300  neighbor 2.2.2.2 remote-as 100  neighbor 2.2.2.2 route-map  SETMEDOUT  out  neighbor 5.5.5.5 remote-as 400  neighbor 1.1.1.2 remote-as 300  route-map  SETMEDOUT  permit 10  set metric 120   Router D   router bgp 300  neighbor 3.3.3.2 remote-as 100  neighbor 3.3.3.2 route map  SETMEDOUT  out  neighbor 1.1.1.1 remote-as 300  route-map  SETMEDOUT  permit 10  set metric 200
[object Object],[object Object],RouterA can only compare MEDs from the same AS Router A   router bgp 100  neighbor 2.2.2.1 remote-as 300  neighbor 3.3.3.3 remote-as 300  neighbor 4.4.4.3 remote-as 400  Router B   router bgp 400  neighbor 4.4.4.4 remote-as 100  neighbor 4.4.4.4 route-map SETMEDOUT  out  neighbor 5.5.5.4 remote-as 300  route-map  SETMEDOUT  permit 10  set metric 50   Router C   router bgp 300  neighbor 2.2.2.2 remote-as 100  neighbor 2.2.2.2 route-map  SETMEDOUT  out  neighbor 5.5.5.5 remote-as 400  neighbor 1.1.1.2 remote-as 300  route-map  SETMEDOUT  permit 10  set metric 120   Router D   router bgp 300  neighbor 3.3.3.2 remote-as 100  neighbor 3.3.3.2 route map  SETMEDOUT  out  neighbor 1.1.1.1 remote-as 300  route-map  SETMEDOUT  permit 10  set metric 200
[object Object],Router A   router bgp 100  neighbor 2.2.2.1 remote-as 300  neighbor 3.3.3.3 remote-as 300  neighbor 4.4.4.3 remote-as 400  Router B   router bgp 400  neighbor 4.4.4.4 remote-as 100  neighbor 4.4.4.4 route-map SETMEDOUT  out  neighbor 5.5.5.4 remote-as 300  route-map  SETMEDOUT  permit 10  set metric 50   Router C   router bgp 300  neighbor 2.2.2.2 remote-as 100  neighbor 2.2.2.2 route-map  SETMEDOUT  out  neighbor 5.5.5.5 remote-as 400  neighbor 1.1.1.2 remote-as 300  route-map  SETMEDOUT  permit 10  set metric 120   Router D   router bgp 300  neighbor 3.3.3.2 remote-as 100  neighbor 3.3.3.2 route map  SETMEDOUT  out  neighbor 1.1.1.1 remote-as 300  route-map  SETMEDOUT  permit 10  set metric 200
[object Object],[object Object],Router A   router bgp 100  neighbor 2.2.2.1 remote-as 300  neighbor 3.3.3.3 remote-as 300  neighbor 4.4.4.3 remote-as 400 bgp always-compare-med  Router B   router bgp 400  neighbor 4.4.4.4 remote-as 100  neighbor 4.4.4.4 route-map SETMEDOUT out  neighbor 5.5.5.4 remote-as 300  route-map SETMEDOUT permit 10  set metric 50   Router C   router bgp 300  neighbor 2.2.2.2 remote-as 100  neighbor 2.2.2.2 route-map SETMEDOUT out  neighbor 5.5.5.5 remote-as 400  neighbor 1.1.1.2 remote-as 300  route-map SETMEDOUT permit 10  set metric 120  Router D   router bgp 300  neighbor 3.3.3.2 remote-as 100  neighbor 3.3.3.2 route map SETMEDOUT out  neighbor 1.1.1.1 remote-as 300  route-map SETMEDOUT permit 10  set metric 200
Path Attributes - FYI Attribute Code Type 1-ORIGIN Well-known mandatory 2-AS_PATH Well-known mandatory 3-NEXT_HOP Well-known mandatory 4-MULTI_EXIT_DISC Optional non-transitive 5-LOCAL_PREF Well-known discretionary 6-ATOMIC_AGGREGATE Well-known discretionary 7-AGGREGATOR Well-known discretionary 8-COMMUNITY Optional transitive (Cisco) 9-ORIGINATOR_ID Optional non-transitive (Cisco) 10-Cluster List Optional non-transitive (Cisco) 11-Destination Preference (MCI) 12-Advertiser (Baynet) 13-rcid_path (Baynet) 255-Reserved [md]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],ATOMIC_AGGREGATE - FYI
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],ATOMIC_AGGREGATE - FYI
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],ATOMIC_AGGREGATE - FYI
[object Object],[object Object],[object Object],[object Object],[object Object],ATOMIC_AGGREGATE - FYI
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Example 1: Aggregating Local Routes
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Example 1: Aggregating Local Routes
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Example 1: Aggregating Local Routes
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Traceroute.org – www.traceroute.org
[object Object],[object Object],[object Object],What is a Route Server?
Cabrillo – 207.62.184.0 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Geektools.com
Using regular expressions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
FYI ,[object Object]
BGP Route Filtering ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
BGP Route Filtering The distribute-list command can be used to filter updates so that AS1 does not receive transit traffic to network 192.69.10.0 /24.   RTA filters update to RTC so it does not include the 192.69.10.0/24 network.
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],RTA filters update to RTC so it does not include the 192.69.10.0/24 network.
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],RTA filters update to RTC so it does not include the 192.69.10.0/24 network.
BGP Route Filtering ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
BGP Route Filtering - Prefix lists ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
BGP Route Filtering - Prefix lists Parameter Description list-name Specifies the name of a prefix list. seq (Optional) Applies the sequence number to the prefix list entry being created or deleted. seq-value (Optional) Specifies the sequence number for the prefix list entry. deny Denies access to matching conditions. permit Permits access for matching conditions. network /len (Mandatory) The network number and length (in bits) of the network mask. ge (Optional) Applies  ge-value  to the range specified. ge-value (Optional) Specifies the lesser value of a range (the "from" portion of the range description). le (Optional) Applies  le-value  to the range specified. le-value (Optional) Specifies the greater value of a range (the "to" portion of the range description).
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Example:
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],BGP Route Filtering - Prefix lists
[object Object],[object Object],[object Object],BGP Route Filtering - Prefix lists
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],BGP Route Filtering - Prefix lists
Default Routes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Default Routes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Symmetry ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Load Balancing ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Ch. 9 – BGP (Part 2) CCNP 1 version 3.0 Rick Graziani Cabrillo College

More Related Content

What's hot

An Overview of Border Gateway Protocol (BGP)
An Overview of Border Gateway Protocol (BGP)An Overview of Border Gateway Protocol (BGP)
An Overview of Border Gateway Protocol (BGP)Jasim Alam
 
Using BGP To Manage Dual Internet Connections
Using BGP To Manage Dual Internet ConnectionsUsing BGP To Manage Dual Internet Connections
Using BGP To Manage Dual Internet ConnectionsRowell Dionicio
 
BGP Techniques for Network Operators
BGP Techniques for Network OperatorsBGP Techniques for Network Operators
BGP Techniques for Network OperatorsAPNIC
 
Implementing Internet and MPLS BGP
Implementing Internet and MPLS BGPImplementing Internet and MPLS BGP
Implementing Internet and MPLS BGPPrivate
 
SGNOG2 - Using communities for multihoming ISP workshop
SGNOG2 - Using communities for multihoming ISP workshopSGNOG2 - Using communities for multihoming ISP workshop
SGNOG2 - Using communities for multihoming ISP workshopAPNIC
 
Border gateway protocol
Border gateway protocolBorder gateway protocol
Border gateway protocolazlerabby
 
Border Gateway Protocol (BGP)
Border Gateway Protocol (BGP)Border Gateway Protocol (BGP)
Border Gateway Protocol (BGP)Nutan Singh
 
Border Gateway Protocol
Border Gateway ProtocolBorder Gateway Protocol
Border Gateway ProtocolKashif Latif
 
Troubleshooting BGP
Troubleshooting BGPTroubleshooting BGP
Troubleshooting BGPAPNIC
 
3 ip routing part b
3 ip routing part b3 ip routing part b
3 ip routing part bSagarR24
 

What's hot (20)

An Overview of Border Gateway Protocol (BGP)
An Overview of Border Gateway Protocol (BGP)An Overview of Border Gateway Protocol (BGP)
An Overview of Border Gateway Protocol (BGP)
 
Using BGP To Manage Dual Internet Connections
Using BGP To Manage Dual Internet ConnectionsUsing BGP To Manage Dual Internet Connections
Using BGP To Manage Dual Internet Connections
 
Bgp (1)
Bgp (1)Bgp (1)
Bgp (1)
 
BGP
BGPBGP
BGP
 
Bgp
BgpBgp
Bgp
 
Bgp training
Bgp trainingBgp training
Bgp training
 
BGP Techniques for Network Operators
BGP Techniques for Network OperatorsBGP Techniques for Network Operators
BGP Techniques for Network Operators
 
Bigbgp
BigbgpBigbgp
Bigbgp
 
Implementing Internet and MPLS BGP
Implementing Internet and MPLS BGPImplementing Internet and MPLS BGP
Implementing Internet and MPLS BGP
 
SGNOG2 - Using communities for multihoming ISP workshop
SGNOG2 - Using communities for multihoming ISP workshopSGNOG2 - Using communities for multihoming ISP workshop
SGNOG2 - Using communities for multihoming ISP workshop
 
Juniper Bgp
Juniper BgpJuniper Bgp
Juniper Bgp
 
Border gateway protocol
Border gateway protocolBorder gateway protocol
Border gateway protocol
 
BGP protocol presentation
BGP protocol  presentationBGP protocol  presentation
BGP protocol presentation
 
Border Gateway Protocol (BGP)
Border Gateway Protocol (BGP)Border Gateway Protocol (BGP)
Border Gateway Protocol (BGP)
 
Border Gateway Protocol
Border Gateway ProtocolBorder Gateway Protocol
Border Gateway Protocol
 
Border Gatway Protocol
Border Gatway ProtocolBorder Gatway Protocol
Border Gatway Protocol
 
BGP
BGPBGP
BGP
 
Troubleshooting BGP
Troubleshooting BGPTroubleshooting BGP
Troubleshooting BGP
 
3 ip routing part b
3 ip routing part b3 ip routing part b
3 ip routing part b
 
bgp protocol
 bgp protocol bgp protocol
bgp protocol
 

Viewers also liked

Ccna interview questions
Ccna interview questionsCcna interview questions
Ccna interview questionsSanjay Thakare
 
Ce hv7 module 05 system hacking
Ce hv7 module 05 system hackingCe hv7 module 05 system hacking
Ce hv7 module 05 system hackingZuleima Parada
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bullsSwapnil Kapate
 
9/2008 - He quan tri co so du lieu (tt)
9/2008 - He quan tri co so du lieu (tt)9/2008 - He quan tri co so du lieu (tt)
9/2008 - He quan tri co so du lieu (tt)Quan
 
NIFE - Adwords presentation1hour
NIFE - Adwords presentation1hourNIFE - Adwords presentation1hour
NIFE - Adwords presentation1hourNoah Boswell
 
Enlace de comunicaciones por microondas ciudad universitaria (pachuca)–campus...
Enlace de comunicaciones por microondas ciudad universitaria (pachuca)–campus...Enlace de comunicaciones por microondas ciudad universitaria (pachuca)–campus...
Enlace de comunicaciones por microondas ciudad universitaria (pachuca)–campus...Rodrigo Trejo Riascos
 
Ame Barrick Toronto 2008
Ame Barrick   Toronto 2008Ame Barrick   Toronto 2008
Ame Barrick Toronto 2008tkrawchyk
 
Cas Initial Findings 16 Feb
Cas Initial Findings 16 FebCas Initial Findings 16 Feb
Cas Initial Findings 16 FebJoel Conkle
 
CRM AddOn Import IT eCast
CRM AddOn Import IT eCastCRM AddOn Import IT eCast
CRM AddOn Import IT eCastpatrick_m
 
EL CIRUJANO-DENTISTA PERUANO Y SU FALTA DE FORMACIÓN GREMIAL
EL CIRUJANO-DENTISTA PERUANO Y SU FALTA DE FORMACIÓN GREMIALEL CIRUJANO-DENTISTA PERUANO Y SU FALTA DE FORMACIÓN GREMIAL
EL CIRUJANO-DENTISTA PERUANO Y SU FALTA DE FORMACIÓN GREMIALRicardo Benza
 
первый раз презентацию делаю
первый раз презентацию делаюпервый раз презентацию делаю
первый раз презентацию делаюvezuha13
 
Interim report Axfood Q3 2010
Interim report Axfood Q3 2010Interim report Axfood Q3 2010
Interim report Axfood Q3 2010Axfood
 

Viewers also liked (17)

B G P Part2
B G P  Part2B G P  Part2
B G P Part2
 
Ccna notes
Ccna notesCcna notes
Ccna notes
 
Ccna interview questions
Ccna interview questionsCcna interview questions
Ccna interview questions
 
Ce hv7 module 11 session hijacking
Ce hv7 module 11 session hijackingCe hv7 module 11 session hijacking
Ce hv7 module 11 session hijacking
 
Ce hv7 module 05 system hacking
Ce hv7 module 05 system hackingCe hv7 module 05 system hacking
Ce hv7 module 05 system hacking
 
CCNA CheatSheet
CCNA CheatSheetCCNA CheatSheet
CCNA CheatSheet
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
 
Ccna complete notes
Ccna complete notesCcna complete notes
Ccna complete notes
 
9/2008 - He quan tri co so du lieu (tt)
9/2008 - He quan tri co so du lieu (tt)9/2008 - He quan tri co so du lieu (tt)
9/2008 - He quan tri co so du lieu (tt)
 
NIFE - Adwords presentation1hour
NIFE - Adwords presentation1hourNIFE - Adwords presentation1hour
NIFE - Adwords presentation1hour
 
Enlace de comunicaciones por microondas ciudad universitaria (pachuca)–campus...
Enlace de comunicaciones por microondas ciudad universitaria (pachuca)–campus...Enlace de comunicaciones por microondas ciudad universitaria (pachuca)–campus...
Enlace de comunicaciones por microondas ciudad universitaria (pachuca)–campus...
 
Ame Barrick Toronto 2008
Ame Barrick   Toronto 2008Ame Barrick   Toronto 2008
Ame Barrick Toronto 2008
 
Cas Initial Findings 16 Feb
Cas Initial Findings 16 FebCas Initial Findings 16 Feb
Cas Initial Findings 16 Feb
 
CRM AddOn Import IT eCast
CRM AddOn Import IT eCastCRM AddOn Import IT eCast
CRM AddOn Import IT eCast
 
EL CIRUJANO-DENTISTA PERUANO Y SU FALTA DE FORMACIÓN GREMIAL
EL CIRUJANO-DENTISTA PERUANO Y SU FALTA DE FORMACIÓN GREMIALEL CIRUJANO-DENTISTA PERUANO Y SU FALTA DE FORMACIÓN GREMIAL
EL CIRUJANO-DENTISTA PERUANO Y SU FALTA DE FORMACIÓN GREMIAL
 
первый раз презентацию делаю
первый раз презентацию делаюпервый раз презентацию делаю
первый раз презентацию делаю
 
Interim report Axfood Q3 2010
Interim report Axfood Q3 2010Interim report Axfood Q3 2010
Interim report Axfood Q3 2010
 

Similar to BGP Path Selection Process and Attributes

SANOG23-BGP-Techniques.pdf
SANOG23-BGP-Techniques.pdfSANOG23-BGP-Techniques.pdf
SANOG23-BGP-Techniques.pdfGhulamIbneGhulam
 
Ccnp enterprise workbook v1.0 bgp zero to hero
Ccnp enterprise workbook v1.0 bgp zero to heroCcnp enterprise workbook v1.0 bgp zero to hero
Ccnp enterprise workbook v1.0 bgp zero to heroSagarR24
 
Describe the different metrics that BGP can use in building a routing.docx
Describe the different metrics that BGP can use in building a routing.docxDescribe the different metrics that BGP can use in building a routing.docx
Describe the different metrics that BGP can use in building a routing.docxearleanp
 
Bgp 6 advanced transit as issues
Bgp 6   advanced transit as issuesBgp 6   advanced transit as issues
Bgp 6 advanced transit as issuesAuguste Behe
 
Cisco ccnp 642-902 practice tests for quick preparation
Cisco ccnp 642-902 practice tests for quick preparationCisco ccnp 642-902 practice tests for quick preparation
Cisco ccnp 642-902 practice tests for quick preparationCisco-642-902
 
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 2408 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24legasu zemene
 
Cisco BGP Exam 642-661 Review Notes
Cisco BGP Exam 642-661 Review NotesCisco BGP Exam 642-661 Review Notes
Cisco BGP Exam 642-661 Review NotesDuane Bodle
 
BGP Path Selection & Attributes BGP Weight & BGP AS-Path Prepending
BGP Path Selection & Attributes BGP Weight & BGP AS-Path PrependingBGP Path Selection & Attributes BGP Weight & BGP AS-Path Prepending
BGP Path Selection & Attributes BGP Weight & BGP AS-Path PrependingShawan Roy
 
Dynamische Routingprotokolle Aufzucht und Pflege - BGP
Dynamische Routingprotokolle Aufzucht und Pflege - BGPDynamische Routingprotokolle Aufzucht und Pflege - BGP
Dynamische Routingprotokolle Aufzucht und Pflege - BGPMaximilan Wilhelm
 
PLNOG15: BGP New Advanced Features - Piotr Wojciechowski
PLNOG15: BGP New Advanced Features - Piotr WojciechowskiPLNOG15: BGP New Advanced Features - Piotr Wojciechowski
PLNOG15: BGP New Advanced Features - Piotr WojciechowskiPROIDEA
 

Similar to BGP Path Selection Process and Attributes (20)

SANOG23-BGP-Techniques.pdf
SANOG23-BGP-Techniques.pdfSANOG23-BGP-Techniques.pdf
SANOG23-BGP-Techniques.pdf
 
Bgp Toc
Bgp TocBgp Toc
Bgp Toc
 
Bgp
BgpBgp
Bgp
 
Bgp attribute-case study
Bgp attribute-case studyBgp attribute-case study
Bgp attribute-case study
 
07.bgp
07.bgp07.bgp
07.bgp
 
Lec7
Lec7Lec7
Lec7
 
Ccnp enterprise workbook v1.0 bgp zero to hero
Ccnp enterprise workbook v1.0 bgp zero to heroCcnp enterprise workbook v1.0 bgp zero to hero
Ccnp enterprise workbook v1.0 bgp zero to hero
 
CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7
 
Describe the different metrics that BGP can use in building a routing.docx
Describe the different metrics that BGP can use in building a routing.docxDescribe the different metrics that BGP can use in building a routing.docx
Describe the different metrics that BGP can use in building a routing.docx
 
Bgp 6 advanced transit as issues
Bgp 6   advanced transit as issuesBgp 6   advanced transit as issues
Bgp 6 advanced transit as issues
 
Cisco ccnp 642-902 practice tests for quick preparation
Cisco ccnp 642-902 practice tests for quick preparationCisco ccnp 642-902 practice tests for quick preparation
Cisco ccnp 642-902 practice tests for quick preparation
 
BGP Update Source
BGP Update Source BGP Update Source
BGP Update Source
 
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 2408 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
 
Cisco BGP Exam 642-661 Review Notes
Cisco BGP Exam 642-661 Review NotesCisco BGP Exam 642-661 Review Notes
Cisco BGP Exam 642-661 Review Notes
 
BGP Path Selection & Attributes BGP Weight & BGP AS-Path Prepending
BGP Path Selection & Attributes BGP Weight & BGP AS-Path PrependingBGP Path Selection & Attributes BGP Weight & BGP AS-Path Prepending
BGP Path Selection & Attributes BGP Weight & BGP AS-Path Prepending
 
EIGRP CCNA
EIGRP CCNAEIGRP CCNA
EIGRP CCNA
 
Eigrp
EigrpEigrp
Eigrp
 
Dynamische Routingprotokolle Aufzucht und Pflege - BGP
Dynamische Routingprotokolle Aufzucht und Pflege - BGPDynamische Routingprotokolle Aufzucht und Pflege - BGP
Dynamische Routingprotokolle Aufzucht und Pflege - BGP
 
PLNOG15: BGP New Advanced Features - Piotr Wojciechowski
PLNOG15: BGP New Advanced Features - Piotr WojciechowskiPLNOG15: BGP New Advanced Features - Piotr Wojciechowski
PLNOG15: BGP New Advanced Features - Piotr Wojciechowski
 
BGP Overview
BGP OverviewBGP Overview
BGP Overview
 

Recently uploaded

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 

Recently uploaded (20)

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 

BGP Path Selection Process and Attributes

  • 1. Ch. 9 – BGP (Part 2) CCNP 1 version 3.0 Rick Graziani Cabrillo College
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15. Path Attributes Attribute Code Type 1-ORIGIN Well-known mandatory 2-AS_PATH Well-known mandatory 3-NEXT_HOP Well-known mandatory 4-MULTI_EXIT_DISC Optional non-transitive 5-LOCAL_PREF Well-known discretionary 6-ATOMIC_AGGREGATE Well-known discretionary 7-AGGREGATOR Well-known discretionary 8-COMMUNITY Optional transitive (Cisco) 9-ORIGINATOR_ID Optional non-transitive (Cisco) 10-Cluster List Optional non-transitive (Cisco) 11-Destination Preference (MCI) 12-Advertiser (Baynet) 13-rcid_path (Baynet) 255-Reserved [md]
  • 16.
  • 17.
  • 18.
  • 19.
  • 20. Path Attributes Attribute Code Type 1-ORIGIN Well-known mandatory 2-AS_PATH Well-known mandatory 3-NEXT_HOP Well-known mandatory 4-MULTI_EXIT_DISC Optional non-transitive 5-LOCAL_PREF Well-known discretionary 6-ATOMIC_AGGREGATE Well-known discretionary 7-AGGREGATOR Well-known discretionary 8-COMMUNITY Optional transitive (Cisco) 9-ORIGINATOR_ID Optional non-transitive (Cisco) 10-Cluster List Optional non-transitive (Cisco) 11-Destination Preference (MCI) 12-Advertiser (Baynet) 13-rcid_path (Baynet) 255-Reserved [md]
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26. Path Attributes Attribute Code Type 1-ORIGIN Well-known mandatory 2-AS_PATH Well-known mandatory 3-NEXT_HOP Well-known mandatory 4-MULTI_EXIT_DISC Optional non-transitive 5-LOCAL_PREF Well-known discretionary 6-ATOMIC_AGGREGATE Well-known discretionary 7-AGGREGATOR Well-known discretionary 8-COMMUNITY Optional transitive (Cisco) 9-ORIGINATOR_ID Optional non-transitive (Cisco) 10-Cluster List Optional non-transitive (Cisco) 11-Destination Preference (MCI) 12-Advertiser (Baynet) 13-rcid_path (Baynet) 255-Reserved [md]
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35. AS_PATH – prepend Concept Current “shorter path” New “shorter path”
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45. Path Attributes Attribute Code Type 1-ORIGIN Well-known mandatory 2-AS_PATH Well-known mandatory 3-NEXT_HOP Well-known mandatory 4-MULTI_EXIT_DISC Optional non-transitive 5-LOCAL_PREF Well-known discretionary 6-ATOMIC_AGGREGATE Well-known discretionary 7-AGGREGATOR Well-known discretionary 8-COMMUNITY Optional transitive (Cisco) 9-ORIGINATOR_ID Optional non-transitive (Cisco) 10-Cluster List Optional non-transitive (Cisco) 11-Destination Preference (MCI) 12-Advertiser (Baynet) 13-rcid_path (Baynet) 255-Reserved [md]
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 63.
  • 64.
  • 65.
  • 66. Path Attributes Attribute Code Type 1-ORIGIN Well-known mandatory 2-AS_PATH Well-known mandatory 3-NEXT_HOP Well-known mandatory 4-MULTI_EXIT_DISC Optional non-transitive 5-LOCAL_PREF Well-known discretionary 6-ATOMIC_AGGREGATE Well-known discretionary 7-AGGREGATOR Well-known discretionary 8-COMMUNITY Optional transitive (Cisco) 9-ORIGINATOR_ID Optional non-transitive (Cisco) 10-Cluster List Optional non-transitive (Cisco) 11-Destination Preference (MCI) 12-Advertiser (Baynet) 13-rcid_path (Baynet) 255-Reserved [md]
  • 67.
  • 68.
  • 69.
  • 70.
  • 71.
  • 72.
  • 73. Path Attributes - FYI Attribute Code Type 1-ORIGIN Well-known mandatory 2-AS_PATH Well-known mandatory 3-NEXT_HOP Well-known mandatory 4-MULTI_EXIT_DISC Optional non-transitive 5-LOCAL_PREF Well-known discretionary 6-ATOMIC_AGGREGATE Well-known discretionary 7-AGGREGATOR Well-known discretionary 8-COMMUNITY Optional transitive (Cisco) 9-ORIGINATOR_ID Optional non-transitive (Cisco) 10-Cluster List Optional non-transitive (Cisco) 11-Destination Preference (MCI) 12-Advertiser (Baynet) 13-rcid_path (Baynet) 255-Reserved [md]
  • 74.
  • 75.
  • 76.
  • 77.
  • 78.
  • 79.
  • 80.
  • 81.
  • 83.
  • 84.
  • 85.
  • 87.
  • 88.
  • 89.
  • 90.
  • 91. BGP Route Filtering The distribute-list command can be used to filter updates so that AS1 does not receive transit traffic to network 192.69.10.0 /24. RTA filters update to RTC so it does not include the 192.69.10.0/24 network.
  • 92.
  • 93.
  • 94.
  • 95.
  • 96.
  • 97. BGP Route Filtering - Prefix lists Parameter Description list-name Specifies the name of a prefix list. seq (Optional) Applies the sequence number to the prefix list entry being created or deleted. seq-value (Optional) Specifies the sequence number for the prefix list entry. deny Denies access to matching conditions. permit Permits access for matching conditions. network /len (Mandatory) The network number and length (in bits) of the network mask. ge (Optional) Applies ge-value to the range specified. ge-value (Optional) Specifies the lesser value of a range (the "from" portion of the range description). le (Optional) Applies le-value to the range specified. le-value (Optional) Specifies the greater value of a range (the "to" portion of the range description).
  • 98.
  • 99.
  • 100.
  • 101.
  • 102.
  • 103.
  • 104.
  • 105.
  • 106.
  • 107. Ch. 9 – BGP (Part 2) CCNP 1 version 3.0 Rick Graziani Cabrillo College