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

Creating Additional OSPF Areas

To create additional OSPF areas:

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

Table 128: Configuring a Multiarea OSPF Network

Task

J-Web Configuration Editor

CLI Configuration Editor

Navigate to the Ospf level in the configuration hierarchy.

  1. In the J-Web interface, select Configuration>View and Edit>Edit Configuration.
  2. Next to Protocols, click Edit.
  3. Next to Ospf, click Edit.

From the [edit] hierarchy level, enter

edit protocols ospf

Create the additional area with a unique area ID, in dotted decimal notation—for example, 0.0.0.2.

  1. In the Area box, click Add new entry.
  2. In the Area ID box, type 0.0.0.2.
  1. Set the area ID to 0.0.0.2 and add an interface:

    set area 0.0.0.2 interface ge-0/0/0

  2. Repeat Step 1 for each interface on this Services Router that you are adding to the area. Only one interface is required.

Add interfaces as needed to the OSPF area—for example, ge-0/0/0.

  1. In the Interface box, click Add new entry.
  2. In the Interface name box, type ge-0/0/0.
  3. Click OK.
  4. Repeat Step 1 through Step 3 for each interface on this Services Router that you are adding to the backbone area. Only one interface is required.

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