SNMP::Info::NortelStack

SNMP Interface to the Nortel S5-AGENT-MIB and S5-CHASSIS-MIB
Download

SNMP::Info::NortelStack Ranking & Summary

Advertisement

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

SNMP::Info::NortelStack Tags


SNMP::Info::NortelStack Description

SNMP Interface to the Nortel S5-AGENT-MIB and S5-CHASSIS-MIB SNMP::Info::NortelStack is a subclass of the SNMP::Info Perl class that provides an interface to S5-AGENT-MIB and S5-CHASSIS-MIB.SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $stack = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost. "; my $class = $stack->class(); print "SNMP::Info determined this device to fall under subclass : $class ";These MIBs are used across the 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. Requirements: · Perl


SNMP::Info::NortelStack Related Software