Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

family (Protocols PIM Interface)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
family  (inet | inet6) {
    bfd-liveness-detection {
        authentication {
            algorithm algorithm-name;
            key-chain key-chain-name;
            loose-check;
        }
        detection-time {
            threshold milliseconds;
        }
        minimum-interval milliseconds;
        minimum-receive-interval milliseconds;
        multiplier number;
        no-adaptation;
        transmit-interval {
            minimum-interval milliseconds;
            threshold milliseconds;
        }
        version (0 | 1 | automatic);
    }
    disable;
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems logical-system-name protocols pim interface (Protocols PIM)  interface-name],
[edit logical-systems logical-system-name routing-instances routing-instance-name protocols pim interface (Protocols PIM)  interface-name],
[edit protocols pim interface (Protocols PIM)  interface-name],
[edit routing-instances routing-instance-name protocols pim interface (Protocols PIM)  interface-name]

Description

Configure one of the following PIM protocol settings for the specified family on the specified interface:

  • BFD protocol settings

  • Disable PIM

Options

inet—Enable the PIM protocol for the IP version 4 (IPv4) address family.

inet6—Enable the PIM protocol for the IP version 6 (IPv6) address family.

The remaining statements are explained separately. See CLI Explorer.

Release Information

Statement introduced in Junos OS Release 9.6.

Support for the Bidirectional Forwarding Detection (BFD) Protocol statements was introduced in Junos OS Release 12.2.

footer-navigation