[Contents] [Prev] [Next] [Index] [Report an Error]

family

See the following sections:

family (Bootstrap)

Syntax

family (inet | inet6) {
priority number;
import [ policy-names ];
export [ policy-names ];
}

Hierarchy Level

[edit logical-systems logical-system-name protocols pim rp bootstrap],
[edit logical-systems logical-system-name routing-instances routing-instance-name protocols pim rp bootstrap],
[edit protocols pim rp bootstrap],
[edit routing-instances routing-instance-name protocols pim rp bootstrap]

Release Information

Statement introduced in JUNOS Release 7.6.

Description

Configure which IP protocol type bootstrap properties to apply.

Options

inet—Apply IP version 4 (IPv4) local RP properties.

inet6—Apply IPv6 local RP properties.

The remaining statements are explained separately.

Usage Guidelines

See Configuring the Router's Bootstrap Router Priority and Filtering PIM Bootstrap Messages.

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.

family (Local RP)

Syntax

family (inet | inet6) {
address address;
anycast-pim {
rp-set {
address address [forward-msdp-sa];
}
local-address address;
}
disable;
group-ranges {
destination-mask;
}
hold-time seconds;
priority number;
}

Hierarchy Level

[edit logical-systems logical-system-name protocols pim rp local],
[edit logical-systems logical-system-name routing-instances routing-instance-name protocols pim rp local],
[edit protocols pim rp local],
[edit routing-instances routing-instance-name protocols pim rp local]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Configure which IP protocol type local RP properties to apply.

Options

inet—Apply IP version 4 (IPv4) local RP properties.

inet6—Apply IPv6 local RP properties.

The remaining statements are explained separately.

Usage Guidelines

See Configuring PIM Sparse Mode Properties.

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.


[Contents] [Prev] [Next] [Index] [Report an Error]