Configuring static routes

The 7210 SAS supports both static routes and dynamic routing to next-hop addresses.

See the 7210 SAS-Mxp, R6, R12, S, Sx, T Routing Protocols Guide for information about configuring OSPF, RIP, IS-IS, and BGP routing.

Only one next-hop IP address can be specified per IP interface for static routes.

Use the following syntax to create static route entries.

config>router
        static-route {ip-prefix/prefix-length} | 
{ip-prefix netmask} [preference preference] [metric metric] [tag tag] [enable | disable] next-hop {ip-int-name | ip-address} [bfd-enable] [ldp-sync]
Example
config>router# static-route 192.168.250.0/24 preference 5 metric 1 enable next-hop 10.200.10.3 ldp-sync
    config>router# exit
Note:

If ldp-sync is enabled on a static route, the LDP synchronization timer must also be configured on the associated interface, using the config router if ldp-sync-timer command.