synoptics hub support

This commit is contained in:
Eric Miller
2006-02-01 22:30:42 +00:00
parent e14c749f66
commit 4de346fa39
2 changed files with 528 additions and 1 deletions

View File

@@ -924,7 +924,10 @@ sub device_type {
$objtype = 'SNMP::Info::Layer1::Asante' if ($desc =~ /asante/i);
# Bay Hub
$objtype = 'SNMP::Info::Layer1::Bayhub' if ($desc =~ /NMM.*Agent/);
$objtype = 'SNMP::Info::Layer1::Bayhub' if ($desc =~ /Bay.*NMM.*Agent/);
# Synoptics Hub
$objtype = 'SNMP::Info::Layer1::S3000' if ($desc =~ /synoptics/i);
# These devices don't claim to have Layer1-3 but we like em anyways.
} else {