cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
697
Views
0
Helpful
0
Replies

when traceroute ipv6 address the echo message show the ipv4 path

earwen
Level 1
Level 1

(I use boson netsim to simulate the lab)

There are two router in this lab,router P1R1 and router P1R2,they are both configured using router protocol of ipv4 ospf and ipv6 ospf version 3.When I traceroute the ipv6 address of interface in P1R2 through P1R1,the path of traceroute show ipv4 path,is this normal or something I didn't get it.

 

(the show running-configuration in P1R1)

!
hostname P1R1
!
!
!
!
ip subnet-zero
!
ip cef
no ip domain-lookup
!
ipv6 unicast-routing
ipv6 cef
!
!
!
!
!
!
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
ipv6 address 1:1:1:1::1/64
ipv6 ospf 2 area 0
no ip directed broadcast
!
interface Serial0
ip address 10.1.0.1 255.255.255.0
no ip directed-broadcast
clock rate 64000
ipv6 address 2001:0:1::1/64
ip ospf 2 area 0
ipv6 ospf 2 area 0
!
!
!
router ospf 2
log-adjacency-changes
!
!
ipv6 router ospf 2
router-id 1.1.1.1
log-adjacency-changes
!
!
!
!
ip classless
no ip http server
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
no scheduler allocate
end

 

(the show running-configuration in P1R2)

hostname P1R2
!
!
!
!
ip subnet-zero
!
ip cef
no ip domain-lookup
!
ipv6 unicast-routing
ipv6 cef
!
!
!
!
!
!
!
!
interface Loopback0
ip address 1.1.2.2 255.255.255.255
ipv6 address 1:1:2:2::2/64
ipv6 ospf 2 area 0
no ip directed broadcast
!
interface Serial0
ip address 10.1.0.2 255.255.255.0
no ip directed-broadcast
ipv6 address 2001:0:1::2/64
ip ospf 2 area 0
ipv6 ospf 2 area 0
!
!
!
router ospf 2
log-adjacency-changes
!
!
ipv6 router ospf 2
router-id 1.1.2.2
log-adjacency-changes
!
!
!
!
ip classless
no ip http server
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
no scheduler allocate
end

 

 

------------------------------------------------------

when I traceroute the loopback0 ipv6 address of P1R2 the result is below:

 

P1R1#traceroute 1:1:2:2::2


"Type escape sequence to abort."
Tracing the route to 1:1:2:2::2

1 10.1.0.2 20 msec 16 msec *

 

--------------------------------------------------------

so why the result of color blue is ipv4  address of P1R2's serial0 rather than it's ipv6 address

0 Replies 0
Review Cisco Networking for a $25 gift card