SlideShare ist ein Scribd-Unternehmen logo
1 von 31
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-1
Address Space Management
Transitioning
to IPv6
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-2
IPv4 and IPv6
 Currently, there are approximately 1.3 billion usable IPv4 addresses
available.
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-3
Why Do We Need a Larger
Address Space?
 Internet population
– Approximately 973 million users in November 2005
– Emerging population and geopolitical address space
 Mobile users
– PDA, pen tablet, notepad, and so on
– Approximately 20 million in 2004
 Mobile phones
– Already 1 billion mobile phones delivered by the industry
 Transportation
– 1 billion automobiles forecast for 2008
– Internet access in planes, for example, Lufthansa
 Consumer devices
– Sony mandated that all its products be IPv6-enabled by 2005
– Billions of home and industrial appliances
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-4
IPv6 Advanced Features
Larger address space:
 Global reachability and flexibility
 Aggregation
 Multihoming
 Autoconfiguration
 Plug-and-play
 End-to-end without NAT
 Renumbering
Mobility and security:
 Mobile IP RFC-compliant
 IPsec mandatory (or native)
for IPv6
Simpler header:
 Routing efficiency
 Performance and forwarding rate
scalability
 No broadcasts
 No checksums
 Extension headers
 Flow labels
Transition richness:
 Dual stack
 6to4 and manual tunnels
 Translation
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-5
IPv6 Address Representation
Format:
 x:x:x:x:x:x:x:x, where x is a 16-bit hexadecimal field
– Case-insensitive for hexadecimal A, B, C, D, E, and F
 Leading zeros in a field are optional
 Successive fields of zeros can be represented as :: only once per address
Examples:
 2031:0000:130F:0000:0000:09C0:876A:130B
– Can be represented as 2031:0:130f::9c0:876a:130b
– Cannot be represented as 2031::130f::9c0:876a:130b
 FF01:0:0:0:0:0:0:1 FF01::1
 0:0:0:0:0:0:0:1 ::1
 0:0:0:0:0:0:0:0 ::
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-6
IPv6 Address Representation
Let’s rewrite these following address in differrent form:
1. ff02:0000:0000:0000:0000:0000:0000:0005
- ff02:0:0:0:0:0:0:5
- Ff02::5
2. 2001:0d02:0000:0000:0014:0000:0000:0095
- 2001:d02::14:0:0:95
- 2001:d02:0:0:14::95
3. 3ffe:1944:0100:000a:0000:00bc:2500:0d0b
- 3ffe:1944:100:a::bc:2500:d0b
- 3ffe:1944:100:a:0:bc:2500:d0b
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-7
IPv6 Address Types
 Unicast:
– Address is for a single interface
– IPv6 has several types (for example, global, reserved, link-local, and site-local)
 Multicast:
– One-to-many
– Enables more efficient use of the network
– Uses a larger address range
 Anycast:
– One-to-nearest (allocated from unicast address space)
– Multiple devices share the same address
– All anycast nodes should provide uniform service
– Source devices send packets to anycast address
– Routers decide on closest device to reach that destination
– Suitable for load balancing and content delivery services
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-8
IPv6 Unicast Addressing
 Types of IPv6 unicast addresses:
– Global: Starts with 2000::/3 and assigned by IANA
– Reserved: Used by the IETF
– Private: Link local (starts with FE80::/10)
– Loopback (::1)
– Unspecified (::)
 A single interface may be assigned multiple IPv6 addresses of
any type: unicast, anycast, or multicast.
 IPv6 addressing rules are covered by multiple RFCs.
– Architecture defined by RFC 4291
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-9
IPv6 Global Unicast (and Anycast)
Addresses
IPv6 has the same address format for global unicast and for
anycast addresses.
 Uses a global routing prefix—a structure that enables aggregation upward,
eventually to the ISP.
 A single interface may be assigned multiple addresses of any type
(unicast, anycast, multicast).
 Every IPv6-enabled interface contains at least one loopback (::1/128)
and one link-local address.
 Optionally, every interface can have multiple unique local and global
addresses.
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-10
Link-Local Addresses
 Link-local addresses have a scope limited to the link and are dynamically
created on all IPv6 interfaces by using a specific link-local prefix FE80::/10
and a 64-bit interface identifier.
 Link-local addresses are used for automatic address configuration, neighbor
discovery, and router discovery. Link-local addresses are also used by many
routing protocols.
 Link-local addresses can serve as a way to connect devices on the same local
network without needing global addresses.
 When communicating with a link-local address, you must specify the outgoing
interface because every interface is connected to FE80::/10.
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-11
Larger Address Space Enables
Address Aggregation
Address aggregation provides the following benefits:
 Aggregation of prefixes announced in the global routing table
 Efficient and scalable routing
 Improved bandwidth and functionality for user traffic
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-12
Assigning IPv6 Global Unicast
Addresses
 Static assignment
– Manual interface ID assignment
– EUI-64 interface ID assignment
 Dynamic assignment
 Stateless autoconfiguration
 DHCPv6 (stateful)
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-13
IPv6 EUI-64 Interface Identifier
 Cisco can use the EUI-64 format for interface identifiers.
 This format expands the 48-bit MAC address to 64 bits by
inserting “FFFE” into the middle 16 bits.
 To make sure that the chosen address is from a unique
Ethernet MAC address, the U/L bit is set to 1 for global scope
(0 for local scope).
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-14
Stateless Autoconfiguration
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-15
DHCPv6 (Stateful)
DHCPv6 is an updated version of DHCP for IPv4:
 Supports new addressing
 Enables more control than stateless autoconfiguration
 Can be used for renumbering
 Can be used for automatic domain name registration of hosts
using dynamic DNS
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-16
DHCPv6 Operation
DHCPv6 operates in a way that is similar to DHCPv4,
except:
 Client first detects the presence of routers on the link.
 If a router is found, the router advertisement is examined to
determine if DHCP can be used.
 If no router is found, or if the router says DHCP can be used,
then:
– A DHCP solicit message is sent to the all-DHCP-agents
multicast address.
– The client uses the link-local address as the source address.
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-17
IPv6 Routing Protocols
 IPv6 routing types:
– Static
– RIPng (RFC 2080)
– OSPFv3 (RFC 2740)
– IS-IS for IPv6
– MP-BGP4 (RFC 2545/2858)
– EIGRP for IPv6
 The ipv6 unicast-routing command is required to enable
IPv6 before any routing protocol is configured.
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-18
RIPng (RFC 2080)
Similar IPv4 features:
 Distance vector, radius of 15 hops, split horizon, and poison
reverse
 Based on RIPv2
Updated features for IPv6:
 IPv6 prefix, next-hop IPv6 address
 Uses the multicast group FF02::9, the all-rip-routers multicast
group, as the destination address for RIP updates
 Uses IPv6 for transport
 Named RIPng
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-19
IPv4-to-IPv6 Transition
Transition richness means:
 No fixed day to convert; no need to convert all at once
 Different transition mechanisms are available:
– Dual stack
– Manual tunnel
– 6to4 tunnel
– ISATAP tunnel
– Teredo tunnel
 Different compatibility mechanisms:
– Proxying and translation (NAT-PT)
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-20
Dual stack is an integration method in which a node has
implementation and connectivity to both an IPv4 and IPv6 network.
Cisco IOS Dual Stack
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-21
Cisco IOS Dual Stack (Cont.)
When both IPv4 and IPv6 are configured on an interface, the
interface is considered dual-stacked.
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-22
Tunneling is an integration method in which an IPv6 packet is
encapsulated within another protocol, such as IPv4. This
method of encapsulation is IPv4.
 Includes a 20-byte IPv4 header with no options and an IPv6 header and
payload
 Requires dual-stack routers
IPv6 Tunneling
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-23
Manually Configured IPv6 Tunnel
Configured tunnels require:
 Dual-stack endpoints
 IPv4 and IPv6 addresses configured at each end
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-24
Enabling IPv6 on Cisco Routers
ipv6 unicast-routing
RouterX(config)#
 Enables IPv6 traffic forwarding
ipv6 address ipv6prefix/prefix-length eui-64
 Configures the interface IPv6 addresses
RouterX(config-if)#
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-25
IPv6 Address Configuration Example
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-26
Cisco IOS IPv6 Name Resolution
 Define a static name for IPv6 addresses
ipv6 host name [port] ipv6addr [{ipv6addr} ...]
RouterX(config)#
RouterX(config)# ipv6 host router1 3ffe:b00:ffff:b::1
 Configure a DNS server or servers to query
ip name-server address
RouterX(config)#
RouterX(config)#ip name-server 3ffe:b00:ffff:1::10
Two ways to perform Cisco IOS name resolution for IPv6:
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-27
Configuring and Verifying RIPng for IPv6
ipv6 router rip tag
RouterX(config)#
 Creates and enters RIP router configuration mode
ipv6 rip tag enable
RouterX(config-if)#
 Configures RIP on an interface
show ipv6 rip
 Displays the status of the various RIP processes
show ipv6 route rip
 Shows RIP routes in the IPv6 route table
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-28
RIPng for IPv6 Configuration Example
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-29
Visual Objective 7-2: Implementing IPv6
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-30
Summary
 IPv6 offers many additional benefits to IPv4 including a larger
address space, easier address aggregation, and integrated security.
 The IPv6 address is 128 bits long and is made up of a 48-bit global
prefix, a 16-bit subnet ID, and a 64-bit interface identifier.
 There are several ways to assign IPv6 addresses: statically, stateless
autoconfiguration, and DHCPv6.
 Cisco supports all of the major IPv6 routing protocols: RIPng,
OSPFv3, and EIGRP.
 Transitioning from IPv4 to IPv6 requires dual stacks, tunneling, and
possibly NAT-PT.
 Use the ipv6 unicast-routing command to enable IPv6 and the ipv6
address ipv6-address/prefix-length command to assign interface
addresses and enable an IPv6 routing protocol.
© 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-31

Weitere ähnliche Inhalte

Was ist angesagt? (20)

Icnd210 s08l02
Icnd210 s08l02Icnd210 s08l02
Icnd210 s08l02
 
Icnd210 s06l02
Icnd210 s06l02Icnd210 s06l02
Icnd210 s06l02
 
CCNA Icnd110 s05l01
CCNA Icnd110 s05l01CCNA Icnd110 s05l01
CCNA Icnd110 s05l01
 
Icnd210 s08l04
Icnd210 s08l04Icnd210 s08l04
Icnd210 s08l04
 
Icnd210 s04l02
Icnd210 s04l02Icnd210 s04l02
Icnd210 s04l02
 
CCNA Icnd110 s05l04
CCNA Icnd110 s05l04CCNA Icnd110 s05l04
CCNA Icnd110 s05l04
 
CCNA Icnd110 s05l02
CCNA Icnd110 s05l02CCNA Icnd110 s05l02
CCNA Icnd110 s05l02
 
Icnd210 s08l05
Icnd210 s08l05Icnd210 s08l05
Icnd210 s08l05
 
CCNA Icnd110 s04l10
CCNA Icnd110 s04l10CCNA Icnd110 s04l10
CCNA Icnd110 s04l10
 
CCNA Icnd110 s05l05
CCNA Icnd110 s05l05CCNA Icnd110 s05l05
CCNA Icnd110 s05l05
 
Icnd210 s03l01
Icnd210 s03l01Icnd210 s03l01
Icnd210 s03l01
 
Icnd210 s02l04
Icnd210 s02l04Icnd210 s02l04
Icnd210 s02l04
 
Icnd210 cag
Icnd210 cagIcnd210 cag
Icnd210 cag
 
Icnd210 s05l02
Icnd210 s05l02Icnd210 s05l02
Icnd210 s05l02
 
CCNA Icnd110 s05l03
CCNA Icnd110 s05l03CCNA Icnd110 s05l03
CCNA Icnd110 s05l03
 
Icnd210 s02l03
Icnd210 s02l03Icnd210 s02l03
Icnd210 s02l03
 
CCNA Icnd110 s05l06
CCNA Icnd110 s05l06CCNA Icnd110 s05l06
CCNA Icnd110 s05l06
 
Icnd210 s02l05
Icnd210 s02l05Icnd210 s02l05
Icnd210 s02l05
 
CCNA Icnd110 s06l02
CCNA Icnd110 s06l02CCNA Icnd110 s06l02
CCNA Icnd110 s06l02
 
Icnd210 s02l01
Icnd210 s02l01Icnd210 s02l01
Icnd210 s02l01
 

Ähnlich wie Icnd210 s07l02

Capacitacion 2018
Capacitacion 2018Capacitacion 2018
Capacitacion 2018jou333
 
IPv6 and IP Multicast… better together?
IPv6 and IP Multicast… better together?IPv6 and IP Multicast… better together?
IPv6 and IP Multicast… better together?Steve Simlo
 
CCNA Discovery 2 - Chapter 4
CCNA Discovery 2 - Chapter 4CCNA Discovery 2 - Chapter 4
CCNA Discovery 2 - Chapter 4Irsandi Hasan
 
I pv6 tutorial
I pv6 tutorialI pv6 tutorial
I pv6 tutorialFred Bovy
 
Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6Jhoni Guerrero
 
CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8Nil Menon
 
Chapter 08 - IP Addressing
Chapter 08 - IP AddressingChapter 08 - IP Addressing
Chapter 08 - IP AddressingYaser Rahmati
 
CCNAv5 - S1: Chapter 8 - Ip Addressing
CCNAv5 - S1: Chapter 8 - Ip AddressingCCNAv5 - S1: Chapter 8 - Ip Addressing
CCNAv5 - S1: Chapter 8 - Ip AddressingVuz Dở Hơi
 
Chapter 8 : IP addressing
Chapter 8 : IP addressingChapter 8 : IP addressing
Chapter 8 : IP addressingteknetir
 
CCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsCCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsVuz Dở Hơi
 
KPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_finalKPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_finalFisal Anwari
 
Chapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsChapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsYaser Rahmati
 
Chapter 15 : routing concepts
Chapter 15 : routing conceptsChapter 15 : routing concepts
Chapter 15 : routing conceptsteknetir
 

Ähnlich wie Icnd210 s07l02 (20)

Capacitacion 2018
Capacitacion 2018Capacitacion 2018
Capacitacion 2018
 
Day 17.1 nat pat
Day 17.1 nat pat Day 17.1 nat pat
Day 17.1 nat pat
 
IPV6
IPV6 IPV6
IPV6
 
IPv6 and IP Multicast… better together?
IPv6 and IP Multicast… better together?IPv6 and IP Multicast… better together?
IPv6 and IP Multicast… better together?
 
CCNA Discovery 2 - Chapter 4
CCNA Discovery 2 - Chapter 4CCNA Discovery 2 - Chapter 4
CCNA Discovery 2 - Chapter 4
 
I pv6 tutorial
I pv6 tutorialI pv6 tutorial
I pv6 tutorial
 
IP Routing on z/OS
IP Routing on z/OSIP Routing on z/OS
IP Routing on z/OS
 
Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6
 
CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8
 
Ipv6
Ipv6Ipv6
Ipv6
 
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
 
Chapter 08 - IP Addressing
Chapter 08 - IP AddressingChapter 08 - IP Addressing
Chapter 08 - IP Addressing
 
CCNAv5 - S1: Chapter 8 - Ip Addressing
CCNAv5 - S1: Chapter 8 - Ip AddressingCCNAv5 - S1: Chapter 8 - Ip Addressing
CCNAv5 - S1: Chapter 8 - Ip Addressing
 
Chapter 8 : IP addressing
Chapter 8 : IP addressingChapter 8 : IP addressing
Chapter 8 : IP addressing
 
Day 17.1 nat pat (2)
Day 17.1 nat pat  (2)Day 17.1 nat pat  (2)
Day 17.1 nat pat (2)
 
CCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsCCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing Concepts
 
KPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_finalKPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_final
 
Chapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsChapter 04 - Routing Concepts
Chapter 04 - Routing Concepts
 
Chapter 15 : routing concepts
Chapter 15 : routing conceptsChapter 15 : routing concepts
Chapter 15 : routing concepts
 
IPv6
IPv6IPv6
IPv6
 

Mehr von computerlenguyen (11)

Icnd210 s06l03
Icnd210 s06l03Icnd210 s06l03
Icnd210 s06l03
 
Icnd210 s05l03
Icnd210 s05l03Icnd210 s05l03
Icnd210 s05l03
 
Icnd210 s04l03
Icnd210 s04l03Icnd210 s04l03
Icnd210 s04l03
 
Icnd210 s03l03
Icnd210 s03l03Icnd210 s03l03
Icnd210 s03l03
 
Icnd210 s02l06
Icnd210 s02l06Icnd210 s02l06
Icnd210 s02l06
 
Icnd210 s02l02
Icnd210 s02l02Icnd210 s02l02
Icnd210 s02l02
 
Icnd210 s01l02
Icnd210 s01l02Icnd210 s01l02
Icnd210 s01l02
 
Icnd210 s01l01
Icnd210 s01l01Icnd210 s01l01
Icnd210 s01l01
 
Icnd210 lg
Icnd210 lgIcnd210 lg
Icnd210 lg
 
Eigrp authentication
Eigrp authenticationEigrp authentication
Eigrp authentication
 
Icnd210 s00
Icnd210 s00Icnd210 s00
Icnd210 s00
 

Kürzlich hochgeladen

Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 

Kürzlich hochgeladen (20)

Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 

Icnd210 s07l02

  • 1. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-1 Address Space Management Transitioning to IPv6
  • 2. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-2 IPv4 and IPv6  Currently, there are approximately 1.3 billion usable IPv4 addresses available.
  • 3. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-3 Why Do We Need a Larger Address Space?  Internet population – Approximately 973 million users in November 2005 – Emerging population and geopolitical address space  Mobile users – PDA, pen tablet, notepad, and so on – Approximately 20 million in 2004  Mobile phones – Already 1 billion mobile phones delivered by the industry  Transportation – 1 billion automobiles forecast for 2008 – Internet access in planes, for example, Lufthansa  Consumer devices – Sony mandated that all its products be IPv6-enabled by 2005 – Billions of home and industrial appliances
  • 4. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-4 IPv6 Advanced Features Larger address space:  Global reachability and flexibility  Aggregation  Multihoming  Autoconfiguration  Plug-and-play  End-to-end without NAT  Renumbering Mobility and security:  Mobile IP RFC-compliant  IPsec mandatory (or native) for IPv6 Simpler header:  Routing efficiency  Performance and forwarding rate scalability  No broadcasts  No checksums  Extension headers  Flow labels Transition richness:  Dual stack  6to4 and manual tunnels  Translation
  • 5. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-5 IPv6 Address Representation Format:  x:x:x:x:x:x:x:x, where x is a 16-bit hexadecimal field – Case-insensitive for hexadecimal A, B, C, D, E, and F  Leading zeros in a field are optional  Successive fields of zeros can be represented as :: only once per address Examples:  2031:0000:130F:0000:0000:09C0:876A:130B – Can be represented as 2031:0:130f::9c0:876a:130b – Cannot be represented as 2031::130f::9c0:876a:130b  FF01:0:0:0:0:0:0:1 FF01::1  0:0:0:0:0:0:0:1 ::1  0:0:0:0:0:0:0:0 ::
  • 6. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-6 IPv6 Address Representation Let’s rewrite these following address in differrent form: 1. ff02:0000:0000:0000:0000:0000:0000:0005 - ff02:0:0:0:0:0:0:5 - Ff02::5 2. 2001:0d02:0000:0000:0014:0000:0000:0095 - 2001:d02::14:0:0:95 - 2001:d02:0:0:14::95 3. 3ffe:1944:0100:000a:0000:00bc:2500:0d0b - 3ffe:1944:100:a::bc:2500:d0b - 3ffe:1944:100:a:0:bc:2500:d0b
  • 7. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-7 IPv6 Address Types  Unicast: – Address is for a single interface – IPv6 has several types (for example, global, reserved, link-local, and site-local)  Multicast: – One-to-many – Enables more efficient use of the network – Uses a larger address range  Anycast: – One-to-nearest (allocated from unicast address space) – Multiple devices share the same address – All anycast nodes should provide uniform service – Source devices send packets to anycast address – Routers decide on closest device to reach that destination – Suitable for load balancing and content delivery services
  • 8. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-8 IPv6 Unicast Addressing  Types of IPv6 unicast addresses: – Global: Starts with 2000::/3 and assigned by IANA – Reserved: Used by the IETF – Private: Link local (starts with FE80::/10) – Loopback (::1) – Unspecified (::)  A single interface may be assigned multiple IPv6 addresses of any type: unicast, anycast, or multicast.  IPv6 addressing rules are covered by multiple RFCs. – Architecture defined by RFC 4291
  • 9. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-9 IPv6 Global Unicast (and Anycast) Addresses IPv6 has the same address format for global unicast and for anycast addresses.  Uses a global routing prefix—a structure that enables aggregation upward, eventually to the ISP.  A single interface may be assigned multiple addresses of any type (unicast, anycast, multicast).  Every IPv6-enabled interface contains at least one loopback (::1/128) and one link-local address.  Optionally, every interface can have multiple unique local and global addresses.
  • 10. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-10 Link-Local Addresses  Link-local addresses have a scope limited to the link and are dynamically created on all IPv6 interfaces by using a specific link-local prefix FE80::/10 and a 64-bit interface identifier.  Link-local addresses are used for automatic address configuration, neighbor discovery, and router discovery. Link-local addresses are also used by many routing protocols.  Link-local addresses can serve as a way to connect devices on the same local network without needing global addresses.  When communicating with a link-local address, you must specify the outgoing interface because every interface is connected to FE80::/10.
  • 11. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-11 Larger Address Space Enables Address Aggregation Address aggregation provides the following benefits:  Aggregation of prefixes announced in the global routing table  Efficient and scalable routing  Improved bandwidth and functionality for user traffic
  • 12. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-12 Assigning IPv6 Global Unicast Addresses  Static assignment – Manual interface ID assignment – EUI-64 interface ID assignment  Dynamic assignment  Stateless autoconfiguration  DHCPv6 (stateful)
  • 13. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-13 IPv6 EUI-64 Interface Identifier  Cisco can use the EUI-64 format for interface identifiers.  This format expands the 48-bit MAC address to 64 bits by inserting “FFFE” into the middle 16 bits.  To make sure that the chosen address is from a unique Ethernet MAC address, the U/L bit is set to 1 for global scope (0 for local scope).
  • 14. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-14 Stateless Autoconfiguration
  • 15. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-15 DHCPv6 (Stateful) DHCPv6 is an updated version of DHCP for IPv4:  Supports new addressing  Enables more control than stateless autoconfiguration  Can be used for renumbering  Can be used for automatic domain name registration of hosts using dynamic DNS
  • 16. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-16 DHCPv6 Operation DHCPv6 operates in a way that is similar to DHCPv4, except:  Client first detects the presence of routers on the link.  If a router is found, the router advertisement is examined to determine if DHCP can be used.  If no router is found, or if the router says DHCP can be used, then: – A DHCP solicit message is sent to the all-DHCP-agents multicast address. – The client uses the link-local address as the source address.
  • 17. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-17 IPv6 Routing Protocols  IPv6 routing types: – Static – RIPng (RFC 2080) – OSPFv3 (RFC 2740) – IS-IS for IPv6 – MP-BGP4 (RFC 2545/2858) – EIGRP for IPv6  The ipv6 unicast-routing command is required to enable IPv6 before any routing protocol is configured.
  • 18. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-18 RIPng (RFC 2080) Similar IPv4 features:  Distance vector, radius of 15 hops, split horizon, and poison reverse  Based on RIPv2 Updated features for IPv6:  IPv6 prefix, next-hop IPv6 address  Uses the multicast group FF02::9, the all-rip-routers multicast group, as the destination address for RIP updates  Uses IPv6 for transport  Named RIPng
  • 19. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-19 IPv4-to-IPv6 Transition Transition richness means:  No fixed day to convert; no need to convert all at once  Different transition mechanisms are available: – Dual stack – Manual tunnel – 6to4 tunnel – ISATAP tunnel – Teredo tunnel  Different compatibility mechanisms: – Proxying and translation (NAT-PT)
  • 20. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-20 Dual stack is an integration method in which a node has implementation and connectivity to both an IPv4 and IPv6 network. Cisco IOS Dual Stack
  • 21. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-21 Cisco IOS Dual Stack (Cont.) When both IPv4 and IPv6 are configured on an interface, the interface is considered dual-stacked.
  • 22. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-22 Tunneling is an integration method in which an IPv6 packet is encapsulated within another protocol, such as IPv4. This method of encapsulation is IPv4.  Includes a 20-byte IPv4 header with no options and an IPv6 header and payload  Requires dual-stack routers IPv6 Tunneling
  • 23. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-23 Manually Configured IPv6 Tunnel Configured tunnels require:  Dual-stack endpoints  IPv4 and IPv6 addresses configured at each end
  • 24. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-24 Enabling IPv6 on Cisco Routers ipv6 unicast-routing RouterX(config)#  Enables IPv6 traffic forwarding ipv6 address ipv6prefix/prefix-length eui-64  Configures the interface IPv6 addresses RouterX(config-if)#
  • 25. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-25 IPv6 Address Configuration Example
  • 26. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-26 Cisco IOS IPv6 Name Resolution  Define a static name for IPv6 addresses ipv6 host name [port] ipv6addr [{ipv6addr} ...] RouterX(config)# RouterX(config)# ipv6 host router1 3ffe:b00:ffff:b::1  Configure a DNS server or servers to query ip name-server address RouterX(config)# RouterX(config)#ip name-server 3ffe:b00:ffff:1::10 Two ways to perform Cisco IOS name resolution for IPv6:
  • 27. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-27 Configuring and Verifying RIPng for IPv6 ipv6 router rip tag RouterX(config)#  Creates and enters RIP router configuration mode ipv6 rip tag enable RouterX(config-if)#  Configures RIP on an interface show ipv6 rip  Displays the status of the various RIP processes show ipv6 route rip  Shows RIP routes in the IPv6 route table
  • 28. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-28 RIPng for IPv6 Configuration Example
  • 29. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-29 Visual Objective 7-2: Implementing IPv6
  • 30. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-30 Summary  IPv6 offers many additional benefits to IPv4 including a larger address space, easier address aggregation, and integrated security.  The IPv6 address is 128 bits long and is made up of a 48-bit global prefix, a 16-bit subnet ID, and a 64-bit interface identifier.  There are several ways to assign IPv6 addresses: statically, stateless autoconfiguration, and DHCPv6.  Cisco supports all of the major IPv6 routing protocols: RIPng, OSPFv3, and EIGRP.  Transitioning from IPv4 to IPv6 requires dual stacks, tunneling, and possibly NAT-PT.  Use the ipv6 unicast-routing command to enable IPv6 and the ipv6 address ipv6-address/prefix-length command to assign interface addresses and enable an IPv6 routing protocol.
  • 31. © 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0—7-31

Hinweis der Redaktion

  1. <number> Lesson Aim <Enter lesson aim here.>
  2. <number>
  3. <number>
  4. <number>
  5. <number>
  6. <number>
  7. <number>
  8. <number>
  9. <number>
  10. <number> EUI-64 to IPv6 Interface Identifier The interface identifier for stateless auto-configuration in an Ethernet environment uses the modified EUI-64 format. This format expands the 48-bit Ethernet MAC address format to a 64-bit version by inserting "FFFE" in the middle of the 48 bits. This creates a 64-bit version. The 7th bit (starting with the leftmost bit as “1”) in an IPv6 interface identifier is referred to as the Universal/Local bit, or U/L bit. This bit identifies whether this interface identifier is locally unique on the link or that it is universally unique. In the case where the interface identifier is created from an Ethernet MAC address, it is assumed that the MAC address is universally unique and, therefore, the interface identifier is universally unique. The rationale of the U/L bit is for future use of the upper-layer protocols to uniquely identify a connection, even in the context of a change in the leftmost part of the address. However, this is not yet used. The 8th bit (starting with leftmost bit as “1”), also known as the “G” bit, is a group/individual bit for managing groups. Note to Graphic Designer: Animation is needed for this slide. Stage 1: Show Ethernet MAC address (top address on slide) and two FF and FE blocks. Stage 2: Show the FF and FE blocks going in-between blocks 27 and 17 of Ethernet address. Change label of address to Ethernet MAC address (64 bits). Also Show the U/L bit coming out of the OO block with the where U = information. Stage 3: Show final Modified EUI-64 address. Instructor Note Discuss the transformative process for EUI-64 to IPv6 interface identifier.
  11. <number>
  12. <number> DHCPv6 (Dynamic Host Configuration Protocol) is an updated version of DHCP for IPv4. It supports the addressing model of IPv6 and benefits from new IPv6 features. DHCPv6: Enables more control than serverless/stateless auto-configuration. Can be used in a routerless environment using only servers. Can also be used concurrently with stateless auto-configuration. Can be used for renumbering. Can be used for automatic domain name registration of hosts using dynamic DNS.
  13. <number> The process for acquiring configuration data for a client is similar to that in IPv4, but with a few exceptions. Initially, the client must first detect the presence of routers on the link using Neighbor Discovery messages. If at least one router is found, then the client examines the router advertisements to determine if DHCP should be used. If the router advertisements enable use of DHCP on that link or if no router is found, then the client starts a DHCP Solicit phase to find a DHCP server. DHCPv6 uses multicast for many messages. When the client sends a Solicit message, it sends the message to the ALL-DHCP-Agents multicast address with link-local scope. Agents include both servers and relays. When a DHCP relay forwards a message, it can forward it to the All-DHCP-Servers multicast address with site-local scope. This means that a relay does not need to be configured with all the static addresses of the DHCP servers, as in IPv4. If needed by policy, a relay can contain a static list of DHCP servers. Some servers can be configured to give global addresses using some policies (for example, more restrictive: do not give to printer…), while others (or the same within a different context) can be configured to give site-local addresses using a different policy (i.e. more liberal: give to anyone).
  14. <number>
  15. <number>
  16. <number>
  17. <number> There are two basic steps to activate IPv6 on a router. First, IPv6 traffic forwarding must be activated, then each interface where IPv6 is required must be configured. By default, IPv6 traffic forwarding is disabled on a Cisco router. To activate IPv6 traffic forwarding between interfaces, the global command ipv6 unicast-routing must be configured. This enables the forwarding of unicast IPv6 traffic. IPv6 is enabled on a per interface basis. Configuring an IPv6 address on an interface automatically configures the interface link-local address and activates IPv6 for that interface.
  18. <number> 240, 197, 102 The configuration of the IPv6 address on an interface automatically configures the link-local address for that interface. Also, the interface automatically joins the required multicast groups for that link: Solicited node multicast address FF02::1:FF47:1530 All hosts on the link multicast addresses FF02::1 All routers on the link multicast addresses FF02::2 The solicited node multicast address is used in the duplicate address detection algorithm and neighbor discovery. A solicited node multicast address is joined for each IPv6 unicast and anycast address configured on the interface.
  19. <number> It is possible to define static name for IPv6 addresses using the command ipv6 host <name>. Up to 4 IPv6 addresses can be defined for one hostname. The “port” field is the default telnet for the associated host. To specify the DNS server used by the router, use the ip name-server <address> command. The <address> can be an IPv4 or IPv6 address. Several DNS servers can be specified with this command – up to 6.
  20. <number> This is a sample of the syntax of some commonly used commands. The syntax is similar, if not identical, to their IPv4 counterparts. Enabling RIP on an interface will dynamically create a « router rip » process if necessary
  21. <number> The example shows a two router portion of a larger network. The lower router is connected to two internal LANs. The screen text is from the lower router, called Router1. It shows that RIP is enabled on both Ethernet interfaces (ipv6 rip RT0 enable).
  22. <number> Lab 13 ACL Note: Refer to the lab setup guide for lab instructions.