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>
28 lines
791 B
Plaintext
28 lines
791 B
Plaintext
=== OSPF unnumbered interfaces
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/routing/ospf_unnumbered_interface]
|
|
|
|
==== Description
|
|
|
|
This test that a configuration expecting unnumbered interfaces
|
|
get that also in OSPF. Also verify that passive interface in
|
|
the configuration gets activated in OSPF.
|
|
|
|
When this test pass, you can expect unnumbered interfaces, interface type
|
|
configuration and passive to function
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[OSPF unnumbered interfaces topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUTs
|
|
. Configure targets
|
|
. Wait for OSPF routes
|
|
. Verify interface type on R1:link and R2:link is point-to-point
|
|
. Verify there are no OSPF HELLO packets on PC:data
|
|
. Test connectivity from PC:data to 192.168.200.1
|
|
|
|
|