1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-18 05:49:03 +00:00
gns3-server/gns3server/appliances/aruba-arubaoscx.gns3a

182 lines
6.9 KiB
Plaintext
Raw Normal View History

2019-03-11 02:48:54 +00:00
{
2021-11-12 04:42:15 +00:00
"appliance_id": "8f074218-9d61-4e99-ab89-35ca19ad44ee",
2019-03-11 02:48:54 +00:00
"name": "ArubaOS-CX Simulation Software",
"category": "multilayer_switch",
2023-05-05 14:46:42 +00:00
"description": "The Aruba AOS-CX Switch Simulator is a virtual platform to enable simulation of the Aruba AOS-CX Network Operating System. Simulated networks can be created using many of the protocols in the ArubaOS-CX Operating system like OSPF, BGP (inc. EVPN). Key features like the Aruba Network Analytics Engine and the REST API can be simulated, providing a lightweight development platform to building the modern network.",
2019-03-11 02:48:54 +00:00
"vendor_name": "HPE Aruba",
2022-08-28 20:51:26 +00:00
"vendor_url": "https://www.arubanetworks.com",
2023-05-05 14:46:42 +00:00
"documentation_url": "https://asp.arubanetworks.com/downloads;search=Aruba%20AOS%20CX%20Switch%20Simulator;products=Aruba%20Switches",
"product_name": "Aruba AOS-CX Switch Simulator",
"product_url": "https://www.arubanetworks.com/products/switches/",
2020-09-03 16:29:45 +00:00
"registry_version": 4,
"status": "stable",
2019-03-11 02:48:54 +00:00
"availability": "service-contract",
2020-05-01 09:51:43 +00:00
"maintainer": "Aruba",
2020-09-03 16:29:45 +00:00
"maintainer_email": "vincent.giles@hpe.com",
2022-01-08 11:41:32 +00:00
"usage": "Default username: admin, no password. New Password has to be set at first login.",
2019-03-11 02:48:54 +00:00
"symbol": ":/symbols/route_switch_processor.svg",
"first_port_name": "mgmt",
2020-05-01 09:51:43 +00:00
"port_name_format": "1/1/{port1}",
2019-03-11 02:48:54 +00:00
"qemu": {
2020-09-03 16:29:45 +00:00
"adapter_type": "virtio-net-pci",
2019-03-11 02:48:54 +00:00
"adapters": 8,
2020-09-03 16:29:45 +00:00
"ram": 4096,
"cpus": 2,
"hda_disk_interface": "ide",
2019-03-11 02:48:54 +00:00
"hdb_disk_interface": "ide",
"hdc_disk_interface": "ide",
2020-09-03 16:29:45 +00:00
"arch": "x86_64",
2021-04-09 02:34:20 +00:00
"console_type": "telnet",
2020-09-03 16:29:45 +00:00
"kvm": "require",
2019-03-11 02:48:54 +00:00
"options": "-nographic",
"process_priority": "normal"
2020-09-03 16:29:45 +00:00
},
2019-03-11 02:48:54 +00:00
"images": [
2023-05-05 14:46:42 +00:00
{
"filename": "arubaoscx-disk-image-genericx86-p4-20221130174651.vmdk",
"version": "10.11.0001",
"md5sum": "ed5434173c898f47f19bfda51000611a",
"filesize": 364597760,
"download_url": "https://asp.arubanetworks.com/"
},
2022-11-08 10:40:27 +00:00
{
"filename": "arubaoscx-disk-image-genericx86-p4-20220815162137.vmdk",
"version": "10.10.1000",
"md5sum": "40f9ddf1e12640376af443b5d982f2f6",
"filesize": 356162560,
"download_url": "https://asp.arubanetworks.com/"
2023-01-17 05:11:18 +00:00
},
2022-08-28 20:51:26 +00:00
{
"filename": "arubaoscx-disk-image-genericx86-p4-20220616193419.vmdk",
"version": "10.10.0002",
"md5sum": "ed031aeb6caf92adb408c7603d294fd4",
"filesize": 355858944,
"download_url": "https://asp.arubanetworks.com/"
},
2022-04-27 10:26:36 +00:00
{
"filename": "arubaoscx-disk-image-genericx86-p4-20220223012712.vmdk",
"version": "10.09.1000",
"md5sum": "7b47c4442d825562e73e3f09b2f1f999",
"filesize": 556828672,
"download_url": "https://asp.arubanetworks.com/"
},
2022-01-08 11:41:32 +00:00
{
"filename": "arubaoscx-disk-image-genericx86-p4-20211206170615.vmdk",
"version": "10.09.0002",
"md5sum": "3c772546482013495e31fc9cb0591b46",
"filesize": 555656704,
"download_url": "https://asp.arubanetworks.com/"
},
{
"filename": "arubaoscx-disk-image-genericx86-p4-20210812172945.vmdk",
"version": "10.08.0001",
"md5sum": "762b139432aef1012d8be5afdfcb286e",
"filesize": 542237696,
"download_url": "https://asp.arubanetworks.com/"
},
{
"filename": "arubaoscx-disk-image-genericx86-p4-20210610000730.vmdk",
"version": "10.07.0010",
"md5sum": "396dc7ad964b7c517e01bc408e3bf84a",
"filesize": 531603968,
"download_url": "https://asp.arubanetworks.com/"
},
{
"filename": "arubaoscx-disk-image-genericx86-p4-20210316185909.vmdk",
"version": "10.06.0110",
"md5sum": "f1ed67d5c7e009e21bfb6a91d9183e8e",
"filesize": 381285376,
"download_url": "https://asp.arubanetworks.com/"
},
2021-04-07 11:28:55 +00:00
{
"filename": "arubaoscx-disk-image-genericx86-p4-20201110192651.vmdk",
"version": "10.06.0001",
"md5sum": "f8b45bc52f6bad79b5ff563e0c1ea73b",
"filesize": 380304896,
"download_url": "https://asp.arubanetworks.com/"
},
2020-05-01 09:51:43 +00:00
{
"filename": "arubaoscx-disk-image-genericx86-p4-20200311173823.vmdk",
"version": "10.04.1000",
"md5sum": "4e000d73c3593dfed6c49259c31401ea",
"filesize": 356249088,
"download_url": "https://asp.arubanetworks.com/"
},
2019-03-11 02:48:54 +00:00
{
"filename": "arubaoscx-disk-image-genericx86-p4-20180712161119.vmdk",
"version": "10.01.0001",
"md5sum": "9146ae0ac650d8206c9600e03753f022",
"filesize": 287734784,
"download_url": "http://support.arubanetworks.com/"
}
],
"versions": [
2023-05-05 14:46:42 +00:00
{
"name": "10.11.0001",
"images": {
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20221130174651.vmdk"
}
},
2022-11-08 10:40:27 +00:00
{
"name": "10.10.1000",
"images": {
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20220815162137.vmdk"
}
},
2022-08-28 20:51:26 +00:00
{
"name": "10.10.0002",
"images": {
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20220616193419.vmdk"
}
},
2022-04-27 10:26:36 +00:00
{
"name": "10.09.1000",
"images": {
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20220223012712.vmdk"
}
},
2022-01-08 11:41:32 +00:00
{
"name": "10.09.0002",
"images": {
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20211206170615.vmdk"
}
},
{
"name": "10.08.0001",
"images": {
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20210812172945.vmdk"
}
},
{
"name": "10.07.0010",
"images": {
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20210610000730.vmdk"
}
},
{
"name": "10.06.0110",
"images": {
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20210316185909.vmdk"
}
},
2021-04-07 11:28:55 +00:00
{
"name": "10.06.0001",
"images": {
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20201110192651.vmdk"
}
},
2020-05-01 09:51:43 +00:00
{
"name": "10.04.1000",
"images": {
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20200311173823.vmdk"
}
},
2019-03-11 02:48:54 +00:00
{
"name": "10.01.0001",
"images": {
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20180712161119.vmdk"
}
}
2020-05-01 09:51:43 +00:00
]
2019-03-11 02:48:54 +00:00
}