J-series Services Routers support Multilink Frame Relay end-to-end (MLFR FRF.15) on the link services interface ls-0/0/0.
With MLFR FRF.15, multilink bundles are configured as logical units on the link services interface, such as ls-0/0/0.0. MLFR FRF.15 bundles combine multiple permanent virtual circuits (PVCs) into one aggregated virtual circuit (AVC). This process provides fragmentation over multiple PVCs on one end and reassembly of the AVC on the other end. For more information about multilink bundles, see Multilink Bundles Overview.
You can configure LFI and CoS with MLFR in the same way that you configure them with MLPPP. For information about configuring LFI and CoS, see Configuring MLPPP Bundles and LFI on Serial Links.
In this example, you aggregate two T1 links to create an MLFR FRF.15 bundle on two J-series Services Routers—Router R0 and Router R1.
To configure an MLFR FRF.15 bundle:
Table 97: Configuring MLFR FRF.15 Bundles
Task |
J-Web Configuration Editor |
CLI Configuration Editor |
---|---|---|
Navigate to the Interfaces level in the configuration hierarchy. Specify the link services interface as an interface to be configured. |
|
From the [edit] hierarchy level, enter edit interfaces ls-0/0/0 |
Configure a logical unit on the ls-0/0/0 interface, and define the family type—for example, Inet. Configure an IP address for the multilink bundle on the unit level of the link services interface. |
|
Set the appropriate source address for the interface:
|
Define the multilink bundle as an MLFR FRF.15 bundle by specifying the Multilink Frame Relay end-to-end encapsulation type. |
|
From the [edit interfaces ls-0/0/0] hierarchy level, enter set unit 0 encapsulation multilink-frame-relay-end-to-end |
Specify the names of the constituent links to be added to the multilink bundle—for example, t1-2/0/0 and t1-2/0/1. Define the Frame Relay encapsulation type. |
|
|
Define R0 to be a data circuit-terminating equipment (DCE) device. R1 performs as a data terminal equipment (DTE) device, which is the default with Frame Relay encapsulation. For more information about DCE and DTE, see Serial Interface Overview. |
On R0 only, select Dce. |
On R0 only, enter set dce |
On the logical unit level of the interface, specify the data-link connection identifier (DLCI). The DLCI field identifies which logical circuit the data travels over. DLCI is a value from 16 through 1022—for example, 100. (Numbers 1 through 15 are reserved for future use.) Specify the multilink bundle to which the interface is to be added as a constituent link—ls-0/0/0.0. |
|
Enter set unit 0 dlci 100 family mlfr-end-to-end bundle ls-0/0/0.0 |