NAME
Device::ZyXEL::IES::Slot - A model of a Slot on an IES.
VERSION
Version 0.10
SYNOPSIS
Meant to be instanciated from Device::ZyXEL::IES only.
BUILD
Create a handle for a Device::ZyXEL::IES::OID object in order
to translate OID names to actual oids.
FUNCTIONS
read_oid
Uses Net::SNMP::Util to read the value of an oid for a specific slot. Used internally by _set_*
has_port
Checks whether or not a specific port id is present in the port list.
read_firmware
reads the firmware version from the IES using Net::SNMP::Util
alignports
Sets up any missing port elements in the list of ports, so that the list always matches the actual number of and id's of the ports on the slot.
read_cardtype
reads the cardtype from the IES using Net::SNMP::Util
fetchDetails
Fetches all the details of a slot by calling all the read_* methods of this module.
portInventory
Fetches details for all ports on the slot.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Device::ZyXEL::IES::Slot
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
Fullrate (http://www.fullrate.dk)
Thanks for allowing me to be introduced to the "wonderful" device ;)
And thanks for donating some of my work time to create this module and
sharing it with the world.
COPYRIGHT & LICENSE
Copyright 2012 Jesper Dalberg, all rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.