cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1127
Views
5
Helpful
2
Replies

GRE Tunneling for IPv6 is based on RFC2473?

szhongling
Level 1
Level 1

Is GRE tunneling technique for IPv6 based on RFC2473 or Cisco proprietary standard?

2 Replies 2

Peter Paluch
Cisco Employee
Cisco Employee

Hello Shi,

If using GRE over IPv6 (tunnel mode gre ipv6) then the encapsulation is done using the GRE encapsulating protocol as described in the RFC 2784. The outer IPv6 header will contain the value 0x2F (GRE) in its Next Header field, then the usual GRE header will follow, and the encapsulated datagram will be placed after the GRE header.

If you want to perform IPv6 tunelling per RFC2473, you need to configure the tunnel using the command tunnel mode ipv6

Best regards,

Peter

Thank you so much!