cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1311
Views
30
Helpful
8
Replies

problem with ipv6 route command

gentidisha
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Harold Ritter
Cisco Employee
Cisco Employee

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,

 

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

View solution in original post

8 Replies 8

balaji.bandi
Hall of Fame
Hall of Fame

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.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hi,

I uploaded the packet tracer file.

Thank you

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.


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Hi,

I uploaded the packet tracer file.

Thank you

ipv6 route destination prefix next-hop

<<- use this command 

hi,

I uploaded the packet tracer file.

Thank you

there is no

ip route in IPv6

as I know. 


as @paul driver  suggest share the config. 

Harold Ritter
Cisco Employee
Cisco Employee

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,

 

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card