NAME

SNMP::Insight::MIB - Base role for MIBs

VERSION

version 0.001

FUNCTIONS

munge_bool()

Takes a BOOLEAN and makes it a nop|true|false string

munge_ipaddress()

Takes a binary IP and makes it dotted ASCII

munge_macaddress()

Takes an octet stream (HEX-STRING) and returns a colon separated ASCII hex string.

munge_octet2hex()

Takes a binary octet stream and returns an ASCII hex string

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.