-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathprofiles.json
More file actions
65 lines (65 loc) · 1.31 KB
/
Copy pathprofiles.json
File metadata and controls
65 lines (65 loc) · 1.31 KB
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
{
"1": {
"name": "Access 24",
"row_count": 2,
"ports_per_row": 12,
"sfp_ports": 2,
"switch_size": 90,
"switch_brand": "NETSWITCH",
"switch_model": "SW-24G"
},
"2": {
"name": "Access 48",
"row_count": 4,
"ports_per_row": 12,
"sfp_ports": 4,
"switch_size": 85,
"switch_brand": "NETSWITCH",
"switch_model": "SW-24G"
},
"3": {
"name": "Core 48",
"row_count": 2,
"ports_per_row": 24,
"sfp_ports": 4,
"switch_size": 80,
"switch_brand": "NETSWITCH",
"switch_model": "SW-24G"
},
"4": {
"name": "Compact 12",
"row_count": 2,
"ports_per_row": 6,
"sfp_ports": 2,
"switch_size": 70,
"switch_brand": "NETSWITCH",
"switch_model": "SW-24G"
},
"5": {
"name": "User profile 1",
"row_count": 2,
"ports_per_row": 12,
"sfp_ports": 0,
"switch_size": 100,
"switch_brand": "NETSWITCH",
"switch_model": "SW-24G"
},
"6": {
"name": "User profile 2",
"row_count": 2,
"ports_per_row": 12,
"sfp_ports": 0,
"switch_size": 100,
"switch_brand": "NETSWITCH",
"switch_model": "SW-24G"
},
"7": {
"name": "User profile 3",
"row_count": 2,
"ports_per_row": 12,
"sfp_ports": 0,
"switch_size": 100,
"switch_brand": "NETSWITCH",
"switch_model": "SW-24G"
}
}