1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-20 07:18:07 +00:00
gns3-server/gns3server/appliances/exos.gns3a

52 lines
1.6 KiB
Plaintext
Raw Normal View History

{
2021-11-12 04:42:15 +00:00
"appliance_id": "0293ded2-0ca3-4052-913f-8c2d872e46ba",
2019-05-18 08:45:28 +00:00
"name": "EXOS VM",
2017-04-26 14:27:59 +00:00
"category": "multilayer_switch",
2019-11-08 10:24:22 +00:00
"description": "The ExtremeXOS VM is created and maintained by Extreme Networks for users to emulate a network using EXOS switches.",
"vendor_name": "Extreme Networks",
2019-05-18 08:45:28 +00:00
"vendor_url": "https://www.extremenetworks.com",
"documentation_url": "https://www.extremenetworks.com/support/documentation",
"product_name": "EXOS VM",
2023-01-17 05:11:18 +00:00
"registry_version": 4,
"status": "stable",
2019-05-18 08:45:28 +00:00
"maintainer": "Extreme Networks",
"maintainer_email": "GitHubscripting@extremenetworks.com",
"usage": "Boot up and login is admin with no password.",
2020-01-07 21:38:34 +00:00
"symbol": ":/symbols/multilayer_switch.svg",
2019-05-18 08:45:28 +00:00
"first_port_name": "Mgmt",
"port_name_format": "Port{port1}",
"qemu": {
"adapter_type": "rtl8139",
"adapters": 13,
2019-05-18 08:45:28 +00:00
"ram": 512,
"hda_disk_interface": "ide",
"arch": "x86_64",
"console_type": "telnet",
2019-05-18 08:45:28 +00:00
"boot_priority": "dc",
"kvm": "allow",
"options": "-cpu core2duo"
},
2024-04-07 05:43:15 +00:00
"images": [
2024-04-07 05:43:15 +00:00
{
"filename": "EXOS-VM_v32.6.3.126.qcow2",
"version": "32.6.3.126",
"md5sum": "5856b6c427bd605fe1c7adb6ee6b2659",
"filesize": 236716032,
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v32.6.3.126.qcow2"
}
2024-04-07 05:43:15 +00:00
],
2024-04-07 05:43:15 +00:00
"versions": [
2024-04-07 05:43:15 +00:00
2022-08-28 20:51:26 +00:00
{
2024-04-07 05:43:15 +00:00
"name": "32.6.3.126",
2017-04-26 14:27:59 +00:00
"images": {
2024-04-07 05:43:15 +00:00
"hda_disk_image": "EXOS-VM_v32.6.3.126.qcow2"
}
}
]
}