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


interface

Syntax

interface interface-name {
    disable;
    
admin-group {
        
group-name ;
    }
    
label-map in-label {
        (
next-hop (address | interface-name | address/interface-name)) | (reject | discard);
        (
pop | (swap <out-label >);
        
class-of-service value ;
        
preference preference ;
        
type type ;
    }
}

Hierarchy Level

[edit protocols mpls]

Description

Enable MPLS on one or more interfaces.

Options

interface-name—Name of the interface on which to configure MPLS. To configure all interfaces, you can specify all. For details about specifying interfaces, see the JUNOS Internet Software Configuration Guide: Interfaces and Class of Service.

The remaining options are explained separately in this chapter.

Usage Guidelines

See Minimum MPLS Configuration and Configure the Intermediate and Egress Routers for Static MPLS.

Required Privilege Level

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


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