-
Notifications
You must be signed in to change notification settings - Fork 1
/
savedtopo.mn
75 lines (75 loc) · 1.62 KB
/
savedtopo.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
{
"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": [],
"hosts": [
{
"number": "1",
"opts": {
"hostname": "h1",
"nodeNum": 1,
"sched": "host"
},
"x": "168.0",
"y": "261.0"
},
{
"number": "2",
"opts": {
"hostname": "h2",
"nodeNum": 2,
"sched": "host"
},
"x": "374.0",
"y": "276.0"
}
],
"links": [
{
"dest": "h1",
"opts": {},
"src": "s1"
},
{
"dest": "h2",
"opts": {},
"src": "s1"
}
],
"switches": [
{
"number": "1",
"opts": {
"controllers": [],
"hostname": "s1",
"nodeNum": 1,
"switchType": "legacySwitch"
},
"x": "278.0",
"y": "135.0"
}
],
"version": "2"
}