doc updates
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# SNMP::Info::Layer3::Passport
|
# SNMP::Info::Layer3::Passport
|
||||||
# Eric Miller <eric@jeneric.org>
|
# Eric Miller
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
# Copyright (c) 2004 Eric Miller, Max Baker
|
# Copyright (c) 2004-6 Eric Miller, Max Baker
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@@ -471,12 +471,12 @@ __END__
|
|||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
SNMP::Info::Layer3::Passport - Perl5 Interface to Nortel's Passport
|
SNMP::Info::Layer3::Passport - Perl5 Interface to modular Nortel Ethernet Routing
|
||||||
and Accelar Series Switches
|
Switches (formerly Passport / Accelar)
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
Eric Miller (C<eric@jeneric.org>)
|
Eric Miller
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
@@ -496,13 +496,15 @@ Eric Miller (C<eric@jeneric.org>)
|
|||||||
|
|
||||||
=head1 DESCRIPTION
|
=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.
|
These devices have some of the same charactersitics as the stackable Nortel
|
||||||
For example, extended interface information is gleened from RAPID-CITY.
|
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
|
For speed or debugging purposes you can call the subclass directly, but not after
|
||||||
a more specific class using the method above.
|
determining a more specific class using the method above.
|
||||||
|
|
||||||
my $passport = new SNMP::Info::Layer3::Passport(...);
|
my $passport = new SNMP::Info::Layer3::Passport(...);
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# SNMP::Info::NortelStack
|
# SNMP::Info::NortelStack
|
||||||
# Eric Miller <eric@jeneric.org>
|
# Eric Miller
|
||||||
# $Id$
|
# $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
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions are met:
|
# 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
|
=head1 AUTHOR
|
||||||
|
|
||||||
Eric Miller (C<eric@jeneric.org>)
|
Eric Miller
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
@@ -147,8 +147,8 @@ Eric Miller (C<eric@jeneric.org>)
|
|||||||
|
|
||||||
SNMP::Info::NortelStack is a subclass of SNMP::Info that provides an interface
|
SNMP::Info::NortelStack is a subclass of SNMP::Info that provides an interface
|
||||||
to C<S5-AGENT-MIB> and C<S5-CHASSIS-MIB>. These MIBs are used across the
|
to C<S5-AGENT-MIB> and C<S5-CHASSIS-MIB>. These MIBs are used across the
|
||||||
Nortel BayStack family, as well as, older Nortel devices such as the Centillion
|
Nortel Stackable Ethernet Switches (BayStack), as well as, older Nortel devices
|
||||||
family of ATM switches.
|
such as the Centillion family of ATM switches.
|
||||||
|
|
||||||
Use or create in a subclass of SNMP::Info. Do not use directly.
|
Use or create in a subclass of SNMP::Info. Do not use directly.
|
||||||
|
|
||||||
@@ -168,20 +168,6 @@ None.
|
|||||||
|
|
||||||
=back
|
=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
|
=head1 GLOBAL METHODS
|
||||||
|
|
||||||
These are methods that return scalar values from SNMP
|
These are methods that return scalar values from SNMP
|
||||||
|
|||||||
Reference in New Issue
Block a user