SV-217065r639663_rule
V-217065
SRG-NET-000193-RTR-000001
JUNI-RT-000590
CAT III
10
Configure the router to enable all refresh reduction features as shown in the example.
[edit protocols rsvp]
set interface ge-0/0/0.0 aggregate reliable
Note: The aggregate reliable commands will enable the following RSVP refresh reduction features: message bundling, reliable message delivery, and summary refresh.
Review the router configuration to determine if it is compliant with this requirement. The aggregate reliable commands in the example below will enable the following RSVP refresh reduction features: message bundling, Message ID, reliable message delivery, and summary refresh.
protocols {
rsvp {
interface ge-0/0/0.0 {
aggregate;
reliable;
}
}
If the router configured with RSVP-TE does not have refresh reduction features enabled, this is a finding.
V-217065
False
JUNI-RT-000590
Review the router configuration to determine if it is compliant with this requirement. The aggregate reliable commands in the example below will enable the following RSVP refresh reduction features: message bundling, Message ID, reliable message delivery, and summary refresh.
protocols {
rsvp {
interface ge-0/0/0.0 {
aggregate;
reliable;
}
}
If the router configured with RSVP-TE does not have refresh reduction features enabled, this is a finding.
M
4032