Manual:Loop Protect: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Versions|v6.37 +}}
{{Versions|v6.37+}}


==Loop Protect==
==Loop Protect==

Revision as of 14:24, 20 April 2018

Version.png

Applies to RouterOS: v6.37+

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. RouterOS loop protect feature can be used on bridged interfaces as well as on ethernet interfaces which are set for switching in RouterBoard switch chips.

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 on selected interface. default works as turned off.
loop-protect-send-interval (time interval; Default: 5s) Sets how often loop protect packets are sent on selected interface.
loop-protect-disable-time (time interval | 0; Default: 5m) Sets how long selected interface is disabled when loop is detected. 0 - forever.

Read-only properties

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


[ Top | Back to Content ]