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


label-switched-path

Syntax

label-switched-path lsp-path-name {
    disable;
    to address ;
    
from address ;
    
adaptive;
    
admin-group {
        
include group-names ;
        
exclude group-names ;
    }
    
auto-bandwidth { ... }
    
bandwidth bps;
    
class-of-service cos-value ;
    
fast-reroute {
        
bandwidth bps;
        
hop-limit number;
        (include group-names | no-include);
        (
exclude group-names | no-exclude);
    }
    
hop-limit number ;
    
install {
        
destination/prefix-length <active>;
    }
    
ldp-tunneling;
    lsp-attributes {
        
gpid type;
        
signal-type type;
        
switching-type type;
    }
    
metric number;
    
no-cspf;
    
no-decrement-ttl;
    
optimize-timer seconds ;
    
preference preference ;
    
priority setup-priority hold-priority ;
    (
random | least-fill | most-fill);
    (
record | no-record);
    
retry-limit number ;
    
retry-timer seconds ;
    
standby;
    
primary path-name {
        ...
    }
    
secondary path-name {
        ...
    }
}

Hierarchy Level

[edit protocols mpls]

Description

Configure an LSP to use in dynamic MPLS. When configuring an LSP, you must specify the address of the egress router in the to statement. All remaining statements are optional.

Options

lsp-path-name—Name that identifies the LSP. The name can be up to 32 characters and can contain letters, digits, periods, and hyphens. To include other characters, enclose the name in quotation marks. The name must be unique within the ingress router.

The remaining statements are explained separately.

Usage Guidelines

See Create an LSP.

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]