Skip to content

Commit 8ed251d

Browse files
committed
OSPF inter-area microloops
1 parent 07a6f7d commit 8ed251d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

OSPF/inter-area-dv/topology.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
ospf.area: 0
12+
s1:
13+
ospf.area: 1
14+
s2:
15+
ospf.area: 1
16+
17+
links:
18+
- a1-a2
19+
- a1:
20+
s1:
21+
ospf.area: 1
22+
- a1:
23+
s2:
24+
ospf.area: 1
25+
- a2:
26+
s1:
27+
ospf.area: 1
28+
- a2:
29+
s2:
30+
ospf.area: 1
31+
- s1-s2

0 commit comments

Comments
 (0)