From c83f0a630a93ee51f8b7dc6c7343b72c5f532ecc Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 18 Oct 2015 15:00:37 -0600 Subject: [PATCH] IOSvL2 appliance. --- appliances/cisco-iosvl2.gns3a | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 appliances/cisco-iosvl2.gns3a diff --git a/appliances/cisco-iosvl2.gns3a b/appliances/cisco-iosvl2.gns3a new file mode 100644 index 0000000..12e43c9 --- /dev/null +++ b/appliances/cisco-iosvl2.gns3a @@ -0,0 +1,45 @@ +{ + "name": "Cisco IOSvL2", + "category": "multilayer_switch", + "description": "Cisco Virtual IOS allows user to run IOS on a standard computer.", + "vendor_name": "Cisco", + "vendor_url": "http://www.cisco.com/", + "documentation_url": "", + "product_name": "IOSvL2", + "product_url": "http://virl.cisco.com/", + "registry_version": 1, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "There is no default password and enable password. There is no default configuration present.", + "port_name_format": "GigabitEthernet{1}/{0}", + "port_segment_size": 4, + + "qemu": { + "adapter_type": "e1000", + "console_type": "telnet", + "ram": 768, + "arch": "i386", + "adapters": 16 + }, + + "images": [ + { + "filesize": 96862208, + "md5sum": "0fb3c7e158e14e3ffbfa36bee6d592da", + "version": "15.2(4.0.55)E", + "download_url": "http://virl.cisco.com/", + "filename": "IOSvL2-15.2.4.0.55E.qcow2" + } + ], + + "versions": [ + { + "name": "15.2(4.0.55)E", + "images": { + "hda_disk_image": "IOSvL2-15.2.4.0.55E.qcow2" + } + + } + ] +}