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

interface

Syntax

interface interface-name {
disable;
(aggregate | no-aggregate);
authentication-key key;
bandwidth bps;
hello-interval seconds;
link-protection {
admin-group {
exclude group-names;
include-all group-names;
include-any group-names;
}
disable;
bandwidth bps;
bypass bypass-name {
bandwidth bps {
ct0 bps;
ct1 bps;
ct2 bps;
ct3 bps;
}
hop-limit number;
path address <strict | loose>;
to address;
}
class-of-service cos-value;
hop-limit number;
max-bypasses number;
no-node-protection;
optimize-timer number;
path address <strict | loose>;
subscription percentage;
}
(reliable | no-reliable);
subscription percentage {
ct0 percentage;
ct1 percentage;
ct2 percentage;
ct3 percentage;
}
update-threshold threshold;
}

Hierarchy Level

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

Release Information

Statement introduced before JUNOS Release 7.4.

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 Network Interfaces Configuration Guide.

The remaining statements are explained separately.

Usage Guidelines

See Minimum RSVP Configuration.

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]