Skip to content

Commit

Permalink
Merge pull request #505 from srividya0208/T3458-e
Browse files Browse the repository at this point in the history
T3458-e::tunnel interface:added GRETAP section for 1.3 ver
  • Loading branch information
dmbaturin committed Apr 11, 2021
2 parents d93bdc3 + bab8bd3 commit 16fb2a7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/configuration/interfaces/tunnel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,22 @@ An example:
set interfaces tunnel tun0 address 172.16.17.18/24
set interfaces tunnel tun0 parameters ip key 20
GRETAP
^^^^^^

While normal GRE is for layer 3, GRETAP is for layer 2. GRETAP can encapsulate
Ethernet frames, thus it can be bridged with other interfaces to create
datalink layer segments that span multiple remote sites.

Layer 2 GRE example:

.. code-block:: none
set interfaces bridge br0 member interface eth0
set interfaces bridge br0 member interface tun0
set interfaces tunnel tun0 encapsulation gretap
set interfaces tunnel tun0 local-ip 198.51.100.2
set interfaces tunnel tun0 remote-ip 203.0.113.10
Troubleshooting
^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 16fb2a7

Please sign in to comment.