• 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/34

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;

34 Cards in this Set

  • Front
  • Back

What are 3 methods to go for IPv4 to IPv6?

  • Dual Stack
  • Tunneling
  • NAT-PT/NAT64

What is dual stack?

Dual stack means that your device is running IPv4 and IPv6 simultaneously so you can serve IPv4 and IPv6 devices.



NOTE:


It sounds interesting but it's nothing more than having an IPv4 and IPv6 address configured on your interface.

What is tunneling?

This is where we will put IPv6 packets in IPv4 packets (encapsulation) or the other way around



NOTE:


The internet is mostly IPv4 so this is one method to connect two IPv6-only LANs with each other over IPv4 network like the internet

What forms of NAT are used to translate between IPv4 and IPv6?

NAT-PT



NAT64

Which version of NAT is supported on higher end routers to translate between IPv4 and IPv6?
NAT64

NOTE:
NAT-PT is supported on IOS routers but has been deprecated as per RFC 4966.

What are the 2 methods of static point-to-point IPv6 tunnels?

  • Manual Tunnels
  • GRE (Generic Routing Encapsulation) Tunnels

How do manual tunnels and GRE tunnels support IPv6?

Both support IPv6 IGPs through the tunnel interface and forwarding multicast traffic.

What is GRE?
Generic Routing Encapsulation

This is a generic encapsulation type that rides on top of IPv4 and isn't only for IPv6

NOTE:
If you ever configured IPSEC VPN with IGPs running through it you had to use GRE

Why would you use a loopback to configure a tunnel instead of a physical interface?

The physical interface could go down.

By default a tunnel is always a ___________

GRE



Generic Routing Encapsulation

How do you change a GRE into a manual tunnel?

"tunnel mode IPv6" command

What command can you use to verify your tunnel is working?

show interfaces tunnel

What commands can you use to switch a manual tunnel back to a GRE?

"tunnel mode gre ip"



or



"no tunnel mode ipv6ip"



commands

What is the main difference between a GRE and a manual tunnel?

GRE has a higher MTU by default

The link-local address for the GRE tunnel is created with ________________

EUI-64

The link-local address for the GRE tunnel takes the ______________ numbered interface's MAC address.

Lowest

The link-local address for the manual tunnel is ______________

FE80::/96+32 bits from tunnel source

Dynamic Multicast IPv6 Tunnels

  • This is a way to migrate from IPv4 to IPv6.
  • This is called dynamic because we don't have to specify the end-point, meaning IPv4 address is determined for us

What is the downside to dynamic multipoint IPv6 tunnels?

They don't support IGPs

What are the two types of Dynamic multipoint IPv6?

  • automatic 6to4
  • ISATAP

How does "automatic 6to4" work?

The IPv4 end-point address will be wrapped in the IPv6 destination address.



NOTE:


IPv4 is only 32 bits so its easy to fit into 128 bits

What is this address range saved for 2002::/16?

tunneling

How does the address space reserved for tunneling work?

2002::/16



  1. Create a /48 up to /64 prefix for each tunnel end-point
  2. Convert the IPv4 end-point to hexadecimal as bits 17 to 48
  3. Create subnets from /48 to /64 prefix for all the subnets behind the endpoint

What does the "IPv6 general prefix" command.

It converts the IPv4 address space into hexadecimal and give you the correct tunnel prefix.

What does the command "tunnel mode ipv6ip 6to4 do"?

Tells the router to get IPv4 from the IPv6 address

What does ISATAP stand for?

Intra-site Automatic Tunneling Address Protocol

What address range does ISATAP use?

Normal Global Unicast Range



NOTE:


This does not use 2002::/16

Where does ISATAP embeds the IPv4 address ________________?

in the last two quartets

How do all the tunnel interfaces connect in ISATAP?

They use a single prefix to which all the tunnel interfaces connect.

How does ISATAP tunnel automatically create the tunnel interface ID

It uses EUI-64

Why does EUI-64 work different?

It has no mac address

What are the EUI-64 rules?

  • Your router will use 0000:5EFE for quarter 5 and 6
  • Your router will use the tunnel for IPv4 address converted to hex and add it as quarter 7 and 8

In order to enable enable router advertisements on a tunnel interface what command must you use?

no ipv6 nd suppress-ra

What command sets the tunnel to ISATAP?

tunnel mode ipv6ip isatap