debian man page for snmp::info::layer2::foundry

Query: snmp::info::layer2::foundry

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Info::Layer2::Foundry(3pm)				User Contributed Perl Documentation				Info::Layer2::Foundry(3pm)

NAME
SNMP::Info::Layer2::Foundry - SNMP Interface to Foundry FastIron Network Devices
AUTHOR
Max Baker
SYNOPSIS
This module is Deprecated. Please use Layer3::Foundry instead. # Let SNMP::Info determine the correct subclass for you. my $foundry = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 1 ) or die "Can't connect to DestHost. "; my $class = $foundry->class(); print "SNMP::Info determined this device to fall under subclass : $class ";
DESCRIPTION
This module is Deprecated. Please use Layer3::Foundry instead. 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 $foundry->model() Returns model type. $foundry->vendor() Returns 'foundry' $foundry->os() Returns 'foundry' $foundry->os_ver() Returns the software version $foundry->serial() Returns the serial number Globals imported from SNMP::Info::Layer2 See documentation in "GLOBALS" in SNMP::Info::Layer2 for details. Globals imported from SNMP::Info::FDP See documentation in "GLOBALS" in SNMP::Info::FDP for details.
TABLE METHODS
These are methods that return tables of information in the form of a reference to a hash. Overrides $foundry->interfaces() Returns reference to hash of interface names to iids. $foundry->i_ignore() Returns reference to hash of interfaces to be ignored. Ignores interfaces with descriptions of tunnel,loopback,null $foundry->i_duplex() Returns reference to hash of interface link duplex status. Crosses $foundry->sw_duplex() with $foundry->sw_index() $foundry->i_duplex_admin() Returns reference to hash of interface administrative duplex status. $foundry->stp_p_state() "The port's current state as defined by application of the Spanning Tree Protocol. Skipped if device is an EdgeIron 24G due to reports of hangs. ("dot1dStpPortState") $foundry->i_vlan() Returns a mapping between "ifIndex" and the PVID or default VLAN. Table Methods imported from SNMP::Info::Layer2 See documentation in "TABLE METHODS" in SNMP::Info::Layer2 for details. Table Methods imported from SNMP::Info::FDP See documentation in "TABLE METHODS" in SNMP::Info::FDP for details. perl v5.12.4 2011-09-28 Info::Layer2::Foundry(3pm)
Related Man Pages
snmp::info::layer2::aironet(3pm) - debian
snmp::info::layer2::catalyst(3pm) - debian
snmp::info::layer2::zyxel_dslam(3pm) - debian
snmp::info::layer3::cisco(3pm) - debian
snmp::info::layer3::foundry(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph