-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathv1.json
50 lines (50 loc) · 1.29 KB
/
v1.json
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
{
"componentes": [
{
"id": 1,
"type":"end-device",
"name":"pc-da-nasa",
"network": {
"ip":"111.111.111.111",
"mask":"222.222.222.222",
"isDHCP": true,
"gateway":"333.333.333.333",
"dnsServer":""
},
"interface": "FAST_ETHERNET"
},
{
"id": 2,
"type":"end-device",
"name":"pc-da-nasa2",
"network": {
"ip":"111.111.111.111",
"mask":"222.222.222.222",
"isDHCP": true,
"gateway":"333.333.333.333",
"dnsServer":""
},
"interface": "FAST_ETHERNET"
},
{
"id": 3,
"type":"router",
"name":"router",
"network": {
"ip":"111.111.111.111",
"mask":"222.222.222.222"
},
"interface": "FAST_ETHERNET",
"conections": [
{
"cable":"",
"ip": "111.111.111.111"
},
{
"cable":"",
"ip": "111.111.111.12"
}
]
}
]
}