Specifications

Table Of Contents
Chapter 17: ip Commands
SSR Command Line Interface Reference Manual 17 - 3
shutdown. The retain option can be used to insure that some
routing is available even when GateD is not running.
reject
If specified, install this route as a reject route. Instead of
forwarding a packet like a normal route, reject routes cause
packets to be dropped and unreachable messages to be sent
to the originator of the packet.
no-install
If specified, the route will not be installed in the forwarding
table when it is active but will be eligible for exporting to
other protocols.
blackhole
This option is the same as the reject option with the excep-
tion that unreachable messages are not sent.
Restrictions
None
Example
ssr(config)# ip add route default gateway 10.4.1.1
Configure the router 10.4.1.1 as the default gateway for this SSR.
ssr(config)# ip add route 10.4.14.0/24 gateway 10.4.78.11
Configure the gateway 10.4.78.11 as the gateway for any packet destined for the
subnet 10.4.14.0/24.
ssr(config)# ip add route 10.4.14.0/24 gateway 10.4.78.11
Configure the gateway 10.4.78.11 as the gateway for any packet destined for the
subnet 10.4.14.0/24.
ssr(config)# ip add route 10.4.15.2 host gateway 10.4.16.99
Configure the gateway 10.4.16.99 as the gateway to the host 10.4.15.2.
ssr(config)# ip add route 10.14.3.0/24 gateway 10.1.16.99 reject
Configure a reject route entry for packets destined for the subnet 10.14.3.0/24.