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

Defining Default Behavior for All Static Routes (Optional)

Attributes that define static route behavior can be configured either at the individual route level or as a default behavior that applies to all static routes. In the case of conflicting configuration, the configuration at the individual route level overrides static route defaults. To configure static route defaults, 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 118.
  3. If you are finished configuring the router, commit the configuration.
  4. To check the configuration, see Verifying the Static Route Configuration.

Table 118: Defining Static Route Defaults

Task

J-Web Configuration Editor

CLI Configuration Editor

Navigate to the Defaults 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. Next to Defaults, click Configure.

From the [edit] hierarchy level, enter

edit routing-options static defaults

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]