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

Configuring a Single-Area OSPF Network (Required)

To use OSPF on the Services Router, you must configure at least one OSPF area, like the one shown in Figure 47.

Figure 47: Typical Single-Area OSPF Network Topology

Image g015028.gif

To configure a single-area OSPF network with a backbone area, like the one in Figure 47, perform these steps on each Services Router in the network:

  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 46.
  3. If you are finished configuring the network, commit the configuration.

    After you create the backbone area and add the appropriate interfaces to the area, OSPF begins sending LSAs. No additional configuration is required to enable OSPF traffic on the network.

  4. Go on to one of the following procedures:

Table 46: Configuring a Single-Area OSPF Network

Task

J-Web Configuration Editor

CLI Configuration Editor

Navigate to the Ospf level in the configuration hierarchy.

In the configuration editor hierarchy, select Protocols>Ospf.

From the top of the configuration hierarchy, enter

edit protocols ospf

Create the backbone area with area ID 0.0.0.0.

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

    set area 0.0.0.0 interface fe-0/0/0

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

    Changes in the CLI are applied automatically when you execute the set command.

Add interfaces as needed to the OSPF area.

  1. In the Interface box, click Add new entry.
  2. In the Interface name box, type the name of an interface on the Services Router and click OK.
  3. Repeat Step 1 and Step  2 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]