SlideShare a Scribd company logo
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 Connections
Rowell Dionicio
 
Bgp
BgpBgp
Bgp training
Bgp trainingBgp training
Bgp training
Aun Haider
 
BGP Techniques for Network Operators
BGP Techniques for Network OperatorsBGP Techniques for Network Operators
BGP Techniques for Network Operators
APNIC
 
Implementing Internet and MPLS BGP
Implementing Internet and MPLS BGPImplementing Internet and MPLS BGP
Implementing Internet and MPLS BGP
Private
 
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
APNIC
 
Border gateway protocol
Border gateway protocolBorder gateway protocol
Border gateway protocol
azlerabby
 
BGP protocol presentation
BGP protocol  presentationBGP protocol  presentation
BGP protocol presentation
Gorantla Mohanavamsi
 
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
 
Border Gatway Protocol
Border Gatway ProtocolBorder Gatway Protocol
Border Gatway Protocol
Shashank Asthana
 
Troubleshooting BGP
Troubleshooting BGPTroubleshooting BGP
Troubleshooting BGP
APNIC
 
3 ip routing part b
3 ip routing part b3 ip routing part b
3 ip routing part b
SagarR24
 
bgp protocol
 bgp protocol bgp protocol
bgp protocol
Sukanya Sanyal
 

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

Axfood Annual report 2010
Axfood Annual report 2010Axfood Annual report 2010
Axfood Annual report 2010
Axfood
 
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õPus
suurmets
 
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 LinkedIn
Rob Humphrey
 
Lesson 9 2
Lesson 9 2Lesson 9 2
Lesson 9 2ralph50
 
Pojectmanagementver4
Pojectmanagementver4Pojectmanagementver4
Pojectmanagementver4
sami325
 
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 Business
Bullfrog Avenue
 
Web Accessibility Gone Wild
Web Accessibility Gone WildWeb Accessibility Gone Wild
Web Accessibility Gone Wild
Jared 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_2013
Axfood
 
Axfood Q4 2010
Axfood Q4 2010Axfood Q4 2010
Axfood Q4 2010
Axfood
 
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
Cominvent AS
 

Viewers also liked (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
 

Similar to B G P Part2

SANOG23-BGP-Techniques.pdf
SANOG23-BGP-Techniques.pdfSANOG23-BGP-Techniques.pdf
SANOG23-BGP-Techniques.pdf
GhulamIbneGhulam
 
Bgp Toc
Bgp TocBgp Toc
Bgp Toc
bigb0206
 
Bgp
BgpBgp
Bgp attribute-case study
Bgp attribute-case studyBgp attribute-case study
Bgp attribute-case study
SalvatoreFILORIZZO
 
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
SagarR24
 
CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7
Chaing Ravuth
 
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
earleanp
 
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 preparation
Cisco-642-902
 
BGP Update Source
BGP Update Source BGP Update Source
BGP Update Source
NetProtocol Xpert
 
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
legasu 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 Notes
Duane 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 Prepending
Shawan Roy
 
EIGRP CCNA
EIGRP CCNAEIGRP CCNA
Eigrp
EigrpEigrp
Dynamische Routingprotokolle Aufzucht und Pflege - BGP
Dynamische Routingprotokolle Aufzucht und Pflege - BGPDynamische Routingprotokolle Aufzucht und Pflege - BGP
Dynamische Routingprotokolle Aufzucht und Pflege - BGP
Maximilan 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 Wojciechowski
PROIDEA
 
BGP Overview
BGP OverviewBGP Overview
BGP Overview
Matt Bynum
 

Similar to 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
 

Recently uploaded

De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
ViralQR
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
Peter Spielvogel
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 

Recently uploaded (20)

De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 

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