Support
Joined: 09 Oct 2002 Posts: 175 Location: Lausanne, Switzerland
|
Posted: Fri Jan 24, 03 9:00 Post subject: How do I configure MRTG: |
|
|
MRTG is a 3rd Party software program for monitoring Ethernet devices using SNMP. The MRTG discovery script incorrectly reports the Maxbyte variable as 0 when in fact it should be set according to the type of connection T1 = 193000, 56K = 7000, Ethernet = 1250000 (max bits per connection divided by 8 for bytes). The MaxBytes value will be used by MRTG to decide whether it got a valid response from the router. You need to manually enter in a value here.
Below is a working configuration file for a Pocket MultiCom. More information about the MRTG software can be found at http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/
Code: | # Add a WorkDir: /some/path line to this file
WorkDir: C:\InetPub\wwwroot\pocket
Options[_]: growright, unknaszero
WithPeak[_]: wmy
######################################################################
# Description: MULTICOM, ISDN/IP Router
# Contact: info@lightning.ch
# System Name: MultiCom
# Location: av des Boveresses 50, 1010 Lausanne
#.....................................................................
Target[10.0.0.1.1]: 1:public@10.0.0.1
MaxBytes[10.0.0.1.1]: 1250000
Title[10.0.0.1.1]: MultiCom (10.0.0.1.1): eth
PageTop[10.0.0.1.1]: <H1>Traffic Analysis for ETH
</H1>
<TABLE>
<TR><TD>System:</TD><TD>Pocket MultiCom 2.6.1 #10147-00:90:F4:00:27:A3, Lausanne</TD></TR>
<TR><TD>Maintainer:</TD><TD>support@lightning.ch</TD></TR>
<TR><TD>Interface:</TD><TD>eth (1)</TD></TR>
<TR><TD>IP:</TD><TD> (10.0.0.1)</TD></TR>
<TR><TD>Max Speed:</TD>
<TD>1.25 MBytes/s (ethernetCsmacd)</TD></TR>
</TABLE>
#---------------------------------------------------------------
Target[10.0.0.1.2]: 2:public@10.0.0.1
MaxBytes[10.0.0.1.2]: 16000
Title[10.0.0.1.2]: MultiCom (): WAN
PageTop[10.0.0.1.2]: <H1>Traffic Analysis for WAN
</H1>
<TABLE>
<TR><TD>System:</TD><TD>Pocket MultiCom 2.6.1 #10147-00:90:F4:00:27:A3, Lausanne</TD></TR>
<TR><TD>Maintainer:</TD><TD>info@lightning.ch</TD></TR>
<TR><TD>Interface:</TD><TD>WAN (2)</TD></TR>
<TR><TD>IP:</TD><TD> (10.0.0.1)</TD></TR>
<TR><TD>Max Speed:</TD>
<TD>16 kBytes/s (basicISDN)</TD></TR>
</TABLE>
#--------------------------------------------------------------- | Other SNMP software include ActiveSNMP http://www.cscare.com/ActiveSNMP/ or Router IP Console http://www.innerdive.com/. |
|