SV-253969r997519_rule
V-253969
SRG-NET-000512-L2S-000010
JUEX-L2-000220
CAT II
10
Configure the switch for management access to use a VLAN other than the default VLAN.
set interfaces <interface name> unit 0 family ethernet-switching interface-mode access
set interfaces <interface name> unit 0 family ethernet-switching vlan members <vlan name>
Review the switch configuration and verify that the default VLAN is not used to access the switch for management.
Verify access interfaces used for management are assigned to an appropriate VLAN as in the example below.
[edit interfaces]
<interface name> {
unit 0 {
family ethernet-switching {
interface-mode access;
vlan {
members <vlan name>;
}
}
}
}
If the default VLAN is being used to access the switch, this is a finding.
V-253969
False
JUEX-L2-000220
Review the switch configuration and verify that the default VLAN is not used to access the switch for management.
Verify access interfaces used for management are assigned to an appropriate VLAN as in the example below.
[edit interfaces]
<interface name> {
unit 0 {
family ethernet-switching {
interface-mode access;
vlan {
members <vlan name>;
}
}
}
}
If the default VLAN is being used to access the switch, this is a finding.
M
5478