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

Can I get neighbor information on ISATAP tunnel?

k-baba
Level 1
Level 1

I configured ISATAP between two routers.

[Server cisco3845 ver 15.1(4)M12a]

interface Tunnel4
 no ip address
 no ip redirects
 ipv6 address 2001:22:33::/64 eui-64
 ipv6 enable
 ipv6 nd cache expire 10
 no ipv6 nd ra suppress
 tunnel source Loopback0
 tunnel mode ipv6ip isatap

[Client C891F ver=15.7(3)M4a]

interface Tunnel1
 no ip address
 ipv6 address autoconfig
 ipv6 enable
 tunnel source GigabitEthernet8
 tunnel mode ipv6ip
 tunnel destination 172.27.30.5

 

I could get neighbor information by "show ipv6 neighbors" as below on Cisco3845 as below,

IPv6 Address                              Age Link-layer Addr State Interface
2001:22:33::C0A8:806F                       0 192.168.128.11  REACH Tu4

But the result of same command on C891F was empty.

 

I seems older IOS tends to show the neighbor information on tunnel interface but newer IOS does not.

Is this difference made by cisco intentionally?

Is there any command to see Link-layer Address (IPv4 address in case of ISATAP) of neighbor on C891F ?

 

Best Regards,

 

4 Replies 4

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

Have you enabled it?

ipv6 unicast-routing

and share some output from both routers.

show ipv6 interface Tunnel 4

 

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

yes, "ipv6 unicast-routing" is configured on ISATAP server router.

Output of "show ipv6 neighbors" on ISATAP server router(15.1(4)M12a) is as below,

 

P1-3845#sh ipv6 neighbors tunnel 4
IPv6 Address Age Link-layer Addr State Interface
2001:22:33::C0A8:806F 0 192.168.128.11 REACH Tu4

 

but there is no output by "show ipv6 neighbors" on ISATAP client router(15.7(3)M4a).

I think the issue is due more to the fact that you are using IOS is host mode (no ipv6 unicast-routing) than the IOS version itself.

 

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

Hello Harold,

 

Thank you for suggestion.

 

I have already tried "ipv6 unicast-routing" on ISATAP client router, but the result was same.

"show ipv6 neighbors" was empty.

 

I also added " ipv6 nd autoconfig default-route" on tunnel interface of client router, and default route was added, but neighbor was not shown.

Best Regards,

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: