diff --git a/Info/Layer3/Passport.pm b/Info/Layer3/Passport.pm index 00dd1248..ea2d995e 100644 --- a/Info/Layer3/Passport.pm +++ b/Info/Layer3/Passport.pm @@ -1,8 +1,8 @@ # SNMP::Info::Layer3::Passport -# Eric Miller +# Eric Miller # $Id$ # -# Copyright (c) 2004 Eric Miller, Max Baker +# Copyright (c) 2004-6 Eric Miller, Max Baker # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -471,12 +471,12 @@ __END__ =head1 NAME -SNMP::Info::Layer3::Passport - Perl5 Interface to Nortel's Passport -and Accelar Series Switches +SNMP::Info::Layer3::Passport - Perl5 Interface to modular Nortel Ethernet Routing +Switches (formerly Passport / Accelar) =head1 AUTHOR -Eric Miller (C) +Eric Miller =head1 SYNOPSIS @@ -491,18 +491,20 @@ Eric Miller (C) ) or die "Can't connect to DestHost.\n"; - my $class = $passport->class(); + my $class = $passport->class(); print "SNMP::Info determined this device to fall under subclass : $class\n"; =head1 DESCRIPTION -Abstraction subclass for Nortel's Passport 8600 and Accelar Series Switches. +Abstraction subclass for modular Nortel Ethernet Routing Switches (formerly +Passport and Accelar Series Switches). -These devices run Passport OS but have some of the same charactersitics as the Baystack family. -For example, extended interface information is gleened from RAPID-CITY. +These devices have some of the same charactersitics as the stackable Nortel +Ethernet Switches (Baystack). For example, extended interface information is +gleened from RAPID-CITY. -For speed or debugging purposes you can call the subclass directly, but not after determining -a more specific class using the method above. +For speed or debugging purposes you can call the subclass directly, but not after +determining a more specific class using the method above. my $passport = new SNMP::Info::Layer3::Passport(...); diff --git a/Info/NortelStack.pm b/Info/NortelStack.pm index b604e099..ab62fe79 100644 --- a/Info/NortelStack.pm +++ b/Info/NortelStack.pm @@ -1,8 +1,8 @@ # SNMP::Info::NortelStack -# Eric Miller +# Eric Miller # $Id$ # -# Copyright (c) 2004 Eric Miller, Max Baker +# Copyright (c) 2004-6 Eric Miller, Max Baker # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -125,7 +125,7 @@ SNMP::Info::NortelStack - Perl5 Interface to Nortel Stack information using SNMP =head1 AUTHOR -Eric Miller (C) +Eric Miller =head1 SYNOPSIS @@ -140,15 +140,15 @@ Eric Miller (C) ) or die "Can't connect to DestHost.\n"; - my $class = $stack->class(); + my $class = $stack->class(); print "SNMP::Info determined this device to fall under subclass : $class\n"; =head1 DESCRIPTION SNMP::Info::NortelStack is a subclass of SNMP::Info that provides an interface to C and C. These MIBs are used across the -Nortel BayStack family, as well as, older Nortel devices such as the Centillion -family of ATM switches. +Nortel Stackable Ethernet Switches (BayStack), as well as, older Nortel devices +such as the Centillion family of ATM switches. Use or create in a subclass of SNMP::Info. Do not use directly. @@ -168,20 +168,6 @@ None. =back -MIBs can be found on the CD that came with your product. - -Or, they can be downloaded directly from Nortel Networks regardless of support -contract status. - -Go to http://www.nortelnetworks.com Techninal Support, Browse Technical Support, -Select by product, Java Device Manager, Software. Download the latest version. -After installation, all mibs are located under the install directory under mibs -and the repspective product line. - -Note: Recommend versions (located in JDM\mibs\bps2000\v3100.zip) -S5-AGENT-MIB s5age154.mib -S5-CHASSIS-MIB s5cha135.mib - =head1 GLOBAL METHODS These are methods that return scalar values from SNMP