Junos may report a MARTIAN-address host-bound DDoS violation when ICMP Type 3 Code 4 (Fragmentation Needed) packets are sent to the switch CPU with an invalid source address, commonly 0.0.0.0.
In the reviewed case, packet captures showed that packets exceeded the effective MTU after tunnel encapsulation. The tunnel device (Mist-Edge) generated ICMP Fragmentation Needed messages with a reported MTU of 1446, while the Juniper core-facing Ethernet link remained at MTU 1500 and showed no physical errors or drops. The invalid ICMP source address caused the messages to be classified as MARTIAN traffic and sent to the host-bound CPU queue.
Key finding: The Juniper switches were detecting and protecting the CPU from malformed or unexpected control traffic. The evidence did not indicate a physical interface problem or a sustained DDoS attack.
DDOS_PROTOCOL_VIOLATION_SET: Warning: Host-bound traffic for protocol/exception MARTIAN-address:aggregate exceeded its allowed bandwidth at fpc 0 for <count> times, started at <timestamp> UTC
show log messages | match DDOS_PROTOCOL_VIOLATION
show ddos-protection protocols martian-address statistics detail | no-more
Confirm the affected FPC, the configured bandwidth and burst, the maximum arrival rate, and whether packets or Routing Engine traffic were dropped.
The capture showed ICMP Type 3 Code 4 packets with source IP 0.0.0.0 and a reported MTU of 1446. The traffic was associated with the tunnel or edge device, while the Juniper core-facing link remained healthy with MTU 1500 and no physical errors or drops.
A tech case with the Wireless-Assurance team was opened since the traffic triggering the DDOS alerts was coming from a Mist-Edge device, they suggested reviewing the Mist Edge tunnel configuration and aligning the effective MTU after L2TP encapsulation. They also suggested using the actual client/source IP instead of 0.0.0.0 when generating ICMP Type 3 Code 4 messages, if supported by the tunnel platform.
After the change, monitor the tunnel device and the Juniper switches to confirm that the MARTIAN-address violations stop or are significantly reduced.