SV-220432r622190_rule
V-220432
SRG-NET-000362-RTR-000112
CISC-RT-000160
CAT III
10
Disable IP directed broadcast on all interfaces as shown in the example below:
SW1(config)#int g0/1
SW1(config-if)#no ip directed-broadcast
SW1(config)#int vlan11
SW1(config-if)#no ip directed-broadcast
Review the switch configuration to determine if IP directed broadcast is disabled. The IP directed broadcast command must not be found on any interface as shown in the example below:
interface GigabitEthernet0/1
no switchport
ip address x.x.x.x 255.255.255.0
ip directed-broadcast
…
…
…
Interface Vlan11
no switchport
ip address x.x.x.x 255.255.255.0
ip directed-broadcast
If IP directed broadcast is not disabled on all interfaces, this is a finding.
V-220432
False
CISC-RT-000160
Review the switch configuration to determine if IP directed broadcast is disabled. The IP directed broadcast command must not be found on any interface as shown in the example below:
interface GigabitEthernet0/1
no switchport
ip address x.x.x.x 255.255.255.0
ip directed-broadcast
…
…
…
Interface Vlan11
no switchport
ip address x.x.x.x 255.255.255.0
ip directed-broadcast
If IP directed broadcast is not disabled on all interfaces, this is a finding.
M
4065