-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathausnog.clab.yml
37 lines (35 loc) · 969 Bytes
/
ausnog.clab.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: ausnog23
topology:
nodes:
edge1:
kind: srl
type: ixrd3l
image: ghcr.io/nokia/srlinux
startup-config: edge1-config.json
edge2:
kind: srl
type: ixrd3l
image: ghcr.io/nokia/srlinux
startup-config: edge2-config.json
pe1:
kind: srl
type: ixrd3l
image: ghcr.io/nokia/srlinux
startup-config: pe1-config.json
pe2:
kind: srl
type: ixrd3l
image: ghcr.io/nokia/srlinux
startup-config: pe2-config.json
br-inband:
kind: bridge
links:
- endpoints: ["edge1:e1-1", "pe1:e1-1"]
- endpoints: ["edge1:e1-2", "pe2:e1-1"]
- endpoints: ["edge2:e1-1", "pe1:e1-2"]
- endpoints: ["edge2:e1-2", "pe2:e1-2"]
# Inband management bridge (external)
- endpoints: ["edge1:e1-3", "br-inband:eth1"]
- endpoints: ["edge2:e1-3", "br-inband:eth2"]
- endpoints: ["pe1:e1-3", "br-inband:eth3"]
- endpoints: ["pe2:e1-3", "br-inband:eth4"]