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

IPDR is a method to collect statistical data for a variety of IP applications.
Primarily this module ( two are contained in this distribtion ) focus on 
Cisco UBR ( 7200 and 10k ) and Motorola BSR 6400. The later module should also
work for any other IPDR compliant services. Now tested with Aris.

Make sure you actually LOOK at the test results otherwise when running the module
strange results will occur if the test fails, even though the module will still
install. Check has now been added when running the module for 64bit support, no
more complaining the results are rubbish caused by no 64bit support.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc IPDR::Collection::Cisco
    perldoc IPDR::Collection::Client

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/IPDR

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Collection::IPDR

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/IPDR

    CPAN Ratings:
        http://cpanratings.perl.org/d/IPDR

COPYRIGHT AND LICENCE

Copyright (C) 2009 Andrew S. Kennedy

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.