Configuring NBMA Network Attributes

To implement OSPF functions, configure NBMA network attributes.

Procedure

  1. (Optional) Set the network type to NBMA.

    The NBMA network must be fully meshed. Any two routers on the NBMA network must be directly reachable. In most cases, however, this requirement cannot be met. To resolve this problem, run specific commands to forcibly change the network type to NBMA. For details, see Configuring Network Types for OSPF Interfaces.

    1. Run system-view

      The system view is displayed.

    2. Run interface interface-type interface-number

      The interface view is displayed.

    3. Run ospf network-type nbma

      The network type of the OSPF interface is set to NBMA.

    4. Run commit

      The configuration is committed.

  2. (Optional) Run ospf timer poll interval

    The interval at which Hello packets for polling are sent by an NBMA interface is set.

    On the NBMA network, after the neighbor relationship becomes invalid, the router sends Hello packets at an interval defined in the polling mechanism.

  3. (Optional) Run ospf dr-priority priovalue

    Sets the priority of an interface that runs for the DR or BDR.

    The priority of an interface determines whether the interface is qualified to be a DR or BDR. The interface with the highest priority is elected as the DR or BDR. If the priority of an interface on a device is 0, the device cannot be elected as a DR or BDR. On a broadcast or an NBMA network, you can set the priority of an interface to control the DR or BDR selection. When the DR and BDR are elected on a network segment, they send DD packets to all neighboring nodes and set up adjacencies with all neighboring nodes.

  4. (Optional) Run ospf timer wait interval

    If no Backup Seen event is received within the interval, the designated router (DR) election starts. Setting a proper value for the wait timer can slow down changes of the DR and the backup designated router (BDR) on the network, reducing network flapping. When setting the wait timer, note the following points:

    • The wait timer takes effect only on broadcast and NBMA interfaces.
    • The value of the wait timer cannot be greater than the value of the dead timer.

  5. Configure a neighboring router on the NBMA network.

    The interface with the network type of NBMA cannot broadcast Hello packets to discover neighboring routers. Therefore, the IP address of a neighboring router must be configured on the process and whether the neighboring router can participate in DR election must be determined on the process.

    1. Run quit

      Exit from the interface view.

    2. Run ospf [ process-id ]

      The OSPF process view is displayed.

    3. Run peer ip-address [ dr-priority priority ]

      A neighboring router is configured.

    4. Run commit

      The configuration is committed.

  6. Run commit

    The configuration is committed.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >