gns3-registry/appliances/cisco-asav.gns3a

85 lines
3.2 KiB
Plaintext
Raw Normal View History

2015-08-25 15:44:49 +00:00
{
"name": "Cisco ASAv",
"category": "firewall",
2015-09-25 20:40:25 +00:00
"description": "The Adaptive Security Virtual Appliance is a virtualized network security solution based on the market-leading Cisco ASA 5500-X Series firewalls. It supports both traditional and next-generation software-defined network (SDN) and Cisco Application Centric Infrastructure (ACI) environments to provide policy enforcement and threat inspection across heterogeneous multisite environments.",
2015-08-25 15:44:49 +00:00
"vendor_name": "Cisco",
"vendor_url": "http://www.cisco.com/",
"documentation_url": "http://www.cisco.com/c/en/us/support/security/virtual-adaptive-security-appliance-firewall/products-installation-guides-list.html",
"product_name": "ASAv",
"product_url": "http://www.cisco.com/c/en/us/products/security/virtual-adaptive-security-appliance-firewall/index.html",
"registry_version": 1,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"symbol": ":/symbols/asa.svg",
2015-10-18 21:22:02 +00:00
"usage": "There is no default password and enable password. A default configuration is present.",
"first_port_name": "Management0/0",
"port_name_format": "GigabitEthernet0/{0}",
2015-08-25 15:44:49 +00:00
"qemu": {
"adapter_type": "e1000",
"adapters": 8,
"ram": 2048,
"arch": "x86_64",
2015-10-18 21:22:02 +00:00
"console_type": "vnc"
2015-08-25 15:44:49 +00:00
},
"images": [
2015-09-25 20:40:25 +00:00
{
"filename": "asav951-200.qcow2",
"version": "9.5.1-200",
"filesize": 160038912,
"md5sum": "f1419cbcfc701a287a059981c7d4c5c1",
"download_url": "https://software.cisco.com/download/release.html?mdfid=286119613&softwareid=280775065&release=9.5.1.200"
},
{
"filename": "asav942.qcow2",
"version": "9.4.2",
"filesize": 154271744,
"md5sum": "425e67104ab51789bd5c41f610bcbe93",
"download_url": "https://software.cisco.com/download/release.html?mdfid=286119613&softwareid=280775065&release=9.4.2"
},
2015-08-25 15:44:49 +00:00
{
"filename": "asav941-202.qcow2",
"version": "9.4.1-202",
2015-09-02 10:10:31 +00:00
"filesize": 155713536,
2015-08-25 15:44:49 +00:00
"md5sum": "6992d2a35d5682a99b124b5eaf5c603a",
2015-09-25 20:40:25 +00:00
"download_url": "https://software.cisco.com/download/release.html?mdfid=286119613&softwareid=280775065&release=9.4.1.200"
2015-08-25 15:44:49 +00:00
}
2015-10-19 01:41:15 +00:00
{
"filename": "asav941-200.qcow2",
"version": "9.4.1-202",
"filesize": 155713536,
"md5sum": "5a1fa564591d79ec1fa860a0ba8c63d6",
"download_url": "https://software.cisco.com/download/release.html?mdfid=286119613&softwareid=280775065&release=9.4.1.200"
}
2015-08-25 15:44:49 +00:00
],
"versions": [
{
2015-09-25 20:40:25 +00:00
"name": "9.5.1-200",
2015-08-25 15:44:49 +00:00
"images": {
2015-09-25 20:40:25 +00:00
"hda_disk_image": "asav951-200.qcow2"
2015-08-25 15:44:49 +00:00
}
},
{
2015-09-25 20:40:25 +00:00
"name": "9.4.2",
2015-08-25 15:44:49 +00:00
"images": {
2015-09-25 20:40:25 +00:00
"hda_disk_image": "asav942.qcow2"
}
},
{
"name": "9.4.1-202",
"images": {
"hda_disk_image": "asav941-202.qcow2"
2015-08-25 15:44:49 +00:00
}
2015-10-19 01:41:15 +00:00
},
{
"name": "9.4.1-200",
"images": {
"hda_disk_image": "asav941-200.qcow2"
}
2015-08-25 15:44:49 +00:00
}
]
}