10-05-2023 01:30 AM
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
Solved! Go to Solution.
10-05-2023 09:03 AM - edited 10-05-2023 09:17 AM
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,
10-05-2023 03:16 AM
NSK support gre and I think it support ipv4OVERipv6 tunnel.
10-05-2023 08:11 AM
ipv6 gre ??
setup ipv6 gre tunnel and on the inteface set ipv4 address ??? it is possible?
10-05-2023 09:03 AM - edited 10-05-2023 09:17 AM
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,
10-05-2023 09:42 AM
admin@atrinnet.net I can not add any words after my instructor @Harold Ritter
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