NAME

NetObj::MacAddress::Formatter::Dots - formatting MAC addresses in Cisco notation

VERSION

version 1.0.2

SYNOPSIS

use NetObj::MacAddress::Formatter::Dots;
  my $mac = NetObj::MacAddress->new('080020abcdef');
    $mac->to_string('dots'); # '0800.20ab.cdef'

DESCRIPTION

Helper module to format a MAC address as a string in hex dot delimited format.

METHODS

format

Method to do the actual formatting. Used by NetObj::MacAddress.

AUTHOR

Elmar S. Heeb <elmar@heebs.ch>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by Elmar S. Heeb.

This is free software, licensed under:

The GNU General Public License, Version 3, June 2007