mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-21 01:31:23 +00:00
Upgrade to Juniper 15 since the 12 is no longer available to download
Fix #21
This commit is contained in:
parent
d4725259f4
commit
12ede2c6e2
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user