Implementing IP Addressing Services: © 2006 Cisco Systems, Inc. All Rights Reserved. Cisco Public ITE I Chapter 6
Implementing IP Addressing Services: © 2006 Cisco Systems, Inc. All Rights Reserved. Cisco Public ITE I Chapter 6
Implementing IP Addressing Services: © 2006 Cisco Systems, Inc. All Rights Reserved. Cisco Public ITE I Chapter 6
Addressing Services
IPv6
ITE I Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1
Objectives
Introduction to IPv6
Configure NAT on a Cisco router
Configure new generation RIP (RIPng) to use IPv6
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 2
Internet Protocol version 6
Internet Protocol version 6(IPv6):
IPv6 is the next generation Internet Layer protocol for packet-switched
internetworks and the internet.
A recent study by Google indicates the penetration in different countries of
IPv6
The leaders are
Russia (0.76%)
France(0.65%)
Ukraine(0.64%)
Norway(0.49%)
USA(0.45%)
In Asia—China(0.24%)
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 3
Conti…
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 4
Features of IPv6
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 5
Conti…
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 6
IPv6 Addressing
IPv6 addresses are typically composed of two logical parts: a 64-bit (sub)-
network prefix, and a 64-bit host part, which is either automatically
generated from the interface’s MAC address or assigned sequentially.
Because the globally unique MAC address offer an opportunity to track
user equipment, and so users, across time and IPv6 address changes.
Notation
IPv6 addresses are normally written as eight groups of four hexadecimal
digits, where each group is separated by a colon e.g
2001:0db8:85a3:0000:0000:8a2e:0370:7334 is a valid IPv6 address. To
shorten the writing and presentation of addresses, several simplifications
to the notation are permitted.
Any leading zeros in a group may be omitted; thus, the given example
becomes 2001:db8:85a3:0:0:8a2e:370:7334
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 7
Conti…
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 8
Conti…
The sequence of the last 4 bytes of the IPv6 address may optionally be
written in dot-decimal notation, in the style of IPv4 addresses.
This notation is convenient when working in a mixed (dual-stack)
environment of IPv4 and IPv6 addresses
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 9
IPv6 address types
Unicast addresses
Anycast addresses
An anycast address is assigned to a group of interfaces, usually belonging
to different nodes. A packet sent to an anycast address is delivered to just
one of the member interfaces, typically the “nearest” according to the
routing protocol’s choice of distance.
Multicast addresses
Special addresses e.g 127.0.0.1 in IPv4
Unspecified address
::/128 —
Link local addresses
::1/128 — the loopback address is a unicast localhost address
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 10
Conti…
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 12
Conti…
Transition strategies for implementing IPv6
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 13
Ipv6 tunneling
Concept of IPv6 tunneling
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 14
Configure New Generation RIP (RIPng) on
Router
Configure a router to use IPv6
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 15
Conti…
Configure and verify RIPng for IPv6
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 16
Configure New Generation RIP (RIPng) to
use IPv6
Explain how to verify and troubleshoot IPv6
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 17
Summary
IPv6
–A 128 bit address that uses colons to separate entries
–Normally written as 8 groups of 4 hexadecimal digits
IPv6 Tunneling
–An IPV6 packet is encapsulated within another protocol
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 18
Summary
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 19
ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 20