mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +00:00
2a91794756
Added fixes from https://github.com/GNS3/gns3-gui/issues/2544 (interfaces not showing up.) Increased interface count to 7, which allows for 1 management, 2 internal unused, and 4 usable. Added version 6.4.1.
82 lines
2.8 KiB
Plaintext
82 lines
2.8 KiB
Plaintext
{
|
|
"name": "Cisco IOS XRv 9000",
|
|
"category": "router",
|
|
"description": "IOS XRv 9000 (aka Sunstone) is the 1st VM released running the 64-bit IOS XR operating system as used on the NCS-6xxx platform. This appliance requires 4 vCPUs and 16GB of memory to run!",
|
|
"vendor_name": "Cisco",
|
|
"vendor_url": "http://www.cisco.com/",
|
|
"documentation_url": "http://www.cisco.com/c/en/us/td/docs/ios_xr_sw/ios_xrv/release/notes/xrv-rn.html",
|
|
"product_name": "IOS XRv 9000",
|
|
"product_url": "http://virl.cisco.com/",
|
|
"registry_version": 3,
|
|
"status": "experimental",
|
|
"maintainer": "GNS3 Team",
|
|
"maintainer_email": "developers@gns3.net",
|
|
"usage": "Default username/password: admin/admin, cisco/cisco and lab/lab. There is no default configuration present.",
|
|
"first_port_name": "MgmtEth0/0/CPU0/0",
|
|
"port_name_format": "GigabitEthernet0/0/0/{0}",
|
|
"qemu": {
|
|
"adapter_type": "virtio-net-pci",
|
|
"adapters": 7,
|
|
"ram": 16384,
|
|
"arch": "x86_64",
|
|
"console_type": "telnet",
|
|
"kvm": "require",
|
|
"options": "-smp 4 -cpu host"
|
|
},
|
|
"images": [
|
|
{ "filename": "xrv9k-fullk9-x-6.4.1.qcow2",
|
|
"version": "6.4.1",
|
|
"md5sum": "9c56b684e307706005a503e289cb9317",
|
|
"filesize": 1304887296,
|
|
"download_url": "https://software.cisco.com/download/home/286288939/type/280805694/release/6.4.1"
|
|
},
|
|
{
|
|
"filename": "xrv9k-fullk9-x-6.2.25.qcow2",
|
|
"version": "6.2.25",
|
|
"md5sum": "3f54e62b6f7cedfb2607233e5e465766",
|
|
"filesize": 1190723584,
|
|
"download_url": "https://virl.mediuscorp.com/my-account/"
|
|
},
|
|
{
|
|
"filename": "xrv9k-fullk9-x.qcow2-6.0.1",
|
|
"version": "6.0.1",
|
|
"md5sum": "e20d046807075046c35b6ce7d6766a7f",
|
|
"filesize": 2109210624,
|
|
"download_url": "https://virl.mediuscorp.com/my-account/"
|
|
},
|
|
{
|
|
"filename": "xrv9k-fullk9-x.qcow2-6.0.0",
|
|
"version": "6.0.0",
|
|
"md5sum": "64c538c34252aaeb4ed1ddb93d6803fd",
|
|
"filesize": 2572943360,
|
|
"download_url": "https://virl.mediuscorp.com/my-account/"
|
|
}
|
|
],
|
|
"versions": [
|
|
{
|
|
"name": "6.4.1",
|
|
"images": {
|
|
"hda_disk_image": "xrv9k-fullk9-x-6.4.1.qcow2"
|
|
}
|
|
},
|
|
{
|
|
"name": "6.2.25",
|
|
"images": {
|
|
"hda_disk_image": "xrv9k-fullk9-x-6.2.25.qcow2"
|
|
}
|
|
},
|
|
{
|
|
"name": "6.0.1",
|
|
"images": {
|
|
"hda_disk_image": "xrv9k-fullk9-x.qcow2-6.0.1"
|
|
}
|
|
},
|
|
{
|
|
"name": "6.0.0",
|
|
"images": {
|
|
"hda_disk_image": "xrv9k-fullk9-x.qcow2-6.0.0"
|
|
}
|
|
}
|
|
]
|
|
}
|