Hi guys i have a little question about MTU .. I need to run to PPPoE Server over to single VLAN in our CCR1036 to our clients and i have a question about set MTU on interfaces to avoid fragmentation problems.
The basic diagram is this: CCR1036 ---------- (eth cable) ---------- SWITCH ------- (eth cable's) ------- | Clients over Vlan
I know this:
- L2 MTU is 1580 Bytes (Max is 10222)
- L3 MTU is 1500 Bytes
- Payload: 1480 Bytes
- PPPoE Overhead is 8 Bytes
- Vlan Overhead is 4 Bytes
- IP Header: 20 Bytes
If we put all this together we got this:
1480 + 20 +8 +4 = 1512 Bytes > This is bigger than L3 MTU
And my question is ... Where do I need to change MTU value? On Ethernet interface where Vlan runs, VLAN Interface or i need to set it on PPPoE Server (MTU & MRU) ??
Thanks!