gns3-registry/appliances/cisco-iosv.gns3a

39 lines
1.1 KiB
Plaintext
Raw Normal View History

2015-10-18 20:31:04 +00:00
{
"name": "Cisco IOSv",
"category": "router",
"description": "Cisco Virtual IOS allows user to run IOS on a standard computer.",
"vendor_name": "Cisco",
"vendor_url": "http://www.cisco.com/",
"product_name": "IOSv",
"product_url": "http://virl.cisco.com/",
"registry_version": 1,
"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": "GigabitEthernet0/{0}",
"qemu": {
"adapter_type": "e1000",
"adapters": 4,
2015-10-18 20:31:04 +00:00
"ram": 512,
"arch": "i386",
"console_type": "telnet"
2015-10-18 20:31:04 +00:00
},
"images": [
{
"filename": "IOSv-15.5.3M.qcow2",
2015-10-18 20:31:04 +00:00
"version": "15.5.3M",
"md5sum": "b3b6d7ac3bde84e51388afe17040b457",
"filesize": 127926272,
"download_url": "http://virl.cisco.com/"
2015-10-18 20:31:04 +00:00
}
],
"versions": [
{
"name": "15.5.3M",
"images": {
"hda_disk_image": "IOSv-15.5.3M.qcow2"
}
}
]
}