mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-20 21:33:09 +00:00
New Cisco Web Security releases + symbol fixes
This commit is contained in:
parent
64a5d38d5f
commit
2ee2d35e3e
@ -12,6 +12,7 @@
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "Credentials: admin / admin. The device gets its initial IP address using DHCP. After getting an IP address, you can access the initial configuration using the WebUI at https://IP_ADDRESS:9090",
|
||||
"symbol": "loadbalancer.svg",
|
||||
"port_name_format": "eth{0}",
|
||||
"qemu": {
|
||||
"adapter_type": "virtio-net-pci",
|
||||
@ -54,3 +55,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -24,6 +24,27 @@
|
||||
"kvm": "require"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "coeus-10-0-0-233-S000V.zip",
|
||||
"version": "10.0.0",
|
||||
"md5sum": "dba739adbd77e804980b10635e5f3136",
|
||||
"filesize": 1974066712,
|
||||
"download_url": "https://software.cisco.com/download/release.html?mdfid=284806698&flowid=41610&softwareid=282975114&release=10.0.0&relind=AVAILABLE&rellifecycle=LD&reltype=latest"
|
||||
},
|
||||
{
|
||||
"filename": "coeus-9-2-0-083-S000V.zip",
|
||||
"version": "9.2.0",
|
||||
"md5sum": "32430061193c38c098b577b756558fff",
|
||||
"filesize": 1961348969,
|
||||
"download_url": "https://software.cisco.com/download/release.html?mdfid=284806698&flowid=41610&softwareid=282975114&release=9.2.0&relind=AVAILABLE&rellifecycle=LD&reltype=latest"
|
||||
},
|
||||
{
|
||||
"filename": "coeus-9-1-1-074-S000V.zip",
|
||||
"version": "9.1.1",
|
||||
"md5sum": "50d03416b0dd9653c0145d3937d8dc33",
|
||||
"filesize": 1968977374,
|
||||
"download_url": "https://software.cisco.com/download/release.html?mdfid=284806698&flowid=41610&softwareid=282975114&release=9.1.1&relind=AVAILABLE&rellifecycle=LD&reltype=latest"
|
||||
},
|
||||
{
|
||||
"filename": "coeus-9-0-1-162-S000V.qcow2",
|
||||
"version": "9.0.1",
|
||||
@ -33,6 +54,24 @@
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "10.0.0",
|
||||
"images": {
|
||||
"hda_disk_image": "coeus-10-0-0-233-S000V.zip"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "9.2.0",
|
||||
"images": {
|
||||
"hda_disk_image": "coeus-9-2-0-083-S000V.zip"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "9.1.1",
|
||||
"images": {
|
||||
"hda_disk_image": "coeus-9-1-1-074-S000V.zip"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "9.0.1",
|
||||
"images": {
|
||||
|
@ -12,6 +12,7 @@
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "The image file is large (21.5 GB), make sure you have enough space. Default credentials: nsroot / nsroot",
|
||||
"symbol": "loadbalancer.svg",
|
||||
"port_name_format": "1/{0}",
|
||||
"qemu": {
|
||||
"adapter_type": "virtio-net-pci",
|
||||
|
@ -11,7 +11,8 @@
|
||||
"status": "stable",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "Default credentials: Network config CLI: setup / setup; CLI: root / loadbalancer; WebUI: loadbalancer / loadbalancer",
|
||||
"usage": "Default credentials:\n Network config CLI: setup / setup\n CLI: root / loadbalancer\n WebUI: loadbalancer / loadbalancer",
|
||||
"symbol": "loadbalancer.svg",
|
||||
"qemu": {
|
||||
"adapter_type": "virtio-net-pci",
|
||||
"adapters": 2,
|
||||
|
Loading…
Reference in New Issue
Block a user