|
Navigate to the Policy options level in the configuration
hierarchy.
|
- In the J-Web interface, select Configuration>View
and Edit>Edit Configuration.
- Next to Policy options, click Configure or Edit.
|
From the [edit] hierarchy level, enter
edit policy-options
|
|
Define
a policy to reject PIM register messages from a group and source address.
|
- Next to Policy statement, click Add
new entry.
- In the Policy name box, type the name of the policy statement—for
example, reject-pim-register-msg-rp.
- Next to From, click Configure.
- Next to Route filter, click Add new entry.
- In the Address box, type the address of the group—for
example, 224.1.1.1/32.
- From the Modifier list, select Exact.
- Click OK.
- Next to Source address filter, click Add
new entry.
- In the Address box, type the address of the source—for
example, 10.10.10.1/32.
- From the Modifier list, select Exact.
- Click OK until you return to the Policy
statement page.
- Next to Then, click Configure.
- From the Accept reject list, select Reject.
- Click OK.
|
- Set the match condition for the group address:
set policy statement reject-pim-register-msg-rp from route-filter
224.1.1.1/32 exact
- Set the match condition for the address of a source in
the group:
set policy statement reject-pim-register-msg-rp from source-address-filter
10.10.10.1/32 exact
- Set the match action to reject PIM register messages from
the group and source address:
set policy statement reject-pim-register-msg-rp then reject
|
|
Configure the reject-pim-register-msg-rp policy on the RP router.
|
- On the main Configuration page next to Protocols, click Configure or Edit.
- Next to Pim, click Configure.
- Next to Rp, click Configure.
- Next to Rp register policy, click Add new
entry.
- In the Value box, type the name of the policy—reject-pim-register-msg-rp.
- Click OK.
|
- From the [edit] hierarchy level, enter
edit protocols pim rp
- Assign the policy on the RP:
set rp-register-policy reject-pim-register-msg-rp
|