In an enterprise network running PIM sparse-mode, an engineer notices that multicast traffic is switched from the shared tree (*,G) to the source-specific tree (S,G) prematurely, causing micro-bursts on core links. Which command disables this automatic switchover behavior on a Junos router?
Trap 1: set routing-options multicast spt-mode disable
This path does not exist in Junos.
Trap 2: set protocols pim disable-spt-switchover
This is not a valid Junos configuration statement.
Trap 3: set protocols igmp spt-threshold 0
SPT threshold configuration belongs to PIM, not IGMP.
- A
set routing-options multicast spt-mode disable
Why wrong: This path does not exist in Junos.
- B
set protocols pim disable-spt-switchover
Why wrong: This is not a valid Junos configuration statement.
- C
set protocols igmp spt-threshold 0
Why wrong: SPT threshold configuration belongs to PIM, not IGMP.
- D
set protocols pim spt-threshold infinity
Setting the SPT threshold to infinity prevents the last-hop router from switching to the source-specific tree, keeping it on the shared tree.