1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-19 22:39:08 +00:00
gns3-server/gns3server/appliances/frr.gns3a

85 lines
3.4 KiB
Plaintext
Raw Normal View History

2018-07-13 10:42:43 +00:00
{
2021-11-12 04:42:15 +00:00
"appliance_id": "64f3dd9e-77bf-492c-a245-26d2a0e9bde8",
2018-07-13 10:42:43 +00:00
"name": "FRR",
"category": "router",
2020-09-03 16:29:45 +00:00
"description": "FRRouting (FRR) is an IP routing protocol suite for Linux and Unix platforms which includes protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP.\n\nFRR's seamless integration with the native Linux/Unix IP networking stacks makes it applicable to a wide variety of use cases including connecting hosts/VMs/containers to the network, advertising network services, LAN switching and routing, Internet access routers, and Internet peering.\n\nThis is an unofficial VM of FRR.",
2018-07-13 10:42:43 +00:00
"vendor_name": "FRRouting Project",
"vendor_url": "https://frrouting.org",
"product_name": "FRR",
2023-01-17 05:11:18 +00:00
"registry_version": 4,
2018-07-13 10:42:43 +00:00
"status": "stable",
2020-08-07 09:54:01 +00:00
"maintainer": "GNS3 Team",
2018-07-13 10:42:43 +00:00
"maintainer_email": "developers@gns3.net",
2020-08-07 09:54:01 +00:00
"usage": "Credentials: root / root\nIf you exit from the router CLI, you can get back by typing 'vtysh' to the console.",
"port_name_format": "eth{0}",
2018-07-13 10:42:43 +00:00
"qemu": {
2020-08-07 09:54:01 +00:00
"adapter_type": "e1000",
2018-07-13 10:42:43 +00:00
"adapters": 8,
2020-08-07 09:54:01 +00:00
"ram": 256,
2020-09-03 16:29:45 +00:00
"hda_disk_interface": "ide",
2018-07-13 10:42:43 +00:00
"arch": "x86_64",
"console_type": "telnet",
2020-08-07 09:54:01 +00:00
"kvm": "allow"
2018-07-13 10:42:43 +00:00
},
"images": [
2023-01-04 10:28:14 +00:00
{
"filename": "frr-8.2.2.qcow2",
"version": "8.2.2",
"md5sum": "45cda6b991a1b9e8205a3a0ecc953640",
"filesize": 56609280,
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
"direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/frr-8.2.2.qcow2"
},
2022-04-27 10:26:36 +00:00
{
"filename": "frr-8.1.0.qcow2",
"version": "8.1.0",
"md5sum": "836d6a207f63f99a4039378f2b0c6123",
"filesize": 54063616,
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
"direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/frr-8.1.0.qcow2"
},
2021-08-05 06:23:12 +00:00
{
"filename": "frr-7.5.1.qcow2",
"version": "7.5.1",
"md5sum": "4b3ca0932a396b282ba35f102be1ed3b",
"filesize": 51169280,
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
"direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/frr-7.5.1.qcow2"
},
2019-05-18 08:45:28 +00:00
{
2020-08-07 09:54:01 +00:00
"filename": "frr-7.3.1.qcow2",
"version": "7.3.1",
"md5sum": "e6bd9591a5c630bfe2c8688dc043b20b",
"filesize": 47348224,
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
"direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/frr-7.3.1.qcow2"
2018-07-13 10:42:43 +00:00
}
],
"versions": [
2023-01-04 10:28:14 +00:00
{
"name": "8.2.2",
"images": {
"hda_disk_image": "frr-8.2.2.qcow2"
}
},
2022-04-27 10:26:36 +00:00
{
"name": "8.1.0",
"images": {
"hda_disk_image": "frr-8.1.0.qcow2"
}
},
2021-08-05 06:23:12 +00:00
{
"name": "7.5.1",
"images": {
"hda_disk_image": "frr-7.5.1.qcow2"
}
},
2019-05-18 08:45:28 +00:00
{
2020-08-07 09:54:01 +00:00
"name": "7.3.1",
2018-07-13 10:42:43 +00:00
"images": {
2020-08-07 09:54:01 +00:00
"hda_disk_image": "frr-7.3.1.qcow2"
2018-07-13 10:42:43 +00:00
}
}
]
}