Configuring the Junos OS to Disable Protocol Redirect Messages on the Router or Switch
By default, the router or switch sends protocol redirect messages. To disable the sending of redirect messages by the router or switch, include the no-redirects statement at the [edit system] hierarchy level:
[edit system]no-redirects;
To reenable the sending of redirect messages on the router or switch, delete the no-redirects statement from the configuration.
To disable the sending of redirect messages on a per-interface basis, include the no-redirects statement at the [edit interfaces interface-name unit logical-unit-number family family] hierarchy level, as described in the Junos Network Interfaces Configuration Guide.
