-
Notifications
You must be signed in to change notification settings - Fork 2
/
scenario.mn
104 lines (104 loc) · 2.28 KB
/
scenario.mn
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"application": {
"dpctl": "",
"ipBase": "10.0.0.0/8",
"netflow": {
"nflowAddId": "0",
"nflowTarget": "",
"nflowTimeout": "600"
},
"openFlowVersions": {
"ovsOf10": "1",
"ovsOf11": "0",
"ovsOf12": "0",
"ovsOf13": "0"
},
"sflow": {
"sflowHeader": "128",
"sflowPolling": "30",
"sflowSampling": "400",
"sflowTarget": ""
},
"startCLI": "0",
"switchType": "ovs",
"terminalType": "xterm"
},
"controllers": [
{
"opts": {
"controllerProtocol": "tcp",
"controllerType": "ref",
"hostname": "c0",
"remoteIP": "127.0.0.1",
"remotePort": 6633
},
"x": "468.0",
"y": "66.0"
}
],
"hosts": [
{
"number": "3",
"opts": {
"hostname": "tbn",
"nodeNum": 3,
"sched": "host"
},
"x": "461.0",
"y": "442.0"
},
{
"number": "2",
"opts": {
"hostname": "lin",
"nodeNum": 2,
"sched": "host"
},
"x": "711.0",
"y": "249.0"
},
{
"number": "1",
"opts": {
"hostname": "sco",
"nodeNum": 1,
"sched": "host"
},
"x": "212.0",
"y": "237.0"
}
],
"links": [
{
"dest": "s1",
"opts": {},
"src": "tbn"
},
{
"dest": "s1",
"opts": {},
"src": "sco"
},
{
"dest": "lin",
"opts": {},
"src": "s1"
}
],
"switches": [
{
"number": "1",
"opts": {
"controllers": [
"c0"
],
"hostname": "s1",
"nodeNum": 1,
"switchType": "default"
},
"x": "458.0",
"y": "223.0"
}
],
"version": "2"
}