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

SNMP编程

开发平台:

C/C++

  1. README - cisco_ip_acc_collect.pl
  2. This is cisco_ip_acc_collect.pl V0.9
  3. This Script gets IP-accounting data from a Cisco Router and generates output
  4. that can be fed into MRTG.
  5. Configzration:
  6. --------------
  7. First of all, I sugest you make a backup of your router config, before
  8. you configure IP accounting and run this script... If something happens,
  9. I've told you ...
  10. In the networks you can enter the networks you like to analyse in the
  11. following form:
  12. xxx.xxx.xxx.xxx/CDIR Name
  13. xxx.xxx.xxx.xxx is the IP Adress of the Network
  14. CDIR            is the CDIR Bitmask
  15.                 /32 = 255.255.255.255
  16.                 /24 = 255.255.255.0
  17.                 /16 = 255.255.0.0 etc.
  18. Name Is the name of the network.
  19.                 This name can apear more than once.
  20.                 The traffic of all networks that have same 
  21.                 name will be added into one output.
  22. In the .pl file you have to change some variables. See the .pl file for more
  23. informations.
  24. In the mrtg config file you can enter something like this:
  25. Target[tagretname]: `cat /usr/local/mrtg/cisco_ipaccounting/log_test`
  26. Running this script:
  27. --------------------
  28. I start this script with cron, yost before mrtg like this:
  29. */5 * * * * cramer /usr/local/mrtg/cisco_ipaccounting/collect.pl ; /usr/local/mrtg/mrtg /usr/local/mrtg/accounting.conf
  30. Where to get updates:
  31. ---------------------
  32. You can download new versions from ftp://ftp.dolphins.ch/pub/Dolphins/mrtg
  33. Copyrigth & Warranty:
  34. ---------------------
  35. This script is 
  36.     (c) 1999 by Dolphins Network Systems, Matthias Cramer
  37.  This program is free software; you can redistribute it and/or modify it
  38.  under the terms of the GNU General Public License as published by the Free
  39.  Software Foundation; either version 2 of the License, or (at your option)
  40.  any later version.
  41.  This program is distributed in the hope that it will be useful, but WITHOUT
  42.  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  43.  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
  44.  more details.
  45.  You should have received a copy of the GNU General Public License along
  46.  with this program; if not, write to the Free Software Foundation, Inc., 675
  47.  Mass Ave, Cambridge, MA 02139, USA.