SlideShare a Scribd company logo
1 of 51
Download to read offline
IPv6
Introduction	and	Deployment	Considerations
Md.	Abdul	Awal
BdREN
awal@bdren.net.bd
TEIN	Application	Workshop	 2017
University	of	Dhaka
December	13,	2017
These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0
International license. https://creativecommons.org/licenses/by-nc/4.0/
Agenda
• IPv6	Intro
• Subnetting
• IPv6	Plan
• Lab
• Discussion
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 2
IPv6	Addressing
Protocol	Header	Comparison
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 4
IPv6	Address	Format
• 128	bits	or	16	bytes	long
• 2^8	or	3.4E+38	possible	addresses
• 5*E+28	address	per	person	on	earth
• 128	binary	bit	is	reduced	down	to	32	hex	bit
• 16	bit	number	is	converted	to	a	4	digit	hexadecimal	
number	in	each	field
• Also	called	“Nibble” boundaries
• “Coloned Hex”	format:	X:X:X:X:X:X:X:X	(X	=	16	bit	
hexadecimal	field)
• Separated	by	colon	(:)
• Case-insensitive	for	hexadecimal	digits	A-F
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 5
IPv6	Address	Representation
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 6
2031:0000:130F:0000:0000:09C0:876A:130B2031:0000:130F:0000:0000:09C0:876A:130B
2031: 0:130F: 0: 0: 9C0:876A:130B
2031:0:130F:0:0:9C0:876A:130B2031:0:130F:0:0:9C0:876A:130B
2031:0:130F::9C0:876A:130B
Rule	1: Leading	zeroes	
within	a	16-bit	value	
may	be	omitted
Rule	2: Only	a single	
occurrence	of	consecutive	
groups	of	zeroes	may	be	
replaced	by	a	double	colon	(::)
IPv6	Address	Examples
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 7
FF01:0:0:0:0:0:0:1 = FF01::1
E3D7:0000:0000:0000:51F4:00C8:C0A8:6420
= E3D7::51F4:C8:C0A8:6420
3FFE:0501:0008:0000:0260:97FF:FE40:EFAB
= 3FFE:501:8:0:260:97FF:FE40:EFAB
= 3FFE:501:8::260:97FF:FE40:EFAB
FF01:0000:0000:0000:0000:0000:0000:1
IPv6	Addressing	Model
• IPv6	Address	type	
• Unicast
• An	identifier	for	a	single	interface
• Anycast
• An	identifier	for	a	set	of	interfaces
• Multicast
• An	identifier	for	a	group	of	nodes
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 8
RFC
4291
Different	IPv6	Addresses
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 9
IPv6	Address Description
::/0
• All	routes	and	used	when	specifying	a	default	static	route.
• It	is	equivalent	to	the	IPv4	quad-zero (0.0.0.0).
::/128
• Unspecified	address	and	is	initially	assigned	to	a	host	
when	it	first	resolves	its	local	link	address.
::1/128
• Loopback	address	of	local	host.	
• Equivalent	to	127.0.0.1	in	IPv4.
FE80::/10
• Link-local unicast	address.
• Similar	to	the	Windows	autoconfiguration	 IP	address	of	
169.254.x.x.
FF00::/8 • Multicast	addresses.
All	other	addresses • Global	unicast	address.
Link-local	Address
• Used	for	automatic	address	configuration,	neighbor	
discovery,	router	discovery,	and	by	many	routing	
protocols.
• Dynamically	created	using	a	link-local	prefix	of	
FE80::/10	and	a	64-bit	interface	identifier.
• Link-local	packets	are	unique	only	on	the	link,	and	
are	not	routable	off	the	link.
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 10
128 bits
FE80
1111 1110 1000 0000 0000 0000 ... 0000 0000 0000
Interface	ID
/10
FE80::/10
/64
IPv6	Global	Unicast	Address
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 11
1 128
ISP
/32
3
Customer	Site
/48
16
End	Site	Subnet
/64
16 64
Device	Address
128-bit
Interface ID
65
Network Prefix
64
RIR
/12
9 20
IANA
/3
IPv6	Global	Unicast	Address
• IPV6	Global	Unicast	Address
• 0010 2000::/3
• 0011 3000::/3
• All	five	RIRs	are	given	a	/12	from	the	/3	to	further	
distribute	within	the	RIR	region
• APNIC 2400:0000::/12
• ARIN 2600:0000::/12
• AfriNIC 2C00:0000::/12
• LACNIC 2800:0000::/12
• RIPE	 2A00:0000::/12
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 12
IPv6	Multicast	Address
• Multicasting	is	at	the	core	of	many	IPv6	functions	and	it	is	a	
replacement	for	the	broadcast	address.	
• They	are	defined	by	the	prefix	FF00::/8.
• An	interface	may	belong	to	any	number	of	multicast	groups.	
• FF00::	to	FF0F::	have	the	T flag	= 0 means	permanent	and	reserved.
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 13
F F
1111 1111
0 0
00XX XXXX
Group ID
Flags Scope
0 0 P T xxxx
8 bits
Flags:
• P =	Prefix	for	unicast-based	assignments
• T =	0 if	permanent,	1 if	temporary
/16/8
FF00::/8 Scope:
• 1 (0001) =	Node
• 2 (0010) =	Link
• 5 (0101) =	Site
• 8 (1000) =	Organization
• E (1110) =	Global
Reserved	IPv6	Multicast	Address
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 14
Multicast	Address Description
FF02::1 • All	nodes	on	a	link	(link-local	scope).
FF02::2 • All	routers	on	a	link.
FF02::9 • All	routing	information	protocol	(RIP)	routers	on	a	link.
FF02::1:FFxx:xxxx
• All	solicited-node	multicast	addresses	used	for	host	
autoconfiguration	 and	neighbor	discovery	(similar	to	ARP	
in	IPv4).	
• The	xx:xxxx	is	the	far	right	24	bits	of	the	corresponding	
unicast	or	anycast	address	of	the	node.
FF05::101 • All	Network	Time	Protocol	(NTP)	servers.
Interface	ID
• The	lowest-order	64-bit	field	addresses	may	be	
assigned	in	several	different	ways:
• Auto-configured	from	a	48-bit		MAC	address	expanded	
into	a	64-bit	EUI-64
• Assigned	via	DHCP
• Manually	configured
• Auto-generated	pseudo-random	number
• Possibly	other	methods	in	the	future
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 15
EUI-64
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 16
0	0 2	6 B	0 E	5 8	3 3	C
0 0 0 0 0 0 0
0 0 0 0 0 0 1 0
0	0 2	6 B	0 E	5 8	3 3	C
F	F F E
0	2 2	6 B	0 E	5 8	3 3	CF	F
Mac Address
EUI-64 Address
Interface Identifier
U/L bit
F E
IPv6	Autoconfiguration
IPv6	Autoconfiguration
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 18
Tentative	address (link-local	address)
Well-known	link	local	prefix	+Interface	ID (EUI-64)
Ex:	FE80::310:BAFF:FE64:1D
Is	this	
address	
unique?
1. A	new	host	is	turned	on.
2. Tentative	address	will	be	assigned	to	the	new	host.
3. Duplicate	Address	Detection	(DAD)	is	performed.		First	the	host	transmit	
a	Neighbor	Solicitation	(NS)		message	to	the	solicited	node	multicast	address		
(FF02::1:FF64:001D)	corresponding	to	its	to	be	used	address	
5. If	no	Neighbor	Advertisement	(NA)	message	comes	back	then	the	address	is	unique.
6. FE80::310:BAFF:FE64:1D	will	be	assigned	to	the	new	host.
Assign
FE80::310:BAFF:FE64:1D
2001:1234:1:1/64	network
IPv6	Autoconfiguration
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 19
FE80::310:BAFF:FE64:1D
Send	me
Router	
Advertisement
1. The	new	host	will	send	Router	Solicitation	(RS)		request	to	the	all-routers	multicast	group	
(FF02::2).
2. The	router	will	reply	Routing	Advertisement	(RA).
3. The	new	host	will	learn	the	network	prefix.		E.g,	2001:1234:1:1/64
4. The	new	host	will	assigned	a	new	address	Network	prefix+Interface ID	
E.g,		2001:1234:1:1:310:BAFF:FE64:1D
Router
Advertisement
Assign
2001:1234:1:1:310:BAFF:FE64:1D
2001:1234:1:1/64	network
IPv6	Subnetting
Remember	IPv4	Subnetting?
• 10.10.0.0/18
• What	are	the	first	and	third	/21	subnets?
• 192.168.1.0/24
• What	are	the	second	and	fifth	/28	subnets?
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 21
IPv6	Prefix
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 22
“Nibble”	Boundaries
• A	"nibble"	is	one	hexadecimal	digit	(or	4	bits)
• You	don't	have	to	subnet	based	on	nibbles.	You	can	
use	other	prefixes,	ex.	/49,	/51,	/55	etc.
• But	it	is	MUCH	easier	to	identify	addresses	if	you	do	
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 23
If	/x	is	a	multiple	of	4
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 24
If	/x	is	not	a	multiple	of	4
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 25
“Easy”	and	“Complicated”	Ranges
• 2001:db8:7::/48
• 2001:db8:7:xxxx:xxxx:xxxx:xxxx:xxxx	
• 2001:db8:7:8000::/50
• 2001:db8:7:8xxx:xxxx:xxxx:xxxx:xxxx
• 2001:db8:7:9xxx:xxxx:xxxx:xxxx:xxxx
• 2001:db8:7:axxx:xxxx:xxxx:xxxx:xxxx
• 2001:db8:7:bxxx:xxxx:xxxx:xxxx:xxxx	
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 26
IPv6	Subnettting
• Identify	the	first	four	/36	address	blocks	out	of	
2001:db8::/32
• Identify	the	first	four	/35	address	blocks	out	of	
2001:db8::/32
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 27
IPv6	Address	Plan
Not	a	single	right	way…
• If	/32	is	allocated,	may	be	planned	as:
• Infrastructure	(/36)
• 1st /48
• Loopback:	/64	(use	as	/128)
• Management:	/64
• NOC:	/56	(use	as	/64)
• Next	/48
• Backbone	P2P	Peering:	plan	as	/64	per	subnet,	use	/127
• Next	/48
• PE-CE	Peering:	plan	as	/64	per	subnet,	use	/127
• Next	/48
• Servers/Critical	Infra
• Rest
• Client	assignment:	Minimum	/48
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 29
IPv6	Lab
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 31
Link-Local	Address
• Start	Wireshark	on	R1-VPCS1	link
• Turn	on	VPCS-1
• Check	IPv6	Address	on	VPCS-1:	show ipv6
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 32
Link-Local	Address	
autoconfigured using	EUI-64
MAC	Address	to	be	used	
to	generate	EUI-64
No	Global	Unicast	
Address	generated	yet
IPv6	Configuration:	R1
Enable IPv6 Routing:
R1#config terminal
R1(config)#ipv6 unicast-routing
Configure LAN Interfaces:
R1(config)#interface gi3/0
R1(config-if)#no shutdown
R1(config-if)#ipv6 address 2001:DB8:0:1::1/64
R1(config-if)#ipv6 enable
R1(config-if)#exit
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 33
Global	Unicast	Address
• Restart	VPCS-1
• Check	IPv6	Address	on	VPCS1
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 34
Global	Unicast	Address	is	
now	autoconfigured
Wireshark	Capture
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 35
Neighbor	Solicitation
Neighbor	Advertisement
Router	Advertisement
Neighbor	Advertisement
IPv6	Configuration:	R1
Configure P2P Interfaces:
R1(config)#interface gi1/0
R1(config-if)#no shutdown
R1(config-if)#ipv6 address 2001:DB8:0:12::/127
R1(config-if)#ipv6 enable
R1(config-if)#exit
R1(config)#interface gi2/0
R1(config-if)#no shutdown
R1(config-if)#ipv6 address 2001:DB8:0:13::/127
R1(config-if)#ipv6 enable
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 36
IPv6	Configuration:	R2
Enable IPv6 Routing:
R2#config terminal
R2(config)#ipv6 unicast-routing
Configure LAN Interfaces:
R2(config)#interface gi2/0
R2(config-if)#no shutdown
R2(config-if)#ipv6 address 2001:DB8:0:2::1/64
R2(config-if)#ipv6 enable
R2(config-if)#exit
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 37
IPv6	Configuration:	R2
Configure P2P Interfaces:
R2(config)#interface gi1/0
R2(config-if)#no shutdown
R2(config-if)#ipv6 address 2001:DB8:0:12::1/127
R2(config-if)#ipv6 enable
R2(config-if)#exit
R2(config)#interface gi3/0
R2(config-if)#no shutdown
R2(config-if)#ipv6 address 2001:DB8:0:23::/127
R2(config-if)#ipv6 enable
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 38
IPv6	Configuration:	R3
Enable IPv6 Routing:
R3#config terminal
R3(config)#ipv6 unicast-routing
Configure LAN Interfaces:
R3(config)#interface gi1/0
R3(config-if)#no shutdown
R3(config-if)#ipv6 address 2001:DB8:0:3::1/64
R3(config-if)#ipv6 enable
R3(config-if)#exit
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 39
IPv6	Configuration:	R3
Configure P2P Interfaces:
R3(config)#interface gi2/0
R3(config-if)#no shutdown
R3(config-if)#ipv6 address 2001:DB8:0:13::1/127
R3(config-if)#ipv6 enable
R3(config-if)#exit
R3(config)#interface gi3/0
R3(config-if)#no shutdown
R3(config-if)#ipv6 address 2001:DB8:0:23::1/127
R3(config-if)#ipv6 enable
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 40
Verification:	R1
R1#show ipv6 interface brief
GigabitEthernet1/0 [up/up]
FE80::C801:33FF:FEB3:1C
2001:DB8:0:12::
GigabitEthernet2/0 [up/up]
FE80::C801:33FF:FEB3:38
2001:DB8:0:13::
GigabitEthernet3/0 [up/up]
FE80::C801:33FF:FEB3:54
2001:DB8:0:1::1
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 41
Link-Local	Address
Global	Unicast	Address
Verification:	R1
R1#show ipv6 interface gi1/0
GigabitEthernet1/0 is up, line protocol is up
IPv6 is enabled, link-local address is FE80::C801:33FF:FEB3:1C
No Virtual link-local address(es):
Global unicast address(es):
2001:DB8:0:12::, subnet is 2001:DB8:0:12::/127
Joined group address(es):
FF02::1
FF02::2
FF02::1:FF00:0
FF02::1:FFB3:1C
MTU is 1500 bytes
ICMP error messages limited to one every 100 milliseconds
ICMP redirects are enabled
ICMP unreachables are sent
ND DAD is enabled, number of DAD attempts: 1
ND reachable time is 30000 milliseconds (using 30000)
ND advertised reachable time is 0 (unspecified)
ND advertised retransmit interval is 0 (unspecified)
ND router advertisements are sent every 200 seconds
ND router advertisements live for 1800 seconds
ND advertised default router preference is Medium
Hosts use stateless autoconfig for addresses.
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 42
Multicast	Groups	this	
link	participates	with
Verification:	R1
R1#sh ipv6 route
IPv6 Routing Table - default - 7 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, R - RIP, H - NHRP, I1 - ISIS L1
I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP
EX - EIGRP external, ND - ND Default, NDp - ND Prefix, DCE - Destination
NDr - Redirect, O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1
OE2 - OSPF ext 2, ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
C 2001:DB8:0:1::/64 [0/0]
via GigabitEthernet3/0, directly connected
L 2001:DB8:0:1::1/128 [0/0]
via GigabitEthernet3/0, receive
C 2001:DB8:0:12::/127 [0/0]
via GigabitEthernet1/0, directly connected
L 2001:DB8:0:12::/128 [0/0]
via GigabitEthernet1/0, receive
C 2001:DB8:0:13::/127 [0/0]
via GigabitEthernet2/0, directly connected
L 2001:DB8:0:13::/128 [0/0]
via GigabitEthernet2/0, receive
L FF00::/8 [0/0]
via Null0, receive
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 43
Only	the	local	and	connected	
routes	are	available.	No	
routes	from	other	routers
Verification
• Ping	VPCS-2	from	VPCS-1:	Failed	L
• Ping	VPCS-3	from	VPCS-1:	Failed	L
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 44
OSPF	Configuration:	R1
Configure Router-ID:
R1(config)#router ospfv3 1
R1(config-router)#router-id 1.1.1.1
R1(config-router)#exit
Enable OSPFv3 on the Interfaces:
R1(config)#interface gi1/0
R1(config-if)#ipv6 ospf 1 area 0
R1(config-if)#exit
R1(config)#interface gi2/0
R1(config-if)#ipv6 ospf 1 area 0
R1(config-if)#exit
R1(config)#interface gi3/0
R1(config-if)#ipv6 ospf 1 area 0
R1(config-if)#exit
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 45
OSPF	Configuration:	R2
Configure Router-ID:
R2(config)#router ospfv3 1
R2(config-router)#router-id 2.2.2.2
R2(config-router)#exit
Enable OSPFv3 on the Interfaces:
R2(config)#interface gi1/0
R2(config-if)#ipv6 ospf 1 area 0
R2(config-if)#exit
R2(config)#interface gi2/0
R2(config-if)#ipv6 ospf 1 area 0
R2(config-if)#exit
R2(config)#interface gi3/0
R2(config-if)#ipv6 ospf 1 area 0
R2(config-if)#exit
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 46
OSPF	Configuration:	R3
Configure Router-ID:
R3(config)#router ospfv3 1
R3(config-router)#router-id 3.3.3.3
R3(config-router)#exit
Enable OSPFv3 on the Interfaces:
R3(config)#interface gi1/0
R3(config-if)#ipv6 ospf 1 area 0
R3(config-if)#exit
R3(config)#interface gi2/0
R3(config-if)#ipv6 ospf 1 area 0
R3(config-if)#exit
R3(config)#interface gi3/0
R3(config-if)#ipv6 ospf 1 area 0
R3(config-if)#exit
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 47
Verification:	R1
R1#show ipv6	route
IPv6	Routing	Table	- default	- 10	entries
C			2001:DB8:0:1::/64	[0/0]
via	GigabitEthernet3/0,	directly	connected
L			2001:DB8:0:1::1/128	[0/0]
via	GigabitEthernet3/0,	receive
O 2001:DB8:0:2::/64	[110/2]
via	FE80::C802:33FF:FEB4:1C,	 GigabitEthernet1/0
O 2001:DB8:0:3::/64	[110/2]
via	FE80::C803:33FF:FEB5:38,	GigabitEthernet2/0
C			2001:DB8:0:12::/127	[0/0]
via	GigabitEthernet1/0,	directly	connected
L			2001:DB8:0:12::/128	[0/0]
via	GigabitEthernet1/0,	receive
C			2001:DB8:0:13::/127	[0/0]
via	GigabitEthernet2/0,	directly	connected
L			2001:DB8:0:13::/128	[0/0]
via	GigabitEthernet2/0,	receive
O 2001:DB8:0:23::/127	[110/2]
via	FE80::C802:33FF:FEB4:1C,	 GigabitEthernet1/0
via	FE80::C803:33FF:FEB5:38,	GigabitEthernet2/0
L			FF00::/8	[0/0]
via	Null0,	receive
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 48
All	the	routes	(both	local	and	
remote)	are	available	now
Verification:	R1
IPv6 Routing Table - default - 10 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, R - RIP, H - NHRP, I1 - ISIS L1
I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP
EX - EIGRP external, ND - ND Default, NDp - ND Prefix, DCE -
Destination
NDr - Redirect, O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1
OE2 - OSPF ext 2, ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l
- LISP
O 2001:DB8:0:2::/64 [110/2]
via FE80::C802:33FF:FEB4:1C, GigabitEthernet1/0
O 2001:DB8:0:3::/64 [110/2]
via FE80::C803:33FF:FEB5:38, GigabitEthernet2/0
O 2001:DB8:0:23::/127 [110/2]
via FE80::C802:33FF:FEB4:1C, GigabitEthernet1/0
via FE80::C803:33FF:FEB5:38, GigabitEthernet2/0
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 49
Remote	routes	are	
carried	by	OSPFv3
Verification
• Ping	VPCS-2	from	VPCS-1:	Successful	J
• Ping	VPCS-3	from	VPCS-1:	Successful	J
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 50
Questions?
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 51

More Related Content

What's hot

Cisco presentation2
Cisco presentation2Cisco presentation2
Cisco presentation2ehsan nazer
 
Chapter 9 security
Chapter 9 securityChapter 9 security
Chapter 9 securityNaiyan Noor
 
Ch 09 -- ARP & IP Analysis
Ch 09 -- ARP & IP AnalysisCh 09 -- ARP & IP Analysis
Ch 09 -- ARP & IP AnalysisYoram Orzach
 
Networking presentation 9 march 2009
Networking presentation   9 march 2009Networking presentation   9 march 2009
Networking presentation 9 march 2009Kinshook Chaturvedi
 
IPv6 technical introduction
IPv6 technical introductionIPv6 technical introduction
IPv6 technical introductionRayed Alrashed
 
10 coms 525 tcpip - internet protocol - ip
10   coms 525 tcpip -  internet protocol - ip10   coms 525 tcpip -  internet protocol - ip
10 coms 525 tcpip - internet protocol - ipPalanivel Kuppusamy
 
Part 4 : reliable transport and sharing resources
Part 4 : reliable transport and sharing resourcesPart 4 : reliable transport and sharing resources
Part 4 : reliable transport and sharing resourcesOlivier Bonaventure
 
Part 9 : Congestion control and IPv6
Part 9 : Congestion control and IPv6Part 9 : Congestion control and IPv6
Part 9 : Congestion control and IPv6Olivier Bonaventure
 
Part 5 : Sharing resources, security principles and protocols
Part 5 : Sharing resources, security principles and protocolsPart 5 : Sharing resources, security principles and protocols
Part 5 : Sharing resources, security principles and protocolsOlivier Bonaventure
 
Network interview questions
Network interview questionsNetwork interview questions
Network interview questionsrajasekar1712
 
Wireshark course, Ch 03: Capture and display filters
Wireshark course, Ch 03: Capture and display filtersWireshark course, Ch 03: Capture and display filters
Wireshark course, Ch 03: Capture and display filtersYoram Orzach
 
RHCE administration iii book by moamen hany
RHCE administration iii book by moamen hanyRHCE administration iii book by moamen hany
RHCE administration iii book by moamen hanyMoamen Hany ELNASHAR
 

What's hot (20)

Cisco presentation2
Cisco presentation2Cisco presentation2
Cisco presentation2
 
6421 b Module-04
6421 b Module-046421 b Module-04
6421 b Module-04
 
Chapter 9 security
Chapter 9 securityChapter 9 security
Chapter 9 security
 
Ch 09 -- ARP & IP Analysis
Ch 09 -- ARP & IP AnalysisCh 09 -- ARP & IP Analysis
Ch 09 -- ARP & IP Analysis
 
Networking presentation 9 march 2009
Networking presentation   9 march 2009Networking presentation   9 march 2009
Networking presentation 9 march 2009
 
Part 6 : Internet applications
Part 6 : Internet applicationsPart 6 : Internet applications
Part 6 : Internet applications
 
Ipv6
Ipv6Ipv6
Ipv6
 
IPv6
IPv6IPv6
IPv6
 
IPv6 technical introduction
IPv6 technical introductionIPv6 technical introduction
IPv6 technical introduction
 
10 coms 525 tcpip - internet protocol - ip
10   coms 525 tcpip -  internet protocol - ip10   coms 525 tcpip -  internet protocol - ip
10 coms 525 tcpip - internet protocol - ip
 
Part 4 : reliable transport and sharing resources
Part 4 : reliable transport and sharing resourcesPart 4 : reliable transport and sharing resources
Part 4 : reliable transport and sharing resources
 
Future Internet protocols
Future Internet protocolsFuture Internet protocols
Future Internet protocols
 
Part 7 : HTTP/2, UDP and TCP
Part 7 : HTTP/2, UDP and TCPPart 7 : HTTP/2, UDP and TCP
Part 7 : HTTP/2, UDP and TCP
 
Part 9 : Congestion control and IPv6
Part 9 : Congestion control and IPv6Part 9 : Congestion control and IPv6
Part 9 : Congestion control and IPv6
 
Part 1 : reliable transmission
Part 1 : reliable transmissionPart 1 : reliable transmission
Part 1 : reliable transmission
 
Part 5 : Sharing resources, security principles and protocols
Part 5 : Sharing resources, security principles and protocolsPart 5 : Sharing resources, security principles and protocols
Part 5 : Sharing resources, security principles and protocols
 
Network interview questions
Network interview questionsNetwork interview questions
Network interview questions
 
Wireshark course, Ch 03: Capture and display filters
Wireshark course, Ch 03: Capture and display filtersWireshark course, Ch 03: Capture and display filters
Wireshark course, Ch 03: Capture and display filters
 
RHCE administration iii book by moamen hany
RHCE administration iii book by moamen hanyRHCE administration iii book by moamen hany
RHCE administration iii book by moamen hany
 
TCPLS presentation @ietf 109
TCPLS presentation @ietf 109TCPLS presentation @ietf 109
TCPLS presentation @ietf 109
 

Similar to IPv6 Addressing and Deployment Considerations

8-Lect_8 Addressing the Network.tcp.pptx
8-Lect_8 Addressing the Network.tcp.pptx8-Lect_8 Addressing the Network.tcp.pptx
8-Lect_8 Addressing the Network.tcp.pptxZahouAmel1
 
4. Understanding Internet Protocol.pptx
4. Understanding Internet Protocol.pptx4. Understanding Internet Protocol.pptx
4. Understanding Internet Protocol.pptxRobertohtirolhsconce
 
Introduction to ipv6 v1.3
Introduction to ipv6 v1.3Introduction to ipv6 v1.3
Introduction to ipv6 v1.3Karunakant Rai
 
IPv6 Technical Overview: Address Architecture, DHCPv6 and DNS
IPv6 Technical Overview: Address Architecture, DHCPv6 and DNSIPv6 Technical Overview: Address Architecture, DHCPv6 and DNS
IPv6 Technical Overview: Address Architecture, DHCPv6 and DNSNetwork Utility Force
 
I pv6(internet protocol version 6)
I pv6(internet protocol version 6)I pv6(internet protocol version 6)
I pv6(internet protocol version 6)Subrata Kumer Paul
 
IPv6_Unified_2011-07-12-.ppt
IPv6_Unified_2011-07-12-.pptIPv6_Unified_2011-07-12-.ppt
IPv6_Unified_2011-07-12-.pptBruno638059
 
Apnic V6 Tutorial Distribution
Apnic V6 Tutorial DistributionApnic V6 Tutorial Distribution
Apnic V6 Tutorial DistributionAli_Ahmad
 
Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05gameaxt
 
Americas Headquarters IPv6 Addressing White Paper IPv6 Introduction
Americas Headquarters  IPv6 Addressing White Paper IPv6 IntroductionAmericas Headquarters  IPv6 Addressing White Paper IPv6 Introduction
Americas Headquarters IPv6 Addressing White Paper IPv6 IntroductionScott Faria
 
A very good introduction to IPv6
A very good introduction to IPv6A very good introduction to IPv6
A very good introduction to IPv6Syed Arshad
 
IPv6 address-planning
IPv6 address-planningIPv6 address-planning
IPv6 address-planningTim Martin
 

Similar to IPv6 Addressing and Deployment Considerations (20)

8-Lect_8 Addressing the Network.tcp.pptx
8-Lect_8 Addressing the Network.tcp.pptx8-Lect_8 Addressing the Network.tcp.pptx
8-Lect_8 Addressing the Network.tcp.pptx
 
MVA slides lesson 4
MVA slides lesson 4MVA slides lesson 4
MVA slides lesson 4
 
4. Understanding Internet Protocol.pptx
4. Understanding Internet Protocol.pptx4. Understanding Internet Protocol.pptx
4. Understanding Internet Protocol.pptx
 
Introduction to ipv6 v1.3
Introduction to ipv6 v1.3Introduction to ipv6 v1.3
Introduction to ipv6 v1.3
 
I pv6
I pv6I pv6
I pv6
 
IPv6 Technical Overview: Address Architecture, DHCPv6 and DNS
IPv6 Technical Overview: Address Architecture, DHCPv6 and DNSIPv6 Technical Overview: Address Architecture, DHCPv6 and DNS
IPv6 Technical Overview: Address Architecture, DHCPv6 and DNS
 
Part1-Intro-Apps.pptx
Part1-Intro-Apps.pptxPart1-Intro-Apps.pptx
Part1-Intro-Apps.pptx
 
I pv6(internet protocol version 6)
I pv6(internet protocol version 6)I pv6(internet protocol version 6)
I pv6(internet protocol version 6)
 
UNIT-2.pptx
UNIT-2.pptxUNIT-2.pptx
UNIT-2.pptx
 
01 Ipv6 Addressing
01 Ipv6 Addressing01 Ipv6 Addressing
01 Ipv6 Addressing
 
IPv6_Unified_2011-07-12-.ppt
IPv6_Unified_2011-07-12-.pptIPv6_Unified_2011-07-12-.ppt
IPv6_Unified_2011-07-12-.ppt
 
Network layer logical addressing
Network layer logical addressingNetwork layer logical addressing
Network layer logical addressing
 
Apnic V6 Tutorial Distribution
Apnic V6 Tutorial DistributionApnic V6 Tutorial Distribution
Apnic V6 Tutorial Distribution
 
IPV4 vs IPV6
IPV4 vs IPV6IPV4 vs IPV6
IPV4 vs IPV6
 
Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05
 
Americas Headquarters IPv6 Addressing White Paper IPv6 Introduction
Americas Headquarters  IPv6 Addressing White Paper IPv6 IntroductionAmericas Headquarters  IPv6 Addressing White Paper IPv6 Introduction
Americas Headquarters IPv6 Addressing White Paper IPv6 Introduction
 
Ip4 vs ip6
Ip4 vs ip6Ip4 vs ip6
Ip4 vs ip6
 
Part1-Intro-Apps.pptx
Part1-Intro-Apps.pptxPart1-Intro-Apps.pptx
Part1-Intro-Apps.pptx
 
A very good introduction to IPv6
A very good introduction to IPv6A very good introduction to IPv6
A very good introduction to IPv6
 
IPv6 address-planning
IPv6 address-planningIPv6 address-planning
IPv6 address-planning
 

More from Md. Abdul Awal

IPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in BangladeshIPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in BangladeshMd. Abdul Awal
 
IETF Outreach in Bangladesh
IETF Outreach in BangladeshIETF Outreach in Bangladesh
IETF Outreach in BangladeshMd. Abdul Awal
 
Getting involved in Internet Governance
Getting involved in Internet GovernanceGetting involved in Internet Governance
Getting involved in Internet GovernanceMd. Abdul Awal
 
Wireshark and Its Application
Wireshark and Its ApplicationWireshark and Its Application
Wireshark and Its ApplicationMd. Abdul Awal
 
Presentation on bdYIGF at NextGen@ICANN57
Presentation on bdYIGF at NextGen@ICANN57Presentation on bdYIGF at NextGen@ICANN57
Presentation on bdYIGF at NextGen@ICANN57Md. Abdul Awal
 
Implementing NREN in Bangladesh
Implementing NREN in BangladeshImplementing NREN in Bangladesh
Implementing NREN in BangladeshMd. Abdul Awal
 
Monitoring with Smokeping
Monitoring with SmokepingMonitoring with Smokeping
Monitoring with SmokepingMd. Abdul Awal
 
Basic Campus Network Design - Network Cabling System
Basic Campus Network Design - Network Cabling SystemBasic Campus Network Design - Network Cabling System
Basic Campus Network Design - Network Cabling SystemMd. Abdul Awal
 
Implementing BdREN - An Awareness Building Workshop at DUET
Implementing BdREN - An Awareness Building Workshop at DUETImplementing BdREN - An Awareness Building Workshop at DUET
Implementing BdREN - An Awareness Building Workshop at DUETMd. Abdul Awal
 
IPv6 Deployment - A New Milestone for BdREN
IPv6 Deployment - A New Milestone for BdRENIPv6 Deployment - A New Milestone for BdREN
IPv6 Deployment - A New Milestone for BdRENMd. Abdul Awal
 
IPv6 Address and Deployment Planning
IPv6 Address and Deployment PlanningIPv6 Address and Deployment Planning
IPv6 Address and Deployment PlanningMd. Abdul Awal
 
Building REN in Bangladesh
Building REN in BangladeshBuilding REN in Bangladesh
Building REN in BangladeshMd. Abdul Awal
 
IPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in BangladeshIPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in BangladeshMd. Abdul Awal
 

More from Md. Abdul Awal (14)

Bangladesh Youth IGF
Bangladesh Youth IGFBangladesh Youth IGF
Bangladesh Youth IGF
 
IPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in BangladeshIPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in Bangladesh
 
IETF Outreach in Bangladesh
IETF Outreach in BangladeshIETF Outreach in Bangladesh
IETF Outreach in Bangladesh
 
Getting involved in Internet Governance
Getting involved in Internet GovernanceGetting involved in Internet Governance
Getting involved in Internet Governance
 
Wireshark and Its Application
Wireshark and Its ApplicationWireshark and Its Application
Wireshark and Its Application
 
Presentation on bdYIGF at NextGen@ICANN57
Presentation on bdYIGF at NextGen@ICANN57Presentation on bdYIGF at NextGen@ICANN57
Presentation on bdYIGF at NextGen@ICANN57
 
Implementing NREN in Bangladesh
Implementing NREN in BangladeshImplementing NREN in Bangladesh
Implementing NREN in Bangladesh
 
Monitoring with Smokeping
Monitoring with SmokepingMonitoring with Smokeping
Monitoring with Smokeping
 
Basic Campus Network Design - Network Cabling System
Basic Campus Network Design - Network Cabling SystemBasic Campus Network Design - Network Cabling System
Basic Campus Network Design - Network Cabling System
 
Implementing BdREN - An Awareness Building Workshop at DUET
Implementing BdREN - An Awareness Building Workshop at DUETImplementing BdREN - An Awareness Building Workshop at DUET
Implementing BdREN - An Awareness Building Workshop at DUET
 
IPv6 Deployment - A New Milestone for BdREN
IPv6 Deployment - A New Milestone for BdRENIPv6 Deployment - A New Milestone for BdREN
IPv6 Deployment - A New Milestone for BdREN
 
IPv6 Address and Deployment Planning
IPv6 Address and Deployment PlanningIPv6 Address and Deployment Planning
IPv6 Address and Deployment Planning
 
Building REN in Bangladesh
Building REN in BangladeshBuilding REN in Bangladesh
Building REN in Bangladesh
 
IPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in BangladeshIPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in Bangladesh
 

Recently uploaded

SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predieusebiomeyer
 
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
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书rnrncn29
 
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书rnrncn29
 
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
 
TRENDS Enabling and inhibiting dimensions.pptx
TRENDS Enabling and inhibiting dimensions.pptxTRENDS Enabling and inhibiting dimensions.pptx
TRENDS Enabling and inhibiting dimensions.pptxAndrieCagasanAkio
 
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
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxDyna Gilbert
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa494f574xmv
 
ETHICAL HACKING dddddddddddddddfnandni.pptx
ETHICAL HACKING dddddddddddddddfnandni.pptxETHICAL HACKING dddddddddddddddfnandni.pptx
ETHICAL HACKING dddddddddddddddfnandni.pptxNIMMANAGANTI RAMAKRISHNA
 

Recently uploaded (11)

SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predi
 
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
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
 
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
 
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
 
TRENDS Enabling and inhibiting dimensions.pptx
TRENDS Enabling and inhibiting dimensions.pptxTRENDS Enabling and inhibiting dimensions.pptx
TRENDS Enabling and inhibiting dimensions.pptx
 
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
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptx
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa
 
ETHICAL HACKING dddddddddddddddfnandni.pptx
ETHICAL HACKING dddddddddddddddfnandni.pptxETHICAL HACKING dddddddddddddddfnandni.pptx
ETHICAL HACKING dddddddddddddddfnandni.pptx
 

IPv6 Addressing and Deployment Considerations