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


interfaces

Syntax

interfaces {
    
interface-name {
        
scheduler-map map-name;
        
unit logical-unit-number {
            
classifiers {
                type (classifier-name | default);
            }
            
forwarding-class class-name;
            
rewrite-rules {
                
type (rewrite-name | default);
            }
        }
    }
}

Hierarchy Level

[edit class-of-service]

Description

Configure interface-specific CoS properties for incoming packets. Associate forwarding-class definition and RED mapping with an interface on the router.

Options

interface-name—Name of the interface.

The remaining statements are explained separately.

Usage Guidelines

See Classify Packets by Behavior Aggregate and 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]