Static Route with no-install knob added at the end Prohibit installing received routes in the forwarding table.
If the no-install knob is added to the static route, all prefixes belonging to that subnet will not be installed in the PFE and if customer wants to have an IGP protocol running on such subnet the PFE will not be able to have a destination pointer in the PFE, hence the packet will be dropped and no route to host will be seen in the device as part of the normal JunOS behavior.
Opposite of the install attribute. A usable static route is not installed into the PFE.
In case you want to get this route installed in the PFE, the no-install knob should not be used.
Example:
>configure
#delete routing-options static route <STATIC IP> no-install
#commit
Ways to check if the destination route is added in the forwarding table:
> show route forwarding-table destination <destination IP address>