How2pass.com Forums
QID:AR143 has wrong answer - Printable Version

+- How2pass.com Forums (https://www.how2pass.com/forum)
+-- Forum: CCNP (https://www.how2pass.com/forum/forum-6.html)
+--- Forum: CCNP ENARSI 300-410 Forum (https://www.how2pass.com/forum/forum-15.html)
+--- Thread: QID:AR143 has wrong answer (/thread-2515.html)



QID:AR143 has wrong answer - GreaterZen - 07-27-2025

Hi forum support / admin

According to QID:AR143 explanation end paragraph:

"Manually configuring an ipv6 address on router 2 will it an address on the same subnet as router  1. This will allow router 2 to successfully telnet." Yet the answer correct answer is "permit ip any any on access-lit egress." I would add pictures if i could. Nonetheless, please fix.

Thanks,
GreaterZen


RE: QID:AR143 has wrong answer - help_desk - 07-28-2025

The answer has been corrected. Thank you!


RE: QID:AR143 has wrong answer - chewosaurus - 07-28-2025

(07-27-2025, 07:18 PM)GreaterZen Wrote: Hi forum support / admin

According to QID:AR143 explanation end paragraph:

"Manually configuring an ipv6 address on router 2 will it an address on the same subnet as router  1. This will allow router 2 to successfully telnet." Yet the answer correct answer is "permit ip any any on access-lit egress." I would add pictures if i could. Nonetheless, please fix.

Thanks,
GreaterZen

Hey, I was confused with this too I did a deep dive to figure out what was going on here maybe it's worth noting.

So, the explanation says that R2 cannot configure an IPV6 address because it is configured with "ipv6 nd ra supress". This isn't the case 
"ipv6 nd ra supress" basically just means "stop talking". and "ipv6 address auto config" means keep listening.

The point I'm making is that, the supress command has no effect on R2 getting an ipv6 address it only has an effect on the outgoing RA messages from R2. NOT incoming RA messages from R1.

The real problem here is that R1 isn't configured correctly to sent RAs to R2 (to allow R2 to autoconfig an ipv6 address). 
Here's an example of what R1 should like like if it was configured correctly so R2 can pickup an ipv6 address:

interface Gig0/0
ipv6 address 2001Big GrinB8::1/64
ipv6 nd prefix 2001Big GrinB8::/64
ipv6 nd ra interval 30


Hope that clears up some confusion, I definitely confused myself Tongue