+ All Categories
Home > Documents > BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too •...

BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too •...

Date post: 15-Aug-2020
Category:
Upload: others
View: 2 times
Download: 0 times
Share this document with a friend
54
BGP4 workshop scenario Presented by: Bruce Morgan [email protected] Terutaka Komorizono [email protected] Written by: Terutaka Komorizono [email protected]
Transcript
Page 1: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

BGP4 workshop scenario

Presented by:Bruce Morgan [email protected] Komorizono [email protected]

Written by:Terutaka Komorizono [email protected]

Page 2: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Introduction

• Presentation has many configuration examples• Using Cisco IOS CLI• Aimed at Service Providers

Techniques can be used by many enterprises too

• Feel free to ask questions

Page 3: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Target Network topology

TIER1/AS10/Instructor

AS100/PH

AS200/ID

AS300/TH

AS1000/VN AS2000/MY

A

B

C

C

CA AB

B

B BA A

172.16.0.1

172.16.0.2

172.16.0.3

172.16.4.1

172.16.4.3

172.16.4.2

172.16.8.2

172.16.8.3

172.16.8.1

192.168.0.1 192.168.0.2 192.168.4.1 192.168.4.2

Page 4: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Allocate ASN and IP address

192.168.0.0/221000USER1/VN192.168.4.0/222000USER2/MY

ISP-C/THISP-B/IDISP-A/PH

TIER1Party

30020010010

ASN

172.16.8.0/22172.16.4.0/22172.16.0.0/22

10.0.0.0/22IP address

Page 5: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Allocate ASN and IP address

192.168.0.[12]/32user1[01]Uesr1/AS1000192.168.4.[12]/32user2[01]User2/AS2000

172.16.8.[123]/32th0[012]ISP-C/AS300172.16.4.[123]/32Id0[012]ISP-B/AS200172.16.0.[123]/32my0[012]ISP-A/AS100

10.0.0.1/32tier1TIER1/AS1loopback0 addresshostnameAS

Page 6: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Loopback ip addresses

TIER1/AS10/Instructor

AS100/PH

AS200/ID

AS300/TH

AS1000/VN AS2000/MY

A

B

C

C

CA AB

B

B BA A

172.16.0.1

172.16.0.2

172.16.0.3

172.16.4.1

172.16.4.3

172.16.4.2

172.16.8.2

172.16.8.3

172.16.8.1

192.168.0.1 192.168.0.2 192.168.4.1 192.168.4.2

Page 7: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Physical interface ip addresses

TIER1/AS10/Instructor

AS100/PH

AS200/ID

AS300/TH

AS1000/VN AS2000/MY

A

B

C

C

CA AB

B

B BA A

10.0.1.2/24

10.0.1.1/24

10.0.1.3/24 10.0.1.4/2410.0.1.5/2410.0.1.6/24

10.0.1.7/24

Page 8: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step1: IGP

AS[123]00Isp-X0bb00

Isp-X0bb02Isp-X0bb01

ospf area0

Page 9: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

sample ospf config

!interface serial Xip ospf authentication

ip ospf authentication-key ********!router ospf xxxlog-adjacency-changesarea 0 authentication message-digestpassive-interface defaultno passive-interface <#i/f>no passive-interface <#i/f>network <#loopback ip> 0.0.0.0 area 0network <#loopback ip> 0.0.0.0 area 0network <#loopback ip> 0.0.0.0 area 0network <#Ptp ip> 0.0.0.3 area 0network <#Ptp ip> 0.0.0.3 area 0network <#Ptp ip> 0.0.0.3 area 0!

Page 10: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

After configure ospf

• show ip route• show ip route ospf• show ip ospf neighbor• debug ip ospf adj

Page 11: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step2: ibgp

TIER1/AS10

AS100

AS200

AS300

AS1000 AS2000

Page 12: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

sample ibgp config

!AS200 router confg!router bgp 200no synchronizationbgp log-neighbor-changesnetwork X.X.X.X mask 255.255.255.0network Y.Y.Y.Y mask 255.255.255.0neighbor <#router1 lo0> remote-as 200neighbor <#router1 lo0> description <#router-name>neighbor <#router1 lo0> update-source Loopback0neighbor <#router1 lo0> send-communityneighbor <#router2 lo0> remote-as 200neighbor <#router2 lo0> description <#router-name>neighbor <#router2 lo0> update-source Loopback0neighbor <#router2 lo0> send-communityno auto-summary

!!ip route X.X.X.X 255.255.255.0 null0ip route Y.Y.Y.Y 255.255.255.0 null0!

Page 13: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

sample peer-group config

!AS200 router confg!router bgp 200no synchronizationbgp log-neighbor-changesnetwork X.X.X.X mask 255.255.255.0network Y.Y.Y.Y mask 255.255.255.0neighbor ISP-N-IBGP peer-groupneighbor ISP-N-IBGP remote-as 200neighbor ISP-N-IBGP update-source Loopback0neighbor ISP-N-IBGP send-communityneighbor <#router1 lo0> peer-group ISP-N-IBGPneighbor <#router1 lo0> description <#router-name>neighbor <#router2 lo0> peer-group ISP-N-IBGPneighbor <#router2 lo0> description <#router-name>

!!ip route X.X.X.X 255.255.255.0 null0ip route Y.Y.Y.Y 255.255.255.0 null0!

Page 14: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

After configure iBGP

• show ip route• show ip bgp• show ip bgp x.x.x.x/xx• show ip bgp summary• show ip bgp neighbor x.x.x.x advertised-route• show ip bgp neighbor x.x.x.x route• show ip bgp neighbor x.x.x.x received-route• debug ip bgp

Page 15: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step3: ebgp

TIER1/AS10

AS100

AS200

AS300

AS1000 AS2000

Page 16: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step3: sample config

!Border router in AS200 confg!

router bgp 200neighbor <#neighbor router ptp> remote-as 1neighbor <#neighbor router ptp> description TIER1 AS1neighbor <#neighbor router ptp> next-hop-selfneighbor <#neighbor router ptp> soft-reconfiguration inbound!

Page 17: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

After configure eBGP

• show ip route• show ip bgp• show ip bgp x.x.x.x/xx• show ip bgp summary• show ip bgp neighbor x.x.x.x advertised-route• show ip bgp neighbor x.x.x.x route• show ip bgp neighbor x.x.x.x received-route• debug ip bgp

Page 18: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step4: ebgp

TIER1/AS10

AS100

AS200

AS300

AS1000 AS2000

Page 19: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step4: sample config

!Aggregation router in AS200 confg!router bgp 200neighbor <#neighbor router ptp> remote-as 1000neighbor <#neighbor router ptp> description USER AS1000neighbor <#neighbor router ptp> next-hop-selfneighbor <#neighbor router ptp> soft-reconfiguration inbound!

Page 20: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Applying Policy

Page 21: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Applying Policy

• Prefix filterApplying all received route from User at User connected router

• AS-PATH filterApplying AS-PATH filter to received route from User and at User connected routerApplying AS-PATH filter to received route from PEER and at PEER connected router. Due to normally we haven’t prefix-filter for PEERs link because difficult to follow PEERs announced prefixes.

• MEDSet in/out metric at border router with UPSTREAM and PEERS

• Local PreferenceSet local-preference as below

• Upstream route 90• User route 110

Page 22: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

sample as-path prepend config!Border router in AS200 confg!router bgp 200neighbor <#neighbor router ptp> remote-as 1000neighbor <#neighbor router ptp> description USER AS1000neighbor <#neighbor router ptp> next-hop-selfneighbor <#neighbor router ptp> soft-reconfiguration inboundneighbor <#neighbor router ptp> prefix-list toUPSTEAM out!ip community-list standard PREPEND2 permit 200:10002!route-map toUPSTREAM permit 10! set as-path prepend twicematch community 200:10002set as-path prepend 200 200!

Page 23: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

sample prefix-filter config!aggregation router in AS200 confg!router bgp 200neighbor <#neighbor router ptp> remote-as 1000neighbor <#neighbor router ptp> description USER AS1000neighbor <#neighbor router ptp> next-hop-selfneighbor <#neighbor router ptp> soft-reconfiguration inboundneighbor <#neighbor router ptp> prefix-list USER in!ip prefix-list USER description USER AS1000ip prefix-list USER seq 5 permit 192.168.0.0/24ip prefix-list USER seq 10 permit 192.168.1.0/24ip prefix-list USER seq 15 permit 192.168.2.0/24ip prefix-list USER seq 20 permit 192.168.3.0/24ip prefix-list USER seq 25 permit 192.168.4.0/24ip prefix-list USER seq 30 permit 192.168.5.0/24ip prefix-list USER seq 35 permit 192.168.6.0/24ip prefix-list USER seq 40 permit 192.168.7.0/24!

Page 24: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

sample AS-PATH filter config

!border router in AS200 confg

!router bgp 200

neighbor <#neighbor router ptp> remote-as 1000neighbor <#neighbor router ptp> description USER AS1000neighbor <#neighbor router ptp> next-hop-self

neighbor <#neighbor router ptp> soft-reconfiguration inboundneighbor <#neighbor router ptp> filter-list 50 in!ip as-path access-list 50 permit ^(1000_)+$

!

Page 25: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Regular explation

• ^ = begin of the linesample: ^(100)

100 200 -> OK200 100 -> NG

• $ = end of the linesample: (100)+$

100 -> OK200 100 -> OK

Page 26: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

sample metric and local-preference and med config

!Border router in AS200 confg!router bgp 200neighbor <#neighbor router ptp> remote-as 1000neighbor <#neighbor router ptp> description USER AS1000neighbor <#neighbor router ptp> next-hop-selfneighbor <#neighbor router ptp> soft-reconfiguration inboundneighbor 10.0.1.5 route-map fromUPSTREAM inneighbor 10.0.1.5 route-map toUPSTREAM out!!route-map toUPSTREAM permit 10set metric 0!route-map fromUPSTREAM permit 10set local-preference 90set metric 1000!

Page 27: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Set local preference

TIER1/AS10/Instructor

AS100/PH

AS200/ID

AS300/TH

AS1000/VN AS2000/MY

A

B

C

C

CA AB

B

B BA A

90

9090 90100

90

110110 110 110

100

100

100 100

100

100

Page 28: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Set MED

TIER1/AS10/Instructor

AS100/PH

AS200/ID

AS300/TH

AS1000/VN AS2000/MY

A

B

C

C

CA AB

B

B BA A

0

100

Page 29: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

multihoming

Page 30: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step5: multihoming – single router and multi path

TIER1/AS10

AS100

AS200

AS300

AS1000 AS2000

Page 31: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step6: multihoming - set primary/secondary by MED and local-preference

AS100

AS1000

Local Pref 100 Local Pref 105

AS100

Local Pref 105Local Pref 100

Metric 50Metric 100Metric 100 Metric 50

TIER1/AS10

Page 32: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step6: sample config

!user router config!router bgp 1000neighbor A.B.C.D route-map fromUPSTREAM0 inneighbor A.B.C.D route-map toUPSTREAM0 outneighbor E.F.G.H route-map fromUPSTREAM1 inneighbor E.F.G.H route-map toUPSTREAM1 out!route-map fromUPSTREAM0 permit 10set local-preference 105route-map toUPSTREAM0 permit 10set metric 50!route-map fromUPSTREAM1 permit 10set local-preference 100route-map toUPSTREAM1 permit 10set metric 100!

Page 33: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step7: multihoming – load-sharing

AS100

AS1000

Local Pref 100 Local Pref 105

AS100

Local Pref 105Local Pref 100

Metric 50Metric 100Metric 100 Metric 50

TIER1/AS10

Page 34: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step8: sample config

!user router config

!router bgp 1000neighbor A.B.C.D route-map fromUPSTREAM0 inneighbor A.B.C.D route-map toUPSTREAM0 outneighbor E.F.G.H route-map fromUPSTREAM1 inneighbor E.F.G.H route-map toUPSTREAM1 outmaximum-paths 2!

Page 35: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step8: sample config

!border router in as1 config!router bgp 1neighbor A.B.C.D remote-as 100neighbor A.B.C.D ebgp-multihop 2neighbor A.B.C.D update-source Loopback0

!ip route A.B.C.D 255.255.255.255 <#ptp ip1>ip route A.B.C.D 255.255.255.255 <#ptp ip2>!

!border router in as100 config!router bgp 100neighbor E.F.G.H remote-as 1neighbor E.F.G.H ebgp-multihop 2neighbor E.F.G.H update-source Loopback0

!ip route E.F.G.H 255.255.255.255 <#ptp ip1>ip route E.F.G.H 255.255.255.255 <#ptp ip2>!

Page 36: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step9: multihoming – two router and multi path

TIER1/AS10

AS100

AS200

AS300

AS1000 AS2000

Page 37: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step9: multihoming - set primary/secondary by MED and local-preference

AS100

AS1000

Local Pref 100 Local Pref 105

AS100

Local Pref 105Local Pref 100

Metric 50Metric 100Metric 100

Metric 50

TIER1/AS10

Page 38: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step9: sample config!Border router1 in AS200 confg!router bgp 200neighbor A.B.C.D route-map fromUPSTREAM inneighbor A.B.C.D route-map toUPSTREAM out!route-map fromUPSTREAM permit 10set local-preference 100route-map toUPSTREAM permit 10set metric 100!

!Border router2 in AS200 confg!router bgp 200neighbor A.B.C.D route-map fromUPSTREAM inneighbor A.B.C.D route-map toUPSTREAM out!route-map fromUPSTREAM permit 10set local-preference 105route-map toUPSTREAM permit 10set metric 50!

Page 39: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step10: multihoming - set primary/secondary by MED and local-preference with load-sharing

AS100

AS1000

Local Pref 100 Local Pref 100

AS100

Local Pref 100Local Pref 100

Metric 100Metric 100Metric 100

Metric 100

TIER1/AS10

Page 40: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step10: sample config!Border router1 in as200 confg!router bgp 200neighbor A.B.C.D route-map fromUPSTREAM inneighbor A.B.C.D route-map toUPSTREAM out

!route-map fromUPSTREAM permit 10set local-preference 100

route-map toUPSTREAM permit 10set metric 100

!

!Border router2 in as200 confg!router bgp 200neighbor A.B.C.D route-map fromUPSTREAM inneighbor A.B.C.D route-map toUPSTREAM out

!route-map fromUPSTREAM permit 10set local-preference 100

route-map toUPSTREAM permit 10set metric 100

!

Page 41: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step11: BGP communities

This chapter provides how ISP make a policy by bgp communities

Page 42: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step11: example: private peering - three types peers

• This examples how communities might be used at the peering edge of an ISP network

• ISP has three types BGP peers:– Customer– IXP and Private Peers– Upstream

• The prefixes received from each can be classified using communities

• Customer can opt to receive any or all of the above• Basic usage:

– When receiving routes, tagging communities to the received routes at the received router

– When announcing routes, do action along tag at the place announced route

Page 43: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step11: example:private peering – Internet Edge

• Community assignments:– Customer prefix: community 100:3000– Peers prefix: community 100:3100

• BGP customer who buys local connectivity gets 100:3000

• BGP customer who buys peers connectivity receives community 100:300 and 100:3100

• Customer who wants “the Internet” gets everything– Gets default route via “default-originate”– Or pays money to get all 160k prefixes

Page 44: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step11: example:private peering

TIER1/AS10

AS100

AS200

AS1000

Upstream 100:3000Peers 100:3100Customer 100: 10

View point from AS[123]00

Page 45: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step11: example:private peering

!Border router in AS100 config

!router bgp 100

neighbor TRANSIT-CUSTOMER peer-groupneighbor TRANSIT-CUSTOMER route-map TRANSIT-CUSTOMER inneighbor PEERS peer-groupneighbor PEERS route-map PEERS inneighbor UPSTREAM peer-groupneighbor UPSTREAM ... !route-map TRANSIT-CUSTOMER permit 10set community 100:3000route-map PEERS permit 10set community 100:3100!

Set communitieson inboundannouncements

Page 46: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step11: example:private peering

!aggregation (customer) router in AS100 config!router bgp 100neighbor CUSTOMER1 peer-groupneighbor CUSTOMER1 route-map CUSTOMER1 out ! Local routesneighbor CUSTOMER2 peer-groupneighbor CUSTOMER2 route-map CUSTOMER2 out ! Local+Peers routesneighbor CUSTOMER3 peer-groupneighbor CUSTOMER3 default-originate ! “everything”!ip community-list 23 permit 100:3000ip community-list 24 permit 100:3100!route-map CUSTOMER1 permit 10match community 23route-map CUSTOMER2 permit 10match community 24!

Customer gets prefixesaccording to communitymatches

Page 47: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

TRY! Step11: private peering

TIER1/AS10

AS100

AS200

AS300

AS1000 AS2000

Page 48: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

TRY! Step11: private peering

• Policies:To upstream:announce local routesFrom upstream: receive full routesTo peers: announce local and customer routesFrom peers: receive peers routesTo customers: announce full routesFrom customers: receive customers routes

• Community assignments:– Full routes: community <#ASN>:3000– Customer prefix: community <#ASN>:10– Peers prefix: community <#ASN>:3100

Page 49: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step11: sample config

!Border router in AS200 config!router bgp 200neighbor A.B.C.D remote-as 1neighbor A.B.C.D route-map fromUPSTREAM inneighbor A.B.C.D route-map toUPSTREAM outneighbor E.F.G.H remote-as 1000neighbor E.F.G.H default-originateneighbor E.F.G.H route-map fromTRANSIT-CUSTOMER inneighbor E.F.G.H route-map toTRANSIT-CUSTOMER outneighbor J.K.L.M prefix-list PEER inneighbor J.K.L.M route-map fromPEER inneighbor J.K.L.M route-map toPEER out!ip bgp-community new-format!!continue next slide...

Set communitieson inboundannouncements

Page 50: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step11: sample config!route-map fromUPSTREAM permit 10set local-preference 90set community 200:3000!route-map toUPSTREAM permit 10set community none!route-map fromPEER permit 10set local-preference 100set community 200:3100!route-map toPEER permit 10set community none!route-map toTRANSIT-CUSTOMER permit 10set community none!route-map fromTRANSIT-CUSTOMER permit 10set community 200:10 additiveset local-preference 110!

Set communitieson inboundannouncements

Page 51: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

Step11: sample confg (Cont.)

!aggregation (customer) router in AS200 config!router bgp 200neighbor UPSTREAM peer-groupneighbor UPSTREAM route-map toUPSTREAM out ! Local routesneighbor PEERS peer-groupneighbor PEERS route-map toPEERS out ! Local routesneighbor TRANSIT-CUSTOMER peer-groupneighbor TRANSIT-CUSTOMER route-map toTRANSIT-CUSTOMER out ! Full routes

!ip community-list 21 permit 200:10 ! Customer routesip community-list 23 permit 200:3000 ! Upstream routesip community-list 24 permit 200:3100 ! PEERS routes!route-map toUPSTREAM permit 10match community 23set community none

route-map toPEERS permit 10match community 23set community none

!

PEER and UPSTREAMgets prefixesaccording to communitymatches

Page 52: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

QUIZ: Provide traffic control methods

• ISP allows customers to use AS-path prepending to adjust route preference on the network.

Do not advertise to ASXXX200:1009

200 200 200200:1003

200 200200:1002

Default200:1001

Resulting AS-PATH to ASXXXString

AS-PATH PREFENDS

Page 53: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

BGP workshop scenario

Presented by:Bruce Morgan [email protected] Komorizono [email protected]

Written by:Terutaka Komorizono [email protected]

End of Tutorial

Page 54: BGP4 workshop scenario - Asian Institute of …...Techniques can be used by many enterprises too • Feel free to ask questions Target Network topology TIER1/AS10/Instructor AS100/PH

My test network :)

ISP-B/AS200

USER/AS1000

ISP-A/AS100

TIER1/AS1

Isp-a00

user00

Isp-b0bb00

Isp-b0bb01 Isp-b0bb02

tier00

s0 s1 s1

e0s0/0

e0/0 e0

e0/1

s0/1

s0

s1e0

e0 s0


Recommended