Manual:Interface/Gre: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
(Created page with '{{Versions|v5+}} ==Summary== <p id="shbox"><b>Sub-menu:</b> <code>/interface gre</code> <br /> <b>Standards:</b> <code>GRE RFC 1701</code></p> <br /> ===Properties=== {{Mr-…')
 
No edit summary
Line 1: Line 1:
{{Versions|v5+}}
{{Versions|v5+}}
__TOC__




Line 8: Line 9:
<br />
<br />


GRE (generic routing encapsulation) is a tunneling protocol that was originally developed by Cisco. It can encapsulate wide variety of protocols creating virtual point-to-point link.





Revision as of 09:02, 16 August 2011

Version.png

Applies to RouterOS: v5+


Summary

Sub-menu: /interface gre
Standards: GRE RFC 1701


GRE (generic routing encapsulation) is a tunneling protocol that was originally developed by Cisco. It can encapsulate wide variety of protocols creating virtual point-to-point link.


Properties

Property Description
arp (disabled | enabled | proxy-arp | reply-only; Default: ) Address Resolution Protocol mode
comment (string; Default: ) Short description of the tunnel.
disabled (yes | no; Default: no) Whether tunnel is enabled.
keepalive (integer [1..4294967295]; Default: )
l2mtu (integer [0..65536]; Default: 65535) Layer2 Maximum transmission unit.
local-address (IP; Default: 0.0.0.0) Ip addres that will be used as local tunnel end. If set to 0.0.0.0 then ip address of outgoing interface will be taken.
mtu (integer [0..65536]; Default: 1476) Layer3 Maximum transmission unit.
name (string; Default: ) Name of the tunnel.
remote-address (IP; Default: ) IP address of remote tunnel end.


Setup examples

[ Top | Back to Content ]