mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +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>
31 lines
913 B
Plaintext
31 lines
913 B
Plaintext
=== OSPF BFD
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/routing/ospf_bfd]
|
|
|
|
==== Description
|
|
|
|
Verify that a router running OSPF, with Bidirectional Forwarding
|
|
Detection (BFD) enabled, will detect link faults even when the
|
|
physical layer is still operational.
|
|
|
|
This can typically happen when one logical link, from OSPF's
|
|
perspective, is made up of multiple physical links containing media
|
|
converters without link fault forwarding.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[OSPF BFD topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUTs
|
|
. Setup TPMR between R1fast and R2fast
|
|
. Configure R1 and R2
|
|
. Setup IP addresses and default routes on h1 and h2
|
|
. Wait for R1 and R2 to peer
|
|
. Verify connectivity from PC:src to PC:dst via fast link
|
|
. Disable forwarding between R1fast and R2fast to trigger fail-over
|
|
. Verify connectivity from PC:src to PC:dst via slow link
|
|
|
|
|