mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-29 15:43:55 +00:00
Create citrix-sd-wan
This commit is contained in:
parent
bd63368250
commit
f6bb39eb68
46
appliances/citrix-sd-wan
Normal file
46
appliances/citrix-sd-wan
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "Citrix SD-WAN",
|
||||
"category": "router",
|
||||
"description": "",
|
||||
"vendor_name": "Citrix",
|
||||
"vendor_url": "http://www.citrix.com/",
|
||||
"documentation_url": "https://docs.citrix.com/en-us/citrix-sd-wan",
|
||||
"product_name": "Citrix SD-WAN",
|
||||
"product_url": "https://docs.citrix.com/en-us/citrix-sd-wan",
|
||||
"registry_version": 3,
|
||||
"status": "stable",
|
||||
"maintainer": "Kiel Czu",
|
||||
"maintainer_email": "kielczu@gmail.com",
|
||||
"usage": "The image file is large (3GB), make sure you have enough space. Default credentials: admin/ password",
|
||||
"symbol": "router.svg",
|
||||
"port_name_format": "1/{0}",
|
||||
"qemu": {
|
||||
"adapter_type": "virtio-net-pci",
|
||||
"adapters": 4,
|
||||
"ram": 4096,
|
||||
"cpus": 4,
|
||||
"hda_disk_interface": "ide",
|
||||
"arch": "x86_64",
|
||||
"console_type": "telnet",
|
||||
"boot_priority": "cd",
|
||||
"kvm": "require",
|
||||
"options": "-cpu Nehalem"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "ctx-sdw-os-11.4.1.27_kvm.qcow2",
|
||||
"version": "11.4.1.27",
|
||||
"md5sum": "e57d8fcf8c136cc3fd2359103d885462",
|
||||
"filesize": 3235315712,
|
||||
"download_url": "https://www.citrix.com/pl-pl/downloads/citrix-sd-wan/standard-premium-edition/vpx-release-114127.html"
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "11.4.1.27",
|
||||
"images": {
|
||||
"hda_disk_image": "ctx-sdw-os-11.4.1.27_kvm.qcow2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user