SV-253968r843937_rule
V-253968
SRG-NET-000512-L2S-000009
JUEX-L2-000210
CAT II
10
Remove unnecessary VLANs from trunked interfaces.
delete interfaces <trunked interface name> unit 0 family ethernet-switching vlan members <default | other unnecessary VLAN name>
Review the switch configuration and verify that the default VLAN is pruned from trunk links that do not require it.
[edit interfaces]
<interface name> {
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members [ vlan_name ... vlan_name ];
}
}
}
}
If the default VLAN is not pruned from trunk links that should not be transporting frames for that VLAN, this is a finding.
V-253968
False
JUEX-L2-000210
Review the switch configuration and verify that the default VLAN is pruned from trunk links that do not require it.
[edit interfaces]
<interface name> {
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members [ vlan_name ... vlan_name ];
}
}
}
}
If the default VLAN is not pruned from trunk links that should not be transporting frames for that VLAN, this is a finding.
M
5478