SV-253970r1082976_rule
V-253970
SRG-NET-000512-L2S-000011
JUEX-L2-000230
CAT II
10
Disable trunking on all enabled user-facing or untrusted access interfaces.
Delete "interface-mode" from an enabled user-facing or untrusted interface to inherit the default access mode.
user@host> configure
user@host# delete interfaces <interface name> unit 0 family ethernet-switching interface-mode
Alternatively, explicitly set the enabled user-facing or untrusted interface mode to access.
user@host> configure
user@host# set interfaces <interface name> unit 0 family ethernet-switching interface-mode access
Review the switch configuration and examine all enabled user-facing or untrusted interfaces configured with family ethernet-switching.
1. Interfaces implicitly configured with "interface-mode" access and family ethernet-switching. Note: The default interface-mode is "access".
user@host> show configuration interfaces
<interface name> {
unit 0 {
family ethernet-switching {
}
}
}
2. Interfaces explicitly configured with "interface-mode" access and family ethernet-switching.
user@host> show configuration interfaces
<interface name> {
unit 0 {
family ethernet-switching {
interface-mode access;
}
}
}
If any of the enabled user-facing access interfaces are configured as a trunk, this is a finding.
V-253970
False
JUEX-L2-000230
Review the switch configuration and examine all enabled user-facing or untrusted interfaces configured with family ethernet-switching.
1. Interfaces implicitly configured with "interface-mode" access and family ethernet-switching. Note: The default interface-mode is "access".
user@host> show configuration interfaces
<interface name> {
unit 0 {
family ethernet-switching {
}
}
}
2. Interfaces explicitly configured with "interface-mode" access and family ethernet-switching.
user@host> show configuration interfaces
<interface name> {
unit 0 {
family ethernet-switching {
interface-mode access;
}
}
}
If any of the enabled user-facing access interfaces are configured as a trunk, this is a finding.
M
5478