Anybody configure Tasman Router with DS-3 card? I unable to get the bundle or 
DS-3 channel (1-28) to recongize or no graphical in/out traffic. Here is my 
mrtg script. Am I missing something on my perl script or configuration issue? 
   
   
  router
   
  snmp-server
  snmp-enable
  community public ro
  contact "test"
    chassis-id LABT1
  trap-version 1
  exit snmp-server
  ---------------------------------------------------------
  perl
   
  # create the cfg file for this Ip address (assumes community string is 
"public") 
          perl /usr/local/src/mrtg-2.12.2/bin/cfgmaker                    \
        --global "workdir: /var/www/html/$location/$name"               \
        --global "Options[_]: growright, bits"                          \
        --ifref=name                                                    \
        --no-down                                                       \
        [EMAIL PROTECTED]
        --output /etc/mrtg/$name.cfg
  
# Create an index.html file for this folder  
          perl /usr/local/src/mrtg-2.12.2/bin/indexmaker                  \
        /etc/mrtg/$name.cfg > /var/www/html/$location/$name/$name.cfg 
  # create an entry in script "all-ip" to run mrtg for each device. 
 
    echo "env LANG=C /usr/local/src/mrtg-2.12.2/bin/mrtg /etc/mrtg/$name.cfg;" \
    >> /etc/mrtg/all-ip

       
---------------------------------
Get the free Yahoo! toolbar and rest assured with the added security of spyware 
protection. 
_______________________________________________
mrtg mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/mrtg

Reply via email to