[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring MTU Signaling in RSVP

To configure maximum transmission unit (MTU) signaling in RSVP, you need to configure MPLS to allow IP packets to be fragmented before they are encapsulated in MPLS. You also need to configure MTU signaling in RSVP. For troubleshooting purposes, you can configure MTU signaling alone without enabling packet fragmentation.

To configure MTU signaling in RSVP, include the path-mtu statement:

path-mtu {
allow-fragmentation;
rsvp {
mtu-signaling;
}
}

You can include this statement at the following hierarchy levels:

The following sections describe how to enable packet fragmentation and MTU signaling in RSVP:


[Contents] [Prev] [Next] [Index] [Report an Error]