mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-06 12:58:42 +00:00
c414b2fa09
Fix #3
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"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",
|
|
|
|
"qemu": {
|
|
"adapter_type": "e1000",
|
|
"adapters": 8,
|
|
"graphic": false,
|
|
"ram": 2048,
|
|
"processor": "x64",
|
|
"console_type": "telnet"
|
|
},
|
|
|
|
"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": {
|
|
"hda_disk_image": "Aboot-veos-serial-2.1.0.iso",
|
|
"hdb_disk_image": "vEOS-lab-4.13.8M.vmdk"
|
|
}
|
|
}
|
|
]
|
|
}
|