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.

protocols pim6 ignore-rp-set-priority

Specifies that the RP-SET priority is to be ignored in Rendezvous Point (RP) selection.

set protocols pim6 ignore-rp-set-priority
delete protocols pim6 ignore-rp-set-priority
show protocols pim6

The RP-SET priority is used in RP selection.

Configuration mode


protocols {
    pim6 {
        ignore-rp-set-priority 
    }
}

Use this command to specify that the RP-SET priority is to be ignored and that only the hash value is to be used in RP selection. This command provides interoperability with older Cisco IOS versions.

Use the set form of this command to specify that the RP-SET priority value is to be ignored and that only the hash value is to be used in RP selection.

Use the delete form of this command to restore the default RP selection mechanism by using the RP-SET priority.

Use the show form of this command to display the PIM configuration.