mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-29 15:43:55 +00:00
Appliance for single VM pre-release version of Juniper vMX.
This commit is contained in:
parent
84e33dc8d7
commit
763dfebcf6
43
appliances/juniper-vmx-legacy.gns3a
Normal file
43
appliances/juniper-vmx-legacy.gns3a
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "Juniper vMX",
|
||||
"category": "router",
|
||||
"description": "The vMX is a full-featured, carrier-grade virtual MX Series 3D Universal Edge Router that extends 15+ years of Juniper Networks edge routing expertise to the virtual realm. This appliance is a single VM pre-release version that does not require to be paired with another VM like in the vCP/vFP architecture.",
|
||||
"vendor_name": "Juniper",
|
||||
"vendor_url": "https://www.juniper.net/us/en/",
|
||||
"documentation_url": "http://www.juniper.net/techpubs/",
|
||||
"product_name": "Juniper vMX",
|
||||
"product_url": "http://www.juniper.net/us/en/products-services/routing/mx-series/vmx/",
|
||||
"registry_version": 3,
|
||||
"status": "experimental",
|
||||
"maintainer": "none",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"symbol": "juniper-vmx.svg",
|
||||
"usage": "Initial username is root, no password.\n\nTIP: use the 'show chassis fpc pic-status' command to check that PIC 0 is online and shows 'Virtual 10x1GE PIC'\n\nUse the second adapter (em2) and above to connect to other nodes",
|
||||
"first_port_name": "em0",
|
||||
"port_name_format": "em{port1}",
|
||||
"qemu": {
|
||||
"adapter_type": "virtio-net-pci",
|
||||
"adapters": 12,
|
||||
"ram": 512,
|
||||
"arch": "x86_64",
|
||||
"console_type": "telnet",
|
||||
"kvm": "require",
|
||||
"options": "-nographic"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "jinstall-vmx-14.1R4.8-domestic.img",
|
||||
"version": "14.1R4.8",
|
||||
"md5sum": "85aa3048e8648bf91e893455645cad03",
|
||||
"filesize": 681377792
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "14.1R4.8",
|
||||
"images": {
|
||||
"hda_disk_image": "jinstall-vmx-14.1R4.8-domestic.img"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user