Updates to documentation for Brocade acquisition of Foundry. Update of device support matrix for Foundry
This commit is contained in:
@@ -138,7 +138,7 @@ Max Baker
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
F<ENTITY-MIB> is used by Layer 2 devices from HP, Aironet, Foundry, Cisco,
|
||||
F<ENTITY-MIB> is used by Layer 2 devices from Brocade, Cisco, HP,
|
||||
and more.
|
||||
|
||||
See RFC 2737 for full details.
|
||||
|
||||
@@ -178,8 +178,7 @@ interface to FDP information through SNMP.
|
||||
FDP is a Layer 2 protocol that supplies topology information of
|
||||
devices that also speak FDP, mostly switches and routers. It has
|
||||
similar functionality to Cisco's CDP, and the SNMP interface is
|
||||
virtually identical. FDP is implemented in Foundry devices, including
|
||||
the Bigiron and Fastiron range.
|
||||
virtually identical. FDP is implemented in Brocade (Foundry) devices.
|
||||
|
||||
Create or use a device subclass that inherits this class. Do not use
|
||||
directly.
|
||||
|
||||
@@ -318,7 +318,7 @@ sub vendor {
|
||||
return 'cisco' if $id =~ /^\Q.1.3.6.1.4.1.9.1.\E\d+$/;
|
||||
return 'cisco' if $id =~ /^\Q.1.3.6.1.4.1.9.9.368.4.\E\d+/;
|
||||
return 'cisco' if ( $descr =~ /(cisco|\bios\b)/i );
|
||||
return 'foundry' if ( $descr =~ /foundry/i );
|
||||
return 'brocade' if ( $descr =~ /foundry/i );
|
||||
|
||||
return 'unknown';
|
||||
|
||||
|
||||
@@ -157,11 +157,11 @@ sub model {
|
||||
}
|
||||
|
||||
sub os {
|
||||
return 'foundry';
|
||||
return 'brocade';
|
||||
}
|
||||
|
||||
sub vendor {
|
||||
return 'foundry';
|
||||
return 'brocade';
|
||||
}
|
||||
|
||||
sub os_ver {
|
||||
@@ -275,7 +275,8 @@ __END__
|
||||
|
||||
=head1 NAME
|
||||
|
||||
SNMP::Info::Layer3::Foundry - SNMP Interface to Foundry Network Devices
|
||||
SNMP::Info::Layer3::Foundry - SNMP Interface to Brocade (Foundry) Network
|
||||
Devices
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
@@ -299,7 +300,7 @@ Max Baker
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Abstraction subclass for Foundry Networks devices.
|
||||
Abstraction subclass for Brocade (Foundry) Networks devices.
|
||||
|
||||
For speed or debugging purposes you can call the subclass directly, but not
|
||||
after determining a more specific class using the method above.
|
||||
@@ -351,11 +352,11 @@ and removes 'C<sn>'. EdgeIron models determined through F<ENTITY-MIB>.
|
||||
|
||||
=item $foundry->vendor()
|
||||
|
||||
Returns 'foundry'
|
||||
Returns 'brocade'
|
||||
|
||||
=item $foundry->os()
|
||||
|
||||
Returns 'foundry'
|
||||
Returns 'brocade'
|
||||
|
||||
=item $foundry->os_ver()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user