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

69 lines
2.3 KiB
Plaintext
Raw Normal View History

{
"name": "Cisco IOSvL2",
"category": "multilayer_switch",
"description": "Cisco Virtual IOS L2 allows user to run a IOS switching image on a standard computer.",
"vendor_name": "Cisco",
"vendor_url": "http://www.cisco.com/",
"product_name": "IOSvL2",
"product_url": "http://virl.cisco.com/",
2017-06-26 09:00:55 +00:00
"registry_version": 3,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "There is no default password and enable password. There is no default configuration present.",
"port_name_format": "Gi{1}/{0}",
"port_segment_size": 4,
"qemu": {
"adapter_type": "e1000",
"adapters": 16,
"ram": 768,
2017-04-26 14:27:59 +00:00
"hda_disk_interface": "virtio",
"arch": "x86_64",
"console_type": "telnet",
"kvm": "require"
},
"images": [
2019-08-26 10:08:33 +00:00
{
"filename": "vios_l2-adventerprisek9-m.SSA.high_iron_20180619.qcow2",
"version": "15.2.1",
"md5sum": "14b981002e40b660f2d7400401e04c14",
"filesize": 44938752,
2020-05-01 09:51:43 +00:00
"download_url": "https://learningnetworkstore.cisco.com/myaccount"
2019-08-26 10:08:33 +00:00
},
2017-10-13 09:56:42 +00:00
{
"filename": "vios_l2-adventerprisek9-m.03.2017.qcow2",
"version": "15.2(20170321:233949)",
"md5sum": "8f14b50083a14688dec2fc791706bb3e",
"filesize": 41157632,
2020-05-01 09:51:43 +00:00
"download_url": "https://learningnetworkstore.cisco.com/myaccount"
2017-10-13 09:56:42 +00:00
},
{
"filename": "vios_l2-adventerprisek9-m.vmdk.SSA.152-4.0.55.E",
2019-08-26 10:08:33 +00:00
"version": "15.2(4.0.55)E",
"md5sum": "1a3a21f5697cae64bb930895b986d71e",
"filesize": 96862208,
2020-05-01 09:51:43 +00:00
"download_url": "https://learningnetworkstore.cisco.com/myaccount"
}
],
"versions": [
2019-08-26 10:08:33 +00:00
{
"name": "15.2.1",
"images": {
"hda_disk_image": "vios_l2-adventerprisek9-m.SSA.high_iron_20180619.qcow2"
}
},
2017-10-13 09:56:42 +00:00
{
"name": "15.2(20170321:233949)",
"images": {
"hda_disk_image": "vios_l2-adventerprisek9-m.03.2017.qcow2"
}
},
{
2019-08-26 10:08:33 +00:00
"name": "15.2(4.0.55)E",
"images": {
"hda_disk_image": "vios_l2-adventerprisek9-m.vmdk.SSA.152-4.0.55.E"
}
}
]
}