IPv6 Flashcards

1
Q

global unicast address

A

globally unique and routable on internet, always starts with 200::1 /3 or 001 in binary. also always starts with a 2 or 3 in hex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what does SLA stand for in IPv6

A

site-level aggregator, it is analogous to a subnet and can also be called the Subnet ID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

local unicast address

A

analogous to private addres in IPv4, always starts with FC00:: /7 followed by the subnet prefix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

link-local address

A

automatically configured on an IPv6 interface, prefix of FE80:: /10 or 1111 1110 10 in binary, used in neighbor discovery processes and stateless autoconfiguration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is an IPv4 compatible IPv6 address?

A

This is an IPv6 unicast address that has zeros in the high-order 96 bits of the address and an IPv4 address in the low-order 32 bits of the address. The format of an IPv4-compatible IPv6 address is 0:0:0:0:0:0:A.B.C.D or ::A.B.C.D.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

IPv6 multicast address prefix

A

first octet is FF00::/8 1111 1111 second octet defines lifetime and scope

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

anycast address

A

created by assigning the same unicast address to multiple interfaces, the node must be configured to recognize it as an anycast address. Hosts cannot use anycast addresses and anycast addresses cannot be used as the source address for a packet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

EUI-64 Host ID

A

pads the 48 bit mac address of the device by inserting FFFE into the middle 16 bits and uses that as the host portion of the IPv6 address. Commonly used for phones gateways and routers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Stateless Autoconfiguration

A

node automatically configures its address by appending its 64 bit interface identifier to the 64 bit network prefix. This enables plug and play for devices on networks with IPv6 routers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Stateful Autoconfiguration

A

uses a DHCPv6 Server, enables record keeping for which hosts have which address unlike stateless autoconfiguration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

default muticast groups for IPv6 interface

A
  • Solicited-node multicast group FF02:0:0:0:0:1:FF00::/104 (for each unicast and anycast address that is assigned to the interface) - All-nodes link-local multicast group FF02::1 - All-routers link-local multicast group FF02::2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is neighbor discovery used for in IPv6?

A
  • Determining the data link layer address of a neighbor on the same link, like ARP does in IPv4 - Finding neighbor routers - Keeping track of neighbors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the command to configure stateless autoconfiguration on the router?

A

ipv6 address autoconfig [default] enter on a per interface basis. If the default keyword is added the router will advertise itself as the default gateway.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

IPv6 routing protocols

A

RIPng (next generation) OSPFv3 EIGRP for IPv6 MP-BGP4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Steps to enable IPv6 routing

A

first enter command ipv6 unicast routing to enable the router forward ipv6 unicast packets, then enable ipv6 on each necessary interface with the ipv6 enable command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How to configure a static route in IPv6

A

ipv6 route *ipv6-network/ipv6-mask *outgoing_interface [ipv6-next-hop]

17
Q

OSPFv3 multicast address

A

FF02::5 for OSPF routers FF02::6 for OSPF designated routers

18
Q

main differences in OSPFv3

A

support for IPv6 In version 3, you assign the router ID, area ID, and link-state ID, which are all still 32-bit values but are no longer found using the IP address because an IPv6 address is 128 bits

19
Q

Router(config)#ipv6 router ospf process-id:

A

Enables the OSPF routing process for IPv6. The process-id identifies the specific routing process and does not need to be the same on all routers in the OSPF routing domain.

20
Q

Router(config-rtr)#router-id router-id:

A

The router uses the 32-bit value to select the router ID for OSPFv3 represented in dotted decimal notation.

21
Q

Router(config-if)#ipv6 ospf process-id area area-id:

A

Enables the OSPFv3 routing process on an interface. The process-id identifies the specific routing process and must be the same as the process-id used to create the routing process in the ipv6 router ospf process-id command. The area-id is the area that must be associated with the OSPFv3 interface.

22
Q

Router(config-rtr)#default-information originate:

A

Generates a default external route into the OSPFv3 routing domain.

23
Q

When an IPv6 router sends a router advertisement, what is the destination multicast address?

A

FF02::1

24
Q

unique local address

A

These are addresses similar to RFC 1918, “Address Allocation for Private Internets,” in IPv4 today In hexadecimal, site-local addresses begin with FE and then C to F for the third hexadecimal digit. So, these addresses begin with FEC, FED, FEE, or FEF.

25
Q

link-local addresses

A

he concept of link-local scope is new to IPv6. These addresses have a smaller scope than site-local addresses; they refer only to a particular physical link (physical network). Routers do not forward datagrams using link-local addresses, not even within the organization; A link-local address typically begins with FE80::/10.

26
Q

reserved addresses

A

The lowest address within each subnet prefix (the interface identifier set to all zeroes) is reserved as the “subnet-router” anycast address. The 128 highest addresses within each /64 subnet prefix are reserved to be used as anycast addresses.

27
Q

IPv6 loopback address

A

::1

28
Q

Unspecified Addresses

A

It is typically used in the source field of a datagram that is sent by a device that seeks to have its IP address configured.

29
Q

Diagram of how EUI-64 address is created

A
30
Q

how to view IPv6 nieghbors(mac table) table on PC

A

netsh interface ipv6 show neighbor