Skip to content

Commit 76421f4

Browse files
authored
Add IOU-L3 & IOU-L2 versions 17.15.1 from CML 2.8, also increase NVRAM & RAM to prevent config saving issue.
1 parent 2b08913 commit 76421f4

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

appliances/cisco-iou-l2.gns3a

+14-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,17 @@
1313
"iou": {
1414
"ethernet_adapters": 4,
1515
"serial_adapters": 0,
16-
"nvram": 128,
17-
"ram": 256,
16+
"nvram": 512,
17+
"ram": 512,
1818
"startup_config": "iou_l2_base_startup-config.txt"
1919
},
2020
"images": [
21+
{
22+
"filename": "x86_64_crb_linux_l2-adventerprisek9-ms.iol",
23+
"version": "17.15.1",
24+
"md5sum": "6c587cdfd5056078e70b3f6c26800d66",
25+
"filesize": 243251976
26+
},
2127
{
2228
"filename": "x86_64_crb_linux_l2-adventerprisek9-ms.bin",
2329
"version": "17.12.1",
@@ -44,6 +50,12 @@
4450
}
4551
],
4652
"versions": [
53+
{
54+
"name": "17.15.1",
55+
"images": {
56+
"image": "x86_64_crb_linux_l2-adventerprisek9-ms.iol"
57+
}
58+
},
4759
{
4860
"name": "17.12.1",
4961
"images": {

appliances/cisco-iou-l3.gns3a

+14-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,17 @@
1313
"iou": {
1414
"ethernet_adapters": 2,
1515
"serial_adapters": 2,
16-
"nvram": 128,
17-
"ram": 256,
16+
"nvram": 512,
17+
"ram": 512,
1818
"startup_config": "iou_l3_base_startup-config.txt"
1919
},
2020
"images": [
21+
{
22+
"filename": "x86_64_crb_linux-adventerprisek9-ms.iol",
23+
"version": "17.15.1",
24+
"md5sum": "5d584f6cfbeaadc87d55f613da1049ed",
25+
"filesize": 292001512
26+
},
2127
{
2228
"filename": "x86_64_crb_linux-adventerprisek9-ms.bin",
2329
"version": "17.12.1",
@@ -44,6 +50,12 @@
4450
}
4551
],
4652
"versions": [
53+
{
54+
"name": "17.15.1",
55+
"images": {
56+
"image": "x86_64_crb_linux-adventerprisek9-ms.iol"
57+
}
58+
},
4759
{
4860
"name": "17.12.1",
4961
"images": {

0 commit comments

Comments
 (0)