gns3-server 3.0.3__py3-none-any.whl → 3.0.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of gns3-server might be problematic. Click here for more details.

Files changed (116) hide show
  1. gns3_server-3.0.5.dist-info/METADATA +202 -0
  2. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info}/RECORD +114 -59
  3. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info}/WHEEL +1 -1
  4. gns3server/api/routes/compute/cloud_nodes.py +1 -1
  5. gns3server/api/routes/controller/computes.py +1 -1
  6. gns3server/api/routes/controller/images.py +0 -5
  7. gns3server/api/routes/controller/links.py +52 -1
  8. gns3server/appliances/almalinux.gns3a +30 -0
  9. gns3server/appliances/arista-veos.gns3a +15 -15
  10. gns3server/appliances/aruba-arubaoscx.gns3a +39 -0
  11. gns3server/appliances/asterfusion-vAsterNOS-campus.gns3a +50 -0
  12. gns3server/appliances/asterfusion-vAsterNOS.gns3a +1 -1
  13. gns3server/appliances/centos-cloud.gns3a +24 -54
  14. gns3server/appliances/cisco-asav.gns3a +2 -2
  15. gns3server/appliances/cisco-c8000v.gns3a +15 -2
  16. gns3server/appliances/cisco-cat9k.gns3a +2 -2
  17. gns3server/appliances/cisco-csr1000v.gns3a +3 -3
  18. gns3server/appliances/cisco-iosv.gns3a +22 -7
  19. gns3server/appliances/cisco-iosvl2.gns3a +2 -1
  20. gns3server/appliances/cisco-iosxrv.gns3a +2 -2
  21. gns3server/appliances/cisco-iosxrv9k.gns3a +16 -133
  22. gns3server/appliances/cisco-iou-l2.gns3a +2 -0
  23. gns3server/appliances/cisco-iou-l3.gns3a +2 -0
  24. gns3server/appliances/cisco-nxosv.gns3a +2 -1
  25. gns3server/appliances/cisco-nxosv9k.gns3a +36 -343
  26. gns3server/appliances/exos.gns3a +13 -0
  27. gns3server/appliances/fedora-cloud.gns3a +30 -0
  28. gns3server/appliances/fortianalyzer.gns3a +42 -0
  29. gns3server/appliances/fortigate.gns3a +42 -0
  30. gns3server/appliances/fortimanager.gns3a +43 -1
  31. gns3server/appliances/infix.gns3a +118 -0
  32. gns3server/appliances/juniper-vJunos-router.gns3a +75 -0
  33. gns3server/appliances/nethsecurity.gns3a +44 -0
  34. gns3server/appliances/oracle-linux-cloud.gns3a +31 -1
  35. gns3server/appliances/rhel.gns3a +57 -1
  36. gns3server/appliances/rockylinux.gns3a +15 -0
  37. gns3server/appliances/vyos.gns3a +13 -0
  38. gns3server/compute/builtin/nodes/nat.py +1 -1
  39. gns3server/compute/docker/__init__.py +8 -9
  40. gns3server/compute/docker/docker_vm.py +2 -1
  41. gns3server/compute/qemu/qemu_vm.py +69 -28
  42. gns3server/compute/vmware/vmware_vm.py +1 -2
  43. gns3server/controller/__init__.py +14 -0
  44. gns3server/controller/compute.py +4 -3
  45. gns3server/controller/gns3vm/virtualbox_gns3_vm.py +55 -28
  46. gns3server/crash_report.py +1 -1
  47. gns3server/custom_symbols/6wind.svg +1 -0
  48. gns3server/custom_symbols/alpine-virt-qemu.svg +46 -0
  49. gns3server/custom_symbols/arista_bybaro.svg +24 -0
  50. gns3server/custom_symbols/asterfusion-vAsterNOS.svg +48 -0
  51. gns3server/custom_symbols/cisco-fmcv.svg +498 -0
  52. gns3server/custom_symbols/cisco-ise.svg +244 -0
  53. gns3server/custom_symbols/csr1000v_bybaro.svg +38 -0
  54. gns3server/custom_symbols/cumulus_bybaro.svg +27 -0
  55. gns3server/custom_symbols/firefox.svg +1 -0
  56. gns3server/custom_symbols/fortigate_bybaro.svg +42 -0
  57. gns3server/custom_symbols/fortinet.svg +72 -0
  58. gns3server/custom_symbols/innovaphone-ap-icon.jpg +0 -0
  59. gns3server/custom_symbols/innovaphone-pbx-green.png +0 -0
  60. gns3server/custom_symbols/juniper-vmx.svg +284 -0
  61. gns3server/custom_symbols/juniper-vqfx.svg +324 -0
  62. gns3server/custom_symbols/junos_olive_bybaro.svg +18 -0
  63. gns3server/custom_symbols/linux_guest.svg +1917 -0
  64. gns3server/custom_symbols/loadbalancer.svg +380 -0
  65. gns3server/custom_symbols/loadbalancer_docker.svg +387 -0
  66. gns3server/custom_symbols/mgmt_station.svg +1967 -0
  67. gns3server/custom_symbols/mgmt_station_docker.svg +1996 -0
  68. gns3server/custom_symbols/microsoft.svg +85 -0
  69. gns3server/custom_symbols/multilayer_switch_docker.svg +332 -0
  70. gns3server/custom_symbols/multilayer_switch_green_docker.svg +344 -0
  71. gns3server/custom_symbols/multilayer_switch_red_docker.svg +344 -0
  72. gns3server/custom_symbols/opennac.png +0 -0
  73. gns3server/custom_symbols/opensuse.svg +126 -0
  74. gns3server/custom_symbols/openvswitch_bybaro.svg +26 -0
  75. gns3server/custom_symbols/ostinato-3d-icon.svg +95 -0
  76. gns3server/custom_symbols/packetfence2.png +0 -0
  77. gns3server/custom_symbols/pan-vm-fw.svg +364 -0
  78. gns3server/custom_symbols/parrotlogo.png +0 -0
  79. gns3server/custom_symbols/qemu_guest_win10_bybaro.svg +56 -0
  80. gns3server/custom_symbols/qemu_guest_win7_bybaro.svg +59 -0
  81. gns3server/custom_symbols/qemu_guest_win8_bybaro.svg +56 -0
  82. gns3server/custom_symbols/router_docker.svg +213 -0
  83. gns3server/custom_symbols/router_green.svg +206 -0
  84. gns3server/custom_symbols/router_green_docker.svg +665 -0
  85. gns3server/custom_symbols/router_red.svg +206 -0
  86. gns3server/custom_symbols/router_red_docker.svg +213 -0
  87. gns3server/custom_symbols/rpi.png +0 -0
  88. gns3server/custom_symbols/securityonion-logo.png +0 -0
  89. gns3server/custom_symbols/shieldedtux.png +0 -0
  90. gns3server/custom_symbols/steelhead-vcx.png +0 -0
  91. gns3server/custom_symbols/stormshield.png +0 -0
  92. gns3server/custom_symbols/ubuntu.svg +1750 -0
  93. gns3server/custom_symbols/vRIN.svg +316 -0
  94. gns3server/custom_symbols/vsrx_bybaro.svg +44 -0
  95. gns3server/custom_symbols/vyos.svg +35 -0
  96. gns3server/disks/OVMF_CODE_4M.fd +0 -0
  97. gns3server/disks/OVMF_VARS_4M.fd +0 -0
  98. gns3server/schemas/__init__.py +1 -1
  99. gns3server/schemas/compute/docker_nodes.py +2 -2
  100. gns3server/schemas/compute/dynamips_nodes.py +5 -5
  101. gns3server/schemas/compute/iou_nodes.py +2 -2
  102. gns3server/schemas/controller/links.py +21 -0
  103. gns3server/schemas/controller/templates/docker_templates.py +2 -2
  104. gns3server/schemas/controller/templates/dynamips_templates.py +19 -19
  105. gns3server/schemas/controller/templates/iou_templates.py +4 -4
  106. gns3server/schemas/controller/templates/qemu_templates.py +1 -1
  107. gns3server/schemas/controller/users.py +3 -3
  108. gns3server/static/web-ui/index.html +1 -1
  109. gns3server/static/web-ui/main.fd9d76d279fa7d5e.js +1 -0
  110. gns3server/utils/images.py +10 -0
  111. gns3server/version.py +2 -2
  112. gns3_server-3.0.3.dist-info/METADATA +0 -869
  113. gns3server/static/web-ui/main.2e807eb4bc32f838.js +0 -1
  114. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info}/entry_points.txt +0 -0
  115. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info/licenses}/LICENSE +0 -0
  116. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info}/top_level.txt +0 -0
@@ -232,7 +232,7 @@ async def stop_cloud_capture(
232
232
  await node.stop_capture(port_number)
233
233
 
234
234
 
235
- @router.get("/{node_id}/adapters/{adapter_number}/ports/{port_number}/pcap")
235
+ @router.get("/{node_id}/adapters/{adapter_number}/ports/{port_number}/capture/stream")
236
236
  async def stream_pcap_file(
237
237
  *,
238
238
  adapter_number: int = Path(..., ge=0, le=0),
@@ -188,7 +188,7 @@ async def vmware_vms(compute_id: Union[str, UUID]) -> List[schemas.ComputeVMware
188
188
 
189
189
 
190
190
  @router.post("/{compute_id}/dynamips/auto_idlepc")
191
- async def dynamips_autoidlepc(compute_id: Union[str, UUID], auto_idle_pc: schemas.AutoIdlePC) -> str:
191
+ async def dynamips_autoidlepc(compute_id: Union[str, UUID], auto_idle_pc: schemas.AutoIdlePC):
192
192
  """
193
193
  Find a suitable Idle-PC value for a given IOS image. This may take a few minutes.
194
194
  """
@@ -148,11 +148,6 @@ async def upload_image(
148
148
  if os.path.commonprefix([base_images_directory, full_path]) != base_images_directory:
149
149
  raise ControllerForbiddenError(f"Cannot write image, '{image_path}' is forbidden")
150
150
 
151
- image = await images_repo.get_image(image_path)
152
- if image:
153
- log.warning(f"Image '{image_path}' already exists")
154
- return image
155
-
156
151
  try:
157
152
  allow_raw_image = Config.instance().settings.Server.allow_raw_images
158
153
  image = await write_image(image_path, full_path, request.stream(), images_repo, allow_raw_image=allow_raw_image)
@@ -24,7 +24,7 @@ import aiohttp
24
24
  from fastapi import APIRouter, Depends, Request, status
25
25
  from fastapi.responses import StreamingResponse
26
26
  from fastapi.encoders import jsonable_encoder
27
- from typing import List
27
+ from typing import List, Union
28
28
  from uuid import UUID
29
29
 
30
30
  from gns3server.controller import Controller
@@ -285,3 +285,54 @@ async def stream_pcap(request: Request, link: Link = Depends(dep_link)) -> Strea
285
285
  raise ControllerError(f"Client error received when receiving pcap stream from compute: {e}")
286
286
 
287
287
  return StreamingResponse(compute_pcap_stream(), media_type="application/vnd.tcpdump.pcap")
288
+
289
+
290
+ @router.get(
291
+ "/{link_id}/iface",
292
+ response_model=Union[schemas.UDPPortInfo, schemas.EthernetPortInfo],
293
+ dependencies=[Depends(has_privilege("Link.Audit"))]
294
+ )
295
+ async def get_iface(link: Link = Depends(dep_link)) -> Union[schemas.UDPPortInfo, schemas.EthernetPortInfo]:
296
+ """
297
+ Return iface info for links to Cloud or NAT devices.
298
+
299
+ Required privilege: Link.Audit
300
+ """
301
+
302
+ ifaces_info = {}
303
+ for node_data in link._nodes:
304
+ node = node_data["node"]
305
+ if node.node_type not in ("cloud", "nat"):
306
+ continue
307
+
308
+ port_number = node_data["port_number"]
309
+ compute = node.compute
310
+ project_id = link.project.id
311
+ response = await compute.get(f"/projects/{project_id}/{node.node_type}/nodes/{node.id}")
312
+ if "ports_mapping" not in response.json:
313
+ continue
314
+ ports_mapping = response.json["ports_mapping"]
315
+
316
+ for port in ports_mapping:
317
+ port_num = port.get("port_number")
318
+
319
+ if port_num and int(port_num) == int(port_number):
320
+ port_type = port.get("type", "")
321
+ if "udp" in port_type.lower():
322
+ ifaces_info = {
323
+ "node_id": node.id,
324
+ "type": f"{port_type}",
325
+ "lport": port["lport"],
326
+ "rhost": port["rhost"],
327
+ "rport": port["rport"]
328
+ }
329
+ else:
330
+ ifaces_info = {
331
+ "node_id": node.id,
332
+ "type": f"{port_type}",
333
+ "interface": port["interface"],
334
+ }
335
+
336
+ if not ifaces_info:
337
+ raise ControllerError("Link not connected to Cloud/NAT")
338
+ return ifaces_info
@@ -25,6 +25,14 @@
25
25
  "options": "-cpu host -nographic"
26
26
  },
27
27
  "images": [
28
+ {
29
+ "filename": "AlmaLinux-9-GenericCloud-9.4-20240805.x86_64.qcow2",
30
+ "version": "9.4",
31
+ "md5sum": "7c5040c044a989c524d40824cebb4a4d",
32
+ "filesize": 591724544,
33
+ "download_url": "https://vault.almalinux.org/9.4/cloud/x86_64/images/",
34
+ "direct_download_url": "https://vault.almalinux.org/9.4/cloud/x86_64/images/AlmaLinux-9-GenericCloud-9.4-20240805.x86_64.qcow2"
35
+ },
28
36
  {
29
37
  "filename": "AlmaLinux-9-GenericCloud-9.2-20230513.x86_64.qcow2",
30
38
  "version": "9.2",
@@ -33,6 +41,14 @@
33
41
  "download_url": "https://vault.almalinux.org/9.2/cloud/x86_64/images/",
34
42
  "direct_download_url": "https://vault.almalinux.org/9.2/cloud/x86_64/images/AlmaLinux-9-GenericCloud-9.2-20230513.x86_64.qcow2"
35
43
  },
44
+ {
45
+ "filename": "AlmaLinux-8-GenericCloud-8.9-20231128.x86_64.qcow2",
46
+ "version": "8.9",
47
+ "md5sum": "1afc48c798960f0c6ebb65428c0ea973",
48
+ "filesize": 697434112,
49
+ "download_url": "https://vault.almalinux.org/8.9/cloud/x86_64/images/",
50
+ "direct_download_url": "https://vault.almalinux.org/8.9/cloud/x86_64/images/AlmaLinux-8-GenericCloud-8.9-20231128.x86_64.qcow2"
51
+ },
36
52
  {
37
53
  "filename": "AlmaLinux-8-GenericCloud-8.8-20230524.x86_64.qcow2",
38
54
  "version": "8.8",
@@ -59,6 +75,13 @@
59
75
  }
60
76
  ],
61
77
  "versions": [
78
+ {
79
+ "name": "9.4",
80
+ "images": {
81
+ "hda_disk_image": "AlmaLinux-9-GenericCloud-9.4-20240805.x86_64.qcow2",
82
+ "cdrom_image": "almalinux-cloud-init-data.iso"
83
+ }
84
+ },
62
85
  {
63
86
  "name": "9.2",
64
87
  "images": {
@@ -66,6 +89,13 @@
66
89
  "cdrom_image": "almalinux-cloud-init-data.iso"
67
90
  }
68
91
  },
92
+ {
93
+ "name": "8.9",
94
+ "images": {
95
+ "hda_disk_image": "AlmaLinux-8-GenericCloud-8.9-20231128.x86_64.qcow2",
96
+ "cdrom_image": "almalinux-cloud-init-data.iso"
97
+ }
98
+ },
69
99
  {
70
100
  "name": "8.8",
71
101
  "images": {
@@ -29,23 +29,23 @@
29
29
  },
30
30
  "images": [
31
31
  {
32
- "filename": "vEOS-lab-4.33.1F.qcow2",
33
- "version": "4.33.1F",
34
- "md5sum": "8f662409c0732ed9f682edce63601e8a",
35
- "filesize": 611909632,
32
+ "filename": "vEOS64-lab-4.33.2F.qcow2",
33
+ "version": "4.33.2F",
34
+ "md5sum": "fbe629a8342cd0b3b19566b9d7ef4f4f",
35
+ "filesize": 610992128,
36
36
  "download_url": "https://www.arista.com/en/support/software-download"
37
37
  },
38
38
  {
39
- "filename": "vEOS-lab-4.32.3M.qcow2",
40
- "version": "4.32.3M",
41
- "md5sum": "46fc46f5ed1da8752eed8396f08862f8",
42
- "filesize": 605683712,
39
+ "filename": "vEOS64-lab-4.32.4.1M.qcow2",
40
+ "version": "4.32.4.1M",
41
+ "md5sum": "cd369b5ccfd87ccd83a34538681ba35f",
42
+ "filesize": 605159424,
43
43
  "download_url": "https://www.arista.com/en/support/software-download"
44
44
  },
45
45
  {
46
- "filename": "vEOS-lab-4.31.6M.qcow2",
46
+ "filename": "vEOS64-lab-4.31.6M.qcow2",
47
47
  "version": "4.31.6M",
48
- "md5sum": "7410110b77472f058322ec4681f8a356",
48
+ "md5sum": "02fbd929de9416e1096cd2454507d6ce",
49
49
  "filesize": 590479360,
50
50
  "download_url": "https://www.arista.com/en/support/software-download"
51
51
  },
@@ -59,24 +59,24 @@
59
59
  ],
60
60
  "versions": [
61
61
  {
62
- "name": "4.33.1F",
62
+ "name": "4.33.2F",
63
63
  "images": {
64
64
  "hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
65
- "hdb_disk_image": "vEOS-lab-4.33.1F.qcow2"
65
+ "hdb_disk_image": "vEOS64-lab-4.33.2F.qcow2"
66
66
  }
67
67
  },
68
68
  {
69
- "name": "4.32.3M",
69
+ "name": "4.32.4.1M",
70
70
  "images": {
71
71
  "hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
72
- "hdb_disk_image": "vEOS-lab-4.32.3M.qcow2"
72
+ "hdb_disk_image": "vEOS64-lab-4.32.4.1M.qcow2"
73
73
  }
74
74
  },
75
75
  {
76
76
  "name": "4.31.6M",
77
77
  "images": {
78
78
  "hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
79
- "hdb_disk_image": "vEOS-lab-4.31.6M.qcow2"
79
+ "hdb_disk_image": "vEOS64-lab-4.31.6M.qcow2"
80
80
  }
81
81
  }
82
82
  ]
@@ -32,6 +32,27 @@
32
32
  "process_priority": "normal"
33
33
  },
34
34
  "images": [
35
+ {
36
+ "filename": "arubaoscx-disk-image-genericx86-p4-20241115202521.vmdk",
37
+ "version": "10.15.0005",
38
+ "md5sum": "69b3675391c04c1a6e0fd0bf8d8bc2d9",
39
+ "filesize": 420049408,
40
+ "download_url": "https://networkingsupport.hpe.com"
41
+ },
42
+ {
43
+ "filename": "arubaoscx-disk-image-genericx86-p4-20240731173624.vmdk",
44
+ "version": "10.14.1000",
45
+ "md5sum": "01d6932fbc9c46180a4f41aee9e98301",
46
+ "filesize": 412140544,
47
+ "download_url": "https://networkingsupport.hpe.com"
48
+ },
49
+ {
50
+ "filename": "arubaoscx-disk-image-genericx86-p4-20240528190307.vmdk",
51
+ "version": "10.14.0001",
52
+ "md5sum": "83902dbaa74c37cdda3f066f79431933",
53
+ "filesize": 401023488,
54
+ "download_url": "https://networkingsupport.hpe.com"
55
+ },
35
56
  {
36
57
  "filename": "arubaoscx-disk-image-genericx86-p4-20240129204649.vmdk",
37
58
  "version": "10.13.1000",
@@ -139,6 +160,24 @@
139
160
  }
140
161
  ],
141
162
  "versions": [
163
+ {
164
+ "name": "10.15.0005",
165
+ "images": {
166
+ "hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20241115202521.vmdk"
167
+ }
168
+ },
169
+ {
170
+ "name": "10.14.1000",
171
+ "images": {
172
+ "hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20240731173624.vmdk"
173
+ }
174
+ },
175
+ {
176
+ "name": "10.14.0001",
177
+ "images": {
178
+ "hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20240528190307.vmdk"
179
+ }
180
+ },
142
181
  {
143
182
  "name": "10.13.1000",
144
183
  "images": {
@@ -0,0 +1,50 @@
1
+ {
2
+ "appliance_id": "9e934470-d898-4289-a5ed-50af094e629e",
3
+ "name": "Asterfusion vAsterNOS campus",
4
+ "category": "multilayer_switch",
5
+ "description": "AsterNOS is the core technology of Asterfusion’s one-stop SONiC turnkey solution designed for cloud, enterprise, and AI-driven scenarios. AsterNOS v5.2 Campus is specifically designed for traditional campus networks, offering comprehensive L2/L3 capabilities suitable for various campus scenarios such as schools, office buildings, and hospitals. This version supports a fully cloud-integrated Layer 3 network architecture, providing rich routing and switching functionalities to ensure high-performance operation and ease of maintenance. It can also be deployed in the GNS3 simulation environment to experience a complete All-Layer 3 Cloud-Campus network. This version is ideal for enterprises and campus networks requiring high-performance multi-service transport, supporting cross-domain connectivity and providing nanosecond-level time synchronization. It is well-suited for applications with stringent time accuracy requirements, such as financial trading, industrial automation, and smart manufacturing. NOTICE: This appliance file is a virtualized version of AsterNOS and is intended to be used only to experience the basic functionality and industry standard CLI (Klish), not for official software testing. For more information about AsterNOS commercial version, please feel free to contact us via Email: bd@cloudswit.ch",
6
+ "vendor_name": "Asterfusion",
7
+ "vendor_url": "https://cloudswit.ch/",
8
+ "vendor_logo_url": "https://raw.githubusercontent.com/GNS3/gns3-registry/master/vendor-logos/asterfusion.png",
9
+ "documentation_url": "https://help.cloudswit.ch/portal/en/kb/articles/vasternos",
10
+ "product_name": "vAsterNOS",
11
+ "product_url": "https://cloudswit.ch/",
12
+ "registry_version": 4,
13
+ "status": "experimental",
14
+ "maintainer": "Asterfusion",
15
+ "maintainer_email": "bd@cloudswit.ch",
16
+ "usage": "The login is admin and the password is asteros",
17
+ "symbol": "asterfusion-vAsterNOS.svg",
18
+ "first_port_name": "eth0",
19
+ "port_name_format": "Ethernet{0}",
20
+ "qemu": {
21
+ "adapter_type": "e1000",
22
+ "adapters": 10,
23
+ "ram": 4096,
24
+ "cpus": 4,
25
+ "hda_disk_interface": "virtio",
26
+ "arch": "x86_64",
27
+ "console_type": "telnet",
28
+ "boot_priority": "d",
29
+ "kvm": "require"
30
+ },
31
+ "images": [
32
+ {
33
+ "filename": "vAsterNOS-V5.2R012P01.img",
34
+ "version": "5.2-12-1",
35
+ "md5sum": "d18c0cfd786607ccc6dc1069a8f40465",
36
+ "filesize": 2823290880,
37
+ "download_url": "https://drive.cloudswitch.io/external/d29f6d0a6c8322fea42b3c08e95113d026b8ec6aafbe29193c338333077f3da7"
38
+ }
39
+
40
+ ],
41
+ "versions": [
42
+ {
43
+ "name": "5.2-12-1",
44
+ "images": {
45
+ "hda_disk_image": "vAsterNOS-V5.2R012P01.img"
46
+ }
47
+ }
48
+ ]
49
+ }
50
+
@@ -13,7 +13,7 @@
13
13
  "status": "experimental",
14
14
  "maintainer": "Asterfusion",
15
15
  "maintainer_email": "bd@cloudswit.ch",
16
- "usage": "The login is admin, passwd asteros",
16
+ "usage": "The login is admin and the password is asteros",
17
17
  "symbol": "asterfusion-vAsterNOS.svg",
18
18
  "first_port_name": "eth0",
19
19
  "port_name_format": "Ethernet{0}",
@@ -27,44 +27,28 @@
27
27
  },
28
28
  "images": [
29
29
  {
30
- "filename": "CentOS-Stream-GenericCloud-9-20230704.1.x86_64.qcow2",
31
- "version": "Stream-9 (20230704.1)",
32
- "md5sum": "e04511e019325a97837edd9eafe02b48",
33
- "filesize": 1087868416,
34
- "download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images",
35
- "direct_download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230704.1.x86_64.qcow2"
30
+ "filename": "CentOS-Stream-GenericCloud-x86_64-10-20250331.0.x86_64.qcow2",
31
+ "version": "Stream-10 (20250331.0)",
32
+ "md5sum": "776033371ca346001dd6390f0cbaf0d0",
33
+ "filesize": 952041472,
34
+ "download_url": "https://cloud.centos.org/centos/10-stream/x86_64/images",
35
+ "direct_download_url": "https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-10-20250331.0.x86_64.qcow2"
36
36
  },
37
37
  {
38
- "filename": "CentOS-Stream-GenericCloud-8-20230710.0.x86_64.qcow2",
39
- "version": "Stream-8 (20230710.0)",
40
- "md5sum": "83e02ce98c29753c86fb7be7d802aa75",
41
- "filesize": 1676164096,
42
- "download_url": "https://cloud.centos.org/centos/8-stream/x86_64/images",
43
- "direct_download_url": "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20230710.0.x86_64.qcow2"
44
- },
45
- {
46
- "filename": "CentOS-8-GenericCloud-8.4.2105-20210603.0.x86_64.qcow2",
47
- "version": "8.4 (2105)",
48
- "md5sum": "032eed270415526546eac07628905a62",
49
- "filesize": 1309652992,
50
- "download_url": "https://cloud.centos.org/centos/8/x86_64/images",
51
- "direct_download_url": "https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.4.2105-20210603.0.x86_64.qcow2"
52
- },
53
- {
54
- "filename": "CentOS-7-x86_64-GenericCloud-2111.qcow2",
55
- "version": "7 (2111)",
56
- "md5sum": "730b8662695831670721c8245be61dac",
57
- "filesize": 897384448,
58
- "download_url": "https://cloud.centos.org/centos/7/images",
59
- "direct_download_url": "https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2111.qcow2"
38
+ "filename": "CentOS-Stream-GenericCloud-9-20250331.0.x86_64.qcow2",
39
+ "version": "Stream-9 (20250331.0)",
40
+ "md5sum": "4aaeddc6ca497065522c75a7471f9bfd",
41
+ "filesize": 1250625536,
42
+ "download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images",
43
+ "direct_download_url": "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20250331.0.x86_64.qcow2"
60
44
  },
61
45
  {
62
- "filename": "CentOS-7-x86_64-GenericCloud-1809.qcow2",
63
- "version": "7 (1809)",
64
- "md5sum": "da79108d1324b27bd1759362b82fbe40",
65
- "filesize": 914948096,
66
- "download_url": "https://cloud.centos.org/centos/7/images",
67
- "direct_download_url": "https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1809.qcow2"
46
+ "filename": "CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2",
47
+ "version": "Stream-8 (20240603.0)",
48
+ "md5sum": "77f3c9650785b8e977209796e09ee33e",
49
+ "filesize": 2003698688,
50
+ "download_url": "https://cloud.centos.org/centos/8-stream/x86_64/images",
51
+ "direct_download_url": "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2"
68
52
  },
69
53
  {
70
54
  "filename": "centos-cloud-init-data.iso",
@@ -77,37 +61,23 @@
77
61
  ],
78
62
  "versions": [
79
63
  {
80
- "name": "Stream-9 (20230704.1)",
81
- "images": {
82
- "hda_disk_image": "CentOS-Stream-GenericCloud-9-20230704.1.x86_64.qcow2",
83
- "cdrom_image": "centos-cloud-init-data.iso"
84
- }
85
- },
86
- {
87
- "name": "Stream-8 (20230710.0)",
88
- "images": {
89
- "hda_disk_image": "CentOS-Stream-GenericCloud-8-20230710.0.x86_64.qcow2",
90
- "cdrom_image": "centos-cloud-init-data.iso"
91
- }
92
- },
93
- {
94
- "name": "8.4 (2105)",
64
+ "name": "Stream-10 (20250331.0)",
95
65
  "images": {
96
- "hda_disk_image": "CentOS-8-GenericCloud-8.4.2105-20210603.0.x86_64.qcow2",
66
+ "hda_disk_image": "CentOS-Stream-GenericCloud-x86_64-10-20250331.0.x86_64.qcow2",
97
67
  "cdrom_image": "centos-cloud-init-data.iso"
98
68
  }
99
69
  },
100
70
  {
101
- "name": "7 (2111)",
71
+ "name": "Stream-9 (20250331.0)",
102
72
  "images": {
103
- "hda_disk_image": "CentOS-7-x86_64-GenericCloud-2111.qcow2",
73
+ "hda_disk_image": "CentOS-Stream-GenericCloud-9-20250331.0.x86_64.qcow2",
104
74
  "cdrom_image": "centos-cloud-init-data.iso"
105
75
  }
106
76
  },
107
77
  {
108
- "name": "7 (1809)",
78
+ "name": "Stream-8 (20240603.0)",
109
79
  "images": {
110
- "hda_disk_image": "CentOS-7-x86_64-GenericCloud-1809.qcow2",
80
+ "hda_disk_image": "CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2",
111
81
  "cdrom_image": "centos-cloud-init-data.iso"
112
82
  }
113
83
  }
@@ -5,9 +5,9 @@
5
5
  "description": "The Adaptive Security Virtual Appliance is a virtualized network security solution based on the market-leading Cisco ASA 5500-X Series firewalls. It supports both traditional and next-generation software-defined network (SDN) and Cisco Application Centric Infrastructure (ACI) environments to provide policy enforcement and threat inspection across heterogeneous multisite environments.",
6
6
  "vendor_name": "Cisco",
7
7
  "vendor_url": "http://www.cisco.com/",
8
- "documentation_url": "http://www.cisco.com/c/en/us/support/security/virtual-adaptive-security-appliance-firewall/products-installation-guides-list.html",
8
+ "documentation_url": "https://developer.cisco.com/docs/modeling-labs/asav/",
9
9
  "product_name": "ASAv",
10
- "product_url": "http://www.cisco.com/c/en/us/products/security/virtual-adaptive-security-appliance-firewall/index.html",
10
+ "product_url": "https://developer.cisco.com/modeling-labs/",
11
11
  "registry_version": 4,
12
12
  "status": "stable",
13
13
  "maintainer": "GNS3 Team",
@@ -5,9 +5,9 @@
5
5
  "description": "The Cisco Catalyst 8000V Edge Software is a virtual, form-factor router deployed on a virtual machine (VM) running on an x86 server hardware.",
6
6
  "vendor_name": "Cisco",
7
7
  "vendor_url": "http://www.cisco.com/",
8
- "documentation_url": "https://www.cisco.com/c/en/us/td/docs/routers/C8000V/Configuration/c8000v-installation-configuration-guide.html",
8
+ "documentation_url": "https://developer.cisco.com/docs/modeling-labs/cat-8000v/",
9
9
  "product_name": "c8000v",
10
- "product_url": "https://www.cisco.com/c/en/us/support/routers/catalyst-8000v-edge-software/series.html",
10
+ "product_url": "https://developer.cisco.com/modeling-labs/",
11
11
  "registry_version": 4,
12
12
  "status": "stable",
13
13
  "maintainer": "GNS3 Team",
@@ -24,6 +24,13 @@
24
24
  "kvm": "require"
25
25
  },
26
26
  "images": [
27
+ {
28
+ "filename": "c8000v-universalk9_8G_serial.17.15.01a.qcow2",
29
+ "version": "17.15.01a 8G",
30
+ "md5sum": "41efa0aedd67f1f57cde1263c79d9ff6",
31
+ "filesize": 1846280192,
32
+ "download_url": "https://software.cisco.com/download/home/286327102/type/282046477/release/IOSXE-17.15.1a"
33
+ },
27
34
  {
28
35
  "filename": "c8000v-universalk9_8G_serial.17.09.04a.qcow2",
29
36
  "version": "17.09.04a 8G",
@@ -68,6 +75,12 @@
68
75
  }
69
76
  ],
70
77
  "versions": [
78
+ {
79
+ "name": "17.15.01a 8G",
80
+ "images": {
81
+ "hda_disk_image": "c8000v-universalk9_8G_serial.17.15.01a.qcow2"
82
+ }
83
+ },
71
84
  {
72
85
  "name": "17.09.04a 8G",
73
86
  "images": {
@@ -5,9 +5,9 @@
5
5
  "description": "Cisco IOS-XE 9000v. This appliance requires 16GB of memory to run! Recommend 2 or more vCPUs for faster boot performance",
6
6
  "vendor_name": "Cisco",
7
7
  "vendor_url": "http://www.cisco.com/",
8
- "documentation_url": "https://developer.cisco.com/docs/modeling-labs/2-5/#!cml-release-notes",
8
+ "documentation_url": "https://developer.cisco.com/docs/modeling-labs/cat-9000v/",
9
9
  "product_name": "Cisco CAT IOS-XE 9000v",
10
- "product_url": "http://virl.cisco.com/",
10
+ "product_url": "https://developer.cisco.com/modeling-labs/",
11
11
  "registry_version": 4,
12
12
  "status": "experimental",
13
13
  "maintainer": "GNS3 Team",
@@ -5,9 +5,9 @@
5
5
  "description": "The Cisco Cloud Services Router 1000V (CSR 1000V) is a router and network services platform in virtual form factor that is intended for deployment in cloud and virtual data centers. It is optimized to serve as a single-tenant or multitenant WAN gateway. Using proven, industry-leading Cisco IOS\u00ae XE Software networking and security features, the CSR 1000V enables enterprises to transparently extend their WANs into external provider-hosted clouds and cloud providers to offer their tenants enterprise-class networking services.",
6
6
  "vendor_name": "Cisco",
7
7
  "vendor_url": "http://www.cisco.com/",
8
- "documentation_url": "http://www.cisco.com/c/en/us/support/routers/cloud-services-router-1000v-series/products-installation-and-configuration-guides-list.html",
8
+ "documentation_url": "https://developer.cisco.com/docs/modeling-labs/csr-1000v/",
9
9
  "product_name": "CSR1000v",
10
- "product_url": "http://www.cisco.com/c/en/us/support/routers/cloud-services-router-1000v-series/tsd-products-support-series-home.html",
10
+ "product_url": "https://developer.cisco.com/modeling-labs/",
11
11
  "registry_version": 4,
12
12
  "status": "stable",
13
13
  "maintainer": "GNS3 Team",
@@ -169,7 +169,7 @@
169
169
  "version": "16.4.1",
170
170
  "md5sum": "3428e0dcf5132a1b11ab7696d8c61b2e",
171
171
  "filesize": 1261961216,
172
- "download_url": "https://virl.mediuscorp.com/my-account/"
172
+ "download_url": "https://learningnetworkstore.cisco.com/myaccount"
173
173
  },
174
174
  {
175
175
  "filename": "csr1000v-universalk9.16.6.1.qcow2",
@@ -5,8 +5,9 @@
5
5
  "description": "Cisco Virtual IOS allows user to run IOS on a standard computer.",
6
6
  "vendor_name": "Cisco",
7
7
  "vendor_url": "http://www.cisco.com/",
8
+ "documentation_url": "https://developer.cisco.com/docs/modeling-labs/iol/",
8
9
  "product_name": "IOSv",
9
- "product_url": "http://virl.cisco.com/",
10
+ "product_url": "https://developer.cisco.com/modeling-labs/",
10
11
  "registry_version": 4,
11
12
  "status": "stable",
12
13
  "maintainer": "GNS3 Team",
@@ -25,12 +26,11 @@
25
26
  },
26
27
  "images": [
27
28
  {
28
- "filename": "IOSv_startup_config.img",
29
- "version": "1",
30
- "md5sum": "bc605651c4688276f81fd59dcf5cc786",
31
- "filesize": 1048576,
32
- "download_url": "https://sourceforge.net/projects/gns-3/files",
33
- "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/IOSv_startup_config.img/download"
29
+ "filename": "vios-adventerprisek9-m.spa.159-3.m9.qcow2",
30
+ "version": "15.9(3)M9",
31
+ "md5sum": "01b707a2e33185d6d33e0255ced45d23",
32
+ "filesize": 57323008,
33
+ "download_url": "https://learningnetworkstore.cisco.com/myaccount"
34
34
  },
35
35
  {
36
36
  "filename": "vios-adventerprisek9-m.spa.159-3.m8.qcow2",
@@ -101,9 +101,24 @@
101
101
  "md5sum": "79f613ac3b179d5a64520730925130b2",
102
102
  "filesize": 127926272,
103
103
  "download_url": "https://learningnetworkstore.cisco.com/myaccount"
104
+ },
105
+ {
106
+ "filename": "IOSv_startup_config.img",
107
+ "version": "1",
108
+ "md5sum": "bc605651c4688276f81fd59dcf5cc786",
109
+ "filesize": 1048576,
110
+ "download_url": "https://sourceforge.net/projects/gns-3/files",
111
+ "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/IOSv_startup_config.img/download"
104
112
  }
105
113
  ],
106
114
  "versions": [
115
+ {
116
+ "name": "15.9(3)M9",
117
+ "images": {
118
+ "hda_disk_image": "vios-adventerprisek9-m.spa.159-3.m9.qcow2",
119
+ "hdb_disk_image": "IOSv_startup_config.img"
120
+ }
121
+ },
107
122
  {
108
123
  "name": "15.9(3)M8",
109
124
  "images": {
@@ -5,8 +5,9 @@
5
5
  "description": "Cisco Virtual IOS L2 allows user to run a IOS switching image on a standard computer.",
6
6
  "vendor_name": "Cisco",
7
7
  "vendor_url": "http://www.cisco.com/",
8
+ "documentation_url": "https://developer.cisco.com/docs/modeling-labs/iosvl2/",
8
9
  "product_name": "IOSvL2",
9
- "product_url": "http://virl.cisco.com/",
10
+ "product_url": "https://developer.cisco.com/modeling-labs/",
10
11
  "registry_version": 4,
11
12
  "status": "stable",
12
13
  "maintainer": "GNS3 Team",
@@ -5,9 +5,9 @@
5
5
  "description": "IOS XRv supports the control plane features introduced in Cisco IOS XR.",
6
6
  "vendor_name": "Cisco",
7
7
  "vendor_url": "http://www.cisco.com/",
8
- "documentation_url": "http://www.cisco.com/c/en/us/td/docs/ios_xr_sw/ios_xrv/release/notes/xrv-rn.html",
8
+ "documentation_url": "https://developer.cisco.com/docs/modeling-labs/ios-xrv/",
9
9
  "product_name": "IOS XRv",
10
- "product_url": "http://virl.cisco.com/",
10
+ "product_url": "https://developer.cisco.com/modeling-labs/",
11
11
  "registry_version": 4,
12
12
  "status": "stable",
13
13
  "maintainer": "GNS3 Team",