Table Of Contents
Configuring Link Fragmentation and Interleaving for Multilink PPP
Interleaving for Multilink PPP Configuration Task List
Configure MLP Interleaving and Queueing for Real-Time Traffic
Restrictions
MLP Interleaving Configuration Tasks
Monitor PPP and MLP Interfaces
MLP Interleaving and Link Fragmentation Examples
Configuring Link Fragmentation and Interleaving for Multilink PPP
The Cisco IOS Link Fragmentation and Interleaving (LFI) feature uses Multilink Point-to-Point Protocol (MLP). MLP provides a method of splitting, recombining, and sequencing datagrams across multiple logical data links. MLP allows packets to be fragmented and the fragments to be sent at the same time over multiple point-to-point links to the same remote address.
This chapter describes the tasks required to configure MLP, and it includes example configurations.
To locate documentation of commands that appear in this chapter, use the command reference master index, or search online.
Interleaving for Multilink PPP Configuration Task List
To configure MLP, perform the tasks in the following sections.
•
Configure MLP Interleaving and Queueing for Real-Time Traffic
•
Monitor PPP and MLP Interfaces
Configure MLP Interleaving and Queueing for Real-Time Traffic
Interleaving on MLP allows large packets to be multilink encapsulated and fragmented into a small enough size to satisfy the delay requirements of real-time traffic; small real-time packets are not multilink encapsulated and are transmitted between fragments of the large packets.
The interleaving feature also provides a special transmit queue for the smaller, delay-sensitive packets, enabling them to be transmitted earlier than other flows.
Weighted fair queueing (WFQ) on MLP works at the packet level, not at the level of multilink fragments. Thus, if a small real-time packet gets queued behind a larger best-effort packet and no special queue has been reserved for real-time packets, the small packet will be scheduled for transmission only after all the fragments of the larger packet are scheduled for transmission.
WFQ is supported on all interfaces that support MLP, including MLP virtual access interfaces and virtual interface templates.
Fair queueing on MLP overcomes a prior restriction. Previously, fair queueing was not allowed on virtual access interfaces and virtual interface templates. Interleaving provides the delay bounds for delay-sensitive voice packets on a slow link that is used for other best-effort traffic.
Restrictions
Interleaving applies only to interfaces that can configure a multilink bundle interface. These interfaces include virtual templates, dialer interfaces, and ISDN BRI or PRI interfaces.
Multilink and fair queueing are not supported when a multilink bundle is off-loaded to a different system using Multichassis Multilink PPP (MMP). Thus, interleaving is not supported in MMP networking designs.
MLP Interleaving Configuration Tasks
MLP support for interleaving can be configured on virtual templates, dialer interfaces, and ISDN BRI or PRI interfaces. To configure interleaving, perform the following tasks:
Step 1
Configure the dialer interface, BRI interface, PRI interface, or virtual interface template, as defined in the relevant Cisco IOS documents.
Step 2
Configure MLP and interleaving on the interface or template.
Note
Fair queueing, which is enabled by default, must remain enabled on the interface.
To configure MLP and interleaving on a configured and operational interface or virtual interface template, use the following commands in interface configuration mode:
Step
|
Command
|
Purpose
|
1
|
ppp multilink
|
Enable MLP.
|
2
|
ppp multilink interleave
|
Enable real-time packet interleaving.
|
3
|
ppp multilink fragment-delay milliseconds
|
Optionally, configure a maximum fragment delay. If, for example, you want a voice stream to have a maximum bound on delay of 20 milliseconds (ms) and you specify 20 ms using this command, MLP will choose a fragment size based on the configured value.
|
4
|
ip rtp reserve lowest-UDP-port range-of-ports [maximum-bandwidth]
|
Reserve a special queue for real-time packet flows to specified destination User Datagram Protocol (UDP) ports, allowing real-time traffic to have higher priority than other flows. If the bandwidth exceeds the limit specified, the reserved queue is degraded to a best-effort queue. (Use of this command is helpful in improving delay bounds of real-time traffic, such as voice streams, by giving them a higher priority.)
|
5
|
multilink virtual-template 1
|
For virtual interface templates only, apply the virtual interface template to the multilink bundle.1
|
Interleaving statistics can be displayed by using the show interfaces command, specifying the particular interface on which interleaving is enabled. Interleaving data is displayed only if there are interleaves. For example, the following line shows interleaves:
Output queue: 315/64/164974/31191 (size/threshold/drops/interleaves)
Monitor PPP and MLP Interfaces
To monitor virtual interfaces, use the following command in EXEC mode:
Command
|
Purpose
|
show ppp multilink
|
Display MLP and MMP.
|
MLP Interleaving and Link Fragmentation Examples
The following example defines a virtual interface template that configures MLP interleaving and a maximum real-time traffic delay of 20 ms, and then applies that virtual template to the MLP bundle:
interface virtual-template 1
ppp multilink fragment-delay 20
ip rtp interleave 32768 20 1000
multilink virtual-template 1
The following example configures MLP interleaving on a dialer interface that controls a rotary group of BRI interfaces. This configuration permits IP packets to trigger calls.
description connected into a rotary group
description Dialer group controlling the BRIs
ip address 8.1.1.1 255.255.255.0
dialer map ip 8.1.1.2 name angus 14802616900
! Enables Multilink PPP interleaving on the dialer interface and reserves
ip rtp reserve 32768 20 1000
! Keeps fragments of large packets small enough to ensure delay of 20 ms or less.
ppp multilink fragment-delay 20
dialer-list 1 protocol ip permit