NAME
SNMP::Insight::Classifier - Guess SNMP Agent from description
VERSION
version 0.002
DESCRIPTION
Autodiscovery of device type applying heuristics on SNMPv2 entities
ATTRIBUTES
device
The instance of SNMP::Insight::Device on which perform device type guessing.
desc
A cleaned sysDescr (no new lines nor special characters).
METHODS
classify
Return a suitable device role for the associated device.
guess_by_vendor
Use sysObjectID to guess device type.
guess_by_desc
Use sysObjectID to guess device type.
AUTHOR
Gabriele Mambrini <g.mambrini@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Gabriele Mambrini.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.