Community discussions

MikroTik App
 
roadrunner79
just joined
Topic Author
Posts: 15
Joined: Mon May 16, 2011 10:15 am

How to limit unknown unicast traffic (in pps or mbps)

Wed Feb 13, 2013 12:12 pm

Hi,

Is there a way to limit unknown unicast on an AP-Bridge WDS-dymanic mode?

My problem is that i have several SXT's connected to AP, each SXT with multiple MAC's behind.
If one SXT goes out of link (for different reasons, like power outage, power cut, etc) all downlink traffic with DST-MAC one of the MAC's behind that CPE is sent by the AP as unknown unicast to all remaining CPE's, thus killing cell performance (CPU on AP goes up to 100%).

It will be nice to have the option to limit unknown unicast, multicast and broadcast to a user-defined number of packets per second or mbps.

Bogdan

Later edit - is it possible to do it from bridge filter, limiting "otherhost" traffic (like in the attached picture) ?
You do not have the required permissions to view the files attached to this post.
 
roadrunner79
just joined
Topic Author
Posts: 15
Joined: Mon May 16, 2011 10:15 am

Re: How to limit unknown unicast traffic (in pps or mbps)

Wed Feb 13, 2013 4:25 pm

Hi,

I have found the way to limit broadcast and multicast:

0 ;;; otherhost
chain=forward action=accept packet-type=other-host
1 ;;; broadcast
chain=forward action=accept packet-type=broadcast limit=400,20
2 ;;; multicast
chain=forward action=accept packet-type=multicast limit=200,10
3 ;;; host
chain=forward action=accept packet-type=host
4 ;;; drop all
chain=forward action=drop

So, it's limiting broadcast to 400pps and multicast to 200pps, but known unicast and unknown unicast is matched on the first rule (otherhost).
The rules must be applied on all units (AP and CPEs).

Any suggestions for unknown unicast?
 
roadrunner79
just joined
Topic Author
Posts: 15
Joined: Mon May 16, 2011 10:15 am

Re: How to limit unknown unicast traffic (in pps or mbps)

Fri Feb 15, 2013 9:46 am

nobody has issues with unknown unicast?
 
User avatar
otgooneo
Trainer
Trainer
Posts: 581
Joined: Tue Dec 01, 2009 3:24 am
Location: Mongolia
Contact:

Re: How to limit unknown unicast traffic (in pps or mbps)

Mon Feb 05, 2018 10:57 am

Hi there, Did you find way to limit it?
 
p3rad0x
Long time Member
Long time Member
Posts: 637
Joined: Fri Sep 18, 2015 5:42 pm
Location: South Africa
Contact:

Re: How to limit unknown unicast traffic (in pps or mbps)

Mon Feb 05, 2018 1:17 pm

Is there any EoIP tunnels running over that links?

Who is online

Users browsing this forum: Amazon [Bot], bias89, qwertykolea and 31 guests