mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-04-15 15:06:37 +00:00
Add NETem
This commit is contained in:
parent
6fbeaef61c
commit
a3392285dc
44
appliances/netem.gns3a
Normal file
44
appliances/netem.gns3a
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "NETem",
|
||||
"category": "guest",
|
||||
"description": "NETem emulates a network link, typically a WAN link. It supports bandwidth limitation, delay, jitter and packet loss. All this functionality is already build in the linux kernel, NETem is just a menu system to make the configuration user-friendly.",
|
||||
"vendor_name": "Linux",
|
||||
"vendor_url": "http://www.linuxfoundation.org/",
|
||||
"documentation_url": "http://www.cs.unm.edu/~crandall/netsfall13/TCtutorial.pdf",
|
||||
"product_name": "netem",
|
||||
"registry_version": 1,
|
||||
"status": "experimental",
|
||||
"maintainer": "Bernhard Ehlers",
|
||||
"maintainer_email": "be@bernhard-ehlers.de",
|
||||
"usage": "Insert the NETem VM between two network elements and connect it to them. NETem is fully transparent, it bridges the traffic from one interface to the other one. As NETem only bridges, it needs no IP addresses. On start a menu on the console allows a user-friendy configuration of the line parameters.",
|
||||
"port_name_format": "eth{0}",
|
||||
|
||||
"qemu": {
|
||||
"adapter_type": "e1000",
|
||||
"adapters": 2,
|
||||
"ram": 128,
|
||||
"arch": "i386",
|
||||
"console_type": "telnet",
|
||||
"options": "-nographic"
|
||||
},
|
||||
|
||||
"images": [
|
||||
{
|
||||
"filename": "NETem-v1.qcow2",
|
||||
"version": "0.1",
|
||||
"md5sum": "6afc2581324827eec78f1e5d99973cd6",
|
||||
"filesize": 22872064,
|
||||
"download_url": "http://bernhard-ehlers.de/projects/netem/NETem-v1.qcow2",
|
||||
"direct_download_url": "http://bernhard-ehlers.de/projects/netem/NETem-v1.qcow2"
|
||||
}
|
||||
],
|
||||
|
||||
"versions": [
|
||||
{
|
||||
"name": "0.1",
|
||||
"images": {
|
||||
"hda_disk_image": "NETem-v1.qcow2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user