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


rewrite-rules

Syntax

rewrite-rules {
    
type rewrite-name {
        
import (rewrite-name | default);
        
forwarding-class class-name {
            
loss-priority (low | high) code-point (alias | bits);
        }
    }
}

Hierarchy Level

[edit class-of-service]

Description

Specify the rewrite-rules mapping for the entire traffic stream that passes through all queues on the interface.

Options

rewrite-name—Name of the rewrite-rules mapping.

type—Traffic type.
Values: dscp, exp, inet-precedence

The remaining statements are explained separately.

Usage Guidelines

See Rewrite Packet Header Information.

Required Privilege Level

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

rewrite-rules (interfaces)

Syntax

rewrite-rules {
    dscp (
rewrite-name | default);
    exp (
rewrite-name | default) protocol protocol-types;
    ieee-802.1 default;
    inet-precedence (
rewrite-name | default);
}

Hierarchy Level

[edit class-of-service interfaces interface-name unit logical-unit-number]

Description

Associate a rewrite-rules configuration or default mapping with a specific interface.

Options

rewrite-name—Name of the rewrite-rules mapping.

default—The default mapping.

The remaining statements are explained separately.

Usage Guidelines

See Rewrite Packet Header Information.

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]