NAME
Device::ZyXEL::IES::OID - Translate names to OIDs for all the OID's used by Device::ZyXEL::IES::*
VERSION
Version 0.01
SYNOPSIS
Just a method to translate a name to an OID.
my $n = Device::ZyXEL::IES::OID->new;
my $oid = $n->translate("ZYXEL-IES5000-MIB::macFilterPortMacCount");
new
Just calls SNMP::initMib() to read the mib files of the system.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Device::ZyXEL::IES::OID
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.