Actions
Feature #8737
closedLet users configure PPPoE multilink over single link
Start date:
08/02/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Description
Some providers offer multilink over single link, add this option to advanced PPPoE config and when it's set do not force MTU/MRU on mpd config. Interface will end up with MTU = 1500
Files
Updated by Renato Botelho over 7 years ago
- % Done changed from 0 to 100
Applied in changeset 65cfff7e916d87555e84f1a132d240bdfd5e7be0.
Updated by Constantine Kormashev about 7 years ago
- File option.png option.png added
Confirm option existing in GUI and in device config

<ppps>
<ppp>
<ptpid>0</ptpid>
<type>pppoe</type>
<if>pppoe0</if>
<ports>vmx0</ports>
<username>admin</username>
<password>YWRtaW4=</password>
<provider></provider>
<pppoe-multilink-over-singlelink></pppoe-multilink-over-singlelink>
<bandwidth></bandwidth>
<mtu></mtu>
<mru></mru>
<mrru></mrru>
</ppp>
</ppps>
Updated by Jim Pingle about 7 years ago
- Status changed from Feedback to Resolved
Actions