Get link downs
:put [/interface get ether1 link-downs ];
Script to get link down statistics
:global StopCollectOnlineTime false;
:do {
:put [/interface get ether1 link-downs ];\
:delay 100ms
} while=(!$StopCollectOnlineTime)
Last updated
Was this helpful?