02-17-2023 11:18 PM - last edited on 02-21-2023 01:07 AM by Translator
Hi,
I'm trying to ping two PCs on packet tracer and between the two PC are two routers.
I'm trying to add an
ip route with ipv6 route
command but after I type the command the route does not show in the
show ipv6 route static
command.
Thank you
Solved! Go to Solution.
02-18-2023 05:35 AM - last edited on 02-21-2023 09:34 PM by Translator
Hi @gentidisha ,
You inverted the IPv6 addresses between gi0/0 and gi0/1 on Router1:
You have
interface GigabitEthernet0/0
ipv6 address 2002::1/64
!
interface GigabitEthernet0/1
ipv6 address 2000::2/64
and it should be
interface GigabitEthernet0/0
ipv6 address 2000::2/64
!
interface GigabitEthernet0/1
ipv6 address 2002::1/64
You should be able to ping from PC0 to PC1 and vice versa after making that change.
Regards,
02-18-2023 12:57 AM - last edited on 02-21-2023 09:30 PM by Translator
basic steps :
enable ipv6 unicast routing
ipv6 unicast-routing
configure IPv6 address :
int Gi0/0
ipv6 address xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Static routing :
ipv6 route [ destination prefix ] [ outgoing interface ] [ next-hop ] [ AD ]
verify the route :
show ipv6 route
Note: you need to post the config that you configured for us to understand what is wrong and give suggestions.
02-18-2023 03:46 AM - edited 02-18-2023 03:46 AM
Hi,
I uploaded the packet tracer file.
Thank you
02-18-2023 01:08 AM
Hello
Can you provide a bit more information on this please, the route will not show unless its specified next hop address is either on a directly connected interface or already exists in the route table.
02-18-2023 03:47 AM
Hi,
I uploaded the packet tracer file.
Thank you
02-18-2023 03:49 AM - last edited on 02-21-2023 09:31 PM by Translator
ipv6 route destination prefix next-hop
<<- use this command
02-18-2023 04:58 AM
hi,
I uploaded the packet tracer file.
Thank you
02-18-2023 03:01 AM - last edited on 02-21-2023 09:32 PM by Translator
02-18-2023 05:35 AM - last edited on 02-21-2023 09:34 PM by Translator
Hi @gentidisha ,
You inverted the IPv6 addresses between gi0/0 and gi0/1 on Router1:
You have
interface GigabitEthernet0/0
ipv6 address 2002::1/64
!
interface GigabitEthernet0/1
ipv6 address 2000::2/64
and it should be
interface GigabitEthernet0/0
ipv6 address 2000::2/64
!
interface GigabitEthernet0/1
ipv6 address 2002::1/64
You should be able to ping from PC0 to PC1 and vice versa after making that change.
Regards,
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