We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a6f7d commit 8ed251dCopy full SHA for 8ed251d
OSPF/inter-area-dv/topology.yml
@@ -0,0 +1,31 @@
1
+message:
2
+ This lab illustrates the distance vector behavior of inter-area OSPF.
3
+
4
+module: [ ospf ]
5
+defaults.device: frr
6
7
+nodes:
8
+ a1:
9
+ ospf.area: 0
10
+ a2:
11
12
+ s1:
13
+ ospf.area: 1
14
+ s2:
15
16
17
+links:
18
+- a1-a2
19
+- a1:
20
21
22
23
24
25
+- a2:
26
27
28
29
30
31
+- s1-s2
0 commit comments