Networking - IPv6 Question and Answer
Networking - IPv6 Question and Answer
1. Which of the following is true when describing a multicast address?
- Packets addressed to a unicast address are delivered to a single interface.
- Packets are delivered to all interfaces identified by the address. This is also called a one-to-many address.
- Identifies multiple interfaces and is only delivered to one address. This address can also be called one-to-one-of-many.
- These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.
2. Which of the following is true when describing a unicast address?
- Packets addressed to a unicast address are delivered to a single interface.
- These are your typical publicly routable addresses, just like a regular publicly routable address in IPv4.
- These are like private addresses in IPv4 in that they are not meant to be routed.
- These addresses are meant for nonrouting purposes, but they are almost
3. To enable OSPFv3, which of the following would you use?
- Router1(config-if)# ipv6 ospf 10 area 0.0.0.0
- Router1(config-if)# ipv6 router rip 1
- Router1(config)# ipv6 router eigrp 10
- Router1(config-rtr)# no shutdown
5. Which statement(s) about IPv6 addresses are true?
Leading zeros are required.
Two colons (::) are used to represent successive hexadecimal fields of zeros.
Two colons (::) are used to separate fields.
A single interface will have multiple IPv6 addresses of different types.
Leading zeros are required.
Two colons (::) are used to represent successive hexadecimal fields of zeros.
Two colons (::) are used to separate fields.
A single interface will have multiple IPv6 addresses of different types.
- 1 and 3
- 2 and 4
- 1, 3 and 4
- All of the above
6. To enable RIPng, which of the following would you use?
- Router1(config-if)# ipv6 ospf 10 area 0.0.0.0
- Router1(config-if)# ipv6 router rip 1
- Router1(config)# ipv6 router eigrp 10
- Router1(config-rtr)# no shutdown
7. Which of the following is true when describing a global unicast address?
- Packets addressed to a unicast address are delivered to a single interface.
- These are your typical publicly routable addresses, just like a regular publicly routable address in IPv4.
- These are like private addresses in IPv4 in that they are not meant to be routed
- These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.
8. What two multicast addresses does OSPFv3 use?
FF02::A
FF02::9
FF02::5
FF02::6
FF02::A
FF02::9
FF02::5
FF02::6
- 2 only
- 3 only
- 1 and 3
- 3 and 4
10. To enable EIGRP, which of the following would you use?
Router1(config-if)# ipv6 ospf 10 area 0.0.0.0
Router1(config-if)# ipv6 router rip 1
Router1(config)# ipv6 router eigrp 10
Router1(config-rtr)# no shutdown
Router1(config-if)# ipv6 eigrp 10
Router1(config-if)# ipv6 ospf 10 area 0.0.0.0
Router1(config-if)# ipv6 router rip 1
Router1(config)# ipv6 router eigrp 10
Router1(config-rtr)# no shutdown
Router1(config-if)# ipv6 eigrp 10
- 1, 3 and 5
- 3, 4 and 5
- 1 and 3
- 5 only