The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
Configuring Static Routing
You are reading: Configuring Services > Configuring Static Routes
Configuring Static Routing
Use static routes in environments where network traffic is predictable and where the network design is simple. Routers forward packets using either route information from route table entries that you manually configure or the route information that is calculated using dynamic routing algorithms. Static routing is the simplest form of routing, where you manually enter routes into a routing table. More...Static routes define explicit paths between two routers, and cannot be automatically updated. You must manually reconfigure static routes when network changes occur.
Choose Services > Static Routing, and click Add.
In the Prefix and Prefix Mask fields, type the IP address and the subnet mask for the static route.
In the Metric field, assign a metric, between 1 and 255, to the static route. More... When multiple paths to the same destination are available, the device uses the route with the lowest metric and adds the preferred route into the routing table.
In the Route Path field, choose one of the following options:
Interface — To indicate the output interface, that is the interface on which all packets are sent to the destination network, Choose an interface from the Interface drop-down list. In the Next Hop IP field, assign a next-hop IP address to the output interface.
Next Hop IP — To specify a next-hop IP address for the static route. Assign a next-hop IP address in the Next Hop IP field.
DHCP — To assign a static route IP address using a DHCP server. More...The route is removed when the DHCP lease expires. Using DHCP to determine a route path eliminates the need to configure static routes to an outside interface and the configuration of a next-hop router.