SlideShare uma empresa Scribd logo
1 de 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

Mais conteúdo relacionado

Mais procurados

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
 

Mais procurados (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
 

Destaque

Axfood Annual report 2010
Axfood Annual report 2010Axfood Annual report 2010
Axfood Annual report 2010Axfood
 
2010-04-20 Presentation at media and analyst meeting
2010-04-20 Presentation at media and analyst meeting2010-04-20 Presentation at media and analyst meeting
2010-04-20 Presentation at media and analyst meetingAxfood
 
FüüSika üLdistavad Teemad KokkuvõTtena Keskkooli LõPus
FüüSika üLdistavad Teemad KokkuvõTtena Keskkooli LõPusFüüSika üLdistavad Teemad KokkuvõTtena Keskkooli LõPus
FüüSika üLdistavad Teemad KokkuvõTtena Keskkooli LõPussuurmets
 
La mission Unione Italiana Vini: una strategia.
La mission Unione Italiana Vini: una strategia.La mission Unione Italiana Vini: una strategia.
La mission Unione Italiana Vini: una strategia.Daniele Sbalchiero
 
Value of linked in's ecosystem
Value of linked in's ecosystemValue of linked in's ecosystem
Value of linked in's ecosystemRob Humphrey
 
Hire Students on LinkedIn
Hire Students on LinkedInHire Students on LinkedIn
Hire Students on LinkedInRob Humphrey
 
Lesson 9 2
Lesson 9 2Lesson 9 2
Lesson 9 2ralph50
 
Pojectmanagementver4
Pojectmanagementver4Pojectmanagementver4
Pojectmanagementver4sami325
 
Adapt Presentation Standard
Adapt Presentation   StandardAdapt Presentation   Standard
Adapt Presentation Standardjojones
 
Bi Implementatie E Business
Bi Implementatie E BusinessBi Implementatie E Business
Bi Implementatie E BusinessBullfrog Avenue
 
Web Accessibility Gone Wild
Web Accessibility Gone WildWeb Accessibility Gone Wild
Web Accessibility Gone WildJared Smith
 
AMSA Industry Trends
AMSA Industry TrendsAMSA Industry Trends
AMSA Industry Trendsagalecke
 
Axfood presentation q4_2013
Axfood presentation q4_2013Axfood presentation q4_2013
Axfood presentation q4_2013Axfood
 
Axfood Q4 2010
Axfood Q4 2010Axfood Q4 2010
Axfood Q4 2010Axfood
 
Frokostseminar mai 2010 solr open source cominvent as
Frokostseminar mai 2010 solr open source cominvent asFrokostseminar mai 2010 solr open source cominvent as
Frokostseminar mai 2010 solr open source cominvent asCominvent AS
 

Destaque (20)

B G P Part2
B G P  Part2B G P  Part2
B G P Part2
 
Animations
AnimationsAnimations
Animations
 
Axfood Annual report 2010
Axfood Annual report 2010Axfood Annual report 2010
Axfood Annual report 2010
 
2010-04-20 Presentation at media and analyst meeting
2010-04-20 Presentation at media and analyst meeting2010-04-20 Presentation at media and analyst meeting
2010-04-20 Presentation at media and analyst meeting
 
FüüSika üLdistavad Teemad KokkuvõTtena Keskkooli LõPus
FüüSika üLdistavad Teemad KokkuvõTtena Keskkooli LõPusFüüSika üLdistavad Teemad KokkuvõTtena Keskkooli LõPus
FüüSika üLdistavad Teemad KokkuvõTtena Keskkooli LõPus
 
La mission Unione Italiana Vini: una strategia.
La mission Unione Italiana Vini: una strategia.La mission Unione Italiana Vini: una strategia.
La mission Unione Italiana Vini: una strategia.
 
Value of linked in's ecosystem
Value of linked in's ecosystemValue of linked in's ecosystem
Value of linked in's ecosystem
 
Hire Students on LinkedIn
Hire Students on LinkedInHire Students on LinkedIn
Hire Students on LinkedIn
 
Lesson 9 2
Lesson 9 2Lesson 9 2
Lesson 9 2
 
Pojectmanagementver4
Pojectmanagementver4Pojectmanagementver4
Pojectmanagementver4
 
Adapt Presentation Standard
Adapt Presentation   StandardAdapt Presentation   Standard
Adapt Presentation Standard
 
Chapter 06
Chapter 06Chapter 06
Chapter 06
 
Itb Chap 16
Itb Chap 16Itb Chap 16
Itb Chap 16
 
Easy Web Design
Easy Web DesignEasy Web Design
Easy Web Design
 
Bi Implementatie E Business
Bi Implementatie E BusinessBi Implementatie E Business
Bi Implementatie E Business
 
Web Accessibility Gone Wild
Web Accessibility Gone WildWeb Accessibility Gone Wild
Web Accessibility Gone Wild
 
AMSA Industry Trends
AMSA Industry TrendsAMSA Industry Trends
AMSA Industry Trends
 
Axfood presentation q4_2013
Axfood presentation q4_2013Axfood presentation q4_2013
Axfood presentation q4_2013
 
Axfood Q4 2010
Axfood Q4 2010Axfood Q4 2010
Axfood Q4 2010
 
Frokostseminar mai 2010 solr open source cominvent as
Frokostseminar mai 2010 solr open source cominvent asFrokostseminar mai 2010 solr open source cominvent as
Frokostseminar mai 2010 solr open source cominvent as
 

Semelhante a B G P Part2

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
 

Semelhante a B G P Part2 (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
 

Último

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
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
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
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
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
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
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
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 

Último (20)

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
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
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
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
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)
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
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!
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 

B G P Part2

  • 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