Juniper
JN0-664 · Question #50
[edit policy-options] user@router# show policy-statement block-igmp { term 1 { from { route-filter 224.7.7.7/32 exact; source-address-filter 192.168.100.10/32 exact; } then reject; } } [edit…
The correct answer is A. Joins for group 224.7.7.7 are rejected if the source address is 192.168.100.10. You've hit your limit · resets 4am (America/New_York)
Multicast Routing in SP Networks
Question
[edit policy-options]
user@router# show
policy-statement block-igmp {
term 1 {
from {
route-filter 224.7.7.7/32 exact;
source-address-filter 192.168.100.10/32 exact;
}
then reject;
}
}
[edit protocols igmp]
user@router# show
interface ge-0/0/0.0 {
group-policy block-igmp;
group-limit 25;
}
Options
- AJoins for group 224.7.7.7 are rejected if the source address is 192.168.100.10.
- BJoins for group 224.7.7.7 are always rejected, regardless of the group count.
- CJoins for group 224.7.7.7 are accepted if the group count is less than 25.
- DJoins for any group are accepted if the group count value is less than 25.
How the community answered
(62 responses)- A84% (52)
- B10% (6)
- C2% (1)
- D5% (3)
Explanation
You've hit your limit · resets 4am (America/New_York)
Topics
#IGMP#group-policy#source filtering#multicast join
Community Discussion
No community discussion yet for this question.