From 858865cffc45d4050fbd813c17fcc7bafa9b836b Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Fri, 29 Jan 2016 16:26:02 +0100 Subject: [PATCH] Alcatel 7750 support Fix #84 --- appliances/alcatel-7750.gns3a | 42 +++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 appliances/alcatel-7750.gns3a diff --git a/appliances/alcatel-7750.gns3a b/appliances/alcatel-7750.gns3a new file mode 100644 index 0000000..dadf00e --- /dev/null +++ b/appliances/alcatel-7750.gns3a @@ -0,0 +1,42 @@ +{ + "name": "Alcatel 7750", + "category": "router", + "description": "The Alcatel-Lucent 7750 Service Router (SR) portfolio is a suite of multiservice edge routing platforms that deliver high performance, service richness, and creates exceptional value for networking in the cloud era. It is designed for the concurrent delivery of advanced residential, business and wireless broadband IP services, and provides cloud, data center and branch office connectivity for enterprise networking on a common IP edge routing platform.", + "vendor_name": "Alcatel", + "vendor_url": "https://www.alcatel-lucent.com/", + "documentation_url": "https://www.alcatel-lucent.com/support", + "product_name": "Alcatel 7750", + "product_url": "https://www.alcatel-lucent.com/products/7750-service-router", + "registry_version": 2, + "status": "experimental", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "Login is admin and password is admin", + "qemu": { + "adapter_type": "e1000", + "adapters": 8, + "ram": 2048, + "arch": "x86_64", + "console_type": "telnet", + "kvm": "require", + "options": "" + }, + "images": [ + { + "filename": "TiMOS-SR-12.0.R6-vm.qcow2", + "version": "12.0.R6", + "md5sum": "7d84d97a5664af2e3546bfa832fc1848", + "filesize": 221511680, + "download_url": "https://www.alcatel-lucent.com/support", + "compression": "zip" + } + ], + "versions": [ + { + "name": "12.0.R6", + "images": { + "hda_disk_image": "TiMOS-SR-12.0.R6-vm.qcow2" + } + } + ] +}