SV-253957r843904_rule
V-253957
SRG-NET-000362-L2S-000023
JUEX-L2-000100
CAT II
10
Configure the switch to have STP Loop Protection enabled on all non-designated STP interfaces.
RSTP or VSTP non-designated interface loop protection:
set protocols rstp interface <interface name> bpdu-timeout-action block
set protocols vstp interface <interface name> bpdu-timeout-action block
All instances on an MSTP interface:
set protocols mstp interface <interface name> bpdu-timeout-action block
Note: Loop Protection and Root Protection are mutually exclusive and cannot be simultaneously configured on the same interface.
Review the switch configuration to verify that STP Loop Protection is enabled on all non-designated STP switch ports.
Verify STP Loop Protection for RSTP and VSTP.
[edit protocols]
rstp {
interface <interface name> {
bpdu-timeout-action {
block;
}
}
}
vstp {
interface <interface name> {
bpdu-timeout-action {
block;
}
}
}
Verify Loop Protection for all instances on an MSTP interface:
[protocols]
mstp {
interface <interface name> {
bpdu-timeout-action {
block;
}
}
}
Note: Loop Protection and Root Protection are mutually exclusive and cannot be simultaneously configured on the same interface.
If STP Loop Protection is not configured on non-designated STP ports, this is a finding.
V-253957
False
JUEX-L2-000100
Review the switch configuration to verify that STP Loop Protection is enabled on all non-designated STP switch ports.
Verify STP Loop Protection for RSTP and VSTP.
[edit protocols]
rstp {
interface <interface name> {
bpdu-timeout-action {
block;
}
}
}
vstp {
interface <interface name> {
bpdu-timeout-action {
block;
}
}
}
Verify Loop Protection for all instances on an MSTP interface:
[protocols]
mstp {
interface <interface name> {
bpdu-timeout-action {
block;
}
}
}
Note: Loop Protection and Root Protection are mutually exclusive and cannot be simultaneously configured on the same interface.
If STP Loop Protection is not configured on non-designated STP ports, this is a finding.
M
5478