mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-27 03:03: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>
29 lines
826 B
Plaintext
29 lines
826 B
Plaintext
=== OSPF Basic
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/routing/ospf_basic]
|
|
|
|
==== Description
|
|
|
|
Verifies basic OSPF functionality by configuring two routers (R1 and R2)
|
|
with OSPF on their interconnecting link. The test ensures OSPF
|
|
neighbors are established, routes are exchanged between the routers, and
|
|
end-to-end connectivity is achieved.
|
|
|
|
An end-device (HOST) is connected to R2 on an interface without OSPF enabled.
|
|
This verifies that OSPF status information remains accessible when a router
|
|
has non-OSPF interfaces.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[OSPF Basic topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUTs
|
|
. Configure targets
|
|
. Wait for OSPF routes
|
|
. Verify R2 OSPF neighbors with non-OSPF interface
|
|
. Test connectivity from PC:data to 192.168.200.1
|
|
|
|
|