Presentation is loading. Please wait.

Presentation is loading. Please wait.

W&L Page 1 CCNA 200-120 CCNA 200-120 Training 3.2 Identify the appropriate IPv6 addressing scheme to satisfy addressing requirements in a LAN/WAN environment.

Similar presentations


Presentation on theme: "W&L Page 1 CCNA 200-120 CCNA 200-120 Training 3.2 Identify the appropriate IPv6 addressing scheme to satisfy addressing requirements in a LAN/WAN environment."— Presentation transcript:

1 W&L Page 1 CCNA 200-120 CCNA 200-120 Training 3.2 Identify the appropriate IPv6 addressing scheme to satisfy addressing requirements in a LAN/WAN environment Jose Luis Flores / Amel Walkinshaw Aug, 2015

2 W&L Page 2 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) 3.2 Identify the appropriate IPv6 addressing scheme to satisfy addressing requirements in a LAN/WAN environment

3 W&L Page 3 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) Facts: The rapid growth of the Internet and the exhaustion of the IPv4 address space The need for simpler autoconfiguration and renumbering of network devices A requirement for security at the IP level A need for better support for real-time delivery of data—also called quality of service (QoS)

4 W&L Page 4 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) Goals: How to write and interpret unabbreviated 32-digit IPv6 addresses How to abbreviate IPv6 addresses, and how to interpret abbreviated addresses How to interpret the IPv6 prefix length mask How to find the IPv6 prefix (subnet ID), based on an address and prefix length mask

5 W&L Page 5 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6)

6 W&L Page 6 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) HexBinaryHexBinary 0000081000 1000191001 20010A1010 30011B1011 40100C1100 50101D1101 60110E1110 70111F1111 Hexadecimal/Binary Conversion Chart

7 W&L Page 7 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6)

8 W&L Page 8 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6)

9 W&L Page 9 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) IPv4 Packet Header Format

10 W&L Page 10 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) IPv6 Packet Header Format

11 W&L Page 11 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) Basic IPv6 Packet Header Fields

12 W&L Page 12 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) 1. Inside each quartet of four hex digits, remove the leading 0s (0s on the left side of the quartet) in the three positions on the left. (Note: at this step, a quartet of 0000 will leave a single 0.) 2. Find any string of two or more consecutive quartets of all hex 0s, and replace that set of quartets with double colon (::). The :: means “two or more quartets of all 0s.” However, you can only use :: once in a single address, because otherwise the exact IPv6 might not be clear.

13 W&L Page 13 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) FE00:0000:0000:0001:0000:0000:0000:0056 FE00:0:0:1:0:0:0:56 FE00:0:0:1::56 FE:0:0:1::56 FE00::1::56

14 W&L Page 14 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) Expanding Abbreviated IPv6 Addresses 1. In each quartet, add leading 0s as needed until the quartet has four hex digits. 2. If a double colon (::) exists, count the quartets currently shown; the total should be less than 8. Replace the :: with multiple quartets of 0000 so that eight total quartets exist.

15 W&L Page 15 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) Compressed IPv6 Address Formats

16 W&L Page 16 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6)

17 W&L Page 17 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) Which IPv6 address is the equivalent of the IPv4 interface loopback address 127. 0.0. 1? A. ::1 B. :: C. 2000::/3 D. 0::/10 Explanation: In IPv6 the loopback address is written as, This is a 128bit number, with the first 127 bits being '0' and the 128th bit being '1'. It's just a single address, so could also be written as ::1/128.

18 W&L Page 18 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) What are three features of the IPv6 protocol? (Choose three.) A. optional IPsec B. autoconfiguration C. no broadcasts D. complicated header E. plug-and-play F. checksums Explanation: An important feature of IPv6 is that it allows plug and play option to the network devices by allowing them to configure themselves independently. It is possible to plug a node into an IPv6 network without requiring any human intervention. This feature was critical to allow network connectivity to an increasing number of mobile devices. This is accomplished by autoconfiguration. IPv6 does not implement traditional IP broadcast, i. e. the transmission of a packet to all hosts on the attached link using a special broadcast address, and therefore does not define broadcast addresses. In IPv6, the same result can be achieved by sending a packet to the link-local all nodes multicast group at address ff02::1, which is analogous to IPv4 multicast to address 224.0.0.1.

19 W&L Page 19 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) What is known as "one-to-nearest" addressing in IPv6? A. global unicast B. anycast C. multicast D. unspecified address Explanation: IPv6 Anycast addresses are used for one-to-nearest communication, meaning an Anycast address is used by a device to send data to one specific recipient (interface) that is the closest out of a group of recipients (interfaces).

20 W&L Page 20 CCNA 200-120 3.0 IP Addressing (IPv4/IPv6) Which two of these statements are true of IPv6 address representation? (Choose two.) A. There are four types of IPv6 addresses: unicast, multicast, anycast, and broadcast. B. A single interface may be assigned multiple IPv6 addresses of any type. C. Every IPv6 interface contains at least one loopback address. D. The first 64 bits represent the dynamically created interface ID. E. Leading zeros in an IPv6 16 bit hexadecimal field are mandatory.

21 W&L Page 21 CCNA 200-120 Bibliography http://www.examcollection.com/certification-training/ccna-ipv6-addressing-scheme-in-lan-wan-environment.html http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6_basic/configuration/xe-3s/ip6b-xe-3s-book/ip6-add-basic-conn-xe.html http://www.cisco.com/c/dam/en/us/solutions/collateral/enterprise/design-zone-government/sbaBN_IPv6addrG.pdf http://www.cisco.com/web/solutions/trends/ipv6/index.html http://www.ciscopress.com/articles/article.asp?p=2033341&seqNum=2 https://4sysops.com/archives/ipv6-part-1-get-started-now/

22 W&L Page 22 CCNA 200-120 Q&A


Download ppt "W&L Page 1 CCNA 200-120 CCNA 200-120 Training 3.2 Identify the appropriate IPv6 addressing scheme to satisfy addressing requirements in a LAN/WAN environment."

Similar presentations


Ads by Google