mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
27 lines
762 B
Plaintext
27 lines
762 B
Plaintext
=== VXLAN Point-to-Point
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/interfaces/tunnel_basic]
|
|
|
|
==== Description
|
|
|
|
Set up a tunnel between two DUTs, host connected to the first DUT. Enable
|
|
IP forwarding on first DUT's interface to host and the tunnel interface to
|
|
the second DUT. On host, add route to IP network of second DUT and verify
|
|
connectivity with the second DUT through the tunnel.
|
|
|
|
- Tunnel types: GRE, GRETAP, and VxLAN
|
|
- Connectivity: IPv4 and IPv6
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[VXLAN Point-to-Point topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUTs
|
|
. Configure DUTs with tunnel vxlan
|
|
. Verify connectivity host:data to 10.0.0.2
|
|
. Verify connectivity host:data to 2001:db8::c0a8:0a02
|
|
|
|
|