The Juniper EX switch must be configured to prune the default VLAN from all trunked interfaces that do not require it.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
---|---|---|---|---|---|---|
medium | V-253968 | SRG-NET-000512-L2S-000009 | JUEX-L2-000210 | SV-253968r843937_rule | 2025-03-07 | 2 |
Description |
---|
All unassigned interfaces are placed into the default VLAN and devices connected to enabled, but unassigned interfaces can communicate within that VLAN. Although the default VLAN is not automatically assigned to any trunked interface, if the default VLAN must be trunked or a misconfigured trunk unintentionally includes the default VLAN, unauthorized devices connected to enabled but unassigned access interfaces could gain network connectivity beyond the local switch. |
ℹ️ Check |
---|
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. |
✔️ Fix |
---|
Remove unnecessary VLANs from trunked interfaces. delete interfaces <trunked interface name> unit 0 family ethernet-switching vlan members <default | other unnecessary VLAN name> |