Manual:Loop Protect

From MikroTik Wiki
Revision as of 12:30, 31 August 2016 by Becs (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Version.png

Applies to RouterOS: v6.37rc25 +

Loop Protect

Loop protect feature can prevent Layer2 loops by sending loop protect protocol packets and shutting down interfaces in case they receive loop protect packets originated from themself. The feature works by checking source MAC address of received loop protect packet against MAC addresses of loop protect enabled interfaces. If the match is found, loop protect disables the interface which received the loop protect packet. Log message warns about this event and interface is marked with a loop protect comment by system.

Loop protect works on ethernet, vlan, eoip and eoipv6 interfaces. It supports adjusting loop protect packet sending interval and interface disable time. Configuration changes or expiration of disable time resets loop protection on interface.

Sub-menu: /interface ethernet /interface vlan /interface eoip /interface eoipv6

Properties

Property Description
loop-protect (on | off | default; Default: default) Enables or disables loop protect. default works as turned off.
loop-protect-send-interval (time interval; Default: 5m) Sets how often loop protect packets are sent.
loop-protect-disable-time (time interval | 0; Default: 5m) Sets how long interface is disabled when loop is detected. 0 - forever.

Read-only properties

Property Description
loop-protect-status (on | off | disable)
  • on - feature is turned on, interface is sending and listening for loop protect packets
  • off - loop-protect feature is disabled
  • disable - feature is turned on, interface has received loop protect packet and disabled itself to prevent loop


[ Top | Back to Content ]