SV-253956r843901_rule
V-253956
SRG-NET-000362-L2S-000022
JUEX-L2-000090
CAT II
10
Configure the switch to have BPDU Protection enabled on all user-facing or untrusted access switch interfaces.
set protocols mstp bpdu-block-on-edge
set protocols mstp interface <interface name> edge
Note: Configuring BPDU Protection and Root Protection on the same interface is supported, but redundant because BPDU protection includes Root Protection.
Review the switch configuration to verify that BPDU Protection is enabled on all user-facing or untrusted access switch interfaces.
BPDU Protection discards all BPDUs received on a configured interface and stops forwarding on that interface. In contrast, Root Protection discards only superior root BPDUs but accepts remaining BPDU types. Verify BDPU Protection (bpdu-block-on-edge) and the edge interfaces where no BPDUs are expected.
[protocols]
mstp {
bpdu-block-on-edge;
interface <interface name> {
edge;
}
}
Note: Configuring BPDU Protection and Root Protection on the same interface is supported, but redundant because BPDU protection includes Root Protection.
If the switch has not enabled BPDU Protection, this is a finding.
V-253956
False
JUEX-L2-000090
Review the switch configuration to verify that BPDU Protection is enabled on all user-facing or untrusted access switch interfaces.
BPDU Protection discards all BPDUs received on a configured interface and stops forwarding on that interface. In contrast, Root Protection discards only superior root BPDUs but accepts remaining BPDU types. Verify BDPU Protection (bpdu-block-on-edge) and the edge interfaces where no BPDUs are expected.
[protocols]
mstp {
bpdu-block-on-edge;
interface <interface name> {
edge;
}
}
Note: Configuring BPDU Protection and Root Protection on the same interface is supported, but redundant because BPDU protection includes Root Protection.
If the switch has not enabled BPDU Protection, this is a finding.
M
5478