Verify the multilink bundle configuration.
From the J-Web interface, select Configuration> View and Edit> View Configuration Text. Alternatively, from configuration mode in the CLI, enter the show interfaces command.
The sample output in this section displays the multilink bundle configurations provided in Configuring MLPPP Bundles and LFI on Serial Links.
![]() |
Note: The MLFR FRF.15 and MLFR FRF.16 configurations are not displayed in this section, but you can display MLFR configurations in the same manner. |
- [edit]
- user@R0# show interfaces
- interfaces {
-
- ls-0/0/0 {
- per-unit-scheduler;
-
- unit 0 {
- encapsulation multilink-ppp;
- fragment-threshold 128;
- interleave-fragments;
-
- family inet {
- address 10.0.0.10/24;
- }
- }
- }
-
- ge-0/0/1 {
-
- unit 0 {
-
- family inet {
- address 192.1.1.1/24;
- }
- }
- }
-
- se-1/0/0 {
- per-unit-scheduler;
-
- dce-options {
- clocking-mode dce;
- clocking-rate 2.0mhz;
- }
-
- unit 0 {
-
- family mlppp {
- bundle ls-0/0/0.0;
- }
- }
- }
-
- se-1/0/1 {
- per-unit-scheduler;
-
- dce-options {
- clocking-mode dce;
- clocking-rate 2.0mhz;
- }
-
- unit 0 {
-
- family mlppp {
- bundle ls-0/0/0.0;
- }
- }
- }
- }
Verify that the output shows the intended multilink bundle configurations.
For more information about the format of a configuration file, see Viewing the Configuration Text.