[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 36.
  3. If you are finished configuring static routes, commit the configuration.
  4. Go on to one of the following procedures:

Table 36: 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.

In the configuration editor hierarchy, select Routing options>Static, then click 192.168.47.5/32 in the Destination field.

From the top of the configuration hierarchy, 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.

  1. Next to Retain, select the Yes check box.
  2. Click OK.

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.

  1. Next to Readvertise, select the No check box.
  2. Click OK.

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]