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

This package parses and aggregates Cisco or IPCAD 'IP Accounting' data on remote hosts via Telnet.

Detailed aggregated data is available for each source-destination host pair as well as summarized data.
This package also shows a list of available interfaces on the remote host and automatically enables or disables IP Accounting on the interfaces.

CIPAT (available on http://www.sourceforge.net/projects/cipat) is a front-end to Cisco::Accounting which provides a wizard to set up the connection and various detailed reporting formats.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

REQUIREMENTS

	Net::Telnet::Wrapper (available on CPAN)

SUPPORT AND DOCUMENTATION

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

    perldoc Cisco::Accounting

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Cisco-Accounting

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Cisco-Accounting

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Cisco-Accounting

    CPAN Ratings:
        http://cpanratings.perl.org/d/Cisco-Accounting

COPYRIGHT AND LICENCE

Copyright (C) 2007 Maarten Wallraf - perl@2nms.com

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