SlideShare une entreprise Scribd logo
1  sur  57
BGP	Peering	Strategy	&	Data
_________________________________
Andy	Davidson																																																																													andy@asteroidhq.com
CTO	@	Asteroid	International																																																											APRICOT	2017,	HCMC,	Vietnam
Director	@	LONAP,	IXLeeds,	Euro-IX March	2017
BGP	Traffic	Engineering	– version	2.0	(2016)
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 2
Why	do	Traffic	Engineering?
Manage	your	capacity	demands
Ensure	service	quality
Recover	from	Failures
Manage	service/circuit	costs
Handle	traffic	growth
James	Cridland http://www.flickr.com/photos/jamescridland/
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 3
Complexity
Life	starts	out	very	simply,	“send	traffic	to	
peers	if	possible,	then	transit	providers”
But	what	about	when	your	network	grows?
What	about	when	your	traffic	grows?
What	if	you	add	more	cities/POPs/exchanges?
Caisey Hussain Bisson -http://www.flickr.com/people/maisonbisson/
Real	examples
• Circuits	with	cost	difference	>	$100/Mbit
• Regional	networks	- poor	local	peering
• Circuit	failure	causing	congestion
• Changing	customer	demand/behaviour
– Increased	quality	expectation
– New	high	bandwidth	services	such	as	video
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 4
Internal	network	TE
• Simple compared	with	Interdomain TE
• You	administrate	both	sides
– You	know	the	price of	all	paths
– The	IGP	knows	the	capacity of	all	paths
– IGP	protocols	let	you	map	price,	capacity	to	shape	
routing	using	cost.
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 5
Inter-domain	TE
• You	do	NOT	control	both	sides
– Path	vector	protocols	hide	metric,	capacity,	cost
– Simplicity	of	BGP	protocol	imposes	limitations
– Volume	of	traffic	matters,	not	#	of	routes
• However,	large	volume	of	traffic	is	usually	with	
a	small	number	of	other	ASNs
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 6
You	need	data
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 7
AS-Stats
Manuel	Kasper
https://neon1.net/as-stats/
..	But	more	on	this	later
Netflow
• Export information	about	packets	routed	
through	your	network
• Normally	sampled
• Sent	to	a	collector	over	UDP
• A	variety	of	commercial	and	open-source	tools	
sort	and	display	these	flow	records.
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 8
Different	Flow	protocols
• Netflow – Designed	by	Cisco	in	‘90s,	published	
as	a	standard	(v9	is	RFC3954	and	supports	IPv6)
• IPFIX	(RFC5101)	Based	on	Netflow 9,	2008
• sFlow – Nice	protocol	but	incompatible	with	
Netflow,	typically	implemented	on	L2	switch.
• Jflow – Essentially	Netflow on	Junipers
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 9
Other	ways	to	get	data
• Log	file	analysis
– Useful	before	you	have	a	network,	for	working	out	
the	benefit	of	building	a	network/peering.
– Best	for	‘single	service’	networks
• DNS	providers	have	DNS	logs	with	time	&	IP
• Web	providers	have	web	logs	with	time	&	IP
• Hosted	email	providers	have	mail	logs…
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 10
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 11
IP	Address Time	and	date Amount	of	Traffic
Data	tells	you
• Your	traffic	direction
– Mainly	inbound
– Mainly	outbound
– Balanced
• Your	top	traffic	originators	or	destinations
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 12
As-stats
• https://neon1.net/as-stats/
• Open	source
• Quick	to	setup,	simple	to	use
• Resource	intensive
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 13
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 14
Who	are	my	key	peers?
(or	potential	peers)
Top	originators	of	traffic
to	me,	top	consumers	of
my	content
Chart	colour relates	to	an	
interface	on	the	edge	
of	my	network
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 15
Historical	data
New	peering	added,	traffic	growth!
=	$$$$$	for	my	network!
Bonus	please!
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 16
Football	starts
Football	ends
Video	cdn
Social	Network
Inmon sflow-rt
• http://www.sflow-rt.com/download.php
• Produces	realtime traffic	graphs
• “What	is	the	situation	right	now”
• Useful	to	check	peering	config has	taken	effect
• Also	useful	in	abuse	mitigation
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 17
Realtime aggregate	data
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 18
Realtime transit	analysis
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 19
Export	from	Sflow-RT
• RESTful export	into	logstash/influxdb/grafana
for	historical	data
• http://www.slideshare.net/pphaal/network-visibility-and-control-using-industry-standard-sflow-telemetry
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 20
pmacctd
• http://www.pmacct.net
• Open	Source
• High	performance,	high	scale,	powerful
• Most	flexible,	most	configuration	required
• Collector	à own	reports
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 21
1)	Configure	a	collector
sfacctd_port: 2100
sfacctd_as: sflow
sfacctd_renormalize: true
!
plugins: print[testprint]
!
aggregate[testprint]: in_iface, out_iface, proto, peer_src_ip,
peer_dst_ip, peer_dst_as, peer_src_as, src_as, dst_as
!
print_output_file[testprint]: /path/to/spool/blabla-$peer_src_ip-
%Y%m%d-%H%M.txt
print_output[testprint]: csv
print_output_separator[testprint]: ;
print_refresh_time[testprint]: 60
print_history[testprint]: 1m
print_history_roundoff[testprint]: m
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 22
Use	the	ASN	data	from	the	router	if	it	exists,	no	need	to	setup	BGP	flow	export
2)	Get	a	report
SRC_AS;DST_AS;PEER_SRC_AS;PEER_DST_AS;PEER_SRC_IP;PEER_DST_IP;IN_IFACE;OUT_
IFACE;PROTOCOL;PACKETS;BYTES
41230;224;41230;2603;x.x.x.253;x.x.x.246;3;4;tcp;2048;151552
41230;15169;41230;15169;x.x.x.253;x.x.x.246;3;4;tcp;10240;880640
41230;50247;41230;24724;x.x.x.253;x.x.x.246;3;4;tcp;2048;167936
41230;9269;41230;1273;x.x.x.253;x.x.x.237;3;3;tcp;2048;135168
41230;3356;41230;1273;x.x.x.253;x.x.x.237;3;3;tcp;32768;2375680
41230;209;41230;1273;x.x.x.253;x.x.x.237;3;3;udp;2048;2940928
20940;0;20940;0;x.x.x.253;x.x.x.246;3;4;tcp;43008;65458176
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 23
Red	line	represents	a	single	flow	with	Google	on	behalf	of	a	user
Keeping	historical	data
plugins: mysql[5mins], mysql[hourly]
sql_optimize_clauses: true
sql_dont_try_update: true
sql_multi_values: 1024000
sql_history_roundoff[5mins]: m
sql_history[5mins]: 5m
sql_refresh_time[5mins]: 300
sql_table[5mins]: acct_bgp_5mins
sql_history_roundoff[hourly]: h
sql_history[hourly]: 1h
sql_refresh_time[hourly]: 3600
sql_table[hourly]: acct_bgp_1hr
plugin_buffer_size: 10240
plugin_pipe_size: 1024000
aggregate: tag, src_as, dst_as, peer_src_as, peer_dst_as, peer_src_ip,
peer_dst_ip, local_pref, as_path
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 24
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 25
Example	by	pmacct author	Paolo	Lucente
• Export	into	reports,	web	interface,	spreadsheet
• Multiple	back	ends	supported,	including	time	series	databases
• Very	flexible	approach	but	needs	more	setup	time
Kentik
• https://www.kentik.com
• Hosted	solution	
• Zero	configuration,	zero	equipment	needed
• Point	Netflow at	their	collector	and	reports	follow
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 26
Traffic	by	Source	ASN
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 27
Breakdown	by	region	(US)
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 28
Top	flows	per	interface
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 29
Outbound	vs Inbound
• Outbound	heavy	networks
– Somewhat	easier	life
• Inbound	heavy	networks
– You	must	trick the	Best	Path	Selection	
methods	of	networks sending	you	traffic.
– Their config change	will	move	your traffic.
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 30
Outbound	Heavy	Traffic	Engineering
• BGP	Best	Path	Selection	Algorithm
• Traffic	engineering	is	about	‘tricking’	this	process
• Affects	traffic	in	outbound	direction
– Local	Preference
– AS	PATH	length
– Lowest	Origin	Type
– Lowest	MED
– Prefer	eBGP paths
– Lowest	IGP	Metric
– Oldest	route
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 31
Mainly	outbound,	single	POP
• Localpref
– A	hammer – blunt	tool,	inflexible..	But	it	is	a	tool.
– “Generally”	prefer	to	send	traffic	to	customers,	
then	peers,	then	transits.
– Manage	top	‘n’	networks,	so	that	there	is	a	
preferred	path,	and	a	failure	path,	with	capacity	
on	both	circuits.
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 32
Localpref – blunt	hammer
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 33
10.0.0.0/8	Localpref 100	via	100	123	
10.0.0.0/8	Localpref 500	via	300	200	200	200	200	123
Which	link	will	you	prefer	?
AS123	here	is	trying	to	shape	inbound	traffic	via	AS100.	Why	?
Higher	capacity	link	?
More	reliable	?
What	should	you	do	?
Answer:	It	depends	on	the	volume of	traffic,	cost of	capacity,	value of	traffic
Mainly	outbound	– Many	POPs
• Use	hot	potato	routing	to	best	effect
– Nearest	exit	routing
– Understand	who	your	top	traffic	sinks	are	and	
peer	at	all	POPs
– Ignore	MEDs	from	others	– unless	you	want	to	
carry	the	traffic	on	your	backbone
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 34
AS_PATH	prepending	(outbound)
• Make	BGP	prefix	paths	”appear”	longer	via	less	preferred	
circuits
• “BGP	path	for	10.0.0.0/8	654_789	is	congested”
• 123	456	789
• 654	789
• 100	100	100	654	789
• Will	not	vary	inbound	packet	route	(though	this	route	might	
not	be	congested!)
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 35
Inbound	traffic	engineering
• Much	harder
– Trick	others’	Best	Path	calculations
– You	do	not	administrate	origin	party	router
• But	remember…
– Largest	flows	come	from	a	small	number	of	networks
– Content	networks	want	to	deliver	traffic	to	you	as	well	
as	possible!
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 36
Selective	Announcements
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 37
–Shortest	prefix
– Local	Preference
– AS	PATH	length
– Lowest	Origin	Type
– Lowest	MED
– Prefer	eBGP paths
– Lowest	IGP	Metric
– Oldest	route
Prefix	length	considered	
before	BGP.
10.0.0.0/16	vs 10.0.0.0/17	&	10.128.0.0/17
Problem	of	Selective	Announcements
• Often	filtered
• Considered	rude – might	lead	to	depeering
• Never	announce	‘globally’
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 38
…But	can	be	used	to	great	effect
• To	the	same	peer	or	transit	provider,	
announce	aggregate	and	regional	pfx
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 39
Berlin Frankfurt
Transit
10.0.0.0/8
10.0.0.0/9
10.0.0.0/8
10.128.0.0/9
Add	NO_EXPORT	community
Use	with	permission
AS_PATH	prepending	(inbound)
• Signal	preferred	path	by	growing	AS_PATH	on	
less	preferred	paths
• Marginal	effect	which	degrades	quickly
• Signal	backup	link	to	a	single	AS,	but	load-
balancing	capacity	is	much	harder
• May	not	be	heard	at	‘distant’	ASNs
• Another	‘blunt’	tool,	but	can	move	some	traffic.
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 40
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 41
MEDs
• Lowest MED	wins.
– Opposite	of	Nearest	Exit	routing,	“carry	traffic	to	me”
– Only	works	to	the	same	peer	in	multiple	regions
– Copy	IGP	metric	to	MED
– Normally	subject	to	negotiation
• Sometimes	honoured,	often	when	network	traffic	
is	latency	or	loss	sensitive.
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 42
MEDs	are	often	filtered
• Many	networks	set	MED	to	0	when	they	learn	
prefixes,	so	that	hot	potato	routing	will	
override MED.
route-map peers-in permit 10
set local-preference 200
set metric 0
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 43
Origin	changing
• IGP
• EGP
• Incomplete
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 44
route-map PEERS permit 10
set origin igp
route-route-map TRANSIT permit 10
set origin incomplete
Often	peers	set	to	‘igp’	or	‘egp’	statically	on	
routers	to nullify effects	of	Origin	changing.
Highest	priority
Inbound	– what	does	work	well?
• Overprovisioning
• Peer	with	top	networks	widely (buy	options!)
– Failure	of	single	link	will	not	break	adjacency
– Failures	can	be	handled	in	predictable	ways
• Build	relationships
• Constantly	monitor	and	manage
• If	you	care	about	your	traffic,	let	it	go.	J
– Playing	games	with	peering	hurts	your	customers’	traffic
• Affecting	distant	ASNs	is	very	hard	– a	region	may	only	
see	a	single	next-hop	ASN.
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 45
Deterministic	routing
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 46
– Local	Preference
– AS	PATH	length
– Lowest	Origin	Type
– Lowest	MED
– Prefer	eBGP paths
– Lowest	IGP	Metric
– Oldest	route
Top	flows	should	leave	your	network
via	deterministic	means,	and	not	left
to	BGP	Best	Path	selection	(or	to	chance).
If	you	are	relying	on	oldest	route	to	make	the	
decision,	you	risk	traffic	taking	unpredictable	routes.
However,	oldest	routes	do	break	the
‘flapping	sessions’	problem.		You	need	to	
monitor	and	manage	your	top	flows	constantly.
What	does	“manage	relationships”	mean?
• Go	back	to	your	data
– Collect	and	share	information	with	peering	co-
ordinators	at	forums	like	this
– You	will	stand	out	if	you	know	exactly	how	much	
traffic	you	will	exchange	at	peak	with	a	peer
– Protect	your	peer’s	interests
• Discuss	mutual	points	of	interconnection	that	suit	both
• Respond	to	abuse	complaints	promptly
• Use	contacts	to	reach	other	peering	co-ordinators
• Respond	promptly	to	BGP	session	down/flapping
• List	your	network	on	PeeringDB!
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 47
Publish	in	IRRDB
• Publish	your	circuit	and	adjacency	information	
in	IRRDB
• Make	it	possible	for	other	networks	to	figure	
out	how	you	are	intending your	traffic	to	be	
routed
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 48
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 49
RT1 RT2
EX2EX1
PP1
PP2
PP3
Transit
6Gbit
5Gbit
2Gbit
4Gbit 4Gbit
AS2	is	your	largest	flow	- via	PP2	- maybe	needs	a	second	private	peer	backup	on	RT2?
4Gbit 4Gbit
AS12345
AS2
AS1
Many	peers Many	peers
AS3
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 50
RT1 RT2
EX2EX1
PP1
PP2
PP3
Transit
6Gbit
5Gbit
2Gbit
4Gbit 4Gbit
AS2	is	your	largest	flow	- via	PP2	- maybe	needs	a	second	private	peer	backup	on	RT2?
AS1	via	PP1,	configure	a	backup	over	EX1	or	EX2	for	deterministic	routing?
4Gbit 4Gbit
AS12345
AS2
AS1
Many	peers Many	peers
AS3
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 51
RT1 RT2
EX2EX1
PP1
PP2
PP3
Transit
6Gbit
5Gbit
2Gbit
4Gbit 4Gbit
AS2	is	your	largest	flow	- via	PP2	- maybe	needs	a	second	private	peer	backup	on	RT2?
AS1	via	PP1,	configure	a	backup	over	EX1	or	EX2	for	deterministic	routing?
Can	you	move	larger	peers	behind	EX1	and	EX2	onto	private	peering?
4Gbit 4Gbit
AS12345
AS2
AS1
Many	peers Many	peers
AS3
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 52
RT1 RT2
EX2EX1
PP1
PP2
PP3
Transit
6Gbit
5Gbit
2Gbit
4Gbit 4Gbit
AS2	is	your	largest	flow	- via	PP2	- maybe	needs	a	second	private	peer	backup	on	RT2?
AS1	via	PP1,	configure	a	backup	over	EX1	or	EX2	for	deterministic	routing?
Can	you	move	larger	peers	behind	EX1	and	EX2	onto	private	peering?
If	there	is	an	exchange	failure,	where	will	the	traffic	go?	How	big	a	flow	should	you	care	about?
4Gbit 4Gbit
AS12345
AS2
AS1
Many	peers Many	peers
AS3
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 53
RT1 RT2
EX2EX1
PP1
PP2
PP3
Transit
6Gbit
5Gbit
2Gbit
4Gbit 4Gbit
AS2	is	your	largest	flow	- via	PP2	- maybe	needs	a	second	private	peer	backup	on	RT2?
AS1	via	PP1,	configure	a	backup	over	EX1	or	EX2	for	deterministic	routing?
Can	you	move	larger	peers	behind	EX1	and	EX2	onto	private	peering?
If	there	is	an	exchange	failure,	where	will	the	traffic	go?	How	big	a	flow	should	you	care	about?
If	you	lose	RT2,	how	will	traffic	to	PP3	and	traffic	volume	via	EX2	be	delivered?
4Gbit 4Gbit
AS12345
AS2
AS1
Many	peers Many	peers
AS3
Buying	transit	in	a	smart	way
• Buying	from	a	well	peered	transit	provider:
– Can	improve	quality	for	the	reasons	discussed
– Hides	capacity	problems	from	you	automatically
• Buying	from	your	top	traffic	destination
– If	your	business	relies	on	the	traffic	quality,	it	may	
make	sense	to	pay
– Data may	help	you	negotiate	good	terms
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 54
Dealing	with	a	“no”	to	peering
• Paid	peering	is	one	option
– Often	more	expensive	than	full	IP	transit
– “Once	a	customer,	never	a	peer”
• Pay	for	other	services	in	return	for	peering
– Transport	for	example
• Peer	around	the	problem
– Try	to	peer	directly	with	downstream	customers
– Try	to	sell	directly	to	downstream	customers
• If	you	are	better	peered,	you	can	sell	based	on	quality
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 55
Constantly	manage
• Peering	on	the	Internet	changes every	day.
• Capacity	on	the	Internet	grows every	day.
• Small	networks	become	large.
• Large	networks	become	larger	(consolidation)
• A	“bad”	path	might	become	good	overnight
28/02/2017 BGP	Traffic	Engineering,	Andy	Davidson 56
Questions?
______________________________
Andy	Davidson
andy@nosignal.org
Email	me	to	request	a	copy	of	this	presentation!
Feedback	and	introduction	to	peering	co-ordinators welcome
Twitter:	@andyd

Contenu connexe

En vedette

High Speed Fiber Services and Challenges to the Core Network by Seiichi Kawamura
High Speed Fiber Services and Challenges to the Core Network by Seiichi KawamuraHigh Speed Fiber Services and Challenges to the Core Network by Seiichi Kawamura
High Speed Fiber Services and Challenges to the Core Network by Seiichi KawamuraMyNOG
 
昨今のトラフィック状況
昨今のトラフィック状況昨今のトラフィック状況
昨今のトラフィック状況Yoshiki Ishida
 
Windows Azure jumpstart
Windows Azure jumpstartWindows Azure jumpstart
Windows Azure jumpstartClint Edmonson
 
Peering through the Clouds - Cloud Architectures You Need to Master
Peering through the Clouds - Cloud Architectures You Need to MasterPeering through the Clouds - Cloud Architectures You Need to Master
Peering through the Clouds - Cloud Architectures You Need to MasterClint Edmonson
 
Exploring Interconnection Oriented Architectures with AWS
Exploring Interconnection Oriented Architectures with AWSExploring Interconnection Oriented Architectures with AWS
Exploring Interconnection Oriented Architectures with AWSAmazon Web Services
 
APNIC Training and Technical Assistance
APNIC Training and Technical AssistanceAPNIC Training and Technical Assistance
APNIC Training and Technical AssistanceAPNIC
 
Member Services Update
Member Services UpdateMember Services Update
Member Services UpdateAPNIC
 
Bahasan 6 wbt cbt elearning blog
Bahasan 6 wbt cbt elearning blogBahasan 6 wbt cbt elearning blog
Bahasan 6 wbt cbt elearning blogjumawarni
 
HAND (derde vastenzondag C)
HAND (derde vastenzondag C)HAND (derde vastenzondag C)
HAND (derde vastenzondag C)Ten Bos
 
The APNIC Foundation and Development Program
The APNIC Foundation and Development ProgramThe APNIC Foundation and Development Program
The APNIC Foundation and Development ProgramAPNIC
 
Bgp For Presentation
Bgp For PresentationBgp For Presentation
Bgp For PresentationAlp isik
 
My social media strategy
My social media strategyMy social media strategy
My social media strategySarah Wilkinson
 
Equinix Customer Presentation
Equinix Customer PresentationEquinix Customer Presentation
Equinix Customer PresentationSplunk
 
Why Not 100GbE as Service ~ JPIX Perspective ~
Why Not 100GbE as Service ~ JPIX Perspective ~Why Not 100GbE as Service ~ JPIX Perspective ~
Why Not 100GbE as Service ~ JPIX Perspective ~APNIC
 
IBM Open by Design: Graph Technology
IBM Open by Design: Graph TechnologyIBM Open by Design: Graph Technology
IBM Open by Design: Graph TechnologyJason Plurad
 
Dr Muhammad Athar Khan MBBS,DPH,DCPS-HCSM(MPH),MBA MCPS,PGD-Statistics,DCPS-...
Dr Muhammad Athar Khan  MBBS,DPH,DCPS-HCSM(MPH),MBA MCPS,PGD-Statistics,DCPS-...Dr Muhammad Athar Khan  MBBS,DPH,DCPS-HCSM(MPH),MBA MCPS,PGD-Statistics,DCPS-...
Dr Muhammad Athar Khan MBBS,DPH,DCPS-HCSM(MPH),MBA MCPS,PGD-Statistics,DCPS-...Dr Athar Khan
 

En vedette (20)

High Speed Fiber Services and Challenges to the Core Network by Seiichi Kawamura
High Speed Fiber Services and Challenges to the Core Network by Seiichi KawamuraHigh Speed Fiber Services and Challenges to the Core Network by Seiichi Kawamura
High Speed Fiber Services and Challenges to the Core Network by Seiichi Kawamura
 
昨今のトラフィック状況
昨今のトラフィック状況昨今のトラフィック状況
昨今のトラフィック状況
 
Cartoes de chocolate
Cartoes de chocolateCartoes de chocolate
Cartoes de chocolate
 
04 internet peering
04 internet peering04 internet peering
04 internet peering
 
02 internet transit
02 internet transit02 internet transit
02 internet transit
 
Windows Azure jumpstart
Windows Azure jumpstartWindows Azure jumpstart
Windows Azure jumpstart
 
Peering through the Clouds - Cloud Architectures You Need to Master
Peering through the Clouds - Cloud Architectures You Need to MasterPeering through the Clouds - Cloud Architectures You Need to Master
Peering through the Clouds - Cloud Architectures You Need to Master
 
Exploring Interconnection Oriented Architectures with AWS
Exploring Interconnection Oriented Architectures with AWSExploring Interconnection Oriented Architectures with AWS
Exploring Interconnection Oriented Architectures with AWS
 
Resumen
ResumenResumen
Resumen
 
APNIC Training and Technical Assistance
APNIC Training and Technical AssistanceAPNIC Training and Technical Assistance
APNIC Training and Technical Assistance
 
Member Services Update
Member Services UpdateMember Services Update
Member Services Update
 
Bahasan 6 wbt cbt elearning blog
Bahasan 6 wbt cbt elearning blogBahasan 6 wbt cbt elearning blog
Bahasan 6 wbt cbt elearning blog
 
HAND (derde vastenzondag C)
HAND (derde vastenzondag C)HAND (derde vastenzondag C)
HAND (derde vastenzondag C)
 
The APNIC Foundation and Development Program
The APNIC Foundation and Development ProgramThe APNIC Foundation and Development Program
The APNIC Foundation and Development Program
 
Bgp For Presentation
Bgp For PresentationBgp For Presentation
Bgp For Presentation
 
My social media strategy
My social media strategyMy social media strategy
My social media strategy
 
Equinix Customer Presentation
Equinix Customer PresentationEquinix Customer Presentation
Equinix Customer Presentation
 
Why Not 100GbE as Service ~ JPIX Perspective ~
Why Not 100GbE as Service ~ JPIX Perspective ~Why Not 100GbE as Service ~ JPIX Perspective ~
Why Not 100GbE as Service ~ JPIX Perspective ~
 
IBM Open by Design: Graph Technology
IBM Open by Design: Graph TechnologyIBM Open by Design: Graph Technology
IBM Open by Design: Graph Technology
 
Dr Muhammad Athar Khan MBBS,DPH,DCPS-HCSM(MPH),MBA MCPS,PGD-Statistics,DCPS-...
Dr Muhammad Athar Khan  MBBS,DPH,DCPS-HCSM(MPH),MBA MCPS,PGD-Statistics,DCPS-...Dr Muhammad Athar Khan  MBBS,DPH,DCPS-HCSM(MPH),MBA MCPS,PGD-Statistics,DCPS-...
Dr Muhammad Athar Khan MBBS,DPH,DCPS-HCSM(MPH),MBA MCPS,PGD-Statistics,DCPS-...
 

Similaire à BGP Peering Strategy and Data

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
 
Investing in Cloud Integration at Microsoft IT
Investing in Cloud Integration at Microsoft ITInvesting in Cloud Integration at Microsoft IT
Investing in Cloud Integration at Microsoft ITBizTalk360
 
JCSA2013 04 Laurent Toutain - La frange polymorphe de l'Internet
JCSA2013 04 Laurent Toutain - La frange polymorphe de l'InternetJCSA2013 04 Laurent Toutain - La frange polymorphe de l'Internet
JCSA2013 04 Laurent Toutain - La frange polymorphe de l'InternetAfnic
 
Service Mesh Status Quo 2018: 2019年に向けたService Meshの現状課題の整理と考察
Service Mesh Status Quo 2018:  2019年に向けたService Meshの現状課題の整理と考察Service Mesh Status Quo 2018:  2019年に向けたService Meshの現状課題の整理と考察
Service Mesh Status Quo 2018: 2019年に向けたService Meshの現状課題の整理と考察Yoichi Kawasaki
 
Edge optimized architecture for fabric defect detection in real-time
Edge optimized architecture for fabric defect detection in real-timeEdge optimized architecture for fabric defect detection in real-time
Edge optimized architecture for fabric defect detection in real-timeShuquan Huang
 
Forensic Tracing in the Internet: An Update
Forensic Tracing in the Internet: An UpdateForensic Tracing in the Internet: An Update
Forensic Tracing in the Internet: An UpdateAPNIC
 
2017 03-01-forensics 1488330715
2017 03-01-forensics 14883307152017 03-01-forensics 1488330715
2017 03-01-forensics 1488330715APNIC
 
Indoor Point Cloud Processing
Indoor Point Cloud ProcessingIndoor Point Cloud Processing
Indoor Point Cloud ProcessingPetteriTeikariPhD
 
Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...
Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...
Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...CubiCasa
 
Next-gen Network Telemetry is Within Your Packets: In-band OAM
Next-gen Network Telemetry is Within Your Packets: In-band OAMNext-gen Network Telemetry is Within Your Packets: In-band OAM
Next-gen Network Telemetry is Within Your Packets: In-band OAMOpen Networking Summit
 
How our Cloudy Mindsets Approached Physical Routers
How our Cloudy Mindsets Approached Physical RoutersHow our Cloudy Mindsets Approached Physical Routers
How our Cloudy Mindsets Approached Physical RoutersSteffen Gebert
 
Oracle Open World 2018 - Cloud Lift Accelerator Suite
Oracle Open World 2018 - Cloud Lift Accelerator SuiteOracle Open World 2018 - Cloud Lift Accelerator Suite
Oracle Open World 2018 - Cloud Lift Accelerator SuiteIke Aniagoh
 
Iccci10 bd siit
Iccci10 bd siitIccci10 bd siit
Iccci10 bd siithanums1
 
Model driven telemetry
Model driven telemetryModel driven telemetry
Model driven telemetryCisco Canada
 
BGP Traffic Engineering / Routing Optimisation
BGP Traffic Engineering / Routing OptimisationBGP Traffic Engineering / Routing Optimisation
BGP Traffic Engineering / Routing OptimisationAndy Davidson
 
ICPDAS - Modbus Concentrator 700 series
ICPDAS - Modbus Concentrator 700 seriesICPDAS - Modbus Concentrator 700 series
ICPDAS - Modbus Concentrator 700 seriesICPDAS
 
クラウドネイティブ時代の分散トレーシング - Distributed Tracing in a Cloud Native Age
クラウドネイティブ時代の分散トレーシング - Distributed Tracing in a Cloud Native Ageクラウドネイティブ時代の分散トレーシング - Distributed Tracing in a Cloud Native Age
クラウドネイティブ時代の分散トレーシング - Distributed Tracing in a Cloud Native AgeYoichi Kawasaki
 
Strategies for End-to-End Timing Guarantees in a Centralized Software Defined...
Strategies for End-to-End Timing Guarantees in a Centralized Software Defined...Strategies for End-to-End Timing Guarantees in a Centralized Software Defined...
Strategies for End-to-End Timing Guarantees in a Centralized Software Defined...RealTime-at-Work (RTaW)
 
Web rtc 동향과 이슈 2017년_정리
Web rtc 동향과 이슈 2017년_정리Web rtc 동향과 이슈 2017년_정리
Web rtc 동향과 이슈 2017년_정리sung young son
 

Similaire à BGP Peering Strategy and Data (20)

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
 
Investing in Cloud Integration at Microsoft IT
Investing in Cloud Integration at Microsoft ITInvesting in Cloud Integration at Microsoft IT
Investing in Cloud Integration at Microsoft IT
 
JCSA2013 04 Laurent Toutain - La frange polymorphe de l'Internet
JCSA2013 04 Laurent Toutain - La frange polymorphe de l'InternetJCSA2013 04 Laurent Toutain - La frange polymorphe de l'Internet
JCSA2013 04 Laurent Toutain - La frange polymorphe de l'Internet
 
Service Mesh Status Quo 2018: 2019年に向けたService Meshの現状課題の整理と考察
Service Mesh Status Quo 2018:  2019年に向けたService Meshの現状課題の整理と考察Service Mesh Status Quo 2018:  2019年に向けたService Meshの現状課題の整理と考察
Service Mesh Status Quo 2018: 2019年に向けたService Meshの現状課題の整理と考察
 
Edge optimized architecture for fabric defect detection in real-time
Edge optimized architecture for fabric defect detection in real-timeEdge optimized architecture for fabric defect detection in real-time
Edge optimized architecture for fabric defect detection in real-time
 
Forensic Tracing in the Internet: An Update
Forensic Tracing in the Internet: An UpdateForensic Tracing in the Internet: An Update
Forensic Tracing in the Internet: An Update
 
2017 03-01-forensics 1488330715
2017 03-01-forensics 14883307152017 03-01-forensics 1488330715
2017 03-01-forensics 1488330715
 
Indoor Point Cloud Processing
Indoor Point Cloud ProcessingIndoor Point Cloud Processing
Indoor Point Cloud Processing
 
Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...
Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...
Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...
 
Next-gen Network Telemetry is Within Your Packets: In-band OAM
Next-gen Network Telemetry is Within Your Packets: In-band OAMNext-gen Network Telemetry is Within Your Packets: In-band OAM
Next-gen Network Telemetry is Within Your Packets: In-band OAM
 
How our Cloudy Mindsets Approached Physical Routers
How our Cloudy Mindsets Approached Physical RoutersHow our Cloudy Mindsets Approached Physical Routers
How our Cloudy Mindsets Approached Physical Routers
 
BMP YANG Module
BMP YANG ModuleBMP YANG Module
BMP YANG Module
 
Oracle Open World 2018 - Cloud Lift Accelerator Suite
Oracle Open World 2018 - Cloud Lift Accelerator SuiteOracle Open World 2018 - Cloud Lift Accelerator Suite
Oracle Open World 2018 - Cloud Lift Accelerator Suite
 
Iccci10 bd siit
Iccci10 bd siitIccci10 bd siit
Iccci10 bd siit
 
Model driven telemetry
Model driven telemetryModel driven telemetry
Model driven telemetry
 
BGP Traffic Engineering / Routing Optimisation
BGP Traffic Engineering / Routing OptimisationBGP Traffic Engineering / Routing Optimisation
BGP Traffic Engineering / Routing Optimisation
 
ICPDAS - Modbus Concentrator 700 series
ICPDAS - Modbus Concentrator 700 seriesICPDAS - Modbus Concentrator 700 series
ICPDAS - Modbus Concentrator 700 series
 
クラウドネイティブ時代の分散トレーシング - Distributed Tracing in a Cloud Native Age
クラウドネイティブ時代の分散トレーシング - Distributed Tracing in a Cloud Native Ageクラウドネイティブ時代の分散トレーシング - Distributed Tracing in a Cloud Native Age
クラウドネイティブ時代の分散トレーシング - Distributed Tracing in a Cloud Native Age
 
Strategies for End-to-End Timing Guarantees in a Centralized Software Defined...
Strategies for End-to-End Timing Guarantees in a Centralized Software Defined...Strategies for End-to-End Timing Guarantees in a Centralized Software Defined...
Strategies for End-to-End Timing Guarantees in a Centralized Software Defined...
 
Web rtc 동향과 이슈 2017년_정리
Web rtc 동향과 이슈 2017년_정리Web rtc 동향과 이슈 2017년_정리
Web rtc 동향과 이슈 2017년_정리
 

Plus de APNIC

IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119APNIC
 
draft-harrison-sidrops-manifest-number-01, presented at IETF 119
draft-harrison-sidrops-manifest-number-01, presented at IETF 119draft-harrison-sidrops-manifest-number-01, presented at IETF 119
draft-harrison-sidrops-manifest-number-01, presented at IETF 119APNIC
 
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119APNIC
 
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119APNIC
 
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119APNIC
 
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...APNIC
 
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85APNIC
 
NANOG 90: 'BGP in 2023' presented by Geoff Huston
NANOG 90: 'BGP in 2023' presented by Geoff HustonNANOG 90: 'BGP in 2023' presented by Geoff Huston
NANOG 90: 'BGP in 2023' presented by Geoff HustonAPNIC
 
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff HustonDNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff HustonAPNIC
 
APAN 57: APNIC Report at APAN 57, Bangkok, Thailand
APAN 57: APNIC Report at APAN 57, Bangkok, ThailandAPAN 57: APNIC Report at APAN 57, Bangkok, Thailand
APAN 57: APNIC Report at APAN 57, Bangkok, ThailandAPNIC
 
Lao Digital Week 2024: It's time to deploy IPv6
Lao Digital Week 2024: It's time to deploy IPv6Lao Digital Week 2024: It's time to deploy IPv6
Lao Digital Week 2024: It's time to deploy IPv6APNIC
 
AINTEC 2023: Networking in the Penumbra!
AINTEC 2023: Networking in the Penumbra!AINTEC 2023: Networking in the Penumbra!
AINTEC 2023: Networking in the Penumbra!APNIC
 
CNIRC 2023: Global and Regional IPv6 Deployment 2023
CNIRC 2023: Global and Regional IPv6 Deployment 2023CNIRC 2023: Global and Regional IPv6 Deployment 2023
CNIRC 2023: Global and Regional IPv6 Deployment 2023APNIC
 
AFSIG 2023: APNIC Foundation and support for Internet development
AFSIG 2023: APNIC Foundation and support for Internet developmentAFSIG 2023: APNIC Foundation and support for Internet development
AFSIG 2023: APNIC Foundation and support for Internet developmentAPNIC
 
AFNOG 1: Afghanistan IP Deployment Status
AFNOG 1: Afghanistan IP Deployment StatusAFNOG 1: Afghanistan IP Deployment Status
AFNOG 1: Afghanistan IP Deployment StatusAPNIC
 
AFSIG 2023: Internet routing and addressing
AFSIG 2023: Internet routing and addressingAFSIG 2023: Internet routing and addressing
AFSIG 2023: Internet routing and addressingAPNIC
 
AFSIG 2023: APNIC - Registry & Development
AFSIG 2023: APNIC - Registry & DevelopmentAFSIG 2023: APNIC - Registry & Development
AFSIG 2023: APNIC - Registry & DevelopmentAPNIC
 
Afghanistan IGF 2023: The ABCs and importance of cybersecurity
Afghanistan IGF 2023: The ABCs and importance of cybersecurityAfghanistan IGF 2023: The ABCs and importance of cybersecurity
Afghanistan IGF 2023: The ABCs and importance of cybersecurityAPNIC
 
IDNIC OPM 2023: IPv6 deployment planning and security considerations
IDNIC OPM 2023: IPv6 deployment planning and security considerationsIDNIC OPM 2023: IPv6 deployment planning and security considerations
IDNIC OPM 2023: IPv6 deployment planning and security considerationsAPNIC
 
IDNIC OPM 2023 - Internet Number Registry System
IDNIC OPM 2023 - Internet Number Registry SystemIDNIC OPM 2023 - Internet Number Registry System
IDNIC OPM 2023 - Internet Number Registry SystemAPNIC
 

Plus de APNIC (20)

IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119
 
draft-harrison-sidrops-manifest-number-01, presented at IETF 119
draft-harrison-sidrops-manifest-number-01, presented at IETF 119draft-harrison-sidrops-manifest-number-01, presented at IETF 119
draft-harrison-sidrops-manifest-number-01, presented at IETF 119
 
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
 
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
 
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
 
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
 
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
 
NANOG 90: 'BGP in 2023' presented by Geoff Huston
NANOG 90: 'BGP in 2023' presented by Geoff HustonNANOG 90: 'BGP in 2023' presented by Geoff Huston
NANOG 90: 'BGP in 2023' presented by Geoff Huston
 
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff HustonDNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
 
APAN 57: APNIC Report at APAN 57, Bangkok, Thailand
APAN 57: APNIC Report at APAN 57, Bangkok, ThailandAPAN 57: APNIC Report at APAN 57, Bangkok, Thailand
APAN 57: APNIC Report at APAN 57, Bangkok, Thailand
 
Lao Digital Week 2024: It's time to deploy IPv6
Lao Digital Week 2024: It's time to deploy IPv6Lao Digital Week 2024: It's time to deploy IPv6
Lao Digital Week 2024: It's time to deploy IPv6
 
AINTEC 2023: Networking in the Penumbra!
AINTEC 2023: Networking in the Penumbra!AINTEC 2023: Networking in the Penumbra!
AINTEC 2023: Networking in the Penumbra!
 
CNIRC 2023: Global and Regional IPv6 Deployment 2023
CNIRC 2023: Global and Regional IPv6 Deployment 2023CNIRC 2023: Global and Regional IPv6 Deployment 2023
CNIRC 2023: Global and Regional IPv6 Deployment 2023
 
AFSIG 2023: APNIC Foundation and support for Internet development
AFSIG 2023: APNIC Foundation and support for Internet developmentAFSIG 2023: APNIC Foundation and support for Internet development
AFSIG 2023: APNIC Foundation and support for Internet development
 
AFNOG 1: Afghanistan IP Deployment Status
AFNOG 1: Afghanistan IP Deployment StatusAFNOG 1: Afghanistan IP Deployment Status
AFNOG 1: Afghanistan IP Deployment Status
 
AFSIG 2023: Internet routing and addressing
AFSIG 2023: Internet routing and addressingAFSIG 2023: Internet routing and addressing
AFSIG 2023: Internet routing and addressing
 
AFSIG 2023: APNIC - Registry & Development
AFSIG 2023: APNIC - Registry & DevelopmentAFSIG 2023: APNIC - Registry & Development
AFSIG 2023: APNIC - Registry & Development
 
Afghanistan IGF 2023: The ABCs and importance of cybersecurity
Afghanistan IGF 2023: The ABCs and importance of cybersecurityAfghanistan IGF 2023: The ABCs and importance of cybersecurity
Afghanistan IGF 2023: The ABCs and importance of cybersecurity
 
IDNIC OPM 2023: IPv6 deployment planning and security considerations
IDNIC OPM 2023: IPv6 deployment planning and security considerationsIDNIC OPM 2023: IPv6 deployment planning and security considerations
IDNIC OPM 2023: IPv6 deployment planning and security considerations
 
IDNIC OPM 2023 - Internet Number Registry System
IDNIC OPM 2023 - Internet Number Registry SystemIDNIC OPM 2023 - Internet Number Registry System
IDNIC OPM 2023 - Internet Number Registry System
 

Dernier

办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...
办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...
办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...vmzoxnx5
 
Summary ID-IGF 2016 National Dialogue - English (tata kelola internet / int...
Summary  ID-IGF 2016 National Dialogue  - English (tata kelola internet / int...Summary  ID-IGF 2016 National Dialogue  - English (tata kelola internet / int...
Summary ID-IGF 2016 National Dialogue - English (tata kelola internet / int...ICT Watch - Indonesia
 
How to login to Router net ORBI LOGIN...
How to login to Router net ORBI LOGIN...How to login to Router net ORBI LOGIN...
How to login to Router net ORBI LOGIN...rrouter90
 
Cybersecurity Threats and Cybersecurity Best Practices
Cybersecurity Threats and Cybersecurity Best PracticesCybersecurity Threats and Cybersecurity Best Practices
Cybersecurity Threats and Cybersecurity Best PracticesLumiverse Solutions Pvt Ltd
 
Summary IGF 2013 Bali - English (tata kelola internet / internet governance)
Summary  IGF 2013 Bali - English (tata kelola internet / internet governance)Summary  IGF 2013 Bali - English (tata kelola internet / internet governance)
Summary IGF 2013 Bali - English (tata kelola internet / internet governance)ICT Watch - Indonesia
 
Company Snapshot Theme for Business by Slidesgo.pptx
Company Snapshot Theme for Business by Slidesgo.pptxCompany Snapshot Theme for Business by Slidesgo.pptx
Company Snapshot Theme for Business by Slidesgo.pptxMario
 
Unidad 4 – Redes de ordenadores (en inglés).pptx
Unidad 4 – Redes de ordenadores (en inglés).pptxUnidad 4 – Redes de ordenadores (en inglés).pptx
Unidad 4 – Redes de ordenadores (en inglés).pptxmibuzondetrabajo
 
TRENDS Enabling and inhibiting dimensions.pptx
TRENDS Enabling and inhibiting dimensions.pptxTRENDS Enabling and inhibiting dimensions.pptx
TRENDS Enabling and inhibiting dimensions.pptxAndrieCagasanAkio
 

Dernier (8)

办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...
办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...
办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...
 
Summary ID-IGF 2016 National Dialogue - English (tata kelola internet / int...
Summary  ID-IGF 2016 National Dialogue  - English (tata kelola internet / int...Summary  ID-IGF 2016 National Dialogue  - English (tata kelola internet / int...
Summary ID-IGF 2016 National Dialogue - English (tata kelola internet / int...
 
How to login to Router net ORBI LOGIN...
How to login to Router net ORBI LOGIN...How to login to Router net ORBI LOGIN...
How to login to Router net ORBI LOGIN...
 
Cybersecurity Threats and Cybersecurity Best Practices
Cybersecurity Threats and Cybersecurity Best PracticesCybersecurity Threats and Cybersecurity Best Practices
Cybersecurity Threats and Cybersecurity Best Practices
 
Summary IGF 2013 Bali - English (tata kelola internet / internet governance)
Summary  IGF 2013 Bali - English (tata kelola internet / internet governance)Summary  IGF 2013 Bali - English (tata kelola internet / internet governance)
Summary IGF 2013 Bali - English (tata kelola internet / internet governance)
 
Company Snapshot Theme for Business by Slidesgo.pptx
Company Snapshot Theme for Business by Slidesgo.pptxCompany Snapshot Theme for Business by Slidesgo.pptx
Company Snapshot Theme for Business by Slidesgo.pptx
 
Unidad 4 – Redes de ordenadores (en inglés).pptx
Unidad 4 – Redes de ordenadores (en inglés).pptxUnidad 4 – Redes de ordenadores (en inglés).pptx
Unidad 4 – Redes de ordenadores (en inglés).pptx
 
TRENDS Enabling and inhibiting dimensions.pptx
TRENDS Enabling and inhibiting dimensions.pptxTRENDS Enabling and inhibiting dimensions.pptx
TRENDS Enabling and inhibiting dimensions.pptx
 

BGP Peering Strategy and Data