SlideShare a Scribd company logo
1 of 8
IPv6 SLAAC Concepts
SLAAC is Stateless Address Auto-configuration
SLAAC Defined
โ€ข Like IPv4, there are a number of different ways that a host can be addressed in IPv6; the
two most common in IPv4 are static addressing and dynamic address configuration via
the Dynamic Host Configuration Protocol (DHCP). Often the reason that engineers use
DHCP is that it not only provides a method of dynamically assigning addresses, it also
provides a way to assign the host devices other service information like DNS servers,
domain names, and a number of different custom information.
โ€ข To perform address configuration on IPv6 there are a couple of familiar methods and a
few additional methods, including: static addressing, static addressing with DHCPv6
(stateless), dynamic addressing via DHCPv6 (Stateful), SLAAC alone, or SLAAC with
DHCPv6 (Stateless). IPv6 static addressing works exactly the same as IPv4 static
addressing so there is no mystery there. IPv6 does, however, provide two different ways
of implementing DHCP, either stateful (e.g., when an IPv4 DHCP server tracks the
addresses that are given out) and stateless. Stateless DHCP does not track what
information is given out to clients and does not give out IPv6 addresses; instead, it
provides the extra information that most people relate with typical DHCP assignment,
e.g., DNS server information. Stateless DHCP is then matched up with another
mechanism (such as Static addressing or SLAAC) for IPv6 address assignment.
SLAAC Defined (Cont.)
โ€ข SLAAC provides the ability to address a host based on a network prefix that is advertised from a
local network router via Router Advertisements (RA). RA messages are sent by default by most
IPV6 routers; these messages are sent out periodically by the router and include information
including:
โ€ข One or more IPv6 prefixes (Link-local scope)
โ€ข Prefix lifetime information
โ€ข Flag information
โ€ข Default device information (Default router to use and its lifetime)
โ€ข SLAAC is implemented on the IPv6 client by listening for these local RAโ€™s and then taking the
prefix that is advertised to form a unique address that can be used on the network. For this to
work, the prefix that is advertised must advertise a prefix length of 64 bits (i.e., /64); SLAAC will
then dynamically form a host identifier that is 64 bits long and will be suffixed to the end of the
advertised prefix to form an IPv6 address. Originally, the host identifier was formed using the EUI-
64 rules (the same that are used to form link local addresses) and many devices still use this
method. However, some Microsoft operating systems by default do not use this original method.
Instead, they take advantage of some additional privacy extensions that were defined in RFC4941.
SLAAC - Example topology
SLAAC - Example topology discussion
โ€ข If the hosts (H1-H4) shown in Figure 1 were using the EUI-64 method of host identification, the IPv6
addresses created using SLAAC would be:
โ€ข H1 โ€“ 2000:1234:5678::12FF:FE34:5678
โ€ข H2 โ€“ 2000:1234:5678::EBFF:FEA4:C1AE
โ€ข H3 โ€“ 2000:1234:5678::BAFF:FE24:C4AE
โ€ข H4 โ€“ 2000:1234:5678::84FF:FE67:AEFC
โ€ข To be thorough, the EUI-64 process will be outlined for H1 as follows:
โ€ข The prefix 2000:1234:5678::/64 will be learned from R1โ€™s RA messages and will be the initial prefix.
โ€ข The client identifier would then be created from the MAC address that is assigned to H1, in this case
0200:1234:5678. The first step of EUI-64 conversion is to split the MAC address in half and place FF:FE in the
middle, which results in 0200:12FF:FE34:5678. Then the seventh bit will be flipped, in this case the first 8
bits is 00000010 (0x02). Next, the seventh bit is flipped and the bit becomes 0, resulting in 00000000 (0x00);
this gives a final host identifier result of 0000:12FF:FE34:5678. When the prefix and the host identifier are
brought together, it results in an IPv6 address that is used for H1 of
2000:1234:5678:0000:0000:12FF:FE34:5678, which can be shortened to 2000:1234:5678::12FF:FE34:5678.
IPv6 SLAAC Configuration
The basic configuration of SLAAC on a Cisco device is quite simple.
Basic IPv6 SLAAC Configuration
1 Enter privileged EXEC mode Router>enable
2 Enter global configuration mode Router#configure terminal
4 Enable IPv6 routing Router(config)#ipv6 unicast-routing
4 Enter interface configuration mode Router(config)#interface interface
5 Configure an IPv6 address Router(config-if)#ipv6 address ipv6-address/prefix-
length
6 Enable the interface Router(config-if)#no shutdown
Basic IPv6 SLAAC Example Configuration
1 Enter privileged EXEC mode R1>enable
2 Enter global configuration mode R1#configure terminal
4 Enable IPv6 routing R1(config)#ipv6 unicast-routing
4 Enter interface configuration mode R1(config)#interface fa0/0
5 Configure an IPv6 address R1(config-if)#ipv6 address 2000:1234:5678::1001:1/64
6 Enable the interface R1(config-if)#no shutdown

More Related Content

What's hot

IPv6 - Jozi Linux User Group Presentation
IPv6  - Jozi Linux User Group PresentationIPv6  - Jozi Linux User Group Presentation
IPv6 - Jozi Linux User Group Presentation
Jumping Bean
ย 
E rou01 routing_basics
E rou01 routing_basicsE rou01 routing_basics
E rou01 routing_basics
tanawan44
ย 
Ipv6 cheat sheet
Ipv6 cheat sheetIpv6 cheat sheet
Ipv6 cheat sheet
balamurugan N
ย 
Multi-Area_OSPF_Network_Design
Multi-Area_OSPF_Network_DesignMulti-Area_OSPF_Network_Design
Multi-Area_OSPF_Network_Design
Edward Sun
ย 
An Overview of Border Gateway Protocol (BGP)
An Overview of Border Gateway Protocol (BGP)An Overview of Border Gateway Protocol (BGP)
An Overview of Border Gateway Protocol (BGP)
Jasim Alam
ย 

What's hot (20)

Basic of IPv6
Basic of IPv6Basic of IPv6
Basic of IPv6
ย 
Part1
Part1Part1
Part1
ย 
IPv6 - Jozi Linux User Group Presentation
IPv6  - Jozi Linux User Group PresentationIPv6  - Jozi Linux User Group Presentation
IPv6 - Jozi Linux User Group Presentation
ย 
E rou01 routing_basics
E rou01 routing_basicsE rou01 routing_basics
E rou01 routing_basics
ย 
DHCP basics
DHCP basicsDHCP basics
DHCP basics
ย 
About IPv6
About IPv6About IPv6
About IPv6
ย 
BGP
BGPBGP
BGP
ย 
Ipv6 cheat sheet
Ipv6 cheat sheetIpv6 cheat sheet
Ipv6 cheat sheet
ย 
IPv6 theoryfinalx
IPv6 theoryfinalxIPv6 theoryfinalx
IPv6 theoryfinalx
ย 
Multi-Area_OSPF_Network_Design
Multi-Area_OSPF_Network_DesignMulti-Area_OSPF_Network_Design
Multi-Area_OSPF_Network_Design
ย 
Mpls L3_vpn
Mpls L3_vpnMpls L3_vpn
Mpls L3_vpn
ย 
IPv6 Fundamentals
IPv6 FundamentalsIPv6 Fundamentals
IPv6 Fundamentals
ย 
An Overview of Border Gateway Protocol (BGP)
An Overview of Border Gateway Protocol (BGP)An Overview of Border Gateway Protocol (BGP)
An Overview of Border Gateway Protocol (BGP)
ย 
Mobile computing Mobile Transport Layer
Mobile computing Mobile Transport LayerMobile computing Mobile Transport Layer
Mobile computing Mobile Transport Layer
ย 
BGP Prime
BGP Prime BGP Prime
BGP Prime
ย 
SGNOG2 - Using communities for multihoming ISP workshop
SGNOG2 - Using communities for multihoming ISP workshopSGNOG2 - Using communities for multihoming ISP workshop
SGNOG2 - Using communities for multihoming ISP workshop
ย 
Bgp (1)
Bgp (1)Bgp (1)
Bgp (1)
ย 
Leveraging IPv6 extension header for traffic engineering, by Eric Vyncke [APN...
Leveraging IPv6 extension header for traffic engineering, by Eric Vyncke [APN...Leveraging IPv6 extension header for traffic engineering, by Eric Vyncke [APN...
Leveraging IPv6 extension header for traffic engineering, by Eric Vyncke [APN...
ย 
IPv6 Best Practice
IPv6 Best PracticeIPv6 Best Practice
IPv6 Best Practice
ย 
IPv6 By Vipin
IPv6 By VipinIPv6 By Vipin
IPv6 By Vipin
ย 

Similar to Ipv6 slaac concepts and configuration

Cisco presentation2
Cisco presentation2Cisco presentation2
Cisco presentation2
ehsan nazer
ย 
Module (8) DHCP Server.pptx
Module (8) DHCP Server.pptxModule (8) DHCP Server.pptx
Module (8) DHCP Server.pptx
GeorgeThoreJr
ย 
IPv6 networking training sduffy v3
IPv6 networking training   sduffy v3IPv6 networking training   sduffy v3
IPv6 networking training sduffy v3
Shane Duffy
ย 

Similar to Ipv6 slaac concepts and configuration (20)

Ipv6 slaac a light weight tool
Ipv6 slaac  a light weight toolIpv6 slaac  a light weight tool
Ipv6 slaac a light weight tool
ย 
IPv6
IPv6IPv6
IPv6
ย 
Cisco presentation2
Cisco presentation2Cisco presentation2
Cisco presentation2
ย 
Module (8) DHCP Server.pptx
Module (8) DHCP Server.pptxModule (8) DHCP Server.pptx
Module (8) DHCP Server.pptx
ย 
7 slaac-rick graziani
7 slaac-rick graziani7 slaac-rick graziani
7 slaac-rick graziani
ย 
Lesson 3: IPv6 Fundamentals
Lesson 3: IPv6 FundamentalsLesson 3: IPv6 Fundamentals
Lesson 3: IPv6 Fundamentals
ย 
IPv6 DHCP
IPv6 DHCPIPv6 DHCP
IPv6 DHCP
ย 
IPv6
IPv6IPv6
IPv6
ย 
Dynamic Host Configuration Protocol
Dynamic Host Configuration ProtocolDynamic Host Configuration Protocol
Dynamic Host Configuration Protocol
ย 
IPv6 networking training sduffy v3
IPv6 networking training   sduffy v3IPv6 networking training   sduffy v3
IPv6 networking training sduffy v3
ย 
Dhcp presentation
Dhcp presentationDhcp presentation
Dhcp presentation
ย 
I pv6 for cmu
I pv6 for cmuI pv6 for cmu
I pv6 for cmu
ย 
07_IP_Addressing ayudaok.pdf
07_IP_Addressing ayudaok.pdf07_IP_Addressing ayudaok.pdf
07_IP_Addressing ayudaok.pdf
ย 
07_IP_Addressing.pdf
07_IP_Addressing.pdf07_IP_Addressing.pdf
07_IP_Addressing.pdf
ย 
IPv6 address-planning
IPv6 address-planningIPv6 address-planning
IPv6 address-planning
ย 
CCNA CHAPTER 16 BY jetarvind kumar madhukar
CCNA CHAPTER 16 BY jetarvind kumar madhukarCCNA CHAPTER 16 BY jetarvind kumar madhukar
CCNA CHAPTER 16 BY jetarvind kumar madhukar
ย 
Lesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol ALesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol A
ย 
Configurar dhcp en router cisco
Configurar dhcp en router ciscoConfigurar dhcp en router cisco
Configurar dhcp en router cisco
ย 
Apnic-Training-IPv6_workshop
Apnic-Training-IPv6_workshopApnic-Training-IPv6_workshop
Apnic-Training-IPv6_workshop
ย 
Autoconfig
AutoconfigAutoconfig
Autoconfig
ย 

Recently uploaded

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
amitlee9823
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
sivaprakash250
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
ย 

Recently uploaded (20)

Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ย 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
ย 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
ย 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
ย 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 

Ipv6 slaac concepts and configuration

  • 1. IPv6 SLAAC Concepts SLAAC is Stateless Address Auto-configuration
  • 2. SLAAC Defined โ€ข Like IPv4, there are a number of different ways that a host can be addressed in IPv6; the two most common in IPv4 are static addressing and dynamic address configuration via the Dynamic Host Configuration Protocol (DHCP). Often the reason that engineers use DHCP is that it not only provides a method of dynamically assigning addresses, it also provides a way to assign the host devices other service information like DNS servers, domain names, and a number of different custom information. โ€ข To perform address configuration on IPv6 there are a couple of familiar methods and a few additional methods, including: static addressing, static addressing with DHCPv6 (stateless), dynamic addressing via DHCPv6 (Stateful), SLAAC alone, or SLAAC with DHCPv6 (Stateless). IPv6 static addressing works exactly the same as IPv4 static addressing so there is no mystery there. IPv6 does, however, provide two different ways of implementing DHCP, either stateful (e.g., when an IPv4 DHCP server tracks the addresses that are given out) and stateless. Stateless DHCP does not track what information is given out to clients and does not give out IPv6 addresses; instead, it provides the extra information that most people relate with typical DHCP assignment, e.g., DNS server information. Stateless DHCP is then matched up with another mechanism (such as Static addressing or SLAAC) for IPv6 address assignment.
  • 3. SLAAC Defined (Cont.) โ€ข SLAAC provides the ability to address a host based on a network prefix that is advertised from a local network router via Router Advertisements (RA). RA messages are sent by default by most IPV6 routers; these messages are sent out periodically by the router and include information including: โ€ข One or more IPv6 prefixes (Link-local scope) โ€ข Prefix lifetime information โ€ข Flag information โ€ข Default device information (Default router to use and its lifetime) โ€ข SLAAC is implemented on the IPv6 client by listening for these local RAโ€™s and then taking the prefix that is advertised to form a unique address that can be used on the network. For this to work, the prefix that is advertised must advertise a prefix length of 64 bits (i.e., /64); SLAAC will then dynamically form a host identifier that is 64 bits long and will be suffixed to the end of the advertised prefix to form an IPv6 address. Originally, the host identifier was formed using the EUI- 64 rules (the same that are used to form link local addresses) and many devices still use this method. However, some Microsoft operating systems by default do not use this original method. Instead, they take advantage of some additional privacy extensions that were defined in RFC4941.
  • 4. SLAAC - Example topology
  • 5. SLAAC - Example topology discussion โ€ข If the hosts (H1-H4) shown in Figure 1 were using the EUI-64 method of host identification, the IPv6 addresses created using SLAAC would be: โ€ข H1 โ€“ 2000:1234:5678::12FF:FE34:5678 โ€ข H2 โ€“ 2000:1234:5678::EBFF:FEA4:C1AE โ€ข H3 โ€“ 2000:1234:5678::BAFF:FE24:C4AE โ€ข H4 โ€“ 2000:1234:5678::84FF:FE67:AEFC โ€ข To be thorough, the EUI-64 process will be outlined for H1 as follows: โ€ข The prefix 2000:1234:5678::/64 will be learned from R1โ€™s RA messages and will be the initial prefix. โ€ข The client identifier would then be created from the MAC address that is assigned to H1, in this case 0200:1234:5678. The first step of EUI-64 conversion is to split the MAC address in half and place FF:FE in the middle, which results in 0200:12FF:FE34:5678. Then the seventh bit will be flipped, in this case the first 8 bits is 00000010 (0x02). Next, the seventh bit is flipped and the bit becomes 0, resulting in 00000000 (0x00); this gives a final host identifier result of 0000:12FF:FE34:5678. When the prefix and the host identifier are brought together, it results in an IPv6 address that is used for H1 of 2000:1234:5678:0000:0000:12FF:FE34:5678, which can be shortened to 2000:1234:5678::12FF:FE34:5678.
  • 6. IPv6 SLAAC Configuration The basic configuration of SLAAC on a Cisco device is quite simple.
  • 7. Basic IPv6 SLAAC Configuration 1 Enter privileged EXEC mode Router>enable 2 Enter global configuration mode Router#configure terminal 4 Enable IPv6 routing Router(config)#ipv6 unicast-routing 4 Enter interface configuration mode Router(config)#interface interface 5 Configure an IPv6 address Router(config-if)#ipv6 address ipv6-address/prefix- length 6 Enable the interface Router(config-if)#no shutdown
  • 8. Basic IPv6 SLAAC Example Configuration 1 Enter privileged EXEC mode R1>enable 2 Enter global configuration mode R1#configure terminal 4 Enable IPv6 routing R1(config)#ipv6 unicast-routing 4 Enter interface configuration mode R1(config)#interface fa0/0 5 Configure an IPv6 address R1(config-if)#ipv6 address 2000:1234:5678::1001:1/64 6 Enable the interface R1(config-if)#no shutdown