IPv6 Questions 2
Here you will find answer to IPv6 Questions – Part 2
Question 1
Refer to the exhibit. In the show ipv6 route output, what would the metric be for a summary route that summarizes all three OSPFv3 routes displayed?

A. 20
B. 40
C. 100
D. 120
E. 140
F. 160
Answer: C
Explanation
The metric of a summary route is the highest cost of the routes being summarized. Therefore when summarizing three routes above the highest cost (100) will be chosen.
Question 2
Which statement is true concerning 6to4 tunneling?
A. IPv4 traffic is encapsulated with an IPv6 header.
B. The edge routers can use any locally configured IPv6 address.
C. Hosts and routers inside a 6to4 site will need a special code.
D. An edge router must use IPv6 address of 2002: :/16 in its prefix.
Answer: D
Explanation
6to4 tunnels use IPv6 addresses that concatenate 2002::/16 with the 32-bit IPv4 address of the edge router, creating a 48-bit prefix.
Question 3
Which two statements are true about using IPv4 and IPv6 simultaneously on a network segment? (Choose two)
A. Hosts can be configured to receive both IPv4 and IPv6 addresses via DHCP.
B. Host configuration: options for IPv4 can be either statically assigned or assigned via DHCP. Host configuration: options for IPv6 can be statically assigned only.
C. IPv6 allows a host to create its own IPv6 address that will allow it to communicate to other devices on a network configured via DHCP. IPv4 does not provide a similar capability for hosts.
D. IPv4 and IPv6 addresses can be simultaneously assigned to a host but not to a router interface.
E. IPv6 provides for more host IP addresses but IPv4 provides for more network addresses.
Answer: A C
Question 4
Which statement describes the difference between a manually configured IPv6 in IPv4 tunnel versus an automatic 6to4 tunnel?
A. A manually configured IPv6 in IPv4 tunnel allows multiple IPv4 destinations.
B. An automatic 6to4 tunnel allows multiple IPv4 destinations.
C. A manually configured IPv6 in IPv4 tunnel does not require dual-stack (IPv4 and IPv6) routers at the tunnel endpoints.
D. An automatic 6to4 tunnel does not require dual-stack (IPv4 and IPv6) routers at the tunnel endpoints.
Answer: B
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.
Question 5
You need to explain the differences between an IPv4 header and an IPv6 header. In this comparison, which three statements are true? (Choose three)
A. An IPv6 header is half the size of an IPv4 header.
B. An IPv4 header includes a checksum. However, an IPv6 header does not include one.
C. A router has to recompute the checksum of an IPv6 packet when decrementing the TTL.
D. An IPv6 header is simpler and more efficient than an IPv4 header.
E. The 128-bit IPv6 address makes the IPv6 header more complicated than an IPv4 header.
F. An IPv6 header has twice as many octets as an IPv4 header.
Answer: B D F
Explanation
The image below shows the differences between an IPv4 header and an IPv6 header:

(Reference and a good resource, too: http://www.cisco.com/web/about/ac123/ac147/archived_issues/ipj_9-3/ipv6_internals.html)
Question 6
What are two rules for compacting IPv6 addresses? (Choose two)
A. The maximum number of times a double colon can replace a 16-bit segment that consists of all zeroes is two.
B. The leading zeroes in any 16-bit segment do not have to be written.
C. Every 16-bit segment that consists of all zeroes can be represented with a single colon.
D. The trailing zeroes in any 16-bit segment do not have to be written.
E. Any single, continuous string of one or more 16-bit segments that consists of all zeroes can be represented with a double colon.
F. Two zeroes in the middle of any 16-bit segment do not have to be written.
Answer: B E
Explanation
These rules are very popular for compacting IPv6 addresses, if you are not sure about them please read my IPv6 tutorial.
Question 7
How is authentication handled with OSPFv3?
A. OSPFv3 for IPv6 authentication is supported by SHA-1 authentication.
B. OSPFv3 for IPv6 authentication is supported by MD5 authentication.
C. OSPFv3 for IPv6 authentication is supported by IPv6 IPsec.
D. OSPFv3 for IPv6 authentication is supported by IPv4 IPsec.
Answer: C
Question 8
sing the rules for IPv6 addressing, how can the address 2031:0000:240F:0000:0000:09C0:123A:121B be rewritten?
A. 2031:0:240F::09C0:123A:121B
B. 2031::240F::09C0:123A:121B
C. 2031::240F::9C0::123A:121B
D. 2031::240F:::09C0:123A:121B
Answer: A
Question 9
Refer to the exhibit. What is required to complete the IPv6 routing configurations shown?
| Router1# interface S1/1 ipv6 address 2001:410:FFFF:1::1/64 ipv6 ospf 100 area 0 interface S2/0 ipv6 router ospf 100 Router2# ipv6 router ospf 100 |
A. Interface authentication must be configured.
B. The routing processes must be configured with an area ID.
C. IP unicast routing must be enabled.
D. IPv4 addresses must be applied to the interfaces.
Answer: C
Question 10
When implementing OSPFv3, which statement describes the configuration of OSPF areas?
A. In interface configuration mode, the OSPFv3 area ID combination assigns interfaces to OSPFv3 areas.
B. In router configuration mode, the network wildcard area ID combination assigns networks to OSPFv3 areas.
C. In interface configuration mode, the IPv6 OSPF process area ID combination assigns interfaces to OSPFv3 areas.
D. In router configuration mode, the IPv6 OSPF interface area ID combination assigns interfaces to OSPFv3 areas.
Answer: C

Question 9.
C. IP unicast routing must be enabled.
The answer should say “IPv6 Unicast Routing”
By default IOS enables IP unicast routing, this is for IPv4.
Question 5.
F. An IPv6 header has twice as many octets as an IPv4 header.
IPv6 doesn’t actually use ‘octets’, it actually uses ‘quartets’. So, the answer is misleading since:
IPv4: 4 octets = 4 x 8bits = 32 bits
IPv6: 8 quartets = 8 x 4 HEX = 8 x 16bits = 128 bits
32 x 2 != 128
Can anyone confirm answer F being correct in the exam or study guide?
shaolin;
In the F option, it compares IPv6 header verses IPv4 header, not addresses size.
The IPv4 header has 20 octets but IPv6 header has 40 octets. So, 20×2=40…
@erdx
Thanks for the clarification!
can some one share free VCI software.
http://20best.blogspot.com/2011/12/amalfi-coast-best-hotels-visit-itly.html
Best VCI softwate
Can you plz tell what is unicast routing ??
Unicast routing is the process of forwarding unicasted traffic from a source to a destination on an internetwork
Hello Friends,
I just started to study the ROUTE test after taking almost two years off from passing the CCNA. I am planning to take the ROUTE test in two months. Are the Sims, Drag and Drop, Questions, and everything else on this site still valid for the ROUTE test?
Thank you all!
Q5, i think option F is not sure right.the right one should be A. A. An IPv6 header is half the size of an IPv4 header.
bily
In the explanation directly following the question, the IPv4 and IPv6 header are compared and you can look at them and clearly see that the IPv6 header is twice the size of the IPv4 header
IPv4 – 0-31
IPv6 – 0-63
Has this question been tested? I looked it up in the Cisco CCNP Route book and it specifically states that the “area “1″ range A.B.C.D mask” command uses the BEST metric among all the summarized routes? Am I wrong?
@Pete- Q1. I just have tested this question in gns..
answer is 100. The chapter you (and I at first.. )) ) read is about ospf v.2 (for ip v.4). Ih those case summarize metric is really the best one.
For this question 1 – ospf is version 3 – here metric of summary route – the biggest one.
NEW Question
When implementing a 6to4 tunnel, which ipv6 address is translated to ipv4 address 192.168.99.1
A. 2002:c0a8:6301::/8
b. c080:6301:2002::/48
c. 2002::/16
d. 2002:c080:6301::/48
@King, the answer to the new question should be D
king correct answer is A
@King
Correct Answer for the new question is A:
c0 = 192 (12*16 ^1 + 0*16^0)
a8 = 168 (10*16^1 + 8*16^0)
63 = 99 (6*16^1 + 3*16^0)
01 = 1 (1* 16^0)
but i’m not sure if the prefix-length /8 is correct
16 bits for the most significant 6to4 reserved bits (2002::/16) plus 32 bits source ipv4 address (traslated in HEX format) = 48 bits, so for the new question D is the correct Answer :P
Everyone today I took the ccnp route exam and passed it, the sims are still relevant but I warn you the test is not easy… You need to know your stuff
i have cleared the CCNP ROUTING. I bought the latest dumps from pass4sure.
contact me if you need mzqp789@gmail.com
omg I never checked, thank you for telling me! I will get it up asap Nike Blazers UK http://www.blazersstore.co.uk
1 of typically essentially the most popular forms of sports entertainment, around the planet, is that of wrestling. Attracting the eye of millions of fans, professional wrestling is often a combination of successful selling and televised events. Abercrombie Et Fitch http://www.officielabercrombie.fr
Interesting blog website on He may perhaps now have blown himself in Stockholm, but he’s radicalised in Britain, as well as the retract contact goes on tn requin http://www.chaussureairmaxs.fr
Herbal topper vaporizer would be to be panic. Abercrombie Soldes http://www.magellan2021.com
Massage therapy is just a variety of therapy that includes the utilization of massage in assisting to heal the body in one form or nonetheless another. Oftentimes, the basic applying of pressure to specific areas in the human anatomy will relieve sore muscles and assist the average person to relax. It can advantage to decrease anxiety in addition to to improve the general health in numerous aspects of your body. This kind of treatment is one which is pleasant and can be described as a address for an individual o Michael Kors http://www.michaelkorofficialshop.com
I am passed with 953 marks in CCNP routing. Dont use help and short cut command…. i loosed all the marks in lab only. Q5&Q10 in today exam..
hi in Q6 the B is correct it is?
Dinesh Kumar hi can you give me your pass4sure pls
ROUTE 642-902 Training » IPv6 Questions 2 meizitang http://www.soft124.com/meizitang.php
– meizitang http://www.katcountry1007.com/meizitang.html
ROUTE 642-902 Training » IPv6 Questions 2 http://youhui.live0311.com/ http://youhui.live0311.com/
Thanks Dinesh for posting your exam experience. Can ADMN please block this spammer posting stupid links on here.