Hi,
I would like to have MTU 1500 for PPPoE over VLAN.
So to accommodate the pppoe header I set the MTU of the VLAN interface to 1508.
This results in the PPPoE status showing MRU 1500 but MTU increased only to 1496.
I tried setting higher values, also on the physical interface and the max-mtu on pppoe1, but MTU does not go higher.
Is there something else I am missing?
Or has my ISP just configured 4 bytes to low?
/interface bridge
add name=bridge1 pvid=10 vlan-filtering=yes
/interface vlan
add interface=bridge1 mtu=1508 name=vlan7 vlan-id=7
add interface=bridge1 name=vlan10 vlan-id=10
/ppp profile
add change-tcp-mss=yes name=profile1 use-compression=yes use-encryption=yes
/interface pppoe-client
add add-default-route=yes allow=pap,chap,mschap2 disabled=no interface=vlan7 name=pppoe1 profile=profile1 user=xxxxxxxxxxxx
/interface bridge port
add bridge=bridge1 interface=sfp-sfpplus1
add bridge=bridge1 interface=sfp-sfpplus2
add bridge=bridge1 interface=sfp-sfpplus3
add bridge=bridge1 interface=sfp-sfpplus4
add bridge=bridge1 interface=sfp-sfpplus5 pvid=10
add bridge=bridge1 interface=sfp-sfpplus6 pvid=10
add bridge=bridge1 interface=sfp-sfpplus7 pvid=10
add bridge=bridge1 interface=sfp-sfpplus8 pvid=10
/interface bridge vlan
add bridge=bridge1 comment=WAN tagged=bridge1,sfp-sfpplus7 vlan-ids=7
add bridge=bridge1 comment=LAN tagged=bridge1,sfp-sfpplus1,sfp-sfpplus2,sfp-sfpplus3,sfp-sfpplus4 untagged=sfp-sfpplus5,sfp-sfpplus6,sfp-sfpplus7,sfp-sfpplus8 vlan-ids=10
Thanks
Virsacer









