cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1188
Views
3
Helpful
4
Replies

routing IPv4 over Ipv6 tunnel

Hi Dears I have Two  Switch Nexus 9K Only have Ipv6 routing Global unicast (native ipv6 ) Now

How routing Ipv4 by tunnel on switches??? kind of tunnel ipv6 ??? can routing ipv4 ?

please help me

thanks

1 Accepted Solution

Accepted Solutions

Hi admin@atrinnet.net ,

Yes, it is possible. It would look something like this.

feature tunnel

interface Tunnel1
ip address 192.168.12.2/24
tunnel mode gre ipv6
tunnel source 2001:db8:12ff:12::2
tunnel destination 2001:db8:12ff:12::1
no shutdown

Also, bear in mind that the ipv4 MTU will be reduced by 44 bytes (40 bytes for ipv6 header + 4 bytes for GRE header). 

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

4 Replies 4

NSK support gre and I think it support ipv4OVERipv6 tunnel.

ipv6 gre ??

setup ipv6 gre tunnel and on the inteface set ipv4 address ??? it is possible?

Hi admin@atrinnet.net ,

Yes, it is possible. It would look something like this.

feature tunnel

interface Tunnel1
ip address 192.168.12.2/24
tunnel mode gre ipv6
tunnel source 2001:db8:12ff:12::2
tunnel destination 2001:db8:12ff:12::1
no shutdown

Also, bear in mind that the ipv4 MTU will be reduced by 44 bytes (40 bytes for ipv6 header + 4 bytes for GRE header). 

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

admin@atrinnet.net  I can not add any words after my instructor @Harold Ritter