Added support Cisco CBS350 (#12737)

* support Cisco CBS350

* hardware collect
This commit is contained in:
PipoCanaja
2021-04-12 02:37:36 +02:00
committed by GitHub
parent 99795eafca
commit ba23ee3999
4 changed files with 10340 additions and 1 deletions

View File

@@ -59,6 +59,8 @@ discovery:
- .1.3.6.1.4.1.9.6.1.34.371.1
- .1.3.6.1.4.1.9.6.1.1001
- .1.3.6.1.4.1.9.6.1.1002
- .1.3.6.1.4.1.9.6.1.1004
- .1.3.6.1.4.1.9.6.1.1006
-
sysDescr_regex:
- '/^Linksys SLM/'

View File

@@ -1,7 +1,9 @@
mib: CISCOSB-rndMng
modules:
os:
sysDescr_regex: '/(?<hardware>S.+-\d+) \d/'
sysDescr_regex:
- '/(?<hardware>S.+-\d+) \d/'
- '/(?<hardware>CBS[^\s]+) /'
hardware: CISCOSB-Physicaldescription-MIB::rlPhdUnitGenParamModelName.1
serial: CISCOSB-Physicaldescription-MIB::rlPhdUnitGenParamSerialNum.1
features: CISCOSB-Physicaldescription-MIB::rlPhdUnitGenParamServiceTag.1

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff