home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces <interface> ip pim dr-priority

Specifies the designated router (DR) priority.

set interfaces interface ip pim dr-priority priority
delete interfaces interface ip pim dr-priority
show interfaces interface ip pim dr-priority

The designated router priority is 1.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ip pim.
priority
The designated router priority. The range is 0 to 4294967294. The default is 1.

Configuration mode


interfaces interface {
    ip {
        pim {
            dr-priority priority
        }
    }
}

Use this command to specify the designated router priority. The router with the highest priority is elected as the DR by PIM.

Use the set form of this command to specify the designated router priority.

Use the delete form of this command to restore the designated router priority to its default priority.

Use the show form of this command to display the designated router priority.