mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-18 02:40:11 +00:00
Updated EXOS with better settings
This commit is contained in:
parent
03f7ca29c2
commit
5f989ea5c2
@ -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": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user