What command is used to stop RIP routing updates from exiting out an interface but still allow the interface to receive RIP route updates?
A
<code class="args"><em>Router (config-if) # no routing</em></code>
B
<code class="args"><em>Router (config-if) # passive-interface</em></code>
C
<code class="args"><em>Router (config-router) # passive-interface s0</em></code>
D
<code class="args"><em>Router (config-router) # no routing updates</em></code>
Correct Answer: <code class="args"><em>Router (config-router) # passive-interface s0</em></code>
The (config-router) #passive-interface command stops updates from being sent out an interface, but route updates are still received.