SNMP::Info::Layer2::Foundry.3pm

Langue: en

Version: 2006-06-30 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SNMP::Info::Layer2::Foundry - Perl5 Interface to Foundry FastIron Network Devices

AUTHOR

Max Baker

SYNOPSIS

  # Let SNMP::Info determine the correct subclass for you. 
  my $foundry = 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      = $foundry->class();
  print "SNMP::Info determined this device to fall under subclass : $class\n";
 
 

DESCRIPTION

This module provides support for Foundry EdgeIron Switches

Inherited Classes

SNMP::Info::Layer2
SNMP::Info::FDP

Required MIBs

FOUNDRY-SN-ROOT-MIB
Inherited Classes' MIBs
See classes listed above for their required MIBs.

GLOBALS

These are methods that return scalar value from SNMP
todo

Globals imported from SNMP::Info::Layer2

See documentation in SNMP::Info::Layer2 for details.

Globals imported from SNMP::Info::FDP

See documentation in SNMP::Info::FDP for details.

TABLE ENTRIES

These are methods that return tables of information in the form of a reference to a hash.

Overrides

todo2

Table Methods imported from SNMP::Info::Layer2

See documentation in SNMP::Info::Layer2 for details.

Table Methods imported from SNMP::Info::FDP

See documentation in SNMP::Info::FDP for details.