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

frame-relay-de

See the following sections:

frame-relay-de (Assigning to an Interface)

Syntax

frame-relay-de (name | default);

Hierarchy Level

[edit class-of-service interfaces interface-name unit logical-unit-number loss-priority-maps],
[edit class-of-service interfaces interface-name unit logical-unit-number rewrite-rules]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

For J-series Services Routers only, assign the loss priority map or the rewrite rule to a logical interface.

Options

default—Apply default loss priority map or default rewrite rule. The default loss priority map contains the following settings:

loss-priority low code-point 0;
loss-priority high code-point 1;

The default rewrite rule contains the following settings:

loss-priority low code-point 0;
loss-priority medium-low code-point 0;
loss-priority medium-high code-point 1;
loss-priority high code-point 1;

name—Name of loss priority map or rewrite rule to be applied.

Usage Guidelines

See Classifying Frame Relay Traffic and Rewriting Frame Relay Headers.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

frame-relay-de (Defining Loss Priority)

Syntax

frame-relay-de map-name {
loss-priority level code-point (0 | 1);
}

Hierarchy Level

[edit class-of-service loss-priority-maps]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

For J-series Services Routers only, define a Frame Relay discard-eligible bit loss-priority map.

Options

level—Level of loss priority to be applied based on the specified CoS values. The level can be low, medium-low, medium-high, or high.

map-name—Name of the loss-priority map.

The remaining statements are explained separately.

Usage Guidelines

See Classifying Frame Relay Traffic.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

frame-relay-de (Defining Rewrite Rule)

Syntax

frame-relay-de rewrite-name {
forwarding-class class-name {
loss-priority level code-point (0 | 1);
}
import (default | rewrite-name);
}

Hierarchy Level

[edit class-of-service rewrite-rules]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

For J-series Services Routers only, define a Frame Relay discard-eligible bit rewrite rule.

Options

level—Level of loss priority on which to base the rewrite rule. The loss priority level can be low, medium-low, medium-high, or high.

rewrite-name—Name of a rewrite-rules mapping configured at the [edit class-of-service rewrite-rules] hierarchy level.

The remaining statements are explained separately.

Usage Guidelines

See Rewriting Frame Relay Headers.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.


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