CCNA ITN: Module 12

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/43

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

44 Terms

1
New cards

IPv4 address exhaustion

due to 4.3 billion address limit

2
New cards

IPv6 address space

128-bit with 340 undecillion possible addresses

3
New cards

IPv6 adoption

driven by mobile providers, ISPs, IoT needs

4
New cards

Dual stack

allows IPv4 and IPv6 to run together

5
New cards

Tunneling

encapsulates IPv6 in IPv4 to travel over IPv4 networks

6
New cards

Translation

NAT64 translates between IPv4 and IPv6 packets

7
New cards

IPv6 address format

128-bit written as 8 hextets of hex digits

8
New cards

Omitting leading 0s

leading 0s in hextets can be omitted

9
New cards

Double colon (::)

replaces one group of all-0 hextets

10
New cards

Double colon rules

only used once per address, use on longest 0 string

11
New cards

Unicast address

identifies a single IPv6 interface

12
New cards

Multicast address

targets a group of devices

13
New cards

Anycast address

sent to nearest device with the address

14
New cards

No IPv6 broadcast

replaced by all-nodes multicast

15
New cards

Prefix notation

slashed format (e.g., /64)

16
New cards

Global Unicast Address (GUA)

globally routable, like public IPv4

17
New cards

Link-local address (LLA)

used within a local link, not routable

18
New cards

Unique local address (ULA)

private IPv6, fc00::/7 to fdff::/7

19
New cards

Subnet-Router anycast

all-0s host portion in subnet

20
New cards

LLA range

fe80::/10, required for all IPv6 devices

21
New cards

ipv6 address command

assigns GUA or LLA manually

22
New cards

Stateless Autoconfig (SLAAC)

device creates IPv6 address from RA message

23
New cards

Stateful DHCPv6

device receives full config from server

24
New cards

Link-local manual config

use ipv6 address … link-local

25
New cards

Router Advertisement (RA)

sent by routers every 200 sec or on RS

26
New cards

ipv6 unicast-routing

enables IPv6 routing on Cisco routers

27
New cards

SLAAC

client builds GUA from RA prefix and interface ID

28
New cards

Stateless DHCPv6

adds DNS info to SLAAC

29
New cards

Stateful DHCPv6

full config from server, default GW from RA

30
New cards

EUI-64 address

builds interface ID using MAC + FFFE + flipped bit

31
New cards

Random interface ID

alternative to EUI-64

32
New cards

Windows SLAAC/LLA

same interface ID process for both

33
New cards

Cisco dynamic LLA

LLAs auto-generated using EUI-64 (Ethernet) or MAC (Serial)

34
New cards

Static LLA on routers

common for readability and management

35
New cards

show ipv6 interface brief

command shows LLA and GUA

36
New cards

show ipv6 route / ping

verify IPv6 routing and reachability

37
New cards

IPv6 multicast prefix

ff00::/8

38
New cards

FF02::1

all-nodes multicast (like IPv4 broadcast)

39
New cards

FF02::2

all-routers multicast group

40
New cards

Solicited-node multicast

used for efficient NIC filtering

41
New cards

IPv6 subnetting

designed into protocol, uses dedicated subnet ID

42
New cards

IPv6 subnetting method

increment subnet ID hextet in hex

43
New cards

65,536 subnets

admins should plan a logical scheme

44
New cards

IPv6 conservation

no need to conserve due to huge address space