restrict Passport class to 8600
This commit is contained in:
2
Info.pm
2
Info.pm
@@ -822,7 +822,7 @@ sub device_type {
|
|||||||
$objtype = 'SNMP::Info::Layer3::C6500' if $desc =~ /Catalyst 4000/;
|
$objtype = 'SNMP::Info::Layer3::C6500' if $desc =~ /Catalyst 4000/;
|
||||||
$objtype = 'SNMP::Info::Layer3::C6500' if $desc =~ /s72033_rp/;
|
$objtype = 'SNMP::Info::Layer3::C6500' if $desc =~ /s72033_rp/;
|
||||||
# Nortel Passport 8600
|
# Nortel Passport 8600
|
||||||
$objtype = 'SNMP::Info::Layer3::Passport' if $desc =~ /Passport/;
|
$objtype = 'SNMP::Info::Layer3::Passport' if $desc =~ /Passport-86/;
|
||||||
# Nortel Alteon AD Series
|
# Nortel Alteon AD Series
|
||||||
$objtype = 'SNMP::Info::Layer3::AlteonAD' if $desc =~ /Alteon\s[1A][8D]/;
|
$objtype = 'SNMP::Info::Layer3::AlteonAD' if $desc =~ /Alteon\s[1A][8D]/;
|
||||||
# Nortel Contivity
|
# Nortel Contivity
|
||||||
|
|||||||
Reference in New Issue
Block a user