nerdexam
Cisco

350-501 · Question #339

Refer to the exhibit. A network engineer is implementing multicast Source-A to send a multicast stream for Receiver-A, and multicast Source-B to send a multicast stream for Receiver-B. Router RC forwa

The correct answer is D. Enable ip pim passive on RB interface Ge0/0.. To prevent unwanted multicast flooding from Source-A to Router RB, configure ip pim passive on RB's interface Ge0/0, which disables PIM adjacency formation and routing participation on that interface.

Networking

Question

Refer to the exhibit. A network engineer is implementing multicast Source-A to send a multicast stream for Receiver-A, and multicast Source-B to send a multicast stream for Receiver-B. Router RC forwards the IGMP host a report and leaves messages to IP address 192.168.10.1. How must the multicast features be implemented to prevent RB from receiving multicast flooding from Source-A?

Exhibit

350-501 question #339 exhibit

Options

  • AChange the helper-address value to 192.168.10.2 on RC.
  • BEnable ip pim neighbor-filter on RC interface Ge0/0.
  • CConfigure PIM-SSM on RB and RC interface Ge 0/0.
  • DEnable ip pim passive on RB interface Ge0/0.

How the community answered

(40 responses)
  • A
    8% (3)
  • B
    3% (1)
  • C
    15% (6)
  • D
    75% (30)

Why each option

To prevent unwanted multicast flooding from Source-A to Router RB, configure `ip pim passive` on RB's interface Ge0/0, which disables PIM adjacency formation and routing participation on that interface.

AChange the helper-address value to 192.168.10.2 on RC.

`helper-address` is used for forwarding broadcast-based services like DHCP, not for controlling multicast PIM behavior or preventing multicast flooding.

BEnable ip pim neighbor-filter on RC interface Ge0/0.

`ip pim neighbor-filter` is used to control which PIM neighbors are formed, which is a security feature, but `ip pim passive` is a more direct way to prevent all PIM operations on an interface to stop unwanted flooding.

CConfigure PIM-SSM on RB and RC interface Ge 0/0.

While PIM-SSM can help by requiring explicit (S,G) joins, `ip pim passive` directly addresses the 'flooding' issue by stopping PIM protocol activity on an interface that should not be routing multicast.

DEnable ip pim passive on RB interface Ge0/0.Correct

Enabling `ip pim passive` on an interface causes the router to stop sending and receiving PIM Hello messages on that interface, effectively disabling PIM neighbor adjacencies. This prevents the router from actively participating in PIM routing and stops it from receiving or forwarding unwanted multicast traffic on that segment, thus preventing flooding from Source-A to RB.

Concept tested: PIM passive interface configuration

Source: https://www.cisco.com/c/en/us/td/docs/ios/ipmulti/command/reference/imc_book/imc_i1.html#wp1077755

Topics

#Multicast#PIM#PIM Passive#Multicast Flooding

Community Discussion

No community discussion yet for this question.

Full 350-501 Practice