mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 06:43:00 +02:00
Extend OSPF basic with a regression test for issue #1169 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
29 lines
831 B
Plaintext
29 lines
831 B
Plaintext
=== OSPF Basic
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/ietf_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
|
|
|
|
|