Difference between revisions of "Manual:Interface/Gre6"

From CableFree RadioOS
Jump to navigation Jump to search
Line 9: Line 9:


Interface ''gre6'' is a Generic Routing Encapsulation (GRE) tunnel over IPv6 network. It can encapsulate IPv4 or IPv6 network packets and transfer them over the tunnel.
Interface ''gre6'' is a Generic Routing Encapsulation (GRE) tunnel over IPv6 network. It can encapsulate IPv4 or IPv6 network packets and transfer them over the tunnel.
==Properties==
{{Mr-arg-table-h
|prop=Property
|desc=Description
}}
{{Mr-arg-table
|arg=clamp-tcp-mss
|type=yes {{!}}  no
|default=yes
|desc=
}}
{{Mr-arg-table
|arg=comment
|type=string
|default=
|desc=Short description of the tunnel.
}}
{{Mr-arg-table
|arg=disabled
|type=yes {{!}} no
|default=no
|desc=Enables/disables tunnel.
}}
{{Mr-arg-table
|arg=dscp
|type=inherit {{!}}  integer [0-63]
|default=
|desc=Set dscp value in Gre header to a fixed value or inherit from dscp value taken from tunnelled traffic
}}
{{Mr-arg-table
|arg=ipsec-secret
|type=string
|default=
|desc=When secret is specified, router adds dynamic ipsec peer to remote-address with pre-shared key and policy with default values (by default phase2 uses sha1/aes128cbc). Both local-address and remote-address of the tunnel must be specified for router to create valid ipsec policy.
}}

Revision as of 18:43, 4 April 2018

Version.png

Applies to RadioOS: v5.11+

Summary

Sub-menu: /interface gre6


Interface gre6 is a Generic Routing Encapsulation (GRE) tunnel over IPv6 network. It can encapsulate IPv4 or IPv6 network packets and transfer them over the tunnel.


Properties

Property Description
clamp-tcp-mss (yes | no; Default: yes)
comment (string; Default: ) Short description of the tunnel.
disabled (yes | no; Default: no) Enables/disables tunnel.
dscp (inherit | integer [0-63]; Default: ) Set dscp value in Gre header to a fixed value or inherit from dscp value taken from tunnelled traffic
ipsec-secret (string; Default: ) When secret is specified, router adds dynamic ipsec peer to remote-address with pre-shared key and policy with default values (by default phase2 uses sha1/aes128cbc). Both local-address and remote-address of the tunnel must be specified for router to create valid ipsec policy.