Hey everyone, I am having this problem with the 2nd packet tracer in a row. In the skills integration challenge, I am convinced I am entering the right IPv6 address but when I do it gives me an error saying the addresses overlap:
Branch-B(config-if)#int gi 0/0
Branch-B(config-if)#ipv6 address 2001:db8:fade:ff::1/64
Branch-B(config-if)#no shut
Branch-B(config-if)#int gi 0/1
Branch-B(config-if)#ipv6 address 2001:db8:fade:100::1/64
Branch-B(config-if)#no shut
Branch-B(config-if)#int gi 0/2
Branch-B(config-if)#ipv6 address 2001:db8:ffff:ffff::2/64
%GigabitEthernet0/2: Error: 2001:DB8:FFFF:FFFF::/64 is overlapping with 2001:DB8:FFFF:FFFF::/64 on GigabitEthernet0/0
Now before you say "It's obvious you need to use a different IPv6 address for gi 0/2," the instructions say to use 2001:db8:ffff:ffff::2/64. That means that that has to be the right address. I also have tried changing the subnet several times and it has done nothing.
Any advice?
This is for ICND1.