Bell Canada uses the following model for reselling its DSL high-speed service:
Customer establishes PPPoE connection to local Access Concentrator (LAC).
LAC forwards customer session in form of L2TP session over established L2TP tunnel to L2TP Network Server (LNS) on reseller’s network.
Reseller’s LNS authenticates customer session via radius, and assigns connection information (IP, DNS, routes, etc) to the customer session.
The end result is the customer’s connection appears to terminate directly on the reseller’s network, with Bell’s intermediary nodes being transparent.
My question is, will RouterOS 3.0 support this kind of VPDN configuration, as either the LAC or the LNS?
I work for a small ISP which both resells Bell’s high speed service and wireless access. I would like to utilize Mikrotik systems to build a wireless access model which mirrors that of Bell’s wholesale DSL services. IE:
This is a feature which would be extremely useful, I currently have to resort to using cisco devices to accomplish this which is a shame, as they are much more expensive and use more power too.
I check back periodically to see if there is any progress on this functionality. This is the last feature required before our company (and many others, it seems) could fully replace all Cisco devicese in our infrastructure with Mikrotiks. We’re a little disappointed this hasn’t been implemented…it seems like a relatively quick-win for Mikrotik.
Well, in this forum you can find testers, I’ll be one of them!
Basic functionality requested:
Respond to PADI requests. These requests are sent by PPPoE - this can be a computer or a DSL router, the request is the same (arriving on the ethernet port)
Inspect the packet, strip the realm and forward to a endpoint (LNS) with L2TP. It would be perfect if the RouterOS could send the realm to a radius server which will answer with the IP address of the LNS.
Most of us now use this functionality on a Cisco router. It works on the 2600 series, but a 4Mbps data flow will drive the processor usage up to 99%. Way better performance is possible with a 7200 series router - and that’s where the money starts.
If you guys can get this functionality going on RouterOS, and performance is fair, this would be a a real competitor for Cisco!