mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-23 14:42:27 +00:00
Updated F5 BIG-IP with new versions
This commit is contained in:
parent
364d141d0e
commit
859f69f3b3
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "F5 BIG-IP LTM VE",
|
||||
"category": "router",
|
||||
"description": "BIG-IP Virtual Edition (VE) is a version of the BIG-IP system that runs as a virtual machine in specifically-supported hypervisors. BIG-IP VE emulates a hardware-based BIG-IP system running a VE-compatible version of BIG-IP software. File to be downloaded from F5: BIGIP-11.6.0.0.0.401.ALL.qcow2.zip or BIGIP-12.0.0.0.0.606.ALL.qcow2.zip",
|
||||
"description": "The BIG-IP family of products offers the application intelligence that network managers need to ensure applications are fast, secure, and available. All BIG-IP products share a common underlying architecture, F5's Traffic Management Operating System (TMOS), which provides unified intelligence, flexibility, and programmability. Together, BIG-IP's powerful platforms, advanced modules, and centralized management system make up the most comprehensive set of application delivery tools in the industry. BIG-IP Virtual Edition (VE) is a version of the BIG-IP system that runs as a virtual machine in specifically-supported hypervisors. BIG-IP VE emulates a hardware-based BIG-IP system running a VE-compatible version of BIG-IP software.",
|
||||
"vendor_name": "F5",
|
||||
"vendor_url": "http://www.f5.com/",
|
||||
"documentation_url": "https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/bigip-ve-kvm-setup-11-3-0.html",
|
||||
"product_name": "F5 BIG-IP LTM Virtual Edition",
|
||||
"product_name": "F5 BIG-IP LTM VE",
|
||||
"product_url": "https://f5.com/products/modules/local-traffic-manager",
|
||||
"registry_version": 1,
|
||||
"status": "stable",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "Credentials: root/default. The boot process might take a few minutes without providing any output to the console. Please be patient. ",
|
||||
"usage": "Console credentials: root/default. WebUI credentials: admin/admin. The boot process might take a few minutes without providing any output to the console. Please be patient (or set console to vnc to see tty outputs).",
|
||||
"symbol": "loadbalancer.svg",
|
||||
"port_name_format": "1.{port1}",
|
||||
"qemu": {
|
||||
@ -23,9 +23,17 @@
|
||||
"arch": "x86_64",
|
||||
"console_type": "telnet",
|
||||
"boot_priority": "c",
|
||||
"kvm": "allow"
|
||||
"kvm": "allow",
|
||||
"options": "-smp 2"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "BIGIP-12.1.0.1.0.1447.qcow2",
|
||||
"version": "12.1.0 HF1",
|
||||
"md5sum": "15725ba2c72a0fe932985e695f0f3f1f",
|
||||
"filesize": 3503226880,
|
||||
"download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v12.x/12.1.0/english/virtual-edition_base-plus-hf1/&sw=BIG-IP&pro=big-ip_v12.x&ver=12.1.0&container=Virtual-Edition_Base-Plus-HF1&file=BIGIP-12.1.0.1.0.1447.ALL.qcow2.zip"
|
||||
},
|
||||
{
|
||||
"filename": "BIGIP-12.0.0.0.0.606.qcow2",
|
||||
"version": "12.0.0",
|
||||
@ -33,6 +41,13 @@
|
||||
"filesize": 3152609280,
|
||||
"download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v12.x/12.0.0/english/virtual-edition/&sw=BIG-IP&pro=big-ip_v12.x&ver=12.0.0&container=Virtual-Edition&file=BIGIP-12.0.0.0.0.606.ALL.qcow2.zip"
|
||||
},
|
||||
{
|
||||
"filename": "BIGIP-11.6.1.0.0.317.qcow2",
|
||||
"version": "11.6.1",
|
||||
"md5sum": "01a2939840d81458bfef0a5c53fb74be",
|
||||
"filesize": 2824273920,
|
||||
"download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v11.x/11.6.1/english/virtual-edition/&sw=BIG-IP&pro=big-ip_v11.x&ver=11.6.1&container=Virtual-Edition&file=BIGIP-11.6.1.0.0.317.ALL.qcow2.zip"
|
||||
},
|
||||
{
|
||||
"filename": "BIGIP-11.6.0.0.0.401.qcow2",
|
||||
"version": "11.6.0",
|
||||
@ -57,6 +72,13 @@
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "12.1.0 HF1",
|
||||
"images": {
|
||||
"hda_disk_image": "BIGIP-12.1.0.1.0.1447.qcow2",
|
||||
"hdb_disk_image": "empty100G.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "12.0.0",
|
||||
"images": {
|
||||
@ -64,6 +86,13 @@
|
||||
"hdb_disk_image": "empty100G.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "11.6.1",
|
||||
"images": {
|
||||
"hda_disk_image": "BIGIP-11.6.1.0.0.317.qcow2",
|
||||
"hdb_disk_image": "empty100G.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "11.6.0",
|
||||
"images": {
|
||||
|
Loading…
Reference in New Issue
Block a user