Added Digital China vendor
Added ASAM 73xx model for Lucent
This commit is contained in:
Andrey Pazychev
2020-05-19 21:27:08 +03:00
parent fbf0bbe880
commit 08a632c053
3 changed files with 153 additions and 0 deletions

View File

@@ -96,6 +96,8 @@ sub model {
my $id = $alu->id();
my $model = &SNMP::translateObj($id);
return 'ASAM 73xx' if $id =~ /637\.61\.1$/;
return $id unless defined $model;
$model =~ s/^device//;