SlideShare a Scribd company logo
DHCP for IPv6
DHCPv6
RFC 3315

http://youtube.com/zarigatongy
WATCH THE PRESENTATION WITH AUDIO ON
YOUTUBE
https://www.youtube.com/watch?v=4A_DaYk8Y
tY

http://youtube.com/zarigatongy
IPv6 Terminology
•
•
•
•
•
•
•

address- An IP layer identifier for an interface
Host - Any node that is not a router
IP-Internet Protocol Version 6 (IPv6)
Interface- A node's attachment to a link
Link - the layer immediately below IP
Prefix- The initial bits of an address.
link-layer identifier e.g IEEE 802 addresses for
Ethernet or Token Ring network interfaces, and
E.164 addresses for ISDN links
• link-local address - FE80::/10
• multicast address - ff00::/8
http://youtube.com/zarigatongy
DHCP Terminology
• DUID- A DHCP Unique IDentifier for a DHCP
participant e.g fe80::aabb:ccff:fedd:eeff
• Identity association (IA)- A collection of
addresses assigned to a client. Each IA has an
associated IAID. A client may have more than
one IA assigned to it; for example, one for
each of its interfaces
http://youtube.com/zarigatongy
DHCP Terminology
• Identity association identifier (IAID)- An
identifier for an IA, chosen by the client. Each
IA has an IAID, which is chosen to be unique
among all IAIDs for IAs belonging to that client
• Identity association for non-temporary
addresses (IA_NA) An IA that carries assigned
addresses that are not temporary addresses
• Identity association for temporary addresses
(IA_TA) An IA that carries temporary
addresses
http://youtube.com/zarigatongy
DHCP Terminology
• Message - A unit of data carried as the
payload of a UDP datagram, exchanged among
DHCP servers, relay agents and clients
• relaying A DHCP relay agent relays DHCP
messages between DHCP participants.
• transaction ID An opaque value used to match
responses with replies initiated either by a
client or server.
http://youtube.com/zarigatongy
Multicast Addresses
DHCP makes use of the following multicast
addresses:
1. All_DHCP_Relay_Agents_and_Servers (FF02::1:2)
A link-scoped multicast address used by a client
to communicate with neighboring (i.e., on-link)
relay agents and servers
2. All_DHCP_Servers (FF05::1:3) A site-scoped
multicast address used by a relay agent to
communicate with servers
http://youtube.com/zarigatongy
UDP Ports
• Clients listen for DHCP messages on UDP port
546.
• Servers and relay agents listen for DHCP
messages on UDP port 547

http://youtube.com/zarigatongy
DHCP Message Types

•

SOLICIT (1) : Sent by a client to locate servers(IPv4-DHCPDiscover)

•

ADVERTISE (2) : Sent by a server in response to a Solicit message to indicate availability (IPv4-DHCPOffer)

•

REQUEST (3) : Sent by a client to request addresses from a specific server (IPv4-DHCPRequest)

•

CONFIRM (4): Sent by a client to all servers to determine whether a client’s configuration is valid for the
connected link (IPv4-DHCPRequest)

•

RENEW (5) – extend the lifetime of assinged IP – Ipv4 DHCPRequest

•

REBIND (6) - Sent by a client to any server when a response to the Renew message is not received, Ipv4
DHCPrequest

•

REPLY (7) : sent by the Server to Client -- Ipv4 DHCPAck

•

RELEASE (8) : client no longer using assigned IP-- Ipv4 DHCPRelease

•

DECLINE (9) : client tell t server Address Already Use – Ipv4 DHCPDecline

•

RECONFIGURE (10)

•

INFORMATION-REQUEST(11) – client request configuration setting to server – Ipv4 DHCPInform

•

RELAY-FORW (12) -- send by relay agent to forward a message to server

•

RELAY-REPL (13) – Sent by a server to send a message to a client through a relay agent
http://youtube.com/zarigatongy
Example (SARR)
• DHCPv6 client sends a Solicit from
[fe80::aabb:ccff:fedd:eeff]:546 for [ff02::1:2]:547.
• DHCPv6 server replies with an Advertise from
[fe80::0011:22ff:fe33:5566]:547 for
[fe80::aabb:ccff:fedd:eeff]:546.

• DHCPv6 client replies with a Request from
[fe80::aabb:ccff:fedd:eeff]:546 for [ff02::1:2]:547.
• DHCPv6 server finishes with a Reply from
[fe80::0011:22ff:fe33:5566]:547 for
[fe80::aabb:ccff:fedd:eeff]:546
http://youtube.com/zarigatongy
Stateful
vs
Stateless
DHCPv6 Stateful Message

DHCPv6 Stateless Message

Obtain Ipv6 Address and
Configuration setting

Obtains only Configuration
Setting

SARR Messages
(Solicit,Advertise,rRequest,Re
ply)

Information-Request message

used to configure non-linklocal addresses

used to configure both linklocal addresses and additional
non-link-local addresses

http://youtube.com/zarigatongy
TLV

MESSAGE FORMATS

http://youtube.com/zarigatongy
Client/Server Message Formats

http://youtube.com/zarigatongy
Client/Server Message Formats

http://youtube.com/zarigatongy
Relay Agent/Server Message Formats

http://youtube.com/zarigatongy
Relay Agent/Server Message Formats

http://youtube.com/zarigatongy
DHCP Unique Identifier (DUID)
• Each DHCP client and server has a DUID. DHCP
servers use DUIDs to identify clients for the
selection of configuration parameters and in
the association of IAs with clients
• A DUID can be no more than 128 octets long.

http://youtube.com/zarigatongy
DUID Contents
• A DUID consists of a two-octet type code
represented in network byte order
• Type of DUID
– Link-layer address
– Link-layer address plus time
– Vendor-assigned unique ID based on Enterprise
Number
http://youtube.com/zarigatongy
DUID Based on Link-layer Address

http://youtube.com/zarigatongy
DUID Based on Link-layer Address Plus
Time [DUID-LLT]

http://youtube.com/zarigatongy
DUID Assigned by Vendor Based on
Enterprise Number [DUID-EN]

http://youtube.com/zarigatongy
DHCP OPTIONS

http://youtube.com/zarigatongy
Format of DHCP Options

http://youtube.com/zarigatongy
Rapid Commit Option
• The Rapid Commit option is used to signal the use of the
two message exchange for address assignment. The format
of the Rapid Commit option is:

• The server and client then use a two-message exchange
(Solicit and Reply) to configure clients, rather than the
default four-method exchange
(Solicit, Advertise, Request, and Reply). The two-message
exchange provides faster client configuration, and is
beneficial in environments in which networks are under a
heavy load.
http://youtube.com/zarigatongy
Client Identifier Option

http://youtube.com/zarigatongy
Server Identifier Option

http://youtube.com/zarigatongy
Identity Association for Nontemporary Addresses Option

http://youtube.com/zarigatongy
Identity Association for Temporary
Addresses Option

http://youtube.com/zarigatongy
LIST DHCP Options

IANA will maintain the registry of DHCP option codes.
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•

OPTION_CLIENTID 1
OPTION_SERVERID 2
OPTION_IA_NA 3
OPTION_IA_TA 4
OPTION_IAADDR 5
OPTION_ORO 6 OPTION_PREFERENCE 7
OPTION_ELAPSED_TIME 8
OPTION_RELAY_MSG 9
OPTION_AUTH 11
OPTION_UNICAST 12
OPTION_STATUS_CODE 13
OPTION_RAPID_COMMIT 14
OPTION_USER_CLASS 15
OPTION_VENDOR_CLASS 16
OPTION_VENDOR_OPTS 17
OPTION_INTERFACE_ID 18
OPTION_RECONF_MSG 19
OPTION_RECONF_ACCEPT 20http://youtube.com/zarigatongy
References

http://www.ietf.org/rfc/rfc3315.txt

http://youtube.com/zarigatongy

More Related Content

PPTX
IPv6 DHCP
PDF
PDF
Deploy MPLS Traffic Engineering
PDF
RARP, BOOTP, DHCP and PXE Protocols
PPTX
BGP Traffic Engineering / Routing Optimisation
PPTX
TechWiseTV Workshop: Segment Routing for the Datacenter
PDF
MPLS Deployment Chapter 1 - Basic
PPTX
Vxlan deep dive session rev0.5 final
IPv6 DHCP
Deploy MPLS Traffic Engineering
RARP, BOOTP, DHCP and PXE Protocols
BGP Traffic Engineering / Routing Optimisation
TechWiseTV Workshop: Segment Routing for the Datacenter
MPLS Deployment Chapter 1 - Basic
Vxlan deep dive session rev0.5 final

What's hot (20)

PPTX
Virtual Routing and Forwarding, (VRF-lite)
PDF
Cisco Live! :: Introduction to IOS XR for Enterprises and Service Providers
PDF
Bidirectional Forwarding Detection (BFD)
PPT
Sip Detailed , Call flows , Architecture descriptions , SIP services , sip se...
PPT
PDF
VXLAN BGP EVPN: Technology Building Blocks
PPTX
DHCP Snooping
PPTX
Dhcp ppt
PPTX
Cn ipv4 addressing
PPTX
High availability deep dive high-end srx series
PDF
How BGP Works
PPTX
Voip security
PPT
BGP protocol presentation
PDF
Introduction to SIP(Session Initiation Protocol)
PPTX
EIGRP (Enhanced Interior Gateway Routing Protocol)
PPTX
Network address translation
PDF
PDF
IP Geolocation Demystified
Virtual Routing and Forwarding, (VRF-lite)
Cisco Live! :: Introduction to IOS XR for Enterprises and Service Providers
Bidirectional Forwarding Detection (BFD)
Sip Detailed , Call flows , Architecture descriptions , SIP services , sip se...
VXLAN BGP EVPN: Technology Building Blocks
DHCP Snooping
Dhcp ppt
Cn ipv4 addressing
High availability deep dive high-end srx series
How BGP Works
Voip security
BGP protocol presentation
Introduction to SIP(Session Initiation Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)
Network address translation
IP Geolocation Demystified
Ad

Viewers also liked (20)

PPTX
Big data references
PDF
79 Ways to Make Money Online in 2015
PDF
Yourprezi
PDF
CFM Informa dezembro 2013
DOC
Bien bandaihoi
DOCX
Cover Letter sv
PPT
Radiation safety
DOCX
Informe bioquimica
PDF
J Steffes_Letter of Recommendation
PPTX
Best of 2015 Support
PPT
3 tratamientos naturales para curar la tartamudez
PDF
James Steffes Resume_April 2015
PPTX
Capitulo 6
PDF
Mens single raw
PDF
DURSO Interview.FINAL May 26
PPTX
Capitulo 5
DOC
larry-zimmel-resume (1)
PPTX
Capitulo 3 y 4
PPS
Christmas Card Power Point
PPTX
Anouk Willems - Turning Insights into Company-wide Memes
Big data references
79 Ways to Make Money Online in 2015
Yourprezi
CFM Informa dezembro 2013
Bien bandaihoi
Cover Letter sv
Radiation safety
Informe bioquimica
J Steffes_Letter of Recommendation
Best of 2015 Support
3 tratamientos naturales para curar la tartamudez
James Steffes Resume_April 2015
Capitulo 6
Mens single raw
DURSO Interview.FINAL May 26
Capitulo 5
larry-zimmel-resume (1)
Capitulo 3 y 4
Christmas Card Power Point
Anouk Willems - Turning Insights into Company-wide Memes
Ad

Similar to Dhcpv6 Tutorial Overview, DHCP for Ipv6 ,RFC 3315 - IETF (20)

PDF
Analyzing dhc pv6 stateful and stateless
PPT
IPv6_Quick_Start_Guide
PPTX
DHCP Services (Ipv4 & 6).pptx
PDF
Ipv6 cheat sheet
PDF
ipv6_cheat_sheet.pdf
PDF
Ipv6 cheat sheet
PDF
Dhcp with cisco
PDF
IPv6 Fundamentals
PDF
DHCP (dynamic host configuration protocol)
PDF
DevopsItalia2015 - DHCP at Facebook - Evolution of an infrastructure
PPTX
APNIC Hackathon IPv4 & IPv6 security & threat comparisons
PPTX
APNIC Hackathon IPv4 & IPv6 security & threat comparisons
DOCX
Dhcpv6 messages
KEY
ipv6 introduction & environment buildup
PDF
IPv6 Technical Overview: Address Architecture, DHCPv6 and DNS
PDF
Autoconfig
PPTX
DHCP.pptx
PPTX
ipv6 very very very very vvoverview.pptx
PPT
zuiqui_DHC.ppt
PPTX
dhcp hw t dhcp wwwwwwwwwwwwwwwwwwwwwwwwww.pptx
Analyzing dhc pv6 stateful and stateless
IPv6_Quick_Start_Guide
DHCP Services (Ipv4 & 6).pptx
Ipv6 cheat sheet
ipv6_cheat_sheet.pdf
Ipv6 cheat sheet
Dhcp with cisco
IPv6 Fundamentals
DHCP (dynamic host configuration protocol)
DevopsItalia2015 - DHCP at Facebook - Evolution of an infrastructure
APNIC Hackathon IPv4 & IPv6 security & threat comparisons
APNIC Hackathon IPv4 & IPv6 security & threat comparisons
Dhcpv6 messages
ipv6 introduction & environment buildup
IPv6 Technical Overview: Address Architecture, DHCPv6 and DNS
Autoconfig
DHCP.pptx
ipv6 very very very very vvoverview.pptx
zuiqui_DHC.ppt
dhcp hw t dhcp wwwwwwwwwwwwwwwwwwwwwwwwww.pptx

Recently uploaded (20)

PPTX
Institutional Correction lecture only . . .
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
Computing-Curriculum for Schools in Ghana
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
RMMM.pdf make it easy to upload and study
PPTX
Cell Types and Its function , kingdom of life
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Institutional Correction lecture only . . .
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
Microbial disease of the cardiovascular and lymphatic systems
O5-L3 Freight Transport Ops (International) V1.pdf
Anesthesia in Laparoscopic Surgery in India
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Computing-Curriculum for Schools in Ghana
O7-L3 Supply Chain Operations - ICLT Program
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
A systematic review of self-coping strategies used by university students to ...
Supply Chain Operations Speaking Notes -ICLT Program
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Final Presentation General Medicine 03-08-2024.pptx
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
RMMM.pdf make it easy to upload and study
Cell Types and Its function , kingdom of life
STATICS OF THE RIGID BODIES Hibbelers.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf

Dhcpv6 Tutorial Overview, DHCP for Ipv6 ,RFC 3315 - IETF

  • 1. DHCP for IPv6 DHCPv6 RFC 3315 http://youtube.com/zarigatongy
  • 2. WATCH THE PRESENTATION WITH AUDIO ON YOUTUBE https://www.youtube.com/watch?v=4A_DaYk8Y tY http://youtube.com/zarigatongy
  • 3. IPv6 Terminology • • • • • • • address- An IP layer identifier for an interface Host - Any node that is not a router IP-Internet Protocol Version 6 (IPv6) Interface- A node's attachment to a link Link - the layer immediately below IP Prefix- The initial bits of an address. link-layer identifier e.g IEEE 802 addresses for Ethernet or Token Ring network interfaces, and E.164 addresses for ISDN links • link-local address - FE80::/10 • multicast address - ff00::/8 http://youtube.com/zarigatongy
  • 4. DHCP Terminology • DUID- A DHCP Unique IDentifier for a DHCP participant e.g fe80::aabb:ccff:fedd:eeff • Identity association (IA)- A collection of addresses assigned to a client. Each IA has an associated IAID. A client may have more than one IA assigned to it; for example, one for each of its interfaces http://youtube.com/zarigatongy
  • 5. DHCP Terminology • Identity association identifier (IAID)- An identifier for an IA, chosen by the client. Each IA has an IAID, which is chosen to be unique among all IAIDs for IAs belonging to that client • Identity association for non-temporary addresses (IA_NA) An IA that carries assigned addresses that are not temporary addresses • Identity association for temporary addresses (IA_TA) An IA that carries temporary addresses http://youtube.com/zarigatongy
  • 6. DHCP Terminology • Message - A unit of data carried as the payload of a UDP datagram, exchanged among DHCP servers, relay agents and clients • relaying A DHCP relay agent relays DHCP messages between DHCP participants. • transaction ID An opaque value used to match responses with replies initiated either by a client or server. http://youtube.com/zarigatongy
  • 7. Multicast Addresses DHCP makes use of the following multicast addresses: 1. All_DHCP_Relay_Agents_and_Servers (FF02::1:2) A link-scoped multicast address used by a client to communicate with neighboring (i.e., on-link) relay agents and servers 2. All_DHCP_Servers (FF05::1:3) A site-scoped multicast address used by a relay agent to communicate with servers http://youtube.com/zarigatongy
  • 8. UDP Ports • Clients listen for DHCP messages on UDP port 546. • Servers and relay agents listen for DHCP messages on UDP port 547 http://youtube.com/zarigatongy
  • 9. DHCP Message Types • SOLICIT (1) : Sent by a client to locate servers(IPv4-DHCPDiscover) • ADVERTISE (2) : Sent by a server in response to a Solicit message to indicate availability (IPv4-DHCPOffer) • REQUEST (3) : Sent by a client to request addresses from a specific server (IPv4-DHCPRequest) • CONFIRM (4): Sent by a client to all servers to determine whether a client’s configuration is valid for the connected link (IPv4-DHCPRequest) • RENEW (5) – extend the lifetime of assinged IP – Ipv4 DHCPRequest • REBIND (6) - Sent by a client to any server when a response to the Renew message is not received, Ipv4 DHCPrequest • REPLY (7) : sent by the Server to Client -- Ipv4 DHCPAck • RELEASE (8) : client no longer using assigned IP-- Ipv4 DHCPRelease • DECLINE (9) : client tell t server Address Already Use – Ipv4 DHCPDecline • RECONFIGURE (10) • INFORMATION-REQUEST(11) – client request configuration setting to server – Ipv4 DHCPInform • RELAY-FORW (12) -- send by relay agent to forward a message to server • RELAY-REPL (13) – Sent by a server to send a message to a client through a relay agent http://youtube.com/zarigatongy
  • 10. Example (SARR) • DHCPv6 client sends a Solicit from [fe80::aabb:ccff:fedd:eeff]:546 for [ff02::1:2]:547. • DHCPv6 server replies with an Advertise from [fe80::0011:22ff:fe33:5566]:547 for [fe80::aabb:ccff:fedd:eeff]:546. • DHCPv6 client replies with a Request from [fe80::aabb:ccff:fedd:eeff]:546 for [ff02::1:2]:547. • DHCPv6 server finishes with a Reply from [fe80::0011:22ff:fe33:5566]:547 for [fe80::aabb:ccff:fedd:eeff]:546 http://youtube.com/zarigatongy
  • 11. Stateful vs Stateless DHCPv6 Stateful Message DHCPv6 Stateless Message Obtain Ipv6 Address and Configuration setting Obtains only Configuration Setting SARR Messages (Solicit,Advertise,rRequest,Re ply) Information-Request message used to configure non-linklocal addresses used to configure both linklocal addresses and additional non-link-local addresses http://youtube.com/zarigatongy
  • 15. Relay Agent/Server Message Formats http://youtube.com/zarigatongy
  • 16. Relay Agent/Server Message Formats http://youtube.com/zarigatongy
  • 17. DHCP Unique Identifier (DUID) • Each DHCP client and server has a DUID. DHCP servers use DUIDs to identify clients for the selection of configuration parameters and in the association of IAs with clients • A DUID can be no more than 128 octets long. http://youtube.com/zarigatongy
  • 18. DUID Contents • A DUID consists of a two-octet type code represented in network byte order • Type of DUID – Link-layer address – Link-layer address plus time – Vendor-assigned unique ID based on Enterprise Number http://youtube.com/zarigatongy
  • 19. DUID Based on Link-layer Address http://youtube.com/zarigatongy
  • 20. DUID Based on Link-layer Address Plus Time [DUID-LLT] http://youtube.com/zarigatongy
  • 21. DUID Assigned by Vendor Based on Enterprise Number [DUID-EN] http://youtube.com/zarigatongy
  • 23. Format of DHCP Options http://youtube.com/zarigatongy
  • 24. Rapid Commit Option • The Rapid Commit option is used to signal the use of the two message exchange for address assignment. The format of the Rapid Commit option is: • The server and client then use a two-message exchange (Solicit and Reply) to configure clients, rather than the default four-method exchange (Solicit, Advertise, Request, and Reply). The two-message exchange provides faster client configuration, and is beneficial in environments in which networks are under a heavy load. http://youtube.com/zarigatongy
  • 27. Identity Association for Nontemporary Addresses Option http://youtube.com/zarigatongy
  • 28. Identity Association for Temporary Addresses Option http://youtube.com/zarigatongy
  • 29. LIST DHCP Options IANA will maintain the registry of DHCP option codes. • • • • • • • • • • • • • • • • • • OPTION_CLIENTID 1 OPTION_SERVERID 2 OPTION_IA_NA 3 OPTION_IA_TA 4 OPTION_IAADDR 5 OPTION_ORO 6 OPTION_PREFERENCE 7 OPTION_ELAPSED_TIME 8 OPTION_RELAY_MSG 9 OPTION_AUTH 11 OPTION_UNICAST 12 OPTION_STATUS_CODE 13 OPTION_RAPID_COMMIT 14 OPTION_USER_CLASS 15 OPTION_VENDOR_CLASS 16 OPTION_VENDOR_OPTS 17 OPTION_INTERFACE_ID 18 OPTION_RECONF_MSG 19 OPTION_RECONF_ACCEPT 20http://youtube.com/zarigatongy