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",
|
2016-01-11 11:26:02 +00:00
|
|
|
"adapters": 4,
|
2015-10-18 20:31:04 +00:00
|
|
|
"ram": 512,
|
|
|
|
"arch": "i386",
|
2016-01-11 11:26:02 +00:00
|
|
|
"console_type": "telnet"
|
2015-10-18 20:31:04 +00:00
|
|
|
},
|
|
|
|
"images": [
|
|
|
|
{
|
2016-01-11 11:26:02 +00:00
|
|
|
"filename": "IOSv-15.5.3M.qcow2",
|
2015-10-18 20:31:04 +00:00
|
|
|
"version": "15.5.3M",
|
2016-01-11 11:26:02 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2016-01-11 11:26:02 +00:00
|
|
|
}
|