SlideShare ist ein Scribd-Unternehmen logo
1 von 30
Downloaden Sie, um offline zu lesen
Practical	everyday	BGP	filtering	with	
AS_PATH	filters:
Peer	Locking
job@ntt.net
Disclaimer:	ISPs	and	their	ASNs	used	in	this	talk	are	examples	for	discussion	
purpose	only.	NTT	does	not	admit	or	deny	any	relationships	with	these	entities.
Part	1
Job	Snijders	- Peerlocking	- AfPIF	2016
Anybody	know	
http://puck.nether.net/bgp/leakinfo.cgi?
https://www.nanog.org/meetings/nanog41/pre
sentations/mauch-lightning.pdfJob	Snijders	- Peerlocking	- AfPIF	2016
What	are	we	talking	about?
Job	Snijders	- Peerlocking	- AfPIF	2016
Wikipedia	proclaimed	“big	boys”
7018,	174,	209,	3320,	3257,	286,	3356,	3549,	
2914,	5511,	1239,	6453,	6762,	12956,	1299,	
701,	2828,	6461
No	more	then	two	of	these	should	show	up	in	a	
given	AS_PATH,	following	the	“Transit-Free”	
paradigm.
https://en.wikipedia.org/wiki/Tier_1_network#L
ist_of_tier_1_networks
Job	Snijders	- Peerlocking	- AfPIF	2016
Non-scientific	graph
- not	meant	to	point	fingers
- ‘instigators’	are	not	alone	(others	accept	too)
- collective	responsibility	to	filter
- data	focusses	on	BGP	updates	/	unique	prefixes
- many	route	leaks	not	visible	due	to	max_prefix
Job	Snijders	- Peerlocking	- AfPIF	2016
Humans…
Job	Snijders	- Peerlocking	- AfPIF	2016
Peerlock-lite	aka	“bignetworks filter”
Assuming	you’ll	not	sell	transit	to	one	of	those	big	
networks	in	the	foreseeable	future:	reject	any	prefixes	
you	receive	from	your	customers	which	contain	a	
$bignetwork ASN	anywhere	in	the	AS_PATH.
ip as-path access-list 99 permit 
_(174|209|286|701|1239|1299 
|2828|2914|3257|3320|3356 
|3549|5511|6453|6461|6762 
|7018|12956)_
route-map ebgp-customer-in deny 1
match as-path 99
Job	Snijders	- Peerlocking	- AfPIF	2016
Approaches	to	prevent	route	leaks	#1
• Networks	should	not	announce	received	
prefixes	over	peering	to	other	peers
– Fix:	Tag	routes	with	BGP	communities	on	ingress,	
execute	on	egress	(recent	NANOG	thread)
– Note:	Always	set	egress	filters	to	REJECT	prefixes	
without	any/the	proper	communities	(failsafe)
Job	Snijders	- Peerlocking	- AfPIF	2016
Approaches	to	prevent	route	leaks	#2
• One	must	apply	a	“whitelist”	of	prefixes	a	
customer	may	announce	on	every	customer	
session
– Fix:	use	bgpq3	or	some	other	prefix	filter	
generator
• Con:
– Customer’s	AS-SET	might	contain	the	entire	
internet	– thus	when	leaking	a	full	table	still	
allowing	a	lot	to	pass
• https://github.com/job/irrtree
• http://irrexplorer.nlnog.net/
Job	Snijders	- Peerlocking	- AfPIF	2016
Approaches	to	prevent	route	leaks	#3
• Maximum	prefix	settings	on	peers	+	
customers
– Fix:	if	unsure:	just	do	it
– Note:	automate	the	adjustment	of	max_prefix
settings	for	your	peers!	Only	email	your	peer	
when	absolutely	unsure	what	to	configure.
• Con:	does	not	help	against	small/partial	route-
leaks
Job	Snijders	- Peerlocking	- AfPIF	2016
Peer	Lock
Job	Snijders	- Peerlocking	- AfPIF	2016
The	Human	Network:
Peer	locking	in	a	nutshell
We	know	PCCW	is	not	an	upstream	for	AT&T,	we	
know	AT&T	is	not	an	upstream	for	PCCW,	etc,	etc
etc.
How	do	we	know	this?	We	emailed	them.
example:
AS_PATH	2914_3491_7018	would	be	garbage!
Job	Snijders	- Peerlocking	- AfPIF	2016
Peerlock schematic	goal
Given	ASNs	A,	B,	C,	D,	and	E	as	our	peers.	Peer	A	subscribes	to	the	peerlock
idea	(Protected ASN)	and	indicates	that	peer	B	is	an	”Allowed
Upstream”
OK:	 ^A_
OK:	 ^B_A_
NOT	OK:	^C_A_
NOT	OK:	^D_A_
NOT	OK:	^E_A_
Job	Snijders	- Peerlocking	- AfPIF	2016
Example	cases:
• Prevent	_7018_	routes	from	being	accepted	
anywhere	except	on	direct	7018	peering
• Allow	only	AS	3356	as	upstream	for	peer	
PCCW	globally	(we	don’t,	but	we	could)
Job	Snijders	- Peerlocking	- AfPIF	2016
Deploying	&	Managing	Peerlock
• “peer	lock”	is	applied	on	ALL	eBGP sessions	
(both	customer	sessions	and	peering	sessions)
• “peer	lock”	is	entirely	dynamic	through	NTT’s	
network	management	web	interface
• “peer	lock”	allows	for	advanced regional	
exceptions/rules
• IT	IS	RECOMMENDABLE	THAT	BOTH	PARTIES	
CONSENT	TO	PEERLOCK
Job	Snijders	- Peerlocking	- AfPIF	2016
Protected	ASN Allowed	
Upstream
In	What	Region Ignore	
Constraints
Active
3491 None Everywhere False True
7018 None Everywhere True True
65123 7018 US False True
4200000000 3491 Europe False True
4200000000 7018 US False True
UI/table	Mockup
Rules	based	approach
Job	Snijders	- Peerlocking	- AfPIF	2016
Rule	Constraints	(unless	overridden)
1. Both	the	Protected ASN and	Allowed Upstream
MUST	be	directly	connected	with	eBGP sessions	to	the	AS2914	
backbone.
2. Only	ASNs	that	connect	with	AS2914	in	multiple	regions	are	
eligible	to	be	used	as	an	Allowed Upstream.
3. The	Allowed Upstreamfield	can	only	be	set	to	”None"	in	
combination	with	in_what_region ”Everywhere”,	if	the	
Protected ASN connects	with	AS2914	in	multiple	regions.
4. An	Allowed Upstreamcan	only	be	specified	for	a	region	if	
the	Allowed Upstreamconnects	with	AS2914	within	that	
region.	
Job	Snijders	- Peerlocking	- AfPIF	2016
Open	Source	Proof	of	Concept	
configuration	generator
To	facilitate	in	calculating	what	the	proper	as-
path-sets	are	– I’ve	published	some	python	
code.	This	is	a	variant	what	we	used	to	validate	
the	production	implementation.
https://github.com/job/peerlock
WARNING:	code	is	of	Hazy	Engineering	Quality
WIN	THE	PRIZE:	I’ve	hidden	one	bug	in	the	script
Job	Snijders	- Peerlocking	- AfPIF	2016
These	are	generated	
• per	peer
• per	region
Job	Snijders	- Peerlocking	- AfPIF	2016
Example	workflow
1. Peering	team	engages	with	peer	and	seeks	
permission,	proposes	initial	ruleset
2. Engineering	evaluates	if	the	initial	proposed	
peer	lock	rules	will	break	the	internet	or	not
3. Deploy	the	ruleset	in	coordination	with	peer
4. Peers	can	contact	your	NOC	for	change	
requests,	you	commit	to	timely	responses
5. Engineering	approves/denies	change	
requests	to	peer-lock	rules
Job	Snijders	- Peerlocking	- AfPIF	2016
Example	Technical	Documentation	for	
our	eBGP peers
1. Contains	configuration	examples
2. Terminology
3. Disclaimer
4. Default	operating	mode
5. How	to	request	changes	/	Who	to	contact
http://instituut.net/~job/peerlock_manual.pdf
Job	Snijders	- Peerlocking	- AfPIF	2016
Part	2
Job	Snijders	- Peerlocking	- AfPIF	2016
Dropping	Bogon ASNs
Motivation:
• Occurrences	of	AS	23456	are	misconfigurations	or	
software	bugs.
• Private/Reserved	ASNs	have	no	place	in	the	global	
routing	table
We	should	not	reward	misconfigurations	by	accepting	
these	routes.	The	new	paradigm:	fail	hard	&	fail	fast.
NTT	is	not	the	only	one:	GTT,	AT&T,	KPN	&	DE-CIX	have	
committed	too	for	June/July	2016.
Job	Snijders	- Peerlocking	- AfPIF	2016
What	Bogon ASNs	to	drop?
AS2914	will	NOT	accept	route	announcements	from	ANY	eBGP
neighbors	which	contain	a	“Bogon ASN”	anywhere in	the	AS_PATH	or	
its	aggregate	at.
Bogon ASNs	are	defined	as:
0
23456
64496	– 131071
4200000000	– 4294967295
Based	on:	RFC5398,	RFC6996,	RFC7300
This	policy	is	effective	starting	July	2016.
http://www.us.ntt.net/support/policy/routing.cfm#bogon
Job	Snijders	- Peerlocking	- AfPIF	2016
Config examples
http://as2914.net/bogon_asns/configuration_examples.txt
Currently	have	configs for	BIRD,	IOS	XR,	JunOS,	IOS	(yuck)
policy-options {
as-path-group bogon-asns {
as-path begin ".* 0 .*";
as-path as_trans ".* 23456 .*";
as-path reserved1 ".* [64496-131071] .*";
as-path reserved2 ".* [4200000000-4294967295] .*";
}
policy-statement import_from_ebgp {
term bogon-asns {
from as-path-group bogon-asns;
then reject;
}
term .....
}
}
Job	Snijders	- Peerlocking	- AfPIF	2016
Part	3
Job	Snijders	- Peerlocking	- AfPIF	2016
Putting	it	all	together:
Ingress
1. Dynamic	maximum	prefix	settings
2. Reject	Bogon prefixes (RFC1918,	etc)
3. Reject	Bogon ASNs (AS0	/	AS23456	etc)
4. Reject	IXP	prefixes (Some	IXP	subnets)
5. Reject	leakage	with	the	Peerlock filter
6. Match	against	IRR	whitelist	 (only	customers)
7. Mark	as	customer	route (or	as	peer	route)
8. Scrub	internally	significant	BGP	communities	
9. Apply	Features
– (blackholing,	traffic	engineering,	etc,	only	for	customers)
Job	Snijders	- Peerlocking	- AfPIF	2016
Putting	it	all	together:
egress
1. Reject	Bogon prefixes
2. remove-private-AS
3. Reject	“bad”	routes
4. Accept	peer	routes(on	customer	session)
5. Accept	customer	routes (on	every	session)
6. Do	prepending	(if	requested	&	applicable)
7. Scrub	internal	communities
8. Set	next-hop-self
9. Normalize	Med
Job	Snijders	- Peerlocking	- AfPIF	2016
Questions,	anytime,	anywhere
job@ntt.net
Disclaimer:	ISPs	and	their	ASNs	used	in	this	talk	are	examples	for	discussion	
purpose	only.	NTT	does	not	admit	or	deny	any	relationships	with	these	entities.
Job	Snijders	- Peerlocking	- AfPIF	2016

Weitere ähnliche Inhalte

Andere mochten auch

AfPIF 2016 "Back to Basics": Welcome and Introductions
AfPIF 2016 "Back to Basics": Welcome and IntroductionsAfPIF 2016 "Back to Basics": Welcome and Introductions
AfPIF 2016 "Back to Basics": Welcome and IntroductionsInternet Society
 
Peering and Transit Tutorials: Open-IXSDN Umbrella IXP Fabric
Peering and Transit Tutorials: Open-IXSDN Umbrella IXP FabricPeering and Transit Tutorials: Open-IXSDN Umbrella IXP Fabric
Peering and Transit Tutorials: Open-IXSDN Umbrella IXP FabricInternet Society
 
International Bandwidth and Pricing Trends in Sub-Sahara Africa
International Bandwidth and Pricing Trends in Sub-Sahara Africa International Bandwidth and Pricing Trends in Sub-Sahara Africa
International Bandwidth and Pricing Trends in Sub-Sahara Africa Internet Society
 
Peering and Transit Tutorials: PeeringDB
Peering and Transit Tutorials: PeeringDBPeering and Transit Tutorials: PeeringDB
Peering and Transit Tutorials: PeeringDBInternet Society
 
Netflix Open Connect: Delivering Internet TV to the world
Netflix Open Connect: Delivering Internet TV to the worldNetflix Open Connect: Delivering Internet TV to the world
Netflix Open Connect: Delivering Internet TV to the worldInternet Society
 
Large BGP Communities
Large BGP CommunitiesLarge BGP Communities
Large BGP CommunitiesAPNIC
 
BGP Dynamic Routing and Neutron
BGP Dynamic Routing and NeutronBGP Dynamic Routing and Neutron
BGP Dynamic Routing and Neutronrktidwell
 
BGP Peering Strategy and Data
BGP Peering Strategy and DataBGP Peering Strategy and Data
BGP Peering Strategy and DataAPNIC
 
Unidad 2 proceso como procedimiento cientifico y sus variantes
Unidad 2 proceso como procedimiento cientifico y sus variantesUnidad 2 proceso como procedimiento cientifico y sus variantes
Unidad 2 proceso como procedimiento cientifico y sus variantesVideoconferencias UTPL
 
Moving Away From OpenBGPd to BIRD?
Moving Away From OpenBGPd to BIRD?Moving Away From OpenBGPd to BIRD?
Moving Away From OpenBGPd to BIRD?Jimmy Lim
 

Andere mochten auch (14)

AfPIF 2016 "Back to Basics": Welcome and Introductions
AfPIF 2016 "Back to Basics": Welcome and IntroductionsAfPIF 2016 "Back to Basics": Welcome and Introductions
AfPIF 2016 "Back to Basics": Welcome and Introductions
 
Peering and Transit Tutorials: Open-IXSDN Umbrella IXP Fabric
Peering and Transit Tutorials: Open-IXSDN Umbrella IXP FabricPeering and Transit Tutorials: Open-IXSDN Umbrella IXP Fabric
Peering and Transit Tutorials: Open-IXSDN Umbrella IXP Fabric
 
International Bandwidth and Pricing Trends in Sub-Sahara Africa
International Bandwidth and Pricing Trends in Sub-Sahara Africa International Bandwidth and Pricing Trends in Sub-Sahara Africa
International Bandwidth and Pricing Trends in Sub-Sahara Africa
 
Peering and Transit Tutorials: PeeringDB
Peering and Transit Tutorials: PeeringDBPeering and Transit Tutorials: PeeringDB
Peering and Transit Tutorials: PeeringDB
 
Africa Regional Insights
Africa Regional InsightsAfrica Regional Insights
Africa Regional Insights
 
Netflix Open Connect: Delivering Internet TV to the world
Netflix Open Connect: Delivering Internet TV to the worldNetflix Open Connect: Delivering Internet TV to the world
Netflix Open Connect: Delivering Internet TV to the world
 
Naked BGP
Naked BGPNaked BGP
Naked BGP
 
Bgp (1)
Bgp (1)Bgp (1)
Bgp (1)
 
Large BGP Communities
Large BGP CommunitiesLarge BGP Communities
Large BGP Communities
 
BGP Dynamic Routing and Neutron
BGP Dynamic Routing and NeutronBGP Dynamic Routing and Neutron
BGP Dynamic Routing and Neutron
 
BGP Peering Strategy and Data
BGP Peering Strategy and DataBGP Peering Strategy and Data
BGP Peering Strategy and Data
 
Unidad 2 proceso como procedimiento cientifico y sus variantes
Unidad 2 proceso como procedimiento cientifico y sus variantesUnidad 2 proceso como procedimiento cientifico y sus variantes
Unidad 2 proceso como procedimiento cientifico y sus variantes
 
ExaBGP at LINX 83
ExaBGP at LINX 83ExaBGP at LINX 83
ExaBGP at LINX 83
 
Moving Away From OpenBGPd to BIRD?
Moving Away From OpenBGPd to BIRD?Moving Away From OpenBGPd to BIRD?
Moving Away From OpenBGPd to BIRD?
 

Ähnlich wie Peering and Transit Tutorials: Practical Every Day BGP Filtering

ARIN 34 IPv6 IAB/IETF Activities Report
ARIN 34 IPv6 IAB/IETF Activities ReportARIN 34 IPv6 IAB/IETF Activities Report
ARIN 34 IPv6 IAB/IETF Activities ReportARIN
 
Cloud RAN with a Chance of Virtualization
Cloud RAN with a Chance of VirtualizationCloud RAN with a Chance of Virtualization
Cloud RAN with a Chance of VirtualizationEmil Olbrich
 
Model driven telemetry
Model driven telemetryModel driven telemetry
Model driven telemetryCisco Canada
 
IETF Activities Update
IETF Activities UpdateIETF Activities Update
IETF Activities UpdateARIN
 
SCF Partners' Day: Standards and Interoperability
SCF Partners' Day: Standards and InteroperabilitySCF Partners' Day: Standards and Interoperability
SCF Partners' Day: Standards and InteroperabilitySmall Cell Forum
 
Elastic network of things with mqtt and micro python
Elastic network of things with mqtt and micro pythonElastic network of things with mqtt and micro python
Elastic network of things with mqtt and micro pythonWei Lin
 
Monitoring of GPU Usage with Tensorflow Models Using Prometheus
Monitoring of GPU Usage with Tensorflow Models Using PrometheusMonitoring of GPU Usage with Tensorflow Models Using Prometheus
Monitoring of GPU Usage with Tensorflow Models Using PrometheusDatabricks
 
Михаил Зеленков: Внедрение ipv6 в Яндекс.Поиске
Михаил Зеленков: Внедрение ipv6 в Яндекс.ПоискеМихаил Зеленков: Внедрение ipv6 в Яндекс.Поиске
Михаил Зеленков: Внедрение ipv6 в Яндекс.ПоискеYandex
 
SDN Transport API Interoperability Demo with OIF and ONF
SDN Transport API Interoperability Demo with OIF and ONFSDN Transport API Interoperability Demo with OIF and ONF
SDN Transport API Interoperability Demo with OIF and ONFDeborah Porchivina
 
Model-driven Telemetry: The Foundation of Big Data Analytics
Model-driven Telemetry: The Foundation of Big Data AnalyticsModel-driven Telemetry: The Foundation of Big Data Analytics
Model-driven Telemetry: The Foundation of Big Data AnalyticsCisco Canada
 
Signals Flash Nov 2017: 5G in Americas | Signals Research Group
Signals Flash Nov 2017: 5G in Americas | Signals Research GroupSignals Flash Nov 2017: 5G in Americas | Signals Research Group
Signals Flash Nov 2017: 5G in Americas | Signals Research Group3G4G
 
Automated Time Series Analysis using Deep Learning, Ray and Analytics Zoo
Automated Time Series Analysis using Deep Learning, Ray and Analytics ZooAutomated Time Series Analysis using Deep Learning, Ray and Analytics Zoo
Automated Time Series Analysis using Deep Learning, Ray and Analytics ZooJason Dai
 
1-bit semantic segmentation
1-bit semantic segmentation1-bit semantic segmentation
1-bit semantic segmentationJeonghoonKim30
 
Ip Netwk Trans Forum 2008
Ip Netwk Trans Forum 2008Ip Netwk Trans Forum 2008
Ip Netwk Trans Forum 2008kquinn
 
Respond 3 of your colleagues postings in one or more of the fol.docx
 Respond  3 of your colleagues postings in one or more of the fol.docx Respond  3 of your colleagues postings in one or more of the fol.docx
Respond 3 of your colleagues postings in one or more of the fol.docxaryan532920
 
BGP evolution -from SDN perspective
BGP evolution -from SDN perspectiveBGP evolution -from SDN perspective
BGP evolution -from SDN perspectiveMiya Kohno
 
Deploying IPv6 Technology
Deploying IPv6 TechnologyDeploying IPv6 Technology
Deploying IPv6 Technologyiosrjce
 
IEC 61850 Lessons Learned 2016 04-11
IEC 61850 Lessons Learned 2016 04-11IEC 61850 Lessons Learned 2016 04-11
IEC 61850 Lessons Learned 2016 04-11Kevin Mahoney
 

Ähnlich wie Peering and Transit Tutorials: Practical Every Day BGP Filtering (20)

ARIN 34 IPv6 IAB/IETF Activities Report
ARIN 34 IPv6 IAB/IETF Activities ReportARIN 34 IPv6 IAB/IETF Activities Report
ARIN 34 IPv6 IAB/IETF Activities Report
 
Cloud RAN with a Chance of Virtualization
Cloud RAN with a Chance of VirtualizationCloud RAN with a Chance of Virtualization
Cloud RAN with a Chance of Virtualization
 
Model driven telemetry
Model driven telemetryModel driven telemetry
Model driven telemetry
 
IETF Activities Update
IETF Activities UpdateIETF Activities Update
IETF Activities Update
 
SCF Partners' Day: Standards and Interoperability
SCF Partners' Day: Standards and InteroperabilitySCF Partners' Day: Standards and Interoperability
SCF Partners' Day: Standards and Interoperability
 
Elastic network of things with mqtt and micro python
Elastic network of things with mqtt and micro pythonElastic network of things with mqtt and micro python
Elastic network of things with mqtt and micro python
 
Monitoring of GPU Usage with Tensorflow Models Using Prometheus
Monitoring of GPU Usage with Tensorflow Models Using PrometheusMonitoring of GPU Usage with Tensorflow Models Using Prometheus
Monitoring of GPU Usage with Tensorflow Models Using Prometheus
 
Михаил Зеленков: Внедрение ipv6 в Яндекс.Поиске
Михаил Зеленков: Внедрение ipv6 в Яндекс.ПоискеМихаил Зеленков: Внедрение ipv6 в Яндекс.Поиске
Михаил Зеленков: Внедрение ipv6 в Яндекс.Поиске
 
SDN Transport API Interoperability Demo with OIF and ONF
SDN Transport API Interoperability Demo with OIF and ONFSDN Transport API Interoperability Demo with OIF and ONF
SDN Transport API Interoperability Demo with OIF and ONF
 
Model-driven Telemetry: The Foundation of Big Data Analytics
Model-driven Telemetry: The Foundation of Big Data AnalyticsModel-driven Telemetry: The Foundation of Big Data Analytics
Model-driven Telemetry: The Foundation of Big Data Analytics
 
SIG-NOC survey 2019
SIG-NOC survey 2019SIG-NOC survey 2019
SIG-NOC survey 2019
 
Signals Flash Nov 2017: 5G in Americas | Signals Research Group
Signals Flash Nov 2017: 5G in Americas | Signals Research GroupSignals Flash Nov 2017: 5G in Americas | Signals Research Group
Signals Flash Nov 2017: 5G in Americas | Signals Research Group
 
Automated Time Series Analysis using Deep Learning, Ray and Analytics Zoo
Automated Time Series Analysis using Deep Learning, Ray and Analytics ZooAutomated Time Series Analysis using Deep Learning, Ray and Analytics Zoo
Automated Time Series Analysis using Deep Learning, Ray and Analytics Zoo
 
1-bit semantic segmentation
1-bit semantic segmentation1-bit semantic segmentation
1-bit semantic segmentation
 
Ip Netwk Trans Forum 2008
Ip Netwk Trans Forum 2008Ip Netwk Trans Forum 2008
Ip Netwk Trans Forum 2008
 
Respond 3 of your colleagues postings in one or more of the fol.docx
 Respond  3 of your colleagues postings in one or more of the fol.docx Respond  3 of your colleagues postings in one or more of the fol.docx
Respond 3 of your colleagues postings in one or more of the fol.docx
 
BGP evolution -from SDN perspective
BGP evolution -from SDN perspectiveBGP evolution -from SDN perspective
BGP evolution -from SDN perspective
 
C017623133
C017623133C017623133
C017623133
 
Deploying IPv6 Technology
Deploying IPv6 TechnologyDeploying IPv6 Technology
Deploying IPv6 Technology
 
IEC 61850 Lessons Learned 2016 04-11
IEC 61850 Lessons Learned 2016 04-11IEC 61850 Lessons Learned 2016 04-11
IEC 61850 Lessons Learned 2016 04-11
 

Mehr von Internet Society

IXP growth challenges in West Africa: The Ghana Experience
IXP growth challenges in West Africa: The Ghana ExperienceIXP growth challenges in West Africa: The Ghana Experience
IXP growth challenges in West Africa: The Ghana ExperienceInternet Society
 
IXP growth challenges in Central Africa
IXP growth challenges in Central AfricaIXP growth challenges in Central Africa
IXP growth challenges in Central AfricaInternet Society
 
IXP growth challenges in Côte D’Ivoire
IXP growth challenges in Côte D’IvoireIXP growth challenges in Côte D’Ivoire
IXP growth challenges in Côte D’IvoireInternet Society
 
Keynote Presentation : “80/20 by 2020”
Keynote Presentation : “80/20 by 2020”Keynote Presentation : “80/20 by 2020”
Keynote Presentation : “80/20 by 2020”Internet Society
 
International Bandwidth and Pricing Trends in Sub-Sahara Africa
International Bandwidth and Pricing Trends in Sub-Sahara Africa International Bandwidth and Pricing Trends in Sub-Sahara Africa
International Bandwidth and Pricing Trends in Sub-Sahara Africa Internet Society
 
In Search of Low Cost Bandwidth
In Search of Low Cost BandwidthIn Search of Low Cost Bandwidth
In Search of Low Cost BandwidthInternet Society
 
“BIG” IXP Jedi and TraceMON: RIPE Atlas tools in Africa
“BIG” IXP Jedi and TraceMON: RIPE Atlas tools in Africa“BIG” IXP Jedi and TraceMON: RIPE Atlas tools in Africa
“BIG” IXP Jedi and TraceMON: RIPE Atlas tools in AfricaInternet Society
 
Looking for Latency Clusters in Africa's internet
Looking for Latency Clusters in Africa's internetLooking for Latency Clusters in Africa's internet
Looking for Latency Clusters in Africa's internetInternet Society
 
Fantsuam: Ideas for the sustainability of Community Networks
Fantsuam: Ideas for the sustainability of Community NetworksFantsuam: Ideas for the sustainability of Community Networks
Fantsuam: Ideas for the sustainability of Community NetworksInternet Society
 
Mawingu: Ideas for the sustainability of Community Networks
Mawingu: Ideas for the sustainability of Community NetworksMawingu: Ideas for the sustainability of Community Networks
Mawingu: Ideas for the sustainability of Community NetworksInternet Society
 
Zenzeleni Networks Update Report
Zenzeleni Networks Update ReportZenzeleni Networks Update Report
Zenzeleni Networks Update ReportInternet Society
 
Canadian Victory Garden: Overview of an Off Grid Solution
Canadian Victory Garden: Overview of an Off Grid SolutionCanadian Victory Garden: Overview of an Off Grid Solution
Canadian Victory Garden: Overview of an Off Grid SolutionInternet Society
 

Mehr von Internet Society (20)

IXP growth challenges in West Africa: The Ghana Experience
IXP growth challenges in West Africa: The Ghana ExperienceIXP growth challenges in West Africa: The Ghana Experience
IXP growth challenges in West Africa: The Ghana Experience
 
IXP growth challenges in Central Africa
IXP growth challenges in Central AfricaIXP growth challenges in Central Africa
IXP growth challenges in Central Africa
 
Benin IX: 3 Years After!
Benin IX: 3 Years After!Benin IX: 3 Years After!
Benin IX: 3 Years After!
 
IXP growth challenges in Côte D’Ivoire
IXP growth challenges in Côte D’IvoireIXP growth challenges in Côte D’Ivoire
IXP growth challenges in Côte D’Ivoire
 
IXP Masterclass
IXP MasterclassIXP Masterclass
IXP Masterclass
 
PeeringDB Updates
PeeringDB UpdatesPeeringDB Updates
PeeringDB Updates
 
Peering Personals #2
Peering Personals #2Peering Personals #2
Peering Personals #2
 
Keynote Presentation : “80/20 by 2020”
Keynote Presentation : “80/20 by 2020”Keynote Presentation : “80/20 by 2020”
Keynote Presentation : “80/20 by 2020”
 
International Bandwidth and Pricing Trends in Sub-Sahara Africa
International Bandwidth and Pricing Trends in Sub-Sahara Africa International Bandwidth and Pricing Trends in Sub-Sahara Africa
International Bandwidth and Pricing Trends in Sub-Sahara Africa
 
In Search of Low Cost Bandwidth
In Search of Low Cost BandwidthIn Search of Low Cost Bandwidth
In Search of Low Cost Bandwidth
 
IPv6 @ Cloudflare
IPv6 @ CloudflareIPv6 @ Cloudflare
IPv6 @ Cloudflare
 
Interconnection Evolution
Interconnection EvolutionInterconnection Evolution
Interconnection Evolution
 
Peering Personals #1
Peering Personals #1Peering Personals #1
Peering Personals #1
 
“BIG” IXP Jedi and TraceMON: RIPE Atlas tools in Africa
“BIG” IXP Jedi and TraceMON: RIPE Atlas tools in Africa“BIG” IXP Jedi and TraceMON: RIPE Atlas tools in Africa
“BIG” IXP Jedi and TraceMON: RIPE Atlas tools in Africa
 
Looking for Latency Clusters in Africa's internet
Looking for Latency Clusters in Africa's internetLooking for Latency Clusters in Africa's internet
Looking for Latency Clusters in Africa's internet
 
Fantsuam: Ideas for the sustainability of Community Networks
Fantsuam: Ideas for the sustainability of Community NetworksFantsuam: Ideas for the sustainability of Community Networks
Fantsuam: Ideas for the sustainability of Community Networks
 
Mawingu: Ideas for the sustainability of Community Networks
Mawingu: Ideas for the sustainability of Community NetworksMawingu: Ideas for the sustainability of Community Networks
Mawingu: Ideas for the sustainability of Community Networks
 
Zenzeleni Networks Update Report
Zenzeleni Networks Update ReportZenzeleni Networks Update Report
Zenzeleni Networks Update Report
 
Canadian Victory Garden: Overview of an Off Grid Solution
Canadian Victory Garden: Overview of an Off Grid SolutionCanadian Victory Garden: Overview of an Off Grid Solution
Canadian Victory Garden: Overview of an Off Grid Solution
 
TVWS use case in Kenya
TVWS use case in KenyaTVWS use case in Kenya
TVWS use case in Kenya
 

Kürzlich hochgeladen

VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebJames Anderson
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.soniya singh
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Sheetaleventcompany
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 

Kürzlich hochgeladen (20)

VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girls
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 

Peering and Transit Tutorials: Practical Every Day BGP Filtering