From 4a144af034565c4a0579fe95518c703fb75a2b3a Mon Sep 17 00:00:00 2001 From: gns3madman Date: Sun, 5 Feb 2017 04:51:47 +0000 Subject: [PATCH] Proposed Appliances for Juniper vMX Proposed Appliances for Post 14.1R110 (Two VM) Versions of Juniper vMX. One for Virtual Control Plane (vCP) and one for the Virtual Forwarding Plane (vFP) --- appliances/juniper-vmx-vcp.gns3a | 76 ++++++++++++++++++++++++++++++++ appliances/juniper-vmx-vfp.gns3a | 58 ++++++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 appliances/juniper-vmx-vcp.gns3a create mode 100644 appliances/juniper-vmx-vfp.gns3a diff --git a/appliances/juniper-vmx-vcp.gns3a b/appliances/juniper-vmx-vcp.gns3a new file mode 100644 index 0000000..5c8c6d8 --- /dev/null +++ b/appliances/juniper-vmx-vcp.gns3a @@ -0,0 +1,76 @@ +{ + "name": "Juniper vMX vCP", + "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 for the Virtual Control Plane (vCP) VM and is meant to be paired with the Virtual Forwarding Plane (vFP) VM.", + "vendor_name": "Juniper", + "vendor_url": "https://www.juniper.net/us/en/", + "documentation_url": "http://www.juniper.net/techpubs/", + "product_name": "Juniper vMX vCP", + "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\nUSAGE INSTRUCTIONS\n\nConnect the first interface (fxp0) to your admin VLAN. Connect the second interface (em1) directly to the second interface (eth1) of the vFP.", + "first_port_name": "fxp0", + "port_name_format": "em{port1}", + "qemu": { + "adapter_type": "e1000", + "adapters": 2, + "ram": 2048, + "arch": "x86_64", + "console_type": "telnet", + "kvm": "require", + "options": "-nographic" + }, + "images": [ + { + "filename": "jinstall64-vmx-15.1F4.15-domestic.img", + "version": "15.1F4.15", + "md5sum": "e6b2e1ad9cba5220aa764ae4dd008952", + "filesize": 1003945984, + "download_url": "http://www.juniper.net/us/en/products-services/routing/mx-series/vmx/" + }, + { + "filename": "vmxhdd.img", + "version": "15.1F4.15", + "md5sum": "c3c7090ed3b1799e3de7579ac887e39d", + "filesize": 108986368, + "download_url": "http://www.juniper.net/us/en/products-services/routing/mx-series/vmx/" + }, + { + "filename": "metadata_usb.img", + "version": "15.1F4.15", + "md5sum": "af48f7e03f94ffcfeecd15a59a4f1567", + "filesize": 16777216, + "download_url": "http://www.juniper.net/us/en/products-services/routing/mx-series/vmx/" + }, + { + "filename": "vcp_16.1R2.11.ova", + "version": "16.1R2.11", + "md5sum": "5fb3e565810faf61381b5145adaf5a86", + "filesize": 976755712 + } + + ], + "versions": [ + { + "name": "15.1F4.15", + "images": { + "hda_disk_image": "jinstall64-vmx-15.1F4.15-domestic.img", + "hdb_disk_image": "vmxhdd.img", + "hdc_disk_image": "metadata_usb.img" + } + }, + { + "name": "16.1R2.11", + "images": { + "hda_disk_image": "vcp_16.1R2.11.ova/vcp_16.1R2.11-disk1.vmdk", + "hdb_disk_image": "vcp_16.1R2.11.ova/vcp_16.1R2.11-disk2.vmdk", + "hdc_disk_image": "vcp_16.1R2.11.ova/vcp_16.1R2.11-disk3.vmdk" + } + } + + ] +} diff --git a/appliances/juniper-vmx-vfp.gns3a b/appliances/juniper-vmx-vfp.gns3a new file mode 100644 index 0000000..84c70be --- /dev/null +++ b/appliances/juniper-vmx-vfp.gns3a @@ -0,0 +1,58 @@ +{ + "name": "Juniper vMX vFP", + "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 for the Virtual Forwarding Plane (vFP) VM and is meant to be paired with the Virtual Control Plane (vCP) VM.", + "vendor_name": "Juniper", + "vendor_url": "https://www.juniper.net/us/en/", + "documentation_url": "http://www.juniper.net/techpubs/", + "product_name": "Juniper vMX vFP", + "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, password is root.\n\nPOST INSTALL INSTRUCTIONS\n\nYou must reconfigure the appliance template for the following:\n 1. Legacy Networking Support must be turned on\n 2. The network type must be set to Legacy paravirtualized Network I/O (virtio)\n\nUSAGE INSTRUCTIONS\n\nConnect the first interface (eth0) to your admin VLAN. Connect the second interface (eth1) directly to the second interface (em1) of the vCP", + "first_port_name": "Eth0", + "port_name_format": "Eth{port1}", + "qemu": { + "adapter_type": "virtio", + "adapters": 8, + "ram": 4096, + "arch": "x86_64", + "console_type": "telnet", + "kvm": "require", + "options": "-nographic -smp cpus=3" + }, + "images": [ + { + "filename": "vFPC-20151203.img", + "version": "15.1F4.15", + "md5sum": "b3faa91b4d20836a9a6dd6bad2629dd1", + "filesize": 2313158656, + "download_url": "http://www.juniper.net/us/en/products-services/routing/mx-series/vmx/" + }, + { + "filename": "vfpc_16.1R2.11.ova", + "version": "16.1R2.11", + "md5sum": "f2a5e266db707051d083dabb4429c0ba", + "filesize": 102440960, + "download_url": "http://www.juniper.net/us/en/products-services/routing/mx-series/vmx/" + } + ], + "versions": [ + { + "name": "15.1F4.15", + "images": { + "hda_disk_image": "vFPC-20151203.img" + } + }, + { + "name": "16.1R2.11", + "images": { + "hda_disk_image": "vfpc_16.1R2.11.ova/vfpc_16.1R2.11-disk1.vmdk" + } + } + + ] +}