[3136084] Rename Allied Telesyn to Allied Telesis (Oliver Gorwits)
This commit is contained in:
@@ -24,6 +24,7 @@ version 2.07 ()
|
|||||||
* [2980789] Fix root_ip to try OSPF RouterID first (Brian De Wolf)
|
* [2980789] Fix root_ip to try OSPF RouterID first (Brian De Wolf)
|
||||||
* [2986858] Fix the patch from this ticket (Oliver Gorwits)
|
* [2986858] Fix the patch from this ticket (Oliver Gorwits)
|
||||||
* [3076592] Not an ARRAY reference in Info.pm (Oliver Gorwits)
|
* [3076592] Not an ARRAY reference in Info.pm (Oliver Gorwits)
|
||||||
|
* [3136084] Rename Allied Telesyn to Allied Telesis (Oliver Gorwits)
|
||||||
|
|
||||||
version 2.06 (2011-09-28)
|
version 2.06 (2011-09-28)
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ device: All
|
|||||||
#
|
#
|
||||||
# Allied
|
# Allied
|
||||||
#
|
#
|
||||||
device-vendor: Allied Telesyn
|
device-vendor: Allied Telesis
|
||||||
cdp:no
|
cdp:no
|
||||||
class: Layer1::Allied
|
class: Layer1::Allied
|
||||||
ver: 1
|
ver: 1
|
||||||
|
|||||||
6
Info.pm
6
Info.pm
@@ -417,7 +417,7 @@ See documentation in L<SNMP::Info::Layer1> for details.
|
|||||||
|
|
||||||
=item SNMP::Info::Layer1::Allied
|
=item SNMP::Info::Layer1::Allied
|
||||||
|
|
||||||
Subclass for Allied Telesys Repeaters / Hubs.
|
Subclass for Allied Telesis Repeaters / Hubs.
|
||||||
|
|
||||||
Requires F<ATI-MIB>
|
Requires F<ATI-MIB>
|
||||||
|
|
||||||
@@ -476,7 +476,7 @@ See documentation in L<SNMP::Info::Layer2::Aironet> for details.
|
|||||||
|
|
||||||
=item SNMP::Info::Layer2::Allied
|
=item SNMP::Info::Layer2::Allied
|
||||||
|
|
||||||
Allied Telesys switches.
|
Allied Telesis switches.
|
||||||
|
|
||||||
See documentation in L<SNMP::Info::Layer2::Allied> for details.
|
See documentation in L<SNMP::Info::Layer2::Allied> for details.
|
||||||
|
|
||||||
@@ -1354,7 +1354,7 @@ sub device_type {
|
|||||||
# SonicWALL
|
# SonicWALL
|
||||||
$objtype = 'SNMP::Info::Layer3::SonicWALL' if $desc =~ /SonicWALL/i;
|
$objtype = 'SNMP::Info::Layer3::SonicWALL' if $desc =~ /SonicWALL/i;
|
||||||
|
|
||||||
# Allied Telesyn Layer2 managed switches. They report they have L3 support
|
# Allied Telesis Layer2 managed switches. They report they have L3 support
|
||||||
$objtype = 'SNMP::Info::Layer2::Allied'
|
$objtype = 'SNMP::Info::Layer2::Allied'
|
||||||
if ( $desc =~ /Allied.*AT-80\d{2}\S*/i );
|
if ( $desc =~ /Allied.*AT-80\d{2}\S*/i );
|
||||||
|
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ __END__
|
|||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
SNMP::Info::Layer2::Allied - SNMP Interface to Allied Telesyn switches
|
SNMP::Info::Layer2::Allied - SNMP Interface to Allied Telesis switches
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user