mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 15:43:02 +02:00
Let's drop the leading IETF or Infix prefixes from tests. Initially the idea was to mimnic the YANG models, but it's difficult to navigate and does not provide any real benefit to developers or end-users. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
25 lines
703 B
Plaintext
25 lines
703 B
Plaintext
=== GRETAP bridged with physical interface
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/interfaces/tunnel_bridged]
|
|
|
|
==== Description
|
|
|
|
Set up a layer-2 tunnel between two DUTs, host is connected to the first DUT.
|
|
Bridge the interface connected to the host and the tunnel interface on the
|
|
first DUT. On host, verify connectivity with the second DUT through tunnel.
|
|
|
|
- Tunnel types: GRETAP, and VxLAN
|
|
- Connectivity: IPv4
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[GRETAP bridged with physical interface topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUTs
|
|
. Configure DUTs with tunnel gretap
|
|
. Test connectivity host:data to right:gretap0 at 192.168.10.2
|
|
|
|
|