Configuring the Junos OS to Ignore ICMP Source Quench Messages

By default, Internet Control Message Protocol (ICMP) source quench is disabled. You enable source quench when you want the Junos OS to ignore ICMP source quench messages. To do this, include the source-quench statement at the [edit system internet-options] hierarchy level:

[edit system internet-options]source-quench;

To disable ICMP source quench, include the no-source-quench statement at the [edit system internet-options] hierarchy level:

[edit system internet-options]no-source-quench;

Related Topics