12
Sybex CCNA 640-802 Chapter 15: IPv6 Instructor & Todd Lammle

Sybex CCNA 640-802 Chapter 15: IPv6 Instructor & Todd Lammle

Embed Size (px)

Citation preview

Page 1: Sybex CCNA 640-802 Chapter 15: IPv6 Instructor & Todd Lammle

Sybex CCNA 640-802 Chapter 15: IPv6

Instructor & Todd Lammle

Page 2: Sybex CCNA 640-802 Chapter 15: IPv6 Instructor & Todd Lammle

Chapter 15 Objectives

• The CCNA Topics Covered in this chapter include– The technological requirements for

running IPv6 in conjunction with IPv4 (including: protocols, dual stack, tunneling, etc.)

– IPv6 addressing

2

Page 3: Sybex CCNA 640-802 Chapter 15: IPv6 Instructor & Todd Lammle

IPv6 Addressing128 bits

Hexidecimal

Page 4: Sybex CCNA 640-802 Chapter 15: IPv6 Instructor & Todd Lammle

Shortened Expressionof

2001:0db8:3c4d:0012:0000:0000:1234:56ab

• You can drop any leading zeros in each of the individual blocks

2001:db8:3c4d:12:0:0:1234:56ab• You can remove two consecutive

blocks of zeros by replacing them with a doubled colon

2001:db8:3c4d:12::1234:56ab• You can replace only one contiguous

block with a doubled colon

Page 5: Sybex CCNA 640-802 Chapter 15: IPv6 Instructor & Todd Lammle

Address Types

Page 6: Sybex CCNA 640-802 Chapter 15: IPv6 Instructor & Todd Lammle

Special Addresses

Page 7: Sybex CCNA 640-802 Chapter 15: IPv6 Instructor & Todd Lammle

Autoconfiguration

Page 8: Sybex CCNA 640-802 Chapter 15: IPv6 Instructor & Todd Lammle

Configuring Cisco Routers with IPv6

Corp(config)#ipv6 unicast-routing

Corp(config-if)#ipv6 address 2001:db8:3c4d:1:0260:d6FF.FE73:1987/64

Or

Corp(config-if)#ipv6 address 2001:db8:3c4d:1::/64 eui-64

Page 9: Sybex CCNA 640-802 Chapter 15: IPv6 Instructor & Todd Lammle

IPv6 Routing Protocols

RIPng

Router1(config-if)#ipv6 rip 1 enable

EIGRPv6

Router1(config)#ipv6 router eigrp 10

Router1(config-rtr)#no shutdown

OSPFv3

Router1(config)#ipv6 router osfp 10

Router1(config-rtr)#router-id 1.1.1.1

Router1(config-if)#ipv6 ospf 10 area 0.0.0.0

Page 10: Sybex CCNA 640-802 Chapter 15: IPv6 Instructor & Todd Lammle

Dual Stacking

Corp(config)#ipv6 unicast-routing

Corp(config)#interface fastethernet 0/0

Corp(config-if)#ipv6 address 2001:db8:3c4d:1::/64 eui-64

Corp(config-if)#ip address 192.168.255.1 255.255.255.0

Page 11: Sybex CCNA 640-802 Chapter 15: IPv6 Instructor & Todd Lammle

6to4 Tunneling

Page 12: Sybex CCNA 640-802 Chapter 15: IPv6 Instructor & Todd Lammle

Written Labs and Review Questions

– Open your books and go through all the written labs and the review questions.

– Review the answers in class.

12