Specifications

ip add route
268 SSR Command Line Interface Reference Manual
retain If specified, this option prevents this static route from being removed
from the forwarding table when the routing service (GateD) is gracefully
shutdown. Normally gated removes all routes except interface routes
during a graceful 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 exception that
unreachable messages are not sent.
gate-list <gateway list>
Allows you to specify up to four gateways for a particular destination
host or network.
Restrictions
None
Examples
To configure the router 10.4.1.1 as the default gateway for this SSR:
To configure the gateway 10.4.78.11 as the gateway for any packet destined for the subnet
10.4.14.0/24:
To configure the gateway 10.4.78.11 as the gateway for any packet destined for the subnet
10.4.14.0/24:
To configure the gateway 10.4.16.99 as the gateway to the host 10.4.15.2:
ssr(config)# ip add route default gateway 10.4.1.1
ssr(config)# ip add route 10.4.14.0/24 gateway 10.4.78.11
ssr(config)# ip add route 10.4.14.0/24 gateway 10.4.78.11
ssr(config)# ip add route 10.4.15.2 host gateway 10.4.16.99