Spaces:
Sleeping
Sleeping
File size: 877 Bytes
b9fb9ea | 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 | {
"network_name": "network_I_need_a_network_for",
"devices": [
{
"quantity": 1,
"model": "Ubiquiti USW-Pro-24-PoE",
"purpose": "Core switch",
"vendor": "Ubiquiti",
"estimated_cost": 499
},
{
"quantity": 2,
"model": "Ubiquiti U6-Pro",
"purpose": "Wireless Access Points",
"vendor": "Ubiquiti",
"estimated_cost": 358
}
],
"cables": [
{
"type": "Cat6 Ethernet",
"length": "3ft",
"quantity": 10
},
{
"type": "Fiber LC-LC",
"length": "10m",
"quantity": 2
}
],
"accessories": [
{
"name": "42U Server Rack",
"purpose": "Equipment mounting"
},
{
"name": "Console Cable Kit",
"purpose": "Initial configuration"
}
],
"software_licenses": [],
"total_estimated_cost": 2017.0,
"procurement_links": []
} |