1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-18 13:59:06 +00:00
gns3-server/gns3server/appliances/extreme-networks-voss.gns3a

85 lines
2.8 KiB
Plaintext
Raw Normal View History

2018-08-18 09:49:21 +00:00
{
"name": "VOSS VM",
"category": "multilayer_switch",
"description": "The VOSS VM is a software emulation of a VSP8K switch.",
"vendor_name": "Extreme Networks",
"vendor_url": "http://www.extremenetworks.com",
"documentation_url": "http://www.extremenetworks.com/support/documentation",
"product_name": "VOSS_VM",
"registry_version": 3,
"status": "experimental",
"maintainer": "Extreme Networks",
"maintainer_email": "voss@extremenetworks.com",
"usage": "Boot up and login is rwa/rwa",
2019-03-11 02:48:54 +00:00
"symbol": ":/symbols/multilayer_switch.svg",
2018-08-18 09:49:21 +00:00
"first_port_name": "Mgmt",
"port_name_format": "1/{port1}",
2020-09-03 16:29:45 +00:00
"qemu": {
2018-08-18 09:49:21 +00:00
"adapter_type": "e1000",
"adapters": 9,
2020-01-07 21:38:34 +00:00
"ram": 2048,
2018-08-18 09:49:21 +00:00
"hda_disk_interface": "ide",
2020-01-07 21:38:34 +00:00
"arch": "x86_64",
2018-08-18 09:49:21 +00:00
"console_type": "telnet",
2020-01-07 21:38:34 +00:00
"boot_priority": "dc",
2018-08-18 09:49:21 +00:00
"kvm": "allow",
"options": "-nographic"
},
2020-09-03 16:29:45 +00:00
"images": [
2018-08-18 09:49:21 +00:00
{
2020-06-18 02:50:42 +00:00
"filename": "VOSSGNS3.8.1.5.0.qcow2",
2020-09-03 16:29:45 +00:00
"version": "8.1.5.0",
2020-06-18 02:50:42 +00:00
"md5sum": "dff95f67fc04f82f627209ff7b7b3860",
"filesize": 331087872,
2020-09-03 16:29:45 +00:00
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_VOSS/VOSSGNS3.8.1.5.0.qcow2"
2020-06-18 02:50:42 +00:00
},
2020-09-03 16:29:45 +00:00
{
2020-01-07 21:38:34 +00:00
"filename": "VOSSGNS3.8.1.0.0.qcow2",
2020-09-03 16:29:45 +00:00
"version": "8.1.0.0",
2020-01-07 21:38:34 +00:00
"md5sum": "6b46fd54999a4cd2369440809ccc5099",
"filesize": 311820288,
2020-09-03 16:29:45 +00:00
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_VOSS/VOSSGNS3.8.1.0.0.qcow2"
2020-01-07 21:38:34 +00:00
},
2020-09-03 16:29:45 +00:00
{
2018-08-18 09:49:21 +00:00
"filename": "VOSSGNS3.7.1.0.0.qcow2",
2020-09-03 16:29:45 +00:00
"version": "7.1.0.0",
2018-08-18 09:49:21 +00:00
"md5sum": "7bb2974efe1a1ab857debd9fa894dbe7",
"filesize": 193724416,
2020-06-18 02:50:42 +00:00
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_VOSS/VOSSGNS3.7.1.0.0.qcow2"
2018-08-18 09:49:21 +00:00
},
2020-09-03 16:29:45 +00:00
{
2018-08-18 09:49:21 +00:00
"filename": "VOSSGNS3.7.0.0.0.img",
2020-09-03 16:29:45 +00:00
"version": "7.0.0.0",
2018-08-18 09:49:21 +00:00
"md5sum": "65fe97461156aa88c836a90be1287649",
"filesize": 419430400,
2020-06-18 02:50:42 +00:00
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_VOSS/VOSSGNS3.7.0.0.0.img"
2020-09-03 16:29:45 +00:00
}
2018-08-18 09:49:21 +00:00
],
2020-09-03 16:29:45 +00:00
"versions": [
2018-08-18 09:49:21 +00:00
{
2020-09-03 16:29:45 +00:00
"name": "8.1.5.0",
"images": {
2020-06-18 02:50:42 +00:00
"hda_disk_image": "VOSSGNS3.8.1.5.0.qcow2"
}
},
2020-09-03 16:29:45 +00:00
{
"name": "8.1.0.0",
"images": {
2020-01-07 21:38:34 +00:00
"hda_disk_image": "VOSSGNS3.8.1.0.0.qcow2"
}
},
2020-09-03 16:29:45 +00:00
{
2018-08-18 09:49:21 +00:00
"name": "7.1.0.0",
2020-09-03 16:29:45 +00:00
"images": {
2018-08-18 09:49:21 +00:00
"hda_disk_image": "VOSSGNS3.7.1.0.0.qcow2"
}
},
2020-09-03 16:29:45 +00:00
{
2018-08-18 09:49:21 +00:00
"name": "7.0.0.0",
"images": {
"hda_disk_image": "VOSSGNS3.7.0.0.0.img"
2020-09-03 16:29:45 +00:00
}
2018-08-18 09:49:21 +00:00
}
]
}