Blame contrib/ciscoindex/README

Packit 667938
#
Packit 667938
# ciscoindex.pl
Packit 667938
#
Packit 667938
# Written 1/20/99 by Tim Cimarusti
Packit 667938
#
Packit 667938
# This PERL script will read in the a Cisco router config file
Packit 667938
# created by the "write network" command and create a HTML index
Packit 667938
# for it's interfaces that corresponds with MRTG.
Packit 667938
# It sorts the output by interface type and adds descriptions,
Packit 667938
# IP addresses, DLCI numbers, and bandwidth to the HTML.
Packit 667938
#
Packit 667938
# usage : ciscoindex.pl <config-file-name>
Packit 667938
#
Packit 667938
# Note: The HTML document will be named <hostname>.html
Packit 667938
#       where <hostname> is whatever is in the router config.
Packit 667938
#
Packit 667938
# Feedback : cimarust@mercernet.com
Packit 667938
#