SV-253967r997518_rule
V-253967
SRG-NET-000512-L2S-000008
JUEX-L2-000200
CAT II
10
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>
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.
V-253967
False
JUEX-L2-000200
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.
M
5478