cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1269
Views
13
Helpful
3
Replies

Oversized packet

maher
Level 1
Level 1

Hi there,

I'm wondering about packet size since the label imposition process increase the size of an IP packet.I would like to know, we need to apply tag-switching mtu <1500> or above in P and PE routers.Of course in P routers but in PE routers?

What is the current best practise the determine the actually or exact size of an IP packet? Is there any method or calculation etc?

Thank you very much.

maher

3 Replies 3

adityakaul
Level 1
Level 1

If LDP is used in the MPLS network, the label stack size is 2 (the LDP label and the VC label).

If a TE tunnel instead of LDP is used between PE routers in the MPLS network, the label stack size is 2 (the TE label and the VC label).

If a TE tunnel and LDP are used in the MPLS network (for example, a TE tunnel between P routers or between P and PE routers, with LDP on the tunnel), the label stack is 3 (TE label, LDP label, VC label).

If you use MPLS Fast Reroute in the MPLS network, you add a label to the stack. The maximum MPLS label stack in this case is 4 (FRR label, TE label, LDP label, VC label).

Harold Ritter
Spotlight
Spotlight

Most documents (and therefore people) use a "tag mtu" of 1524. This is enough to carry 6 labels, which is plenty given the currently available applications. A tag MTU of 1524 is usually not an issue on WAN links but for LAN links make sure that the switches between your routers support baby giant or giant frames (Ethernet frame larger than 1500).

Hope this helps,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Hi there,

Thanks for the info.

maher