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

interface

Syntax

interface (interface-name | all) {
disable;
admin-group [ group-names ];
label-map (label-label | default-route) {
class-of-service cos-value;
discard;
next-hop (address | interface-name | address/interface-name) | (reject | discard);
pop | (swap out-label);
preference preference;
reject;
swap swap-label;
swap-pushswap-label push-label;
}
}

Hierarchy Level

[edit logical-systems logical-system-name protocols mpls],
[edit protocols mpls]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Enable MPLS on one or more interfaces.

Options

interface-name—Name of the interface on which to configure MPLS. To configure all interfaces, specify all. For details about specifying interfaces, see the JUNOS Network Interfaces Configuration Guide.

The remaining options are explained separately.

Usage Guidelines

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

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]