Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Configuring LSQ Interfaces for ATM2 IQ Interfaces Using MLPPP

This example configures an ATM2 IQ interface with MLPPP bundled with link services IQ interfaces. This allows you to configure LFI on ATM virtual circuits.

For this type of configuration, the ATM2 IQ interface must have LLC encapsulation.

The following ATM PICs are supported in this scenario:

  • 2-port OC-3/STM1 ATM2 IQ
  • 4-port DS3 ATM2 IQ

Virtual circuit multiplexed PPP over AAL5 is not supported. Frame Relay is not supported. Bundling of multiple ATM VCs into a single logical interface is not supported.

Unlike DS3 and OC3 interfaces, there is no need to create a separate scheduler map for the ATM PIC. For ATM, you define CoS components at the [edit interfaces at-fpc/pic/port atm-options] hierarchy level, as described in the Junos® OS Network Interfaces.

Note: Do not configure RED profiles on ATM logical interfaces that are bundled. Drops do not occur at the ATM interface.

In this example, two ATM VCs are configured and bundled into two link services IQ bundles. A fragmentation map is used to interleave voice traffic with other multilink traffic. Because MLPPP is used, each link services IQ bundle can be configured for CRTP.

[edit interfaces]
at-1/2/0 {atm-options {vpi 0;pic-type atm2;}unit 0 {vci 0.69;encapsulation atm-mlppp-llc;family mlppp {bundle lsq-1/3/0.10;}}unit 1 {vci 0.42;encapsulation atm-mlppp-llc;family mlppp {bundle lsq-1/3/0.11;}}}
lsq-1/3/0 {unit 10 {encapsulation multilink-ppp;}# Large packets must be fragmented.# You can specify fragmentation for each forwarding class.fragment-threshold 320;compression {rtp {port minimum 2000 maximum 64009;}}}
unit 11 {encapsulation multilink-ppp;}
fragment-threshold 160;[edit class-of-service]
scheduler-maps {sched { # Scheduling parameters that apply to LSQ bundles on AS or Multiservices PICs....}
fragmentation-maps {fragmap {forwarding-class {ef {no-fragmentation;}}}}
interfaces { # Assign fragmentation and scheduling parameters to LSQ interfaces.
lsq-1/3/0 {unit 0 {shaping-rate 512k;scheduler-map sched;fragmentation-map fragmap;}unit 1 {shaping-rate 128k;scheduler-map sched;fragmentation-map fragmap;}}

Published: 2013-02-15

Supported Platforms

Published: 2013-02-15