mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 22:33:02 +02:00
74 lines
1.4 KiB
Plaintext
74 lines
1.4 KiB
Plaintext
:testgroup:
|
|
== Routing
|
|
|
|
Tests verifying standard routing protocols and configuration:
|
|
|
|
- Static routing configuration and forwarding behavior
|
|
- OSPF basic neighbor discovery and LSA exchange
|
|
- OSPF unnumbered interface configuration
|
|
- OSPF multi-area configuration and inter-area routing
|
|
- OSPF with BFD (Bidirectional Forwarding Detection)
|
|
- OSPF default route advertisement and propagation
|
|
- OSPF debug logging configuration and verification
|
|
- RIP basic neighbor discovery and route exchange
|
|
- RIP passive interface configuration
|
|
- RIP route redistribution (connected, static, and OSPF)
|
|
- RIP multi-hop routing with multiple neighbors
|
|
- Route preference handling for OSPF routes
|
|
- Route preference handling for DHCP-learned routes
|
|
- Administrative distance configuration (route preference 255)
|
|
|
|
include::static_routing/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::ospf_basic/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::ospf_unnumbered_interface/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::ospf_multiarea/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::ospf_bfd/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::ospf_default_route_advertise/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::ospf_debug/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::rip_basic/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::rip_passive_interface/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::rip_redistribute/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::rip_multihop/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::route_pref_ospf/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::route_pref_dhcp/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::route_pref_255/Readme.adoc[]
|