mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-29 15:43:55 +00:00
Change the storage type to ide, change the nic type to e1000.
This commit is contained in:
parent
32b2e414c2
commit
21afd0c2e6
@ -1,27 +1,26 @@
|
||||
{
|
||||
"name": "Juniper Virtual Route Reflector",
|
||||
"name": "Juniper vRR",
|
||||
"category": "router",
|
||||
"description": "The vRR is a full-featured, carrier-grade virtual route reflector software that extends 15+ years of Juniper Networks edge routing expertise to the virtual realm.",
|
||||
"vendor_name": "Juniper",
|
||||
"vendor_url": "https://www.juniper.net/us/en/",
|
||||
"documentation_url": "https://www.juniper.net/documentation/product/en_US/virtual-route-reflector",
|
||||
"product_name": "Juniper Virtual Route Reflector",
|
||||
"product_name": "Juniper vRR",
|
||||
"product_url": "https://www.juniper.net/us/en/products-services/nos/junos/",
|
||||
"registry_version": 3,
|
||||
"status": "experimental",
|
||||
"availability": "service-contract",
|
||||
"maintainer": "none",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "Initial username is root, no password.\\n\\nUSAGE INSTRUCTIONS\\n\\nConnect the first interface (em0) to your admin VLAN.",
|
||||
"usage": "Initial username is root, no password.\n\nUSAGE INSTRUCTIONS\n\nConnect the first interface (em0) to your admin VLAN.",
|
||||
"symbol": "juniper-vmx.svg",
|
||||
"first_port_name": "em0",
|
||||
"port_name_format": "em{port1}",
|
||||
"qemu": {
|
||||
"adapter_type": "virtio",
|
||||
"adapter_type": "e1000",
|
||||
"adapters": 2,
|
||||
"ram": 8192,
|
||||
"hda_disk_interface": "virtio",
|
||||
"hdb_disk_interface": "virtio",
|
||||
"hda_disk_interface": "ide",
|
||||
"hdb_disk_interface": "ide",
|
||||
"arch": "x86_64",
|
||||
"console_type": "telnet",
|
||||
"kvm": "require",
|
||||
|
Loading…
x
Reference in New Issue
Block a user