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

43 lines
1.8 KiB
Plaintext
Raw Normal View History

2018-07-13 10:42:43 +00:00
{
"name": "FRR",
"category": "router",
"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\nFRRs 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 or FRR.",
"vendor_name": "FRRouting Project",
"vendor_url": "https://frrouting.org",
"product_name": "FRR",
"registry_version": 3,
"status": "stable",
"maintainer": "Andras Dosztal",
"maintainer_email": "developers@gns3.net",
2020-01-07 21:38:34 +00:00
"usage": "Credentials: frradmin / frr\nIf you exit from the router CLI, you can get back by typing 'vtysh' to the console.",
2018-07-13 10:42:43 +00:00
"port_name_format": "ens{port3}",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 8,
2019-05-18 08:45:28 +00:00
"ram": 512,
"hda_disk_interface": "virtio",
2018-07-13 10:42:43 +00:00
"arch": "x86_64",
"console_type": "telnet",
"kvm": "require"
},
"images": [
2019-05-18 08:45:28 +00:00
{
2020-01-07 21:38:34 +00:00
"filename": "frr7.1-vm0.4.qcow2",
"version": "7.1 - VM0.4",
"md5sum": "08390f257203126e5edffb9710e47974",
"filesize": 2051801088,
2019-05-18 08:45:28 +00:00
"download_url": "https://sourceforge.net/projects/frr/files/",
2020-01-07 21:38:34 +00:00
"direct_download_url": "https://sourceforge.net/projects/frr/files/frr7.1-vm0.4.qcow2.bz2/download",
2018-07-13 10:42:43 +00:00
"compression": "bzip2"
}
],
"versions": [
2019-05-18 08:45:28 +00:00
{
2020-01-07 21:38:34 +00:00
"name": "7.1 - VM0.4",
2018-07-13 10:42:43 +00:00
"images": {
2020-01-07 21:38:34 +00:00
"hda_disk_image": "frr7.1-vm0.4.qcow2"
2018-07-13 10:42:43 +00:00
}
}
]
}