From 161df92a12dfa24f1a42369cb5120bc365bf83bb Mon Sep 17 00:00:00 2001 From: Nicolas Harnois Date: Sat, 8 May 2021 10:45:59 +0200 Subject: [PATCH] Add initial support for 6WIND Turbo Router --- appliances/6wind-turbo-router.gns3a | 46 +++++++++++++++++++++++++++++ symbols/6wind.svg | 1 + symbols/6wind.txt | 1 + 3 files changed, 48 insertions(+) create mode 100644 appliances/6wind-turbo-router.gns3a create mode 100644 symbols/6wind.svg create mode 100644 symbols/6wind.txt diff --git a/appliances/6wind-turbo-router.gns3a b/appliances/6wind-turbo-router.gns3a new file mode 100644 index 0000000..56c4062 --- /dev/null +++ b/appliances/6wind-turbo-router.gns3a @@ -0,0 +1,46 @@ +{ + "name": "6WIND Turbo Router", + "category": "router", + "description": "6WIND Turbo Router is a high performance, ready-to-use software virtual router. It can be deployed bare metal or in virtual machines on commercial-off-the-shelf (COTS) servers. It is a carrier-grade solution for Service Prodivers aiming at using white boxes to deploy network functions. Typical use-cases are transit/peering router, IPsec VPN gateway and CGNAT.", + "vendor_name": "6WIND", + "vendor_url": "https://www.6wind.com/", + "documentation_url": "https://doc.6wind.com/turbo-router-3/latest/turbo-router/", + "product_name": "6WIND Turbo Router", + "product_url": "https://www.6wind.com/vrouter-solutions/turbo-router/", + "registry_version": 4, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "Default username / password is admin / admin.", + "symbol": "6wind.svg", + "port_name_format": "eth{0}", + "qemu": { + "adapter_type": "virtio-net-pci", + "adapters": 8, + "ram": 4096, + "cpus": 4, + "hda_disk_interface": "virtio", + "arch": "x86_64", + "console_type": "telnet", + "boot_priority": "c", + "kvm": "require", + "options": "-cpu host" + }, + "images": [ + { + "filename": "6wind-vrouter-tr-ae-x86_64-v3.1.4.m1.qcow2", + "version": "3.1.4.m1", + "md5sum": "bc84b81fba4f2f01eda6a338469e37a5", + "filesize": 693829632, + "download_url": "https://portal.6wind.com/register.php?utm_campaign=GNS3-2021-EVAL" + } + ], + "versions": [ + { + "name": "3.1.4.m1", + "images": { + "hda_disk_image": "6wind-vrouter-tr-ae-x86_64-v3.1.4.m1.qcow2" + } + } + ] +} diff --git a/symbols/6wind.svg b/symbols/6wind.svg new file mode 100644 index 0000000..8fed8f4 --- /dev/null +++ b/symbols/6wind.svg @@ -0,0 +1 @@ +vrouter-logo-generic \ No newline at end of file diff --git a/symbols/6wind.txt b/symbols/6wind.txt new file mode 100644 index 0000000..b86cd45 --- /dev/null +++ b/symbols/6wind.txt @@ -0,0 +1 @@ +Copyright © 2021 6WIND, All rights reserved. \ No newline at end of file