Draft # Go back one pageGo to the next page#Go to this book's Index

Static Route tab

The IP Static Routing Table Manager allows you to change static routes directly. The Static Route table is separate from the System Routing Table, which the router uses to make forwarding decisions. Although the tables are separate, entries in the Static Routing Table Manager are automatically reflected in the System Routing Table if the next hop address in the static route is reachable and the static route is enabled.

The table is indexed by three attributes (Destination Network, Destination Mask, and Next Hop), and the maximum number of entries is 500. Static route insertion is done through the Static Routing Table, while static route deletion is done through either the Static Routing Table or the System Routing Table.


Note Note: Only active static routes are seen in the System Routing Table. A static route is active only if the route is enabled and the next hop address is reachable; that is, there is a valid ARP entry for the next hop.

You can enter multiple routes (multiple default routes, for example) that have different costs, and the lowest-cost route that is reachable is used in the routing table. Note that if you enter multiple next hops for the same route with the same cost, the software does not replace the existing route. If you enter the same route with the same cost and a different next hop, the first route is used. However, should that first route become unreachable, the second route (with a different next hop) is activated with no loss of connectivity.

An active static route becomes inactive and disappears from the System Routing Table if the route is disabled or the next hop is not reachable. If the next hop of an enabled but inactive static route becomes reachable, the route becomes active and is added to the System Routing Table. However, static routes, whether enabled or disabled, are found in the Static Routing Table.

Static routes provide a way to create routes to destination IP address prefixes manually.

To create a static IP route:

  1. From the Device Manager window menu bar, choose IP Routing > IP.
  2. The IP dialog box opens with the Globals tab displayed.
  3. Click Static Routes.
  4. The Static Routes tab opens.
  5. Click Insert.
  6. The Insert Static Routes dialog box opens.

The table below describes the items in the Static Routes --IP tab and Insert Static Route dialog box.


Item Description
Dest
Shows the destination network address.
Mask
Shows the destination mask.
NextHop
Displays the next hop IP address.
Metric
Displays the primary routing metric for this route. If this metric is not used, set the value to 1.
IfIndex
The index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Preference
The route preference.
Enable
Sets whether the configured static route is available on the port. The default is enable.
Note: If a static route is disabled, it must be enabled before it can be added to the system routing table.
Status


  1. In the Dest box, type the IP address.
  2. In the Mask box, type the mask.
  3. In the NextHop box, type the IP address of the router through which the specified route is accessible.
  4. In the Metric box, type the HopOrMetric value.
  5. Select the enable option.
  6. Click Insert.
  7. The new route appears in the routing table.

Go back one pageGo to the next page##Go to this book's Index