Dear MT Forum,
I have a remote syslog server where I log all messages that my MT routers are generating.
My problem is that I don’t see link flaps or link state changes of the uplink WAN interfaces.
Other interface status changes are getting logged, like this:
interface,info ether1 link down
interface,info ether1 link up (speed 1G, full duplex)
So I suppose in the exact moment when the link is down the syslog message can’t get out.
And when the link is up again neither the down nor the up message is resent.
Has anyboday an idea what I could change to still log them or if there is a workaround?
My current config looks like this:
/system logging action
set 0 memory-lines=100
set 1 disk-lines-per-file=100
set 2 remember=yes
set 3 remote=1.2.3.4 src-address=0.0.0.0 syslog-facility=syslog syslog-severity=info
/system logging
add action=remote topics=error
add action=remote topics=critical
add action=remote topics=info
add action=remote topics=warning
Your advice is greatly appreciated.
Thanks