Community discussions

MikroTik App
 
dcabanaw
just joined
Topic Author
Posts: 6
Joined: Thu Jun 09, 2011 7:23 pm

Multilink PPPoE, Excessive Rx Errors and Drops

Fri Jun 10, 2011 5:54 pm

We are seeing excessive Rx Drops and Rx Errors on a RB750 when using multilink pppoe using two ADSL modems. The counters increment slowly when a small amount of traffic is being passed and much faster when the link is saturated. The Rx Drop and Rx Error values always match.

Although we are seeing these errors, we do not see any degradation in performance or any packet loss. This happens on both 4.17 and 5.4 versions of the RouterOS. I'm wondering what these errors actually are. We have tried several MTU/MRU/MRRU configurations and the same thing happens. Any insight in this matter would be appreciated. Thanks!

Edit:
Could these increments be a result of re-ordering in multilink ?
 
User avatar
petrn
Member Candidate
Member Candidate
Posts: 180
Joined: Thu Jul 29, 2010 3:56 am
Location: Dubai

Re: Multilink PPPoE, Excessive Rx Errors and Drops

Tue Jun 21, 2011 1:15 am

Hi,

i am assuming that ADSL connection is to ISP, does this ISP supports PPPoE bundling by MLPPP?
Post output of /ip address, /interface pppoe-client monitor [find] and other related configs.
 
dcabanaw
just joined
Topic Author
Posts: 6
Joined: Thu Jun 09, 2011 7:23 pm

Re: Multilink PPPoE, Excessive Rx Errors and Drops

Wed Jun 22, 2011 3:13 pm

Hi,

i am assuming that ADSL connection is to ISP, does this ISP supports PPPoE bundling by MLPPP?
Post output of /ip address, /interface pppoe-client monitor [find] and other related configs.
Yes we do support MLPPP (I work for the ISP). I'll check the two things you recommended and report back here.

edit:
[admin@MikroTik] /interface pppoe-client> monitor [find]
        status: "connected"
        uptime: 7m27s
     idle-time: 30s
  active-links: 2
  service-name: ""
       ac-name: "XXXXXXXXXXXXX"
        ac-mac: xx:xx:xx:xx:xx:xx
           mtu: 1524
           mru: 1492
[admin@MikroTik] /interface pppoe-client> print
Flags: X - disabled, R - running
 0  R name="mlppp" max-mtu=1492 max-mru=1492 mrru=disabled
      interface=ether1-gateway1,ether5-gateway2 user="someuser"
      password="somepassword" profile=default service-name="" ac-name=""
      add-default-route=yes dial-on-demand=no use-peer-dns=yes
      allow=pap,chap,mschap1,mschap2
The MTU in the monitor output is always 1524, regardless of what I set in the pppoe client.
 
User avatar
koolandrew
newbie
Posts: 28
Joined: Tue Dec 06, 2011 7:20 pm
Location: Toronto
Contact:

Re: Multilink PPPoE, Excessive Rx Errors and Drops

Thu Feb 09, 2012 11:31 am

Does anyone have the answer to this as i have exactly the same issue and the ppoe becomes unstable and disconnects. If i use a single connection the issue goes away.
 
hedele
Member
Member
Posts: 338
Joined: Tue Feb 24, 2009 11:23 pm

Re: Multilink PPPoE, Excessive Rx Errors and Drops

Thu Feb 09, 2012 12:02 pm

It's a little late to reply to the OP, but the MTU is always 1524, as that value is forced upon the Routerboard from the LNS.
I guess you are using Cisco equipment to terminate the MLPPP connection, as 1524 is the Cisco default
value for MLPPP. You should be able to change it on your LNS; but not the fact that this value is always
going to override the settings on the Routerboard.

Regarding your problem - can you please give some more detail on configuration and devices used?
 
dcabanaw
just joined
Topic Author
Posts: 6
Joined: Thu Jun 09, 2011 7:23 pm

Re: Multilink PPPoE, Excessive Rx Errors and Drops

Thu Feb 09, 2012 4:08 pm

It's a little late to reply to the OP, but the MTU is always 1524, as that value is forced upon the Routerboard from the LNS.
I guess you are using Cisco equipment to terminate the MLPPP connection, as 1524 is the Cisco default
value for MLPPP. You should be able to change it on your LNS; but not the fact that this value is always
going to override the settings on the Routerboard.

Regarding your problem - can you please give some more detail on configuration and devices used?
We provide RB750's to our customers who want to use multi-link with us. They are usually set up with 2-4 modems. Depending on the customer needs they will get a dynamic IP, static IP or a static IP with a /29 subnet routed to it. We have started using a MTU/MRU of 1454 as some of the sessions may pass through a L2TP tunnel at some point.

I usually setup port 1 as the "LAN" port which connects to the customers network. Ports 2-5 are for DSL modems. Each of these ports are set to not have a master port. NAT is used on dynamic and static IP's, but turned off when the customer is given a subnet and routes are installed as needed.

In all cases performance is good and the Rx Drops and Rx Errors keeping going up and I'm not sure why. I suspect re-ordering (which is fine) but want to be sure.

Attached to this post is a sample configuration. Also http://pastebin.com/rNr7xND2 just in case.

Thanks for the help.

EDIT:

Modems we use: http://www.zhone.com/products/6511-A1/
You do not have the required permissions to view the files attached to this post.
 
hedele
Member
Member
Posts: 338
Joined: Tue Feb 24, 2009 11:23 pm

Re: Multilink PPPoE, Excessive Rx Errors and Drops

Thu Feb 09, 2012 5:19 pm

Our RBs experience the same effect - a lot of RX errors on the pppoe-out interface (depending on load),
without any detectable impact on service quality (except maybe small latency jumps).
Therefore i tend to agree with your opinion, it's probably related to packet reordering.
 
mistry7
Forum Guru
Forum Guru
Posts: 1480
Joined: Tue Oct 13, 2009 11:57 am
Location: Germany

Re: Multilink PPPoE, Excessive Rx Errors and Drops

Sun Feb 12, 2012 11:45 am

Hi,

we use MLPPP two and on Mikrotik to Cisco LNS you have to Set the Link Speed
In the PPPoE Profile for UP -and Download, and uses TCP-MSS Rule to Set right MTU,
Then it will work for us!

Used on Multiple ADSL-Annex B in Germany.

Mistry7
 
5CardBaka
just joined
Posts: 9
Joined: Fri Oct 26, 2012 2:19 am

Re: Multilink PPPoE, Excessive Rx Errors and Drops

Wed Dec 05, 2012 6:29 pm

we use MLPPP two and on Mikrotik to Cisco LNS you have to Set the Link Speed
In the PPPoE Profile for UP -and Download, and uses TCP-MSS Rule to Set right MTU,
Then it will work for us!
Hi,

I also work for an ISP and do the majority of the config for the mikrotiks we ship out. Usually rb750gl's. We set the mtu to 1480 but find that this is no good if the client wants to add VPN to it as well as this can jack the packet size up over the 1500 limit when combined with the encryption added via mlppp. Can you please further explain what it is you are saying here as it isnt all that clear. I have a few clients that are getting random drops via their Mikrotiks and am looking for anything I can to isolate the issue.

Thanks in Advance
 
5CardBaka
just joined
Posts: 9
Joined: Fri Oct 26, 2012 2:19 am

Re: Multilink PPPoE, Excessive Rx Errors and Drops

Thu Dec 06, 2012 7:25 pm

Hi,

we use MLPPP two and on Mikrotik to Cisco LNS you have to Set the Link Speed
In the PPPoE Profile for UP -and Download, and uses TCP-MSS Rule to Set right MTU,
Then it will work for us!

Used on Multiple ADSL-Annex B in Germany.

Mistry7

Hi can I get you to clarify this a bit for me? I work for an ISP and we use the 750GL for bonding mlppp accounts. I'm getting multiple reports from clients that the pppoe session is dropping on the mikrotik but the modems never lose sync. Think this may be the solution.

Who is online

Users browsing this forum: Bing [Bot], cedfm00, ips, nrkarthik, sgiglio and 51 guests