See the following sections:
- link-protection;
- [edit logical-systems logical-system-name protocols mpls label-switched-path lsp-name],
- [edit protocols mpls label-switched-path lsp-name]
Statement introduced before JUNOS Release 7.4.
Enable link protection on the specified LSP. To fully enable link protection, you also need to configure the link-protection statement at the [edit protocols rsvp interface interface-name] hierarchy level.
Link protection is disabled.
See Configuring Node Protection or Link Protection.
routing—To view this statement in the configuration.
routing-control—To add this statement to the configuration.
- 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;
- }
-
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 {
- ct0 percentage;
- ct1 percentage;
- ct2 percentage;
- ct3 percentage;
- }
- }
- [edit logical-systems logical-system-name protocols rsvp interface interface-name],
- [edit protocols rsvp interface interface-name]
Statement introduced before JUNOS Release 7.4.
Enable link protection on the specified interface. Using link protection, you can configure a network to reroute traffic quickly around broken links. To fully enable link protection, you also need to configure the link-protection statement at the [edit protocols mpls label-switched-path lsp-name] hierarchy level. You can configure single or multiple bypasses for protected interface.
Link protection is disabled.
no-node-protection—Disables node-link protection on the RSVP interface. Link protection remains active. When this option is configured, the router can only initiate a next-hop bypass, not a next-next-hop bypass.
The remaining statements are explained separately.
See Configuring Node Protection or Link Protection.
routing—To view this statement in the configuration.
routing-control—To add this statement to the configuration.