SV-253964r843925_rule
V-253964
SRG-NET-000512-L2S-000003
JUEX-L2-000170
CAT II
10
Configure Rapid STP to be implemented at the access and distribution layers where VLANs span multiple switches.
RSTP:
set protocols rstp bridge-priority (0..61440 in 4k increments) << e.g. 0, 4k, 8k...60k
set protocols rstp interface <interface name> edge
set protocols rstp interface <interface name-1> mode point-to-point
set protocols rstp bpdu-block-on-edge
MSTP:
set protocols mstp configuration-name <name>
set protocols mstp revision-level (0..65535)
set protocols mstp max-age (6..40 seconds)
set protocols mstp hello-time (1..10 seconds)
set protocols mstp forward-delay (4..30 seconds)
set protocols mstp bridge-priority (0..61440 in 4k increments) << e.g. 0, 4k, 8k...60k
set protocols mstp bpdu-block-on-edge
set protocols mstp interface <interface name> edge
set protocols mstp interface <interface name-1> mode point-to-point
set protocols mstp msti 3 bridge-priority (0..61440 in 4k increments) << e.g. 0, 4k, 8k...60k
set protocols mstp msti 3 vlan <VLAN ID 1>
set protocols mstp msti 3 vlan <VLAN ID 2>
If STP is required, then review the switch configuration to verify that Rapid STP or Multiple STP has been implemented. RSTP and MSTP are similar, except MSTP is more granular, flexible, and scalable. RTSP and MSTP can be enabled simultaneously, but in general only one STP is configured.
RSTP:
[edit protocols rstp]
rstp {
bridge-priority (0..61440 in 4k increments); << e.g. 0, 4k, 8k...60k
interface <interface name> {
edge;
}
interface <interface name-1> {
mode point-to-point;
}
bpdu-block-on-edge;
}
-OR-
MSTP:
[edit protocols mstp]
configuration-name <name>;
revision-level (0..65535);
max-age (6..40 seconds);
hello-time (1..10 seconds);
forward-delay (4..30 seconds);
bridge-priority (0..61440 in 4k increments); << e.g. 0, 4k, 8k...60k
bpdu-block-on-edge;
interface <interface name> {
edge;
}
interface <interface name-1> {
mode point-to-point;
}
msti 3 {
bridge-priority (0..61440 in 4k increments); << e.g. 0, 4k, 8k...60k
vlan [ vlan-id-1 vlan-id-2 ];
}
If Rapid STP or Multiple STP has not been implemented where an STP is required, this is a finding.
V-253964
False
JUEX-L2-000170
If STP is required, then review the switch configuration to verify that Rapid STP or Multiple STP has been implemented. RSTP and MSTP are similar, except MSTP is more granular, flexible, and scalable. RTSP and MSTP can be enabled simultaneously, but in general only one STP is configured.
RSTP:
[edit protocols rstp]
rstp {
bridge-priority (0..61440 in 4k increments); << e.g. 0, 4k, 8k...60k
interface <interface name> {
edge;
}
interface <interface name-1> {
mode point-to-point;
}
bpdu-block-on-edge;
}
-OR-
MSTP:
[edit protocols mstp]
configuration-name <name>;
revision-level (0..65535);
max-age (6..40 seconds);
hello-time (1..10 seconds);
forward-delay (4..30 seconds);
bridge-priority (0..61440 in 4k increments); << e.g. 0, 4k, 8k...60k
bpdu-block-on-edge;
interface <interface name> {
edge;
}
interface <interface name-1> {
mode point-to-point;
}
msti 3 {
bridge-priority (0..61440 in 4k increments); << e.g. 0, 4k, 8k...60k
vlan [ vlan-id-1 vlan-id-2 ];
}
If Rapid STP or Multiple STP has not been implemented where an STP is required, this is a finding.
M
5478