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

Configuring Dial-on-Demand Routing with OSPF Support (Optional)

Two types of routing protocol traffic are used by OSPF to establish and maintain network structure. First, periodic hello packets are sent over each link for neighbor discovery and maintenance. Second, OSPF protocol traffic achieves and maintains link-state database synchronization between routers. The OSPF demand circuit feature removes the periodic nature of both traffic types and reduces the amount of OSPF traffic by removing all OSPF protocol traffic from a demand circuit when the routing domain is in a steady state. This feature allows the underlying data-link connections to be closed when no application traffic is on the network.

You must configure OSPF on the Services Router before configuring on-demand routing with OSPF support. For information on configuring OSPF, see Configuring an OSPF Network.

To configure OSPF demand circuits:

  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 52.
  3. If you are finished configuring the router, commit the configuration.
  4. To verify that the network interface is configured correctly, see Verifying the ISDN Configuration.

Table 52: Configuring OSPF Demand Circuits

Navigate to the Protocols level in the configuration hierarchy.

  1. In the configuration editor hierarchy, select Configuration>View and Edit>Edit Configuration.
  2. Next to Protocols, click Edit.
  3. Next to the OSPF, click Edit.

From the top of the configuration editor hierarchy, enter

edit protocols OSPF area 0.0.0.0

Configure OSPF on-demand circuits for each ISDN interface participating as an on-demand routing interface—for example, br-5/0/0.

  1. Next to the Area id, click Edit.
  2. Next to Interfaces, click Add new entry.
  3. In the Interface box, type br-5/0/0.
  4. Select Demand circuit.
  5. Click OK.

Enter

edit interface br-5/0/0

Enter

set demand-circuit


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