Cisco ISE version, HW, SW and test-data (#13062)

* ise

* ise
This commit is contained in:
PipoCanaja
2021-07-22 13:53:56 +02:00
committed by GitHub
parent 342900ee53
commit b885198809
4 changed files with 4917 additions and 9 deletions
+11
View File
@@ -0,0 +1,11 @@
mib: ENTITY-MIB
modules:
os:
hardware:
- ENTITY-MIB::entPhysicalModelName.1
- ENTITY-MIB::entPhysicalHardwareRev.1
hardware_template: '{{ ENTITY-MIB::entPhysicalModelName.1 }} rev {{ ENTITY-MIB::entPhysicalHardwareRev.1 }}'
serial:
- ENTITY-MIB::entPhysicalSerialNum.1
version:
- ENTITY-MIB::entPhysicalSoftwareRev.1
-9
View File
@@ -1,9 +0,0 @@
<?php
if ($device['sysObjectID'] == '.1.3.6.1.4.1.9.1.2139') {
$hardware = 'SNS-3945';
} elseif ($device['sysObjectID'] == '.1.3.6.1.4.1.9.1.1426') {
$hardware = 'Virtual Machine';
} else {
$hardware = 'Unknown';
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff