• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/26

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

26 Cards in this Set

  • Front
  • Back
IPv6: Describe the global unicast address space.
2000::/3
IPv6: Describe the unique local unicast address space.
FD00::/8
function like RFC 1918 IPv4 addresses
IPv6: Describe link local unicast address space.
FE80::/10
Local subnet only; routers will not forward
FE80::[EUI-64]
IPv6: Describe link local multicast address space.
FF02::/16
IPv6: T/F - IPv6 has no concept of classful addressing.
TRUE
IPv6: PC1 and PC2 are on the same VLAN. How does PC1 learn PC2's mac address?
NDP
Network discovery protocol replaces the ARP function.
IPv6: Describe how to derive EUI-64 from a MAC address.
1. Split Mac address into two halves
2. Add FFFE in middle
3. Make seventh bit a binary 1
IPv6: Define a Teredo tunnel
Teredo tunnel allows a dual-stack host to encapsulate an IPv6 packet inside an IPv4 packet created on the same host.
IPv6: Describe the 3 parts of a global unicast addresses.
1. First 48 bits are site prefix.
2. Next 16 bits are subnet number
3. Last 64-bits are host
IPv6: How are IPv6 addresses assigned to sites?
1. ICANN assigns address ranges to regional internet registries (RIR)
2. RIR assigns IPv6 addresses to ISPs
3. ISPs assign to customers
4. Route aggregation at each level.
IPv6: Describe two options to assign a static IPv6 address to an interface; include CLI
1. Assign entire address
2. Static conf first 64 bits w/ EUI-64
CLI: #IPv6 address <address></prefix> [EUI-64]
prefix is normally /64
IPv6: Describe two options for dynamic address assignment to a host.
1. Stateful DHCPv6 server (like IPv4 DHCP)
2. Stateless autoconfiguration (uses DHCP only to find DNS servers)
IPv6: Describe the five steps of stateless autoconfiguration for a host.
1. Determine local link address (FE80::EUI-64)
2. NDP: Send RS (FF02::2) to all routers
3: NDP: receive RA (FF02::1) to learn /64 prefix for subnet
4. Add EUI-64 to prefix
5. Learn DNS servers from stateless DHCP server
IPv6: Name the four major types of IPv6 addresses.
1. Unicast
2. Multicast
3. Anycast (replaces HSRP)
4. Special (loopback or unknown)
IPv6: Describe three types of unicast addresses.
1. Global unicast (2000::/3)
2. Unique local (FD00::/8) - private IPs
3. Link Local FE80::/10 - local to subnet - FE80::<EUI-64>
IPv6: Describe 2 types of multicast addresses
1. FF00::/8 2. Link Local are FF02::/16
IPv6: Describe the multicast addresses for all nodes, all routers on link
1. FF02::1 - all nodes on link
2. FF02::2 - all routers on link
IPv6: Describe multicast addresses for OSPF, RIP02, EIGRP, DHCP (Relay)
1. OSPF - FF02::5, FF02::6
2. RIP - FF02::9
3. EIGRP - FF02::A
4. DHCP relay - FF02::1:2
IPv6: Describe loopback and unknown addresses
1. Loopback is ::1
2: Unknown is :: (all zeros)
IPv6: Describe five CLI commands to configure a router
1. Enable IPv6 routing: #IPv6 unicast-routing
2. Enable routing protocol: #IPv6 router rip
3. Conf interfaces: #IPv6 address <address>/prefix [eui-64]
4. enable routing on interface: #IPv6 rip <name>
5. Enable interface: #ipv6 enable
IPv6: What is the CLI command to verify all the IPv6 addresses assigned to a router?
#show ipv6 interface
IPv6: Which IPv6/IPv4 interoperability technique routes both IP versions simultaneously?
dual stack
IPv6: Describe ISATAP Tunneling
Intra-site Automatic Tunnel Addressing Protocol
typically used inside an enterprise
dynamically created
Does not work if IPv4 NAT used between tunnel endpoints
IPv6: Describe Dynamic 6to4 tunnels
Dynamically created
Typically done on IPv4 Internet
IPv4 address of tunnel endpoints can be found dynamically based on IPv6 destination address
IPv6: Describe Manually Configured Tunnels (MCT)
Tunnel interfaces are virtual router interfaces
Configuration references IPv4 address used in the IPv4 header that encapsulates the IPv6 packet
IPv6: Describe method of translating between IPv4 and IPv6 when one host is IPv4 only
NAT-PT.
Router knows what IPv6 address to translate to what IPv4 address and vice-versa
Similar translation to traditional NAT