gns3-registry/appliances/cisco-nxosv.gns3a
2015-10-18 19:41:15 -06:00

45 lines
1.3 KiB
Plaintext

{
"name": "Cisco NX-OSv",
"category": "multilayer_switch",
"description": "NX-OSv is a reference platform for an implementation of the Cisco Nexus operating system, based on the Nexus 7000-series platforms, running as a full virtual machine on a hypervisor.",
"vendor_name": "Cisco",
"vendor_url": "http://www.cisco.com/",
"product_name": "NX-OSv",
"product_url": "http://virl.cisco.com/",
"registry_version": 1,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "The default username/password is admin/admin. A default configuration is present.",
"first_port_name": "mgmt0",
"port_name_format": "Ethernet2/{0}",
"qemu": {
"adapter_type": "e1000",
"console_type": "telnet",
"ram": 3072,
"arch": "x86_64",
"adapters": 16
},
"images": [
{
"filesize": 361103360,
"md5sum": "0ee38c7d717840cb4ca822f4870671d0",
"version": "7.2.0.121",
"download_url": "http://virl.cisco.com/",
"filename": "NXOSv-7.2.0.121.qcow2"
}
],
"versions": [
{
"name": "7.2.0.121",
"images": {
"hda_disk_image": "NXOSv-7.2.0.121.qcow2"
}
}
]
}