Hi, Try something like this. It has worked for meRouter Ainterface Tunnel0 ip address 192.168.100.1 255.255.255.0 no ip directed-broadcast tunnel source serial0/0 tunnel destination 10.x.x.xRouter Binterface Tunnel0 ip address 192.168.100.2 255.255...
Several things here. Start by clear counters and start from scratch. This will reset the counters to 0, its easier math to now calculate performance. Also at best MRTG polls every 5 minutes depending that the cron was set up properly. Make sure t...
This is the best way I have done it. Log all messages to a syslog server(pref a UNIX box) then run this command:tail -f syslog.log | grep -i eigrp neighbor(whatever your looking for) > email@email.comThis parses though the syslog file seraching for ...