enh(gude/snmp): add pdu gude series (#3269)

This commit is contained in:
qgarnier 2021-11-22 12:56:09 +01:00 committed by GitHub
parent 1fa3d50090
commit 95748d4bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -29,9 +29,18 @@ our @EXPORT_OK = qw(find_gude_version);
my $regexp_gude_branch = {
'1104' => '.1.3.6.1.4.1.28507.68',
'1105' => '.1.3.6.1.4.1.28507.69',
'1202' => '.1.3.6.1.4.1.28507.43',
'8021' => '.1.3.6.1.4.1.28507.77',
'8025' => '.1.3.6.1.4.1.28507.79',
'8031' => '.1.3.6.1.4.1.28507.81',
'8035' => '.1.3.6.1.4.1.28507.83',
'8041' => '.1.3.6.1.4.1.28507.85',
'8045' => '.1.3.6.1.4.1.28507.87',
'8101' => '.1.3.6.1.4.1.28507.89',
'8221' => '.1.3.6.1.4.1.28507.56',
'8226' => '.1.3.6.1.4.1.28507.58'
'8226' => '.1.3.6.1.4.1.28507.58',
'8316' => '.1.3.6.1.4.1.28507.64'
};
sub find_gude_branch {