Hi All
How to configure MRTG grapher for bandwidth Ussage in MT router for indivisual IPs.Is it possible if please give me with an example.
regards
Hi All
How to configure MRTG grapher for bandwidth Ussage in MT router for indivisual IPs.Is it possible if please give me with an example.
regards
in MT you just have to enable SNMP service:
http://www.mikrotik.com/docs/ros/2.8/root/snmp
Edgars
…then use “print oid” in the relevant submenu to get the OID of the parameter you want, bytes-in, bytes-outin your case, then paste these OIDs into your MRTG config file. You can only get OIDs for these items:
/interface
/interface pc
/interface wavelan
/interface wireless
/interface wireless registration-table
/queue simple
/queue tree
/system identity
/system resource
Hope that helps.
than put IP to Simple Quee, which you need to monitor.
than /queue simple print (needed) OID
and put it to mrtg config file ![]()
Good Luck.