Merge pull request #87 from GNS3/alcatel-7750

Alcatel 7750 support
This commit is contained in:
Jeremy Grossmann 2016-01-31 10:55:21 -08:00
commit 8bd96c25e7

View File

@ -0,0 +1,42 @@
{
"name": "Alcatel 7750",
"category": "router",
"description": "The Alcatel-Lucent 7750 Service Router (SR) portfolio is a suite of multiservice edge routing platforms that deliver high performance, service richness, and creates exceptional value for networking in the cloud era. It is designed for the concurrent delivery of advanced residential, business and wireless broadband IP services, and provides cloud, data center and branch office connectivity for enterprise networking on a common IP edge routing platform.",
"vendor_name": "Alcatel",
"vendor_url": "https://www.alcatel-lucent.com/",
"documentation_url": "https://www.alcatel-lucent.com/support",
"product_name": "Alcatel 7750",
"product_url": "https://www.alcatel-lucent.com/products/7750-service-router",
"registry_version": 2,
"status": "experimental",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Login is admin and password is admin",
"qemu": {
"adapter_type": "e1000",
"adapters": 8,
"ram": 2048,
"arch": "x86_64",
"console_type": "telnet",
"kvm": "require",
"options": ""
},
"images": [
{
"filename": "TiMOS-SR-12.0.R6-vm.qcow2",
"version": "12.0.R6",
"md5sum": "7d84d97a5664af2e3546bfa832fc1848",
"filesize": 221511680,
"download_url": "https://www.alcatel-lucent.com/support",
"compression": "zip"
}
],
"versions": [
{
"name": "12.0.R6",
"images": {
"hda_disk_image": "TiMOS-SR-12.0.R6-vm.qcow2"
}
}
]
}