The following statement hierarchy can also be included at the [edit logical-systems logical-system-name] hierarchy level.
- protocols {
-
- rsvp {
- disable;
- fast-reroute optimize-timer seconds;
- graceful-deletion-timeout seconds;
-
- graceful-restart {
- disable;
- helper-disable;
- maximum-helper-recovery-time seconds;
- maximum-helper-restart-time seconds;
- }
-
- interface interface-name {
- ... interface-configuration ...
- }
- keep-multiplier number;
- load-balance bandwidth;
-
- peer-interface peer-interface-name {
- disable;
- (aggregate | no-aggregate);
- authentication-key key;
- hello-interval seconds;
- (reliable | no-reliable);
- }
-
- preemption {
- (aggressive | disabled | normal);
- soft-preemption cleanup-timer seconds;
- }
- refresh-time seconds;
-
- traceoptions {
- file filename <files number> <size maximum-file-size> <world-readable | no-world-readable>;
- flag flag <flag-modifier> <disable>;
- }
-
- tunnel-services {
- devices device-names;
- }
-
- interface interface-name {
- disable;
- (aggregate | no-aggregate);
- authentication-key key;
- bandwidth bps;
- hello-interval seconds;
-
- link-protection {
- ...link-protection-configuration ...
- }
- (reliable | no-reliable);
-
- subscription {
-
percentage;
- ct0 percentage;
- ct1 percentage;
- ct2 percentage;
- ct3 percentage;
- }
- update-threshold percentage;
-
- link-protection {
- disable;
-
- admin-group {
- exclude group-names;
- include-all group-names;
- include-any group-names;
- }
-
- bandwidth {
-
bps;
- ct0 bps;
- ct1 bps;
- ct2 bps;
- ct3 bps;
- }
-
- bypass bypass-name {
- ...bypass-configuration ...
- }
- 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;
-
- bypass bypass-name {
-
- admin-group {
- exclude group-names;
- include-all group-names;
- include-any group-names;
- }
-
- bandwidth {
-
bps;
- ct0 bps;
- ct1 bps;
- ct2 bps;
- ct3 bps;
- }
- class-of-service cos-value;
- hop-limit number;
- no-cspf;
- path address <strict | loose>;
- priority setup-priority reservation-priority;
- to address;
- }
- }
- }
- }
- }