Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

interface (Protocols RSVP)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
interface interface-name { 
    disable;
    (aggregate | no-aggregate);
    authentication-key key;
    bandwidth bps;
    hello-interval seconds;
    link-protection {
        disable;
        admin-group {
            exclude [ group-names ];
            include-all [ group-names ];
            include-any [ group-names ];
        }
        bandwidth bps;
        bypass bypass-name {
            bandwidth bps {
                ct0 bps;
                ct1 bps;
                ct2 bps;
                ct3 bps;
            }
            description text;
            class-of-service cos-value;
            hop-limit number;
            no-cspf;
            path address <strict | loose>;
            priority setup-priority reservation-priority;
            to address;
        }
        class-of-service cos-value;
        hop-limit number;
        max-bypasses number;
        no-cspf;
        no-node-protection;
        optimize-timer seconds;
        path address <strict | loose>;
        priority setup-priority reservation-priority;
        subscription percentage;
    }
    (reliable | no-reliable);
    non-rsvp-bandwdith
        local-bw-override-threshold;
    subscription percentage {
        ct0 percentage;
        ct1 percentage;
        ct2 percentage;
        ct3 percentage;
    }
    update-threshold threshold;
    update-threshold-max-reservable
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems logical-system-name protocols rsvp],
[edit protocols rsvp]

Description

Enable RSVP on one or more router interfaces.

Default

RSVP is disabled on all interfaces.

Options

interface-name—Name of an interface. To configure all interfaces, specify all. For details about specifying interfaces, see the Junos OS Network Interfaces Library for Routing Devices.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

routing—To view this statement in the configuration.

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

Release Information

Statement introduced before Junos OS Release 7.4.

footer-navigation