IPV6
IPV6
IPV6
Eighth Edition
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as
permitted in a license distributed with a certain product or service or otherwise on a password-protected website for
classroom use. 1
Objectives
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use.
Subnets in IPv6 (1 of 3)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 3
Subnets in IPv6 (2 of 3)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 4
Subnets in IPv6 (3 of 3)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 5
IPv4 and IPv6 Coexistence
Tunnelling
7
IPv4 and IPv6 Coexistence (cont.)
Translation
8
Hexadecimal Number System
• Hexadecimal is a base
sixteen system.
• Base 16 numbering system
uses the numbers 0 to 9 and
the letters A to F.
• Four bits (half of a byte) can
be represented with a single
hexadecimal value.
9
Hexadecimal Number System (cont.)
10
IPv6 Address Representation
•2001:0DB8:0000:1111:0000:0000:0000:0200
•FE80:0000:0000:0000:0123:4567:89AB:CDEF
11
IPv6 Address Representation (cont.)
12
Subnetting Using the Subnet ID
13
IPV6 Subnet Allocation
14
Rule 1- Omitting Leading 0s
• The first rule to help reduce the notation of IPv6 addresses is any leading 0s
(zeros) in any 16-bit section or hextet can be omitted.
• 01AB can be represented as 1AB.
• 09F0 can be represented as 9F0.
• 0A00 can be represented as A00.
• 00AB can be represented as AB.
15
Rule 2 - Omitting All 0 Segments
• A double colon (::) can replace any single, contiguous string of one or more 16-
bit segments (hextets) consisting of all 0’s.
• Double colon (::) can only be used once within an address otherwise the
address will be ambiguous.
• Known as the compressed format.
• Incorrect address - 2001:0DB8::ABCD::1234.
16
Rule 2 - Omitting All 0 Segments (cont.)
Example #1
Example #2
17
IPv6 Prefix Length
18
IPv6 Address Types
19
IPv6 Unicast Addresses
Unicast
Uniquely identifies an
interface on an IPv6-
enabled device.
A packet sent to a unicast
address is received by the
interface that is assigned
that address.
20
IPv6 Unicast Addresses (cont.)
21
IPv6 Unicast Addresses (cont.)
Global Unicast
Similar to a public IPv4 address
Globally unique
Internet routable addresses
Can be configured statically or assigned dynamically
Link-local
Used to communicate with other devices on the same local link
Confined to a single link; not routable beyond the link
22
IPv6 Unicast Addresses (cont.)
Loopback
Used by a host to send a packet to itself and cannot be assigned to a physical
interface.
Ping an IPv6 loopback address to test the configuration of TCP/IP on the local host.
All-0s except for the last bit, represented as ::1/128 or just ::1.
Unspecified Address
All-0’s address represented as ::/128 or just ::
Cannot be assigned to an interface and is only used as a source address.
An unspecified address is used as a source address when the device does not yet have
a permanent IPv6 address or when the source of the packet is irrelevant to the
destination.
23
IPv6 Unicast Addresses (cont.)
Unique Local
Similar to private addresses for IPv4.
Used for local addressing within a site or between a limited number of sites.
In the range of FC00::/7 to FDFF::/7.
IPv4 Embedded (not covered in this course)
Used to help transition from IPv4 to IPv6.
24
IPv6 Link-Local Unicast Addresses
25
IPv6 Link-Local Unicast Addresses (cont.)
Packets with a
source or
destination link-local
address cannot be
routed beyond the
link from where the
packet originated.
26
Structure of an IPv6 Global Unicast Address
• IPv6 global unicast addresses are globally unique and routable on the IPv6
Internet
• Equivalent to public IPv4 addresses
• ICANN allocates IPv6 address blocks to the five RIRs(Regional Internet Registry)
27
Structure of an IPv6 Global Unicast Address (cont.)
Currently, only global unicast addresses with the first three bits of 001 or
2000::/3 are being assigned
28
Structure of an IPv6 Global Unicast Address (cont.)
A global unicast address has three parts: Global Routing Prefix, Subnet ID, and
Interface ID.
29
VLANs (Virtual Local Area Networks) (1 of 2)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 30
VLANs (Virtual Local Area Networks) (2 of 2)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 31
Managed Switches (1 of 8)
• Unmanaged switch
• Provides plug-and-play simplicity with minimal configuration
- Has no IP address assigned to it
• Managed switch:
• Can be configured via a command-line interface or a web-based management G UI
• Are usually assigned an IP address
• VLANS can only be implemented through managed switches
• Ports can be partitioned into groups
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 32
Managed Switches (2 of 8)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 33
Managed Switches (3 of 8)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 34
Managed Switches (4 of 8)
• Figure 8-19 shows what happens when ports on a managed switch are
partitioned into two VLANs
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 35
Managed Switches (5 of 8)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 36
Managed Switches (8 of 8)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 37
Switch Ports and Trunks (1 of 3)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 38
Switch Ports and Trunks (2 of 3)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 39
Switch Ports and Trunks (3 of 3)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 40
VLANs and Subnets
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 41
Types of VLANs
• VLAN types:
• Default VLAN—Typically preconfigured on a switch and initially includes all switch
ports
• Native VLAN—Receives all untagged frames from untagged ports
• Data VLAN—Carries user-generated traffic, such as email, web browsing, or database
updates
• Management VLAN—Can be used to provide administrative access to a switch
• Voice VLAN—Supports VoIP traffic
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 42
View Configured VLANs (1 of 2)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 43
View Configured VLANs (2 of 2)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 44
Troubleshoot and Secure VLANs (1 of 3)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 45
Troubleshoot and Secure VLANs (2 of 3)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 46
Troubleshoot and Secure VLANs (3 of 3)
© 2019 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license
distributed with a certain product or service or otherwise on a password-protected website for classroom use. 47