Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
881 views8 pages

MikroTik Loop Protect

This document discusses MikroTik's Loop Protect feature. It provides information about the trainer, Haydar Fadel, including his certifications. It then explains what loop protect is and how it works to prevent layer 2 loops by shutting down interfaces that receive loop protect packets from themselves. The document outlines the configuration options for loop protect, including enabling it on an interface, setting the packet send interval, and disable time. It concludes with an example command to enable loop protect on Ethernet port 5.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
881 views8 pages

MikroTik Loop Protect

This document discusses MikroTik's Loop Protect feature. It provides information about the trainer, Haydar Fadel, including his certifications. It then explains what loop protect is and how it works to prevent layer 2 loops by shutting down interfaces that receive loop protect packets from themselves. The document outlines the configuration options for loop protect, including enabling it on an interface, setting the packet send interval, and disable time. It concludes with an example command to enable loop protect on Ethernet port 5.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

MikroTik

MikroTikLoop
LoopProtect
ProtectFeature
Feature
Haydar
HaydarFadel
Fadel| |Cloud
CloudFor
ForNetwork
Network
CLOUD FOR NETWORK 1
About The Trainer
 Name : Haydar Fadel
 Bachelor of Computer Communication Engineering
 Working in IT field from 2008
 Certified as MikroTik (MTCNA,MTCRE,MTCWE,MTCTCE,MTCUME,MTCIPv6E & MTCINE)
 Certified as MikroTik official trainer : www.mikrotik.com/training/partners/asia/iraq
 Certified as MikroTik consultant: www.mikrotik.com/consultants/asia/iraq
 Certified as Cisco (CCNA R&S , Security , VoIP , CCDA , Service Provider , Wireless , Data
Center , CCNP R&S , CCNP Security , CCNP Service Provider and Cisco networking
academy )

CLOUD FOR NETWORK 2


MikroTik Certification Path

For more info see: http://training.mikrotik.com

CLOUD FOR NETWORK 3


MikroTik Loop Protect Feature

CLOUD FOR NETWORK 4


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.

CLOUD FOR NETWORK 5


Loop Protect

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: 5m) 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.

CLOUD FOR NETWORK 6


How Enable Loop Protect in RouterOS

interface ethernet set ether5 loop-protect=on

CLOUD FOR NETWORK 7


Thank You

CLOUD FOR NETWORK 8

You might also like