Information
IP Directed Broadcast is a feature by which remote administration tasks such as backups and wake-on-LAN (WOL) application can be achieved by sending directed broadcast packets for hosts and servers residing on adifferent subnets. IP Directed Broadcast is supported on ROP, SVI and L3LAG interfaces. It is disabled by default.Disabling IP directed broadcast on unused interfaces in AOS-CX switches prevents the switch from converting directed broadcast packets into Layer 2 broadcasts on a destination subnet. This configuration ensures that such traffic is dropped rather than propagated further into the network.
IP directed broadcasts are often exploited in amplification attacks, such as Smurf attacks, which flood the network with broadcast traffic to disrupt operations. By disabling this feature on unused interfaces, network administrators can reduce the likelihood of these types of exploits. Additionally, it prevents unnecessary broadcast traffic from consuming resources on unused subnets.
Solution
IP Directed broadcast is disabled by default on all interface, to disable it incase if its enabled by mistake -
switch(config)# interface <ID>
switch(config)# no ip directed-broadcast
Impact:
Disabling IP directed broadcast on unused interfaces enhances network security by mitigating potential DoS amplification attacks. It reduces unnecessary processing and bandwidth usage caused by broadcast traffic on inactive interfaces. This configuration helps maintain network stability, improves overall performance, and minimizes attack surfaces by reducing the exposure of unused interfaces to malicious activity.