|
NAMESNMP::Info::Layer3::Scalance - SNMP Interface to Siemens Scalance SwitchesAUTHORChristoph HandelSYNOPSIS# Let SNMP::Info determine the correct subclass for you. my $scalance = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost.\n"; my $class = $scalance->class(); print "SNMP::Info determined this device to fall under subclass : $class\n"; DESCRIPTIONProvides abstraction to the configuration information obtainable from a Siemens Scalance Switch via SNMP.Tested only with scalance xr524 Inherited Classes
Required MIBs
<https://support.industry.siemens.com/cs/document/22015045/private-mibs%3A-scalance-x-scalance-w-and-snmp-opc-profile?dti=0&lc=en-DE> <https://support.industry.siemens.com/cs/document/67637278/automationmib-now-available-for-download-in-version-v02-00-00-02-?dti=0&lc=en-TN> Change LogGLOBALSThese are methods that return scalar value from SNMP
Globals imported from SNMP::Info::Layer3See documentation in "GLOBALS" in SNMP::Info::Layer3 for details.Globals imported from SNMP::Info::MAUSee documentation in "GLOBALS" in SNMP::Info::MAU for details.TABLE METHODSThese are methods that return tables of information in the form of a reference to a hash.Overrides
Table Methods imported from SNMP::Info::Layer3See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details.Table Methods imported from SNMP::Info::MAUSee documentation in "TABLE METHODS" in SNMP::Info::MAU for details.
Visit the GSP FreeBSD Man Page Interface. |