v6 fundementals Flashcards

1
Q

header length?

A

40 bytes

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

fields?

A

version
class
flow label
payload length
next header
hop limit
source
destination

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

What are v6 extension headers?

A

additional headers that can be attached to do other things;

hop-by-hop options, signalling each hop needs to look at these.

routing - list of notes that should be visited during transit
fragments - signals that this has been fragmented by the source
destination options - options examined only by the destination – could appear twice.
AH - used with IPsec to verify authenticity
Encrypted security payload - for Ipsec, carries encrypted data.

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

whats ::1?

A

loopback IP

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

how many bits in the address scope?

A

10 bits

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

link local?

A

fe80::/64

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

whats ::/16?

A

something special todo with interfaces

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

slacc steps

A

Host generates link local and broadcasts an RS message
other devices get the RS and send back an RA
host confirms the RA and uses the RA message to do autoconfiguration

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

unique local IPs (private IPs). Whats the range?

A

fc00::/7

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

whats the ipv6 route table name?

A

inet6.0

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

How can you learn the link local IP of a connected host?

A

You can ping its public IP and then do;

show ipv6 neighbors

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

When is ND considered done?

A

when traffic is flowing.

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

Whats the difference between v4 and v6 when configuring protocols?

A

OSPF:

is-is - everything else is pretty much the same
is-is - same process, just add the inet6 family.

bgp - same - you’re just configuring v6 neighbour addresses

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

v6 tunnelling… What do?

A

tunnel v6 in a v4 header.

its basically gre - gr interface, tunnel source and destination configured both ends, and then define the address family you’re tunneling over it, plus the p2p ips.

then just setup overlay routing with a next hop of the tunnel interface.

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