Skip to content

Commit

Permalink
Add firewall to SNMP Model Helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Oct 1, 2024
1 parent 57a8532 commit 0f90e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helpers/snmp_model_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3586,7 +3586,7 @@ function get_details_from_oid(string $oid = ''): object
case '1.3.6.1.4.1.2590.1.1.1.2.1.240': $device->model = 'Minolta 211 PCL'; $device->type = 'network printer'; break;
case '1.3.6.1.4.1.2603.5.1.26': $device->model = 'SG9500'; $device->type = 'network device'; break;
case '1.3.6.1.4.1.2603.5.1.27': $device->model = 'SGVE'; $device->type = 'network device'; break;
case '1.3.6.1.4.1.2604.5': $device->model = ''; $device->type = 'firewall'; break;
case '1.3.6.1.4.1.2604.5': $device->model = 'Sophos XG'; $device->type = 'firewall'; break;
case '1.3.6.1.4.1.2620.1.6.123.1.1': $device->model = 'UTM-1450'; $device->type = 'firewall'; break;
case '1.3.6.1.4.1.2620.1.6.123.1.10': $device->model = 'Power-15070'; $device->type = 'firewall'; break;
case '1.3.6.1.4.1.2620.1.6.123.1.100': $device->model = '3800'; $device->type = 'firewall'; break;
Expand Down

0 comments on commit 0f90e96

Please sign in to comment.