The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FusionInventory::Agent::Tools::SNMP - SNMP Hardware-related functions

DESCRIPTION

This module provides some hardware-related functions for SNMP devices.

FUNCTIONS

getCanonicalSerialNumber($serial)

return a clean serial number string.

getCanonicalString($string)

return a clean generic string.

getCanonicalMacAddress($mac)

return a clean mac string.

getCanonicalConstant($value)

return a clean integer value.

isInteger($value)

return true if value is an integer.

getRegexpOidMatch($oid)

return compiled regexp to match given oid.