gns3-registry/devices/arista-veos.json

48 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "Arista vEOS",
"category": "router",
"vendor_name": "Arista",
"vendor_url": "http://www.arista.com/",
"documentation_url": "http://www.arista.com/docs/Manuals/ConfigGuide.pdf",
"product_name": "Arista vEOS",
"product_url": "https://eos.arista.com/",
"repository_version": 1,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
2015-05-22 10:52:16 +00:00
"qemu": {
"adapter_type": "e1000",
"adapters": 8,
2015-05-25 21:06:34 +00:00
"graphic": false,
2015-05-22 10:52:16 +00:00
"ram": 2048,
"processor": "x64",
"console_type": "telnet"
2015-05-22 10:52:16 +00:00
},
"images": [
{
"filename": "Aboot-veos-serial-2.1.0.iso",
"version": "2.1.0",
"md5sum": "2687534f2ff11b998dec0511066457c0",
"download_url": "https://www.arista.com/en/support/software-download"
},
{
"filename": "vEOS-lab-4.13.8M.vmdk",
"version": "4.13.8M",
"md5sum": "a47145b9e6e7a24171c0850f8755535e",
"download_url": "https://www.arista.com/en/support/software-download"
}
],
"versions": [
{
"name": "4.13.8M",
"images": {
2015-08-05 09:07:34 +00:00
"hda_disk_image": "Aboot-veos-serial-2.1.0.iso",
"hdb_disk_image": "vEOS-lab-4.13.8M.vmdk"
2015-05-22 10:52:16 +00:00
}
}
]
}