Help with MRTG config

I am having a problem getting mrtg on my web server to produce any graphs. It seems to create the graph and scrolls with the time but it does not graph any data. It creates all of the files that it should just doesn’t display any data. I am only trying to graph the bandwidth of my interfaces. This is a sample of my config, it was made with cfgmaker. I pulled the OID’s from the router i am polling. Does anyone see any problems with this or could i have a setting wrong on the router. Any help would be greatly appreciated. Thank you.

Interface 1 >> Descr: ‘ether1’ | Name: ‘ether1’ | Ip: ‘’ | Eth: ‘’

Target[x.x.x.x_1]: 1.3.6.1.2.1.2.2.1.10.1&1.3.6.1.2.1.2.2.1.16.1:public@x.x.x.x:
SetEnv[x.x.x.x_1]: MRTG_INT_IP=“” MRTG_INT_DESCR=“ether1”
MaxBytes[x.x.x.x_1]: 100000000
Title[x.x.x.x_1]: Traffic Analysis for 1 – BH Router 1
PageTop[x.x.x.x_1]:

Traffic Analysis for 1 – BH Router 1

System: BH Router 1 in USA
Maintainer:
Description:ether1
ifType: ethernetCsmacd (6)
ifName: ether1
Max Speed: 100 MBytes/s

Interface 25 >> Descr: ‘wlan2’ | Name: ‘wlan2’ | Ip: ‘’ | Eth: ‘’

Target[x.x.x.x_25]: 1.3.6.1.2.1.2.2.1.10.25&1.3.6.1.2.1.2.2.1.16.25:public@x.x.x.x:
SetEnv[x.x.x.x_25]: MRTG_INT_IP=“” MRTG_INT_DESCR=“wlan2”
MaxBytes[x.x.x.x_25]: 1375000
Title[x.x.x.x_25]: Traffic Analysis for 25 – BH Router 1
PageTop[x.x.x.x_25]:

Traffic Analysis for 25 – BH Router 1r

System: BH Router 1 in USA
Maintainer:
Description:wlan2
ifType: Radio Spread Spectrum (802.11) (71)
ifName: wlan2
Max Speed: 1375.0 kBytes/s

Try putting a period (.) before your SNMP OID’s

Regards
Paul

what if you run mrtg manually?

mrtg /etc/mrtg/mrtg.cfg

As an update, adding the . before the snmp OIDs did not work. It still produces a graph with no data. I’m also running mrtg on a windows server box using firedaemon. I’m running several other graphs with canopy equipment that run fine. I just can not get a mikrotik router to return data.

When you run your batch file or whatever you use to actually run MRTG, do you get any errors ?
Stupid question, you have enabled SNMP and set a community string on the Mikrotik ?

Paul