mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
Add IOU-L3 & IOU-L2 versions 17.15.1 from CML 2.8, also increase NVRAM & RAM to prevent config saving issue.
This commit is contained in:
parent
2b089138f8
commit
76421f4c08
@ -13,11 +13,17 @@
|
|||||||
"iou": {
|
"iou": {
|
||||||
"ethernet_adapters": 4,
|
"ethernet_adapters": 4,
|
||||||
"serial_adapters": 0,
|
"serial_adapters": 0,
|
||||||
"nvram": 128,
|
"nvram": 512,
|
||||||
"ram": 256,
|
"ram": 512,
|
||||||
"startup_config": "iou_l2_base_startup-config.txt"
|
"startup_config": "iou_l2_base_startup-config.txt"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "x86_64_crb_linux_l2-adventerprisek9-ms.iol",
|
||||||
|
"version": "17.15.1",
|
||||||
|
"md5sum": "6c587cdfd5056078e70b3f6c26800d66",
|
||||||
|
"filesize": 243251976
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "x86_64_crb_linux_l2-adventerprisek9-ms.bin",
|
"filename": "x86_64_crb_linux_l2-adventerprisek9-ms.bin",
|
||||||
"version": "17.12.1",
|
"version": "17.12.1",
|
||||||
@ -44,6 +50,12 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "17.15.1",
|
||||||
|
"images": {
|
||||||
|
"image": "x86_64_crb_linux_l2-adventerprisek9-ms.iol"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "17.12.1",
|
"name": "17.12.1",
|
||||||
"images": {
|
"images": {
|
||||||
|
@ -13,11 +13,17 @@
|
|||||||
"iou": {
|
"iou": {
|
||||||
"ethernet_adapters": 2,
|
"ethernet_adapters": 2,
|
||||||
"serial_adapters": 2,
|
"serial_adapters": 2,
|
||||||
"nvram": 128,
|
"nvram": 512,
|
||||||
"ram": 256,
|
"ram": 512,
|
||||||
"startup_config": "iou_l3_base_startup-config.txt"
|
"startup_config": "iou_l3_base_startup-config.txt"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "x86_64_crb_linux-adventerprisek9-ms.iol",
|
||||||
|
"version": "17.15.1",
|
||||||
|
"md5sum": "5d584f6cfbeaadc87d55f613da1049ed",
|
||||||
|
"filesize": 292001512
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "x86_64_crb_linux-adventerprisek9-ms.bin",
|
"filename": "x86_64_crb_linux-adventerprisek9-ms.bin",
|
||||||
"version": "17.12.1",
|
"version": "17.12.1",
|
||||||
@ -44,6 +50,12 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "17.15.1",
|
||||||
|
"images": {
|
||||||
|
"image": "x86_64_crb_linux-adventerprisek9-ms.iol"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "17.12.1",
|
"name": "17.12.1",
|
||||||
"images": {
|
"images": {
|
||||||
|
Loading…
Reference in New Issue
Block a user