README
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

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