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

Configuring a Basic Set of Static Routes (Required)

Customer routes that are connected to stub networks are often configured as static routes. Figure 66 shows a sample network.

Figure 66: Customer Routes Connected to a Stub Network

Image g015023.gif

To configure customer routes as static routes, like the ones in Figure 66, follow these steps on the Services Router to which the customer routes are connected:

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

Table 115: Configuring Basic Static Routes

Task

J-Web Configuration Editor

CLI Configuration Editor

Navigate to the Static level in the configuration hierarchy.

  1. In the J-Web interface, select Configuration>View and Edit>Edit Configuration.
  2. Next to Routing options, click Configure or Edit.
  3. Next to Static, click Configure or Edit.

From the [edit] hierarchy level, enter

edit routing-options static

Add the static route 192.168.47.5/32, and define the next-hop address 10.10.10.10.

  1. Next to Route, click Add new entry.
  2. In the Destination box, type 192.168.47.5/32.
  3. From the Next hop list, select Next hop.
  4. Next to Next hop, click Add new entry.
  5. In the Value box, type 10.10.10.10.
  6. Click OK.

Define the static route and set the next-hop address:

set route 192.168.47.5 next-hop 10.10.10.10


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