-
Notifications
You must be signed in to change notification settings - Fork 17
/
demo_network.yaml
80 lines (80 loc) · 2.16 KB
/
demo_network.yaml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
version: 2
dps:
C1_S1:
description: Switch-C1_S1
dp_id: 0x00000000C1001000
interfaces:
1: # -> Switch- C1_S2
description: Connection to C1_S2
tagged_vlans: [10]
2: # -> Switch- C1_S3
description: Connection to C1_S3
tagged_vlans: [10]
C1_S2:
description: Switch-C1_S2
dp_id: 0x00000000C1002000
interfaces:
1: # -> Switch- C1_S1
description: Connection to C1_S1
tagged_vlans: [10]
2: # -> Host- C1_S2_H1
description: Connection to C1_S2_H1
native_vlan: 10
3: # -> Host- C1_S2_H2
description: Connection to C1_S2_H2
native_vlan: 10
4: # -> Host- C1_S2_H3
description: Connection to C1_S2_H3
native_vlan: 10
5: # -> Host- C1_S2_H4
description: Connection to C1_S2_H4
native_vlan: 10
6: # -> Host- C1_S2_H5
description: Connection to C1_S2_H5
native_vlan: 10
C1_S3:
description: Switch-C1_S3
dp_id: 0x00000000C1003000
interfaces:
1: # -> Switch- C1_S4
description: Connection to C1_S4
tagged_vlans: [10]
2: # -> Switch- C1_S1
description: Connection to C1_S1
tagged_vlans: [10]
C1_S4:
description: Switch-C1_S4
dp_id: 0x00000000C1004000
interfaces:
1: # -> Switch- C1_S3
description: Connection to C1_S3
tagged_vlans: [10]
2: # -> Switch- C1_S5
description: Connection to C1_S5
tagged_vlans: [10]
C1_S5:
description: Switch-C1_S5
dp_id: 0x00000000C1005000
interfaces:
1: # -> Switch- C1_S4
description: Connection to C1_S4
tagged_vlans: [10]
2: # -> Host- C1_S5_H1
description: Connection to C1_S5_H1
native_vlan: 10
3: # -> Host- C1_S5_H2
description: Connection to C1_S5_H2
native_vlan: 10
4: # -> Host- C1_S5_H3
description: Connection to C1_S5_H3
native_vlan: 10
5: # -> Host- C1_S5_H4
description: Connection to C1_S5_H4
native_vlan: 10
6: # -> Host- C1_S5_H5
description: Connection to C1_S5_H5
native_vlan: 10
vlans:
10:
name: VLAN 10