Home > IPv6 Questions 4

IPv6 Questions 4

July 20th, 2019 in ROUTE 300-101 Go to comments

Question 1

Question 2

Question 3

Explanation

An automatic 6to4 tunnel allows isolated IPv6 domains to be connected over an IPv4 network to remote IPv6 networks. The key difference between automatic 6to4 tunnels and manually configured tunnels is that the tunnel is not point-to-point; it is point-to-multipoint -> it allows multiple IPv4 destinations -> B is correct.

A is not correct because manually 6to4 is point-to-point -> only allows one IPv4 destination.

Configuring 6to4 (manually and automatic) requires dual-stack routers (which supports both IPv4 & IPv6) at the tunnel endpoints because they are border routers between IPv4 & IPv6 networks.

(Reference: http://www.cisco.com/en/US/docs/ios/ipv6/configuration/guide/ip6-tunnel_ps6441_TSD_Products_Configuration_Guide_Chapter.html#wp1055515)

Question 4

Question 5

Explanation

In fact this question has no correct answer. The IPv6 EUI-64 format address is obtained through the 48-bit MAC address. The MAC address is first separated into two 24-bits, with one being OUI (Organizationally Unique Identifier) and the other being NIC specific. The 16-bit 0xFFFE is then inserted between these two 24-bits to for the 64-bit EUI address. IEEE has chosen FFFE as a reserved value which can only appear in EUI-64 generated from the an EUI-48 MAC address.

For example, the MAC address C601.420F.0007 is divided into two 24-bit parts, which are “C60142” (OUI) and “0F0007” (NIC). Then “FFFE” is inserted in the middle. Therefore we have the address: C601.42FF.FE0F.0007.

Question 6

Explanation

6to4 tunnel is a technique which relies on reserved address space 2002::/16 (you must remember this range). These tunnels determine the appropriate destination address by combining the IPv6 prefix with the globally unique destination 6to4 border router’s IPv4 address, beginning with the 2002::/16 prefix, in this format:

2002:border-router-IPv4-address::/48

For example, if the border-router-IPv4-address is 192.168.99.1, the tunnel interface will have an IPv6 prefix of 2002:C0A8:6301::/64, where C0A8:6301 is the hexadecimal equivalent of 192.168.99.1.

Question 7

Comments
  1. BG
    August 6th, 2017

    For Question 2, isn’t a solicitation when the client or host sends out a message to find out if there is a DHCP server available that can support its requests?

  2. mago
    November 4th, 2017
  3. Beagle
    March 31st, 2018

    Q5, my impression is EUI-64 is calculated on the Link-Local address, which consists of the MAC address.

  4. unstoppable
    April 15th, 2018

    Ya if the Q5 come out, I will chose link-local address too

  5. Anonymous
    June 6th, 2018

    Agree on q5. I would have chosen link-local.

  6. Tedy
    August 6th, 2018

    Q5
    9TUT please correct the answer to be link-local
    http://packetlife.net/blog/2008/aug/4/eui-64-ipv6/

    Router# show interface f0/0
    FastEthernet0/0 is up, line protocol is down
    Hardware is Gt96k FE, address is 0012.7feb.6b40 (bia 0012.7feb.6b40)

    Router(config)# interface f0/0
    Router(config-if)# ipv6 address 2001:db8::/64 eui-64
    Router(config-if)# do show ipv6 interface f0/0
    FastEthernet0/0 is up, line protocol is down
    IPv6 is enabled, link-local address is FE80::212:7FFF:FEEB:6B40 [TEN]
    No Virtual link-local address(es):
    Global unicast address(es):
    2001:DB8::212:7FFF:FEEB:6B40, subnet is 2001:DB8::/64 [EUI/TEN]

  7. Tedy
    August 6th, 2018

    Q5
    The right answer need to be ->> link-local
    http://packetlife.net/blog/2008/aug/4/eui-64-ipv6/

  8. AS
    September 26th, 2018

    I think the correct answer should be A – unique local address.
    Link local addresses FE80::/10 are created automatically for adjacency purposes, while unique local addresses are the real “private” addresses.

  9. Dany1
    November 29th, 2018

    As in the Q5 is nothing about private address. ULA :
    unique local address. The first 7 bits indicate that we have a unique local address. 1111 110 in binary is FC in hexadecimal. However, the L bit (8th bit) has to be set to 1 so we end up with 1111 1101 which is FD in hexadecimal. So ULA address can be FD(first 8 bits), next 40 bits global ID, then subnetID 16 bits, then 64 interface ID. In ULA address is nothing about EUI-64
    By contrary, Tedy has right. The answer is B link-local to the Question 5 “By default, which type of IPv6 address is used to build the EUI-64 bit format?”
    IPv6 link-local address can be manually config ((config-if)=ipv add fe80::1 link-local) or automaticaly (where link=local prefix is FE80::/10 (1111 1110 10) and interface identifier in the modified EUI-64 format).

    FE80::/10 range for link-local addresses, this means that the first 10 bits are 1111 1110

  10. Dany1
    November 29th, 2018

    Cisco LInk for better understanding of ipv6 link-local
    https://www.cisco.com/c/en/us/support/docs/ip/ip-version-6-ipv6/113328-ipv6-lla.html

  11. Anonymous
    January 9th, 2019

    Q5 could be C. link-local address
    A link-local address is an IPv6 unicast address that can be automatically configured on any interface using the link-local prefix FE80::/10 (1111 1110 10) and the interface identifier in the modified EUI-64 format. Link-local addresses are not necessarily bound to the MAC address (configured in a EUI-64 format). Link-local addresses can also be manually configured in the FE80::/10 format using the ipv6 address link-local command.

  12. Saji
    February 24th, 2019

    Question 196
    Company is deploying a multicast application that must be accessible between sites, but must not be accessible outside of the organization. Based on the scoping requirements, the multicast group address for the application will be allocated out of which range?
    A. FF00:/16
    B. FF0E:/16
    C. FF02:/16
    D. FF08:/16 —->>> Correct answer

  13. Daniel
    March 8th, 2019

    Thanks god just pass SW 300-115.
    TestKing dump is valid, labs are the same as cerprepare: LACP and HSRP. Not many new questions which similar to the dumps.
    Email me for dumps: ballking242(at)gmail(dot)com

  14. Anonymous
    May 3rd, 2019

    Q1 Explanation:
    Stateless Address Autoconfiguration (SLAAC): With SLAAC, an ISP router could
    send Router Advertisements (RA), which advertise an IPv6 prefix, on the link connecting to a customer router. The customer router could then take the advertised prefix and fill in the remainder of the IPv6 address by either randomly selecting those
    bits or by using the EUI-64 process.

  15. chett
    December 28th, 2019

    Company is deploying a multicast application that must be accessible between sites, but must not be accessible outside of the organization. Based on the scoping requirements, the multicast group address for the application will be allocated out of which range?
    A. FF00:/16
    B. FF0E:/16
    C. FF02:/16
    D. FF08:/16 —->>> Correct answer

    A is incorrect as FF00:/8 is the correct format.
    B is incorrect as FF0E:/16 is not a valid multicast scope
    C IPv6 addresses of link-local scope (FF02:/16) have the same scope as link-local unicast addresses (limited to one link, one physical network and one layer 2 broadcast domain).
    D IPv6 address of organization-local scope (FF08:/16) is valid at all locations of the same organization or corporation.

  16. tom
    December 28th, 2019

    What information is need by a DHCPv6 server?! O_o

  1. No trackbacks yet.