Can you change an interface speed by changing the respective cfg file of the router?
For example we have a tunnel in which it's set as a default of 100kbps, but in reality link is a 1Gb interface.
Hence i guess that i can find the cfg file of this router in "/etc/mrtg/conf.d" and the change the MaxBytes and MaxSpeed as below?:
Code: Select all
### Interface 16 >> Descr: 'Tunnel0' | Name: 'Tu0' | Ip: '10.192.126.45' | Eth: 'No Ethernet Id' ###
Target[10.192.128.227_16]: 16:[email protected]:161::::2
noHC[10.192.128.227_16]: yes
SetEnv[10.192.128.227_16]: MRTG_INT_IP="10.192.126.45" MRTG_INT_DESCR="Tunnel0"
MaxBytes[10.192.128.227_16]: 12500
Title[10.192.128.227_16]: Traffic Analysis for 16 -- am1-crtr01
PageTop[10.192.128.227_16]: <h1>Traffic Analysis for 16 -- am1-crtr01</h1>
<div id="sysdetails">
<table>
<tr>
<td>System:</td>
<td>am1-crtr01 in AM1</td>
</tr>
<tr>
<td>Maintainer:</td>
<td></td>
</tr>
<tr>
<td>Description:</td>
<td>Tunnel0 IPSec to BXL </td>
</tr>
<tr>
<td>ifType:</td>
<td>Encapsulation Interface (131)</td>
</tr>
<tr>
<td>ifName:</td>
<td>Tu0</td>
</tr>
<tr>
<td>Max Speed:</td>
<td>12.5 kBytes/s</td>