· 8 years ago · Nov 03, 2016, 03:48 PM
1{
2 "nodes": [
3 {"name": "switch1", "group": 1, "type": "switch", "data": {"connection": "(192.168.1.11, 3311)", "hardware": "hardware do switch 1", "software": "software do switch 1..."}},
4 {"name": "switch2", "group": 1, "type": "switch", "data": {"connection": "(192.168.1.12, 3312)", "hardware": "hardware do switch 2", "software": "software do switch 2..."}},
5 {"name": "switch3", "group": 1, "type": "switch", "data": {"connection": "(192.168.1.13, 3313)", "hardware": "hardware do switch 3", "software": "software do switch 3..."}},
6 {"name": "switch4", "group": 1, "type": "switch", "data": {"connection": "(192.168.1.14, 3314)", "hardware": "hardware do switch 4", "software": "software do switch 4..."}},
7 {"name": "switch5", "group": 1, "type": "switch", "data": {"connection": "(192.168.1.15, 3315)", "hardware": "hardware do switch 5", "software": "software do switch 5..."}},
8 {"name": "switch1:1", "group": 1, "type": "interface"},
9 {"name": "switch1:2", "group": 1, "type": "interface"},
10 {"name": "switch1:3", "group": 1, "type": "interface"},
11 {"name": "switch1:4", "group": 1, "type": "interface"},
12 {"name": "switch2:1", "group": 1, "type": "interface"},
13 {"name": "switch2:2", "group": 1, "type": "interface"},
14 {"name": "switch2:3", "group": 1, "type": "interface"},
15 {"name": "switch2:4", "group": 1, "type": "interface"},
16 {"name": "switch3:1", "group": 1, "type": "interface"},
17 {"name": "switch3:2", "group": 1, "type": "interface"},
18 {"name": "switch3:3", "group": 1, "type": "interface"},
19 {"name": "switch3:4", "group": 1, "type": "interface"},
20 {"name": "switch4:1", "group": 1, "type": "interface"},
21 {"name": "switch4:2", "group": 1, "type": "interface"},
22 {"name": "switch4:3", "group": 1, "type": "interface"},
23 {"name": "switch4:4", "group": 1, "type": "interface"},
24 {"name": "switch5:1", "group": 1, "type": "interface"},
25 {"name": "switch5:2", "group": 1, "type": "interface"},
26 {"name": "switch5:3", "group": 1, "type": "interface"},
27 {"name": "switch5:4", "group": 1, "type": "interface"},
28 {"name": "hostA", "group": 1, "type": "host"},
29 {"name": "hostB", "group": 1, "type": "host"},
30 {"name": "hostC", "group": 1, "type": "host"},
31 {"name": "hostD", "group": 1, "type": "host"},
32 {"name": "hostE", "group": 1, "type": "host"},
33 {"name": "hostF", "group": 1, "type": "host"}
34 ],
35 "links": [
36 {"source": "switch1", "target": "switch1:1", "value": 1, "type": "interface"},
37 {"source": "switch1", "target": "switch1:2", "value": 1, "type": "interface"},
38 {"source": "switch1", "target": "switch1:3", "value": 1, "type": "interface"},
39 {"source": "switch1", "target": "switch1:4", "value": 1, "type": "interface"},
40 {"source": "switch2", "target": "switch2:1", "value": 1, "type": "interface"},
41 {"source": "switch2", "target": "switch2:2", "value": 1, "type": "interface"},
42 {"source": "switch2", "target": "switch2:3", "value": 1, "type": "interface"},
43 {"source": "switch2", "target": "switch2:4", "value": 1, "type": "interface"},
44 {"source": "switch3", "target": "switch3:1", "value": 1, "type": "interface"},
45 {"source": "switch3", "target": "switch3:2", "value": 1, "type": "interface"},
46 {"source": "switch3", "target": "switch3:3", "value": 1, "type": "interface"},
47 {"source": "switch3", "target": "switch3:4", "value": 1, "type": "interface"},
48 {"source": "switch4", "target": "switch4:1", "value": 1, "type": "interface"},
49 {"source": "switch4", "target": "switch4:2", "value": 1, "type": "interface"},
50 {"source": "switch4", "target": "switch4:3", "value": 1, "type": "interface"},
51 {"source": "switch4", "target": "switch4:4", "value": 1, "type": "interface"},
52 {"source": "switch5", "target": "switch5:1", "value": 1, "type": "interface"},
53 {"source": "switch5", "target": "switch5:2", "value": 1, "type": "interface"},
54 {"source": "switch5", "target": "switch5:3", "value": 1, "type": "interface"},
55 {"source": "switch5", "target": "switch5:4", "value": 1, "type": "interface"},
56 {"source": "switch1:2", "target": "switch2:1", "value": 1, "type": "link"},
57 {"source": "switch2:2", "target": "switch3:2", "value": 1, "type": "link"},
58 {"source": "switch3:1", "target": "switch4:2", "value": 1, "type": "link"},
59 {"source": "switch4:1", "target": "switch1:1", "value": 1, "type": "link"},
60 {"source": "switch1:3", "target": "switch5:1", "value": 1, "type": "link"}
61 ]
62}