Updates to documentation for Avaya acquisition of Nortel. Update of device support matrix for recent Avaya additions
This commit is contained in:
		| @@ -545,7 +545,7 @@ sub model { | ||||
| } | ||||
|  | ||||
| sub vendor { | ||||
|     return 'nortel'; | ||||
|     return 'avaya'; | ||||
| } | ||||
|  | ||||
| sub os { | ||||
| @@ -1191,7 +1191,7 @@ sub e_vendor { | ||||
|  | ||||
|     my %wf_e_vendor; | ||||
|     foreach my $iid ( keys %$wf_e_idx ) { | ||||
|         $wf_e_vendor{$iid} = 'nortel'; | ||||
|         $wf_e_vendor{$iid} = 'avaya'; | ||||
|     } | ||||
|     return \%wf_e_vendor; | ||||
| } | ||||
| @@ -1378,7 +1378,8 @@ __END__ | ||||
|  | ||||
| =head1 NAME | ||||
|  | ||||
| SNMP::Info::Layer3::BayRS - SNMP Interface to Nortel routers running BayRS. | ||||
| SNMP::Info::Layer3::BayRS - SNMP Interface to Avaya/Nortel routers running | ||||
| BayRS. | ||||
|  | ||||
| =head1 AUTHOR | ||||
|  | ||||
| @@ -1401,7 +1402,7 @@ Eric Miller | ||||
|  | ||||
| =head1 DESCRIPTION | ||||
|  | ||||
| Abstraction subclass for routers running Nortel BayRS.   | ||||
| Abstraction subclass for routers running Avaya/Nortel BayRS.   | ||||
|  | ||||
| For speed or debugging purposes you can call the subclass directly, but not | ||||
| after determining a more specific class using the method above.  | ||||
| @@ -1474,7 +1475,7 @@ and the common model with this map : | ||||
|  | ||||
| =item $bayrs->vendor() | ||||
|  | ||||
| Returns 'nortel' | ||||
| Returns 'avaya' | ||||
|  | ||||
| =item $bayrs->os() | ||||
|  | ||||
| @@ -1583,7 +1584,7 @@ Returns reference to hash.  Key: IID, Value: Hardware version. | ||||
|  | ||||
| =item $bayrs->e_vendor() | ||||
|  | ||||
| Returns reference to hash.  Key: IID, Value: nortel. | ||||
| Returns reference to hash.  Key: IID, Value: avaya. | ||||
|  | ||||
| =item $bayrs->e_serial() | ||||
|  | ||||
|   | ||||
| @@ -68,7 +68,7 @@ sub layers { | ||||
| } | ||||
|  | ||||
| sub vendor { | ||||
|     return 'nortel'; | ||||
|     return 'avaya'; | ||||
| } | ||||
|  | ||||
| sub model { | ||||
| @@ -162,8 +162,8 @@ __END__ | ||||
|  | ||||
| =head1 NAME | ||||
|  | ||||
| SNMP::Info::Layer3::Contivity - SNMP Interface to Nortel VPN Routers | ||||
| (Contivity Extranet Switches). | ||||
| SNMP::Info::Layer3::Contivity - SNMP Interface to Avaya/Nortel VPN Routers | ||||
| (formerly Contivity Extranet Switches). | ||||
|  | ||||
| =head1 AUTHOR | ||||
|  | ||||
| @@ -186,7 +186,8 @@ Eric Miller | ||||
|  | ||||
| =head1 DESCRIPTION | ||||
|  | ||||
| Abstraction subclass for Nortel VPN Routers (Contivity Extranet Switch).   | ||||
| Abstraction subclass for Avaya/Nortel VPN Routers (formerly Contivity | ||||
| Extranet Switch).   | ||||
|  | ||||
| For speed or debugging purposes you can call the subclass directly, but not | ||||
| after determining a more specific class using the method above.  | ||||
| @@ -227,7 +228,7 @@ These are methods that return scalar value from SNMP | ||||
|  | ||||
| =item $contivity->vendor() | ||||
|  | ||||
| Returns 'Nortel' | ||||
| Returns 'avaya' | ||||
|  | ||||
| =item $contivity->model() | ||||
|  | ||||
|   | ||||
| @@ -93,7 +93,7 @@ sub model { | ||||
| } | ||||
|  | ||||
| sub vendor { | ||||
|     return 'nortel'; | ||||
|     return 'avaya'; | ||||
| } | ||||
|  | ||||
| sub os { | ||||
| @@ -174,7 +174,8 @@ __END__ | ||||
|  | ||||
| =head1 NAME | ||||
|  | ||||
| SNMP::Info::Layer3::N1600 - SNMP Interface to Nortel 16XX Network Devices | ||||
| SNMP::Info::Layer3::N1600 - SNMP Interface to Avaya/Nortel 16XX Network | ||||
| Devices | ||||
|  | ||||
| =head1 AUTHOR | ||||
|  | ||||
| @@ -198,8 +199,8 @@ Eric Miller | ||||
|  | ||||
| =head1 DESCRIPTION | ||||
|  | ||||
| Provides abstraction to the configuration information obtainable from a Nortel  | ||||
| N16XX device through SNMP.  | ||||
| Provides abstraction to the configuration information obtainable from an | ||||
| Avaya/Nortel N16XX device through SNMP.  | ||||
|  | ||||
| For speed or debugging purposes you can call the subclass directly, but not | ||||
| after determining a more specific class using the method above.  | ||||
| @@ -247,7 +248,7 @@ F<RAPID-CITY-MIB> and then parses out C<rcA>. | ||||
|  | ||||
| =item $n1600->vendor() | ||||
|  | ||||
| Returns 'nortel' | ||||
| Returns 'avaya' | ||||
|  | ||||
| =item $n1600->os() | ||||
|  | ||||
|   | ||||
| @@ -85,7 +85,7 @@ sub model { | ||||
| } | ||||
|  | ||||
| sub vendor { | ||||
|     return 'nortel'; | ||||
|     return 'avaya'; | ||||
| } | ||||
|  | ||||
| sub os { | ||||
| @@ -927,7 +927,7 @@ sub e_vendor { | ||||
|  | ||||
|     my %rc_e_vendor; | ||||
|     foreach my $iid ( keys %$rc_e_idx ) { | ||||
|         $rc_e_vendor{$iid} = 'nortel'; | ||||
|         $rc_e_vendor{$iid} = 'avaya'; | ||||
|     } | ||||
|     return \%rc_e_vendor; | ||||
| } | ||||
| @@ -1051,8 +1051,8 @@ __END__ | ||||
|  | ||||
| =head1 NAME | ||||
|  | ||||
| SNMP::Info::Layer3::Passport - SNMP Interface to modular Nortel Ethernet Routing | ||||
| Switches (formerly Passport / Accelar) | ||||
| SNMP::Info::Layer3::Passport - SNMP Interface to modular Avaya | ||||
| Ethernet Routing Switch 8000 Series and VSP 9000 Series switches. | ||||
|  | ||||
| =head1 AUTHOR | ||||
|  | ||||
| @@ -1075,10 +1075,10 @@ Eric Miller | ||||
|  | ||||
| =head1 DESCRIPTION | ||||
|  | ||||
| Abstraction subclass for modular Nortel Ethernet Routing Switches (formerly | ||||
| Passport and Accelar Series Switches). | ||||
| Abstraction subclass for modular Avaya Ethernet Routing Switch 8000 Series | ||||
| (formerly Nortel/Bay Passport/Accelar) and VSP 9000 Series switches. | ||||
|  | ||||
| These devices have some of the same characteristics as the stackable Nortel  | ||||
| These devices have some of the same characteristics as the stackable Avaya  | ||||
| Ethernet Switches (Baystack).  For example, extended interface information is  | ||||
| gleaned from F<RAPID-CITY>. | ||||
|  | ||||
| @@ -1126,7 +1126,7 @@ F<RAPID-CITY-MIB> and then parses out C<rcA>. | ||||
|  | ||||
| =item $passport->vendor() | ||||
|  | ||||
| Returns 'nortel' | ||||
| Returns 'avaya' | ||||
|  | ||||
| =item $passport->os() | ||||
|  | ||||
| @@ -1273,7 +1273,7 @@ Returns reference to hash.  Key: IID, Value: Hardware version. | ||||
|  | ||||
| =item $passport->e_vendor() | ||||
|  | ||||
| Returns reference to hash.  Key: IID, Value: nortel. | ||||
| Returns reference to hash.  Key: IID, Value: avaya. | ||||
|  | ||||
| =item $passport->e_serial() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user