From 5f989ea5c2eb4d23a667c597f5fc1387230a9238 Mon Sep 17 00:00:00 2001 From: adosztal Date: Sat, 11 Feb 2017 14:16:34 +0100 Subject: [PATCH] Updated EXOS with better settings --- appliances/exos.gns3a | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appliances/exos.gns3a b/appliances/exos.gns3a index 450aacf..2c93241 100644 --- a/appliances/exos.gns3a +++ b/appliances/exos.gns3a @@ -1,6 +1,6 @@ { "name": "EXOS", - "category": "router", + "category": "multilayer_switch", "description": "ExtremeXOS was designed from the ground up to meet the needs of large cloud and private data centers, service providers, intelligent, converged enterprise edge networks, and everything in between. It provides the high performance and rich features required by these diverse environments.", "vendor_name": "Extreme Networks", "vendor_url": "http://www.extremenetworks.com/", @@ -15,7 +15,8 @@ "first_port_name": "Management", "port_name_format": "Port{port1}", "qemu": { - "adapter_type": "virtio-net-pci", + "cpus": 2, + "adapter_type": "e1000", "adapters": 13, "ram": 256, "hda_disk_interface": "ide", @@ -23,7 +24,7 @@ "console_type": "telnet", "boot_priority": "cd", "kvm": "require", - "options": "-smp 2 -cpu host" + "options": "-cpu core2duo" }, "images": [ {