Check: JUEX-L2-000200
Juniper EX Series Switches Layer 2 Switch STIG:
JUEX-L2-000200
(in versions v1 r2 through v1 r1)
Title
The Juniper EX switch must not be configured with VLANs used for L2 control traffic assigned to any host-facing access interface. (Cat II impact)
Discussion
In a switched Ethernet network, some protocols use L2 Protocol Data Units (PDU) to communicate in-band management or other control information. This control traffic is inappropriate for host-facing access interfaces because those devices are not part of the switching infrastructure. Juniper switches do not automatically carry this L2 control traffic in the default VLAN or automatically assign the default VLAN to all trunks, reducing the scope of potential misuse. Preventing host-facing access interfaces from participating in the L2 control traffic communications further reduces the risk of inadvertent (or malicious) interference.
Check Content
Review the switch configurations and verify all access interfaces are assigned to a configured VLAN not used for L2 control traffic. If assigning via interface-range, the configuration will be similar to the example. [edit interfaces] interface-range <name> { member <interface name>; member-range <starting interface name> to <ending interface name>; <<< Member ranges are contiguous from <start interface> to <end interface> inclusive unit 0 { family ethernet-switching { vlan { members <vlan name>; } } } } If assigning individually, the configuration will be similar to the example. [edit interfaces] <interface name> { unit 0 { family ethernet-switching { vlan { members <vlan name>; } } } } Verify the assigned VLANs are configured. [edit vlans] <vlan name> { vlan-id <VLAN ID>; } Note: Assigning interfaces to a VLAN automatically removes them from the default VLAN. If there are access interfaces assigned to the VLANs used for L2 control traffic, this is a finding.
Fix Text
Assign all access interfaces to a VLAN not used for L2 control traffic. Interface range configuration: set interfaces interface-range name member <interface name> set interfaces interface-range name member-range <starting interface name> to <ending interface name> set interfaces interface-range name unit 0 family ethernet-switching vlan members <vlan name> Individual interface configuration: set interfaces <interface name> unit 0 family ethernet-switching vlan members <vlan name> Configure the VLAN: set vlans <vlan name> vlan-id <VLAN ID>
Additional Identifiers
Rule ID: SV-253967r843934_rule
Vulnerability ID: V-253967
Group Title: SRG-NET-000512-L2S-000008
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |