From 12ede2c6e2a90dfd6b9e68f121528e4af353b130 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Wed, 10 Feb 2016 18:22:58 +0100 Subject: [PATCH] Upgrade to Juniper 15 since the 12 is no longer available to download Fix #21 --- appliances/juniper-vsrx.gns3a | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/appliances/juniper-vsrx.gns3a b/appliances/juniper-vsrx.gns3a index e408e15..ea6e1bb 100644 --- a/appliances/juniper-vsrx.gns3a +++ b/appliances/juniper-vsrx.gns3a @@ -1,7 +1,7 @@ { "name": "vSRX", "category": "firewall", - "description": "The vSRX delivers core firewall, networking, advanced security, and automated lifecycle management capabilities for enterprises and service providers. The industry\u2019s fastest virtual security platform, the vSRX offers firewall speeds up to 17 Gbps using only two virtual CPUs, providing scalable, secure protection across private, public, and hybrid clouds.", + "description": "The vSRX delivers core firewall, networking, advanced security, and automated lifecycle management capabilities for enterprises and service providers. The industry\u2019s fastest virtual security platform, the vSRX offers firewall speeds up to 17 Gbps using only two virtual CPUs, providing scalable, secure protection across private, public, and hybrid clouds.\n\nJuniper version 12 can support only 1GB of ram.", "vendor_name": "Juniper", "vendor_url": "https://www.juniper.net/us/en/", "documentation_url": "http://www.juniper.net/techpubs/", @@ -11,18 +11,25 @@ "status": "experimental", "maintainer": "GNS3 Team", "maintainer_email": "developers@gns3.net", - "usage": "Initial username is root, no password", + "usage": "Initial username is root, no password.", "port_name_format": "ge-0/0/{0}", "qemu": { "adapter_type": "e1000", "adapters": 6, - "ram": 1024, + "ram": 4096, "arch": "x86_64", "console_type": "telnet", "kvm": "require", "options": "-smp 2" }, "images": [ + { + "filename": "junos-vsrx-vmdisk-15.1X49-D20.2.qcow2", + "version": "15.1X49-D20.2", + "md5sum": "43e8000870207db47c1382192319eb45", + "filesize": 2904096768, + "download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/" + }, { "filename": "junos-vsrx-12.1X47-D20.7-domestic.ova", "version": "12.1X47-D20", @@ -39,6 +46,12 @@ } ], "versions": [ + { + "name": "15.1X49-D20", + "images": { + "hda_disk_image": "junos-vsrx-vmdisk-15.1X49-D20.2.qcow2" + } + }, { "name": "12.1X47-D20", "images": {