forked from riverbed/Riverbed-Community-Toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
riverbed-steelhead-vcx.gns3a
73 lines (73 loc) · 3.54 KB
/
riverbed-steelhead-vcx.gns3a
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
{
"name": "SteelHead vCX-10",
"category": "router",
"description": "Riverbed SteelHead delivers not only best-in-class optimization – but essential visibility and control as companies transition to the Hybrid WAN. SteelHead CX for Virtual is available as a virtual solution on most major hypervisors including VMware vSphere, Microsoft Hyper-V and KVM. It accelerates the performance of all applications including on-premises, cloud, and SaaS across the hybrid enterprise for organizations that want to deliver the best end user experience – while leveraging the scalability and cost benefits of virtualization.\n\nSteelHead-V uniquely delivers the best application performance along with application, network and end user visibility, and simplified control management of users, applications and networks based on business requirements and decisions.
This template is for VCX-10. Should you need to change specs, follow the below instructions:
MODEL CPU RAM DiskA DiskB DiskC
VCX10 1 2048MB 20GB 50GB 50GB
VCX20 1 2048MB 20GB 80GB 80GB
VCX30 1 2048MB 20GB 100GB 100GB
VCX40 2 4096MB 26GB 150GB 150GB
VCX50 4 8192MB 38GB 400GB 400GB
VCX60 4 8192MB 38GB 400GB 400GB
VCX70 6 24576MB 70GB 800GB 80GB
VCX80 12 32768MB 86GB 1600GB 160GB
VCX90 24 49152MB 118GB 2240GB 160GB
VCX100 32 65536MB 160GB 3600GB 300GB
VCX110 44 131072MB 300GB 4800GB 300GB
",
"vendor_name": "Riverbed Technology",
"vendor_url": "http://www.riverbed.com",
"documentation_url": "https://support.riverbed.com/content/support/software/steelhead/cx-appliance.html",
"product_name": "SteelHead-v vCX-10",
"registry_version": 3,
"status": "stable",
"symbol":"steelhead-vcx.png",
"maintainer": "Riverbed Technical Evangelist Group",
"maintainer_email": "[email protected]",
"usage": "Download the image from Riverbed Support website then extract the archive.\nDefault credentials: admin / password",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 4,
"ram": 2048,
"hda_disk_interface": "virtio",
"hdb_disk_interface": "virtio",
"hdc_disk_interface": "virtio",
"arch": "x86_64",
"console_type": "telnet",
"kvm": "require"
},
"images": [
{
"filename": "mgmt.qcow2",
"version": "9.9.0",
"md5sum": "e620cf4fd0a463c82215d2772d028953",
"filesize": 2046623744,
"download_url": "hhttps://support.riverbed.com/content/support/software/steelhead/cx-appliance.html"
},
{
"filename": "empty50Gb-b.qcow2",
"version": "1.0",
"md5sum": "4cde9c7382ff2924e8933b35354fb1af",
"filesize": 197632,
"download_url":"https://github.com/riverbed/Riverbed-Community-Toolkit/blob/master/GNS3/SteelHead/empty50Gb-b.qcow2"
},
{
"filename": "empty50Gb-c.qcow2",
"version": "1.0",
"md5sum": "4cde9c7382ff2924e8933b35354fb1af",
"filesize": 197632,
"download_url":"https://github.com/riverbed/Riverbed-Community-Toolkit/blob/master/GNS3/SteelHead/empty50Gb-c.qcow2"
}
],
"versions": [
{
"name": "9.9.0",
"images": {
"hda_disk_image": "mgmt.qcow2",
"hdb_disk_image": "empty50Gb-b.qcow2",
"hdc_disk_image": "empty50Gb-c.qcow2"
}
}
]
}