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

rp

Syntax

rp {
auto-rp {
(announce | discovery | mapping);
(mapping-agent-election | no-mapping-agent-election);
}
bootstrap {
family (inet | inet6) {
priority number;
import [ policy-names ];
export [ policy-names ];
}
}
bootstrap-export [ policy-names ];
bootstrap-import [ policy-names ];
bootstrap-priority number;
dr-register-policy [ policy-names ];
embedded-rp {
maximum-rps limit;
group-ranges {
destination-mask;
}
}
local {
family (inet | inet6) {
disable;
address address;
anycast-pim {
rp-set {
address address [forward-msdp-sa];
}
local-address address;
}
group-ranges {
destination-mask;
}
hold-time seconds;
priority number;
}
}
rp-register-policy [ policy-names ];
static {
address address {
version version;
group-ranges {
destination-mask;
}
}
}
}

Hierarchy Level

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

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Configure the router as an actual or potential RP. A router can be an RP for more than one group.

Default

If you do not include the rp statement, the router can never become the RP.

Options

The 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]