Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 02ae487d authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Add C1000

parent e620e813
No related branches found
No related tags found
No related merge requests found
Copyright [2021] [Arun Kumar Sakthivel]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
...@@ -22,6 +22,12 @@ IMAGES = { ...@@ -22,6 +22,12 @@ IMAGES = {
md5='0e4b1fc1448f8ee289634a41f75dc215', md5='0e4b1fc1448f8ee289634a41f75dc215',
size=1, size=1,
), ),
'C1000_15_02': SoftwareImage(
image='c1000-universalk9-mz.152-7.E7.bin',
version='15.2(7)E7',
md5='1e6f508499c36434f7035b83a4018390',
size=16499712,
),
'C1100_16_12': SoftwareImage( 'C1100_16_12': SoftwareImage(
image='c1100-universalk9.16.12.01a.SPA.bin', image='c1100-universalk9.16.12.01a.SPA.bin',
version='16.12.1a', version='16.12.1a',
......
...@@ -21,4 +21,7 @@ PLATFORMS = { ...@@ -21,4 +21,7 @@ PLATFORMS = {
# image='C1100_17_09', # image='C1100_17_09',
# image='C1100_17_06_04', # image='C1100_17_06_04',
), ),
'C1000-8T-2G-L': Model(
image='C1000_15_02',
),
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment