Configuring PIM hello message options

About PIM hello message options

In either a PIM-DM domain or a PIM-SM domain, hello messages exchanged among devices contain the following configurable options:

Restrictions and guidelines

If the propagation delay or override interval on different PIM devices on a shared-media LAN are different, the largest ones apply.

If you want to enable neighbor tracking, you must enable it on all PIM devices on a shared-media LAN. Otherwise, the upstream device cannot track join messages from every downstream devices.

You can configure hello message options for all interfaces in PIM view or for the current interface in interface view. The configuration made in interface view takes priority over the configuration made in PIM view.

Configuring hello message options globally

  1. Enter system view.

    system-view

  2. Enter PIM view.

    pim [ vpn-instance vpn-instance-name ]

  3. Set the DR priority.

    hello-option dr-priority priority

    The default setting is 1.

  4. Set the neighbor lifetime.

    hello-option holdtime time

    The default setting is 105 seconds.

  5. Set the PIM message propagation delay for a shared-media LAN.

    hello-option lan-delay delay

    The default setting is 500 milliseconds.

  6. Set the override interval.

    hello-option override-interval interval

    The default setting is 2500 milliseconds.

  7. Enable neighbor tracking.

    hello-option neighbor-tracking

    By default, neighbor tracking is disabled.

Configuring hello message options on an interface

  1. Enter system view.

    system-view

  2. Enter interface view.

    interface interface-type interface-number

  3. Set the DR priority.

    pim hello-option dr-priority priority

    The default setting is 1.

  4. Set the neighbor lifetime.

    pim hello-option holdtime time

    The default setting is 105 seconds.

  5. Set the PIM message propagation delay.

    pim hello-option lan-delay delay

    The default setting is 500 milliseconds.

  6. Set the override interval.

    pim hello-option override-interval interval

    The default setting is 2500 milliseconds.

  7. Enable neighbor tracking.

    pim hello-option neighbor-tracking

    By default, neighbor tracking is disabled.