set protocols pimsm4 bootstrap cand-rp group-prefix is-scope-zone
The set protocols pimsm4 bootstrap cand-rp group-prefix is-scope-zone command is used to configure the "is-scope-zone" parameter to specify whether a Candidate-RP "group-prefix" is scoped.
Command Syntax
set protocols pimsm4 bootstrap cand-rp group-prefix <IPv4Net> <is-scope-zone>
Parameter
Parameter | Description |
group-prefix <IPv4Net> | Specifies the range of multicast group that can serve on a C-RP. The value is an IPv4 multicast subnet address in the address/prefix-length format, e.g., 239.0.0.0/8. |
<is-scope-zone> | Optional. The "is-scope-zone" parameter is used to specify whether a Candidate-RP "group-prefix" is scoped. By default, "is-scope-zone" is not configured. |
Usage Guidelines
The command is used to configure the is-scope-zone:
- When the value is-scope-zone is included, this indicates that this multicast group prefix defines a multicast scope zone. The bootstrap message will only be sent to the scope that is consistent with the group-prefix.
- When the value is-scope-zone is not included, this indicates that the group prefix in the scope-zone merely represents a range of multicast groups for which this router is willing to be RP. The bootstrap message will be sent to the scope 224.0.0.0/4. This is the default setting.
Example
- Configure to include is-scope-zone parameter to specify the Candidate-RP "group-prefix" 0.0.0/8 is scoped.
admin@Xorplus# set protocols pimsm4 bootstrap cand-rp group-prefix 239.0.0.0/8 is-scope-zone admin@Xorplus# commit
Copyright © 2025 Pica8 Inc. All Rights Reserved.