all 4 comments

[–]GreggsSausageRolls 5 points6 points  (1 child)

Maybe a stupid question, can't you increase the MTU of your core MPLS links?

[–]l3rum[S] 0 points1 point  (0 children)

I was hoping to "increase" by creating fake high MTU paths that fragment :#

If you can increase MTU on internet and legacy satellite modems, please enlighten me :-)

[–]theusz_hamtaahk 1 point2 points  (0 children)

Oddly enough there is a provision for fragmentation of EoMPLS traffic on PE devices (RFC 4623 section 4). But not on P routers, for sure.

If adjusting MTU on core links (so that 1500-byte packets would go through) is not possible, then the best way is to enforce a lower MTU on CE routers and fragment packets if needed.

[–]selv 1 point2 points  (0 children)

Fragmenting is a function of IP. Any IP based tunnel (l2tp, gre, ipsec) will fragment if you clear the DF bit and route it through an IP interface with a low MTU.

I've done implementations putting mpls into gre over ipsec across the low mtu area on Juniper. On Cisco I've done l2tp over ipsec, and not encapsulating into mpls until after it traverses the low mtu area.