mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 12:57:54 +00:00
eced8be2a5
This avoid trouble with most text editors.
41 lines
1.3 KiB
Plaintext
41 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",
|
|
"adapters": 16,
|
|
"ram": 3072,
|
|
"arch": "x86_64",
|
|
"console_type": "telnet"
|
|
},
|
|
"images": [
|
|
{
|
|
"filename": "NXOSv-7.2.0.121.qcow2",
|
|
"version": "7.2.0.121",
|
|
"md5sum": "0ee38c7d717840cb4ca822f4870671d0",
|
|
"filesize": 361103360,
|
|
"download_url": "http://virl.cisco.com/"
|
|
}
|
|
],
|
|
"versions": [
|
|
{
|
|
"name": "7.2.0.121",
|
|
"images": {
|
|
"hda_disk_image": "NXOSv-7.2.0.121.qcow2"
|
|
}
|
|
}
|
|
]
|
|
}
|