nerdexam
Cisco

350-401 · Question #256

Refer to the exhibit. Which two effects of this configuration are true? (Choose two)

The correct answer is B. It sets the TTL for discovery messages to 60 hops. E. It configure the router as the rendezvous point.. This configuration snippet (e.g., ip pim send-rp-announce Loopback0 scope 60) sets the TTL for RP announcement messages to 60 hops and explicitly configures the router to act as a Rendezvous Point.

Submitted by obi.ng· Mar 6, 2026Mobility Services

Question

Refer to the exhibit. Which two effects of this configuration are true? (Choose two)

Exhibits

350-401 question #256 exhibit 1
350-401 question #256 exhibit 2

Options

  • AIt creates an administratively scoped boundary for ACL 60.
  • BIt sets the TTL for discovery messages to 60 hops.
  • CIt prevent the device from falling back to dense mode.
  • DIt sets announcement interval to 60 seconds.
  • EIt configure the router as the rendezvous point.

How the community answered

(50 responses)
  • A
    14% (7)
  • B
    78% (39)
  • C
    2% (1)
  • D
    6% (3)

Why each option

This configuration snippet (e.g., `ip pim send-rp-announce Loopback0 scope 60`) sets the TTL for RP announcement messages to 60 hops and explicitly configures the router to act as a Rendezvous Point.

AIt creates an administratively scoped boundary for ACL 60.

While an ACL might be used to define RP group-lists, the `scope 60` in `send-rp-announce` specifically refers to the TTL of the announcement messages, not an ACL for administrative scoping.

BIt sets the TTL for discovery messages to 60 hops.Correct

The `scope 60` parameter in the `ip pim send-rp-announce` command specifies the Time-to-Live (TTL) for the RP-Announce messages, limiting their propagation to 60 hops.

CIt prevent the device from falling back to dense mode.

The configuration is for PIM Sparse Mode; preventing a fallback to dense mode (PIM-DM) is usually controlled by other factors like `ip pim sparse-dense-mode` or the presence of an RP, not directly by this command.

DIt sets announcement interval to 60 seconds.

The announcement interval is typically a configurable parameter, but `scope 60` refers to TTL, not the announcement interval. The command for interval would be `ip pim rp-announce-interval`.

EIt configure the router as the rendezvous point.Correct

The `ip pim send-rp-announce` command is used on the router that *is* the Rendezvous Point (RP) to announce its address and the group ranges it serves to the mapping agent, thereby explicitly configuring it as the RP.

Concept tested: PIM RP announcement and scope

Source: https://www.cisco.com/c/en/us/td/docs/ios/ipmulti/configuration/guide/imc_cfg_pim_send_rp_announce_v2_v3.html

Topics

#PIM#multicast#rendezvous point#TTL scoping

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice