mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 21:33: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
699 B
Plaintext
25 lines
699 B
Plaintext
=== VXLAN 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[VXLAN bridged with physical interface topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUTs
|
|
. Configure DUTs with tunnel vxlan
|
|
. Test connectivity host:data to right:vxlan0 at 192.168.10.2
|
|
|
|
|