[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Controlling Static Routes in the Routing and Forwarding Tables (Optional)

Static routes have a number of attributes that define how they are inserted and maintained in the routing and forwarding tables. To customize this behavior for the static route 192.168.47.5/32, perform these steps:

  1. Navigate to the top of the configuration hierarchy in either the J-Web or CLI configuration editor.
  2. Perform the configuration tasks described in Table 103.
  3. If you are finished configuring the router, commit the configuration.
  4. Go on to one of the following procedures:

Table 103: Controlling Static Routes in the Routing and Forwarding Tables

Task

J-Web Configuration Editor

CLI Configuration Editor

Navigate to the 192.168.47.5/32 level in the configuration hierarchy.

  1. In the J-Web interface, select Configuration>View and Edit>Edit Configuration.
  2. Next to Routing options, click Edit.
  3. Next to Static, click Edit.
  4. Under Route and Destination, click 192.168.47.5/32.

From the [edit] hierarchy level, enter

edit routing-options static route 192.168.47.5/32

Specify that the route is to be retained in the forwarding table after the routing process shuts down. By default, static routes are not retained.

Next to Retain, select the Yes check box.

Set the retain attribute:

set retain

Specify that the static route is not to be readvertised. By default, static routes are eligible to be readvertised.

Next to Readvertise, select the No check box.

Set the no-readvertise attribute:

set no-readvertise

Specify that the static route is to be included in the routing table whether the route is active or not. By default, passive routes are not included in the routing table.

  1. From the Passive flag list, select Passive.
  2. Click OK.

Set the passive attribute:

set passive


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]