SNMP::Info::Layer3::N1600

SNMP::Info::Layer3::N1600 is a Perl5 Interface to Nortel 16XX Network Devices.
Download

SNMP::Info::Layer3::N1600 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Eric Miller and Bill Fenner
  • Publisher web site:
  • http://search.cpan.org/~emiller/SNMP-Info-1.04/Info/Layer3/N1600.pm

SNMP::Info::Layer3::N1600 Tags


SNMP::Info::Layer3::N1600 Description

SNMP::Info::Layer3::N1600 is a Perl5 Interface to Nortel 16XX Network Devices. SNMP::Info::Layer3::N1600 is a Perl5 Interface to Nortel 16XX Network Devices.SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $n1600 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost => 'myswitch', Community => 'public', Version => 1 ) or die "Can't connect to DestHost.n"; my $class = $n1600->class(); print "SNMP::Info determined this device to fall under subclass : $classn";Provides abstraction to the configuration information obtainable from a 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.my $n1600 = new SNMP::Info::Layer3::N1600(...); Requirements: · Perl


SNMP::Info::Layer3::N1600 Related Software