Skip to content

Commit

Permalink
Add additional ICX 7150 devices (librenms#13627)
Browse files Browse the repository at this point in the history
* Update Brocade root MIB

* Add additional ICX 7150 devices
  • Loading branch information
johnstruse authored and NightowlKr committed Dec 30, 2021
1 parent 1b7f89c commit 7aff0b5
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 56 deletions.
12 changes: 11 additions & 1 deletion LibreNMS/OS/Ironware.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,18 @@ private function rewriteHardware()
'snICX725048HPOERouter' => 'FastIron ICX 7250 48-port PoE+ Router',
'snICX715024Switch' => 'Ruckus ICX 7150 24-port Switch',
'snICX715024Router' => 'Ruckus ICX 7150 24-port Router',
'snICX715024POESwitch' => 'Ruckus ICX 7150 24-port POE+ Switch',
'snICX715024POERouter' => 'Ruckus ICX 7150 24-port POE+ Router',
'snICX715024FSwitch' => 'Ruckus ICX 7150 24F Switch',
'snICX7150C12POESwitch' => 'Ruckus ICX 7150 C12 PoE Switch',
'snICX715024FRouter' => 'Ruckus ICX 7150 24F Router',
'snICX715048Switch' => 'Ruckus ICX 7150 48-port Switch',
'snICX715048Router' => 'Ruckus ICX 7150 48-port Router',
'snICX715048POESwitch' => 'Ruckus ICX 7150 48-port POE+ Switch',
'snICX715048POERouter' => 'Ruckus ICX 7150 48-port POE+ Router',
'snICX7150C12POESwitch' => 'Ruckus ICX 7150 C12 PoE+ Switch',
'snICX7150C12POERouter' => 'Ruckus ICX 7150 C12 PoE+ Router',
'snICX7150C08PSwitch' => 'Ruckus ICX 7150 C08 PoE+ Switch',
'snICX7150C08PRouter' => 'Ruckus ICX 7150 C08 PoE+ Router',
'snFastIronStackFamily.10.1' => 'Ruckus ICX 7150 Stack family',
'snFastIronStackFamily.10.2' => 'Ruckus ICX 7150 Stack family',
'snFastIronStackICX7150Router' => 'Ruckus ICX 7150 Stack Router',
Expand Down
Loading

0 comments on commit 7aff0b5

Please sign in to comment.