10-14-2023 03:32 AM
10-14-2023 10:38 AM
Hi @skshovon ,
I have seen this happening before in Cisco Packet Tracer, where IPv6 is configured on vlan interfaces. This does not appear to be supported.
I would recommend configuring using dot1q sub interfaces instead. You will need to replace the 3650-24PS with a router, for example an ISR4331, for this to work.
int gi0/0/0.100
encapsulation dot1q 100
ipv6 address 2001:db8:0:1::1/64
int gi0/0/1.200
encapsulation dot1q 200
ipv6 address 2001:db8:0:2::1/64
Regards,
10-14-2023 11:15 AM
I just finish to check. Totally agree with @Harold Ritter.
I put a router instead 3650 Switch and configure sub interface. It is ok this way!
10-14-2023 03:36 AM - edited 10-14-2023 03:39 AM
Hello @skshovon
Does the GW on Pc5 and Pc7 is configured?
10-14-2023 03:42 AM
yes
2001:DB8:0:1::1 for PC4 and PC5
2001:DB8:0:2::1 for PC6 and PC7
10-14-2023 03:47 AM
OK @skshovon
Pc5 ping Pc4 ?
Pc7 ping Pc6?
Share your project here in a zip file if you want.
10-14-2023 03:53 AM - edited 10-14-2023 03:58 AM
10-14-2023 04:05 AM
I'm gonna check that @skshovon
10-14-2023 09:55 AM
did you find out any thing?
10-14-2023 10:38 AM
Hi @skshovon ,
I have seen this happening before in Cisco Packet Tracer, where IPv6 is configured on vlan interfaces. This does not appear to be supported.
I would recommend configuring using dot1q sub interfaces instead. You will need to replace the 3650-24PS with a router, for example an ISR4331, for this to work.
int gi0/0/0.100
encapsulation dot1q 100
ipv6 address 2001:db8:0:1::1/64
int gi0/0/1.200
encapsulation dot1q 200
ipv6 address 2001:db8:0:2::1/64
Regards,
10-14-2023 11:15 AM
I just finish to check. Totally agree with @Harold Ritter.
I put a router instead 3650 Switch and configure sub interface. It is ok this way!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide