mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-21 03:55:20 +00:00
Merge pull request #153 from adosztal/master
Updated vRIN with new release
This commit is contained in:
commit
d2b4f7367c
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vRIN",
|
||||
"category": "guest",
|
||||
"description": "VM appliance capable to inject high number of routes into a network",
|
||||
"description": "vRIN is a VM appliance capable to inject high number of routes into a network. It was tested on GNS3 topologies using VirtualBox and Qemu with up to 1M BGP routes. Runs Quagga. Supported protocols: BGP (IPv4/6), OSPF, OSPFv3, RIP v2, RIPng",
|
||||
"vendor_name": "Andras Dosztal",
|
||||
"vendor_url": "https://sourceforge.net/projects/vrin/",
|
||||
"product_name": "vRIN",
|
||||
@ -9,6 +9,7 @@
|
||||
"status": "stable",
|
||||
"maintainer": "Andras Dosztal",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "Connect eth0 to the network where you want vRIN to inject routes into then start the VM. You can either run the VM in normal or headless mode; in the latter case you can access vRIN through serial console. User input is not checked; it's your responsibility to enter valid information.\n\nAfter generating the routes, each Quagga process can be reached through eth0 using their default ports:\n - zebra: 2601\n - rip: 2602\n - ripng: 2603\n - ospf: 2604\n - bgp: 2605\n - ospf6d: 2606\nVTY password: vrin\n\nNotes:\n\n - Route generation may take a while when creating lots of routes (i.e. 10k+).\n - Login (serial / VM window): root / vrin",
|
||||
"symbol": "vRIN.svg",
|
||||
"qemu": {
|
||||
"adapter_type": "e1000",
|
||||
@ -19,6 +20,15 @@
|
||||
"kvm": "allow"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "vRIN-0.9.qcow2",
|
||||
"version": "0.9",
|
||||
"md5sum": "b9ec187d7a4743bb02339cf262767959",
|
||||
"filesize": 922943488,
|
||||
"download_url": "https://sourceforge.net/projects/vrin/files",
|
||||
"direct_download_url": "http://sourceforge.net/projects/vrin/files/vRIN-0.9.qcow2.bz2/download",
|
||||
"compression": "bzip2"
|
||||
},
|
||||
{
|
||||
"filename": "vRIN-0.8.qcow2",
|
||||
"version": "0.8",
|
||||
@ -48,6 +58,12 @@
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "0.9",
|
||||
"images": {
|
||||
"hda_disk_image": "vRIN-0.9.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "0.8",
|
||||
"images": {
|
||||
|
Loading…
Reference in New Issue
Block a user