I am looking to potentially add 2 items to some of the switch bandwidth graphs, but can't seem to find the proper trick to do so.
What I am looking for is to add a line on our gateway switch to show the amount of traffic we are allowed as per our ISP agreement. For example, in our case, we are paying for a 35Mbs connection which is burstable to 100Mbps. This would be the red line that I have drawn in, as seen in the attachment.
The second line that I am looking to add is the 95th Percentile of traffic line. In mrtg this is the avgpeak, and I have tried to draw it in blue, as in seen in the attachment.
At this point, I have no clue on how to achieve the first goal, so any help would be appreciated.
For the second line, I have tried to modify the proper mrtg.cfg file, but I still do not see the line. I have added the Options line as seen below:
Code: Select all
### Interface 10006 >> Descr: 'FastEthernet0/6' | Name: 'Fa0/6' | Ip: 'No Ip' | Eth: '0c-85-25-f8-75-06' ###
Target[10.2.2.22_10006]: 10006:[email protected]:161::::2
SetEnv[10.2.2.22_10006]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="FastEthernet0/6"
MaxBytes[10.2.2.22_10006]: 12500000
Options[10.2.2.22_10006]: avgpeak
Title[10.2.2.22_10006]: Traffic Analysis for 10006 -- ottprodout01.pythian.com
PageTop[10.2.2.22_10006]: <h1>Traffic Analysis for 10006 -- ottprodout01.pythian.com</h1>
Thanks in advance for the assistance.
Andre Plante