NAME

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

VERSION

version 0.002

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

munge_bits

Takes a 'BITS' field and returns to an ASCII bit string

munge_counter64

Return a Math::BigInt object.

munge_ifoperstatus

Munge enumeration for ifOperStatus in IF-MIB.

munge_port_list

Takes an octet string representing a set of ports and returns a reference to an array of binary values each array element representing a port.

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.