Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Please put some screenshots. Those spikes are only in the day where you start mrtg or all the time ?You can put something like this in mrtg.cfg to each interfaceMaxBytes[ubr10k_2]: 12500000
With syslog-ngIn syslog-ng.conf you put something like thisdestination ra1 { file("/logging/sw/ra1"); };filter f_ra1 { host(ip_ra1); };log { source(net); filter(f_ra1); destination(ra1); };and on cisco switch you put smth like this#s...