From 4f8e4644e3f42b3bf19f1b12cb0e4811247a36b0 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Mon, 13 Mar 2017 11:57:27 +0100 Subject: [PATCH] Brocade VADX --- appliances/brocade-vadx.gns3a | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 appliances/brocade-vadx.gns3a diff --git a/appliances/brocade-vadx.gns3a b/appliances/brocade-vadx.gns3a new file mode 100644 index 0000000..082b585 --- /dev/null +++ b/appliances/brocade-vadx.gns3a @@ -0,0 +1,41 @@ +{ + "category": "firewall", + "status": "experimental", + "maintainer": "GNS3 team", + "description": "The Brocade Virtual ADX (vADX™) is a full-fledged Application Delivery Controller (ADC) platform with a virtual footprint that leverages Intel advanced technology to deliver remarkable performance. The software is designed to run on standardsbased hypervisors, hosted on Intel x86 COTS hardware. It offers a complete suite of Layer 4 and Layer 7 server load balancing capabilities and application security services with extensible management via rich SOAP/XML APIs.", + "usage": "Login is root, type vadx-console to access to the console", + "product_name": "Virtual ADX", + "registry_version": 3, + "maintainer_email": "developers@gns3.net", + "first_port_name": "mgmt1", + "port_name_format": "Port {port1}", + "vendor_name": "Brocade", + "qemu": { + "ram": 2048, + "adapters": 8, + "console_type": "vnc", + "kvm": "require", + "adapter_type": "virtio-net-pci", + "cpus": 2, + "arch": "x86_64" + }, + "vendor_url": "https://www.brocade.com", + "name": "Brocade Virtual ADX", + "images": [ + { + "filename": "SSR03100KVM.qcow2", + "version": "03100", + "filesize": 3327066112, + "md5sum": "40e5717463fb2f5d1bb7c4de7df15c5c", + "download_url": "http://www1.brocade.com/forms/jsp/virtual-adx-download/index.jsp" + } + ], + "versions": [ + { + "name": "03100", + "images": { + "hda_disk_image": "SSR03100KVM.qcow2" + } + } + ] +}