You need to find the broadcast address used on a LAN on your router. What command will you type into the router from user mode to find the broadcast address?
A
<code class="args"><em>show running-config</em></code>
B
<code class="args"><em>show startup-config</em></code>
C
<code class="args"><em>show interfaces</em></code>
D
<code class="args"><em>show protocols</em></code>
Correct Answer: <code class="args"><em>show interfaces</em></code>
The commandshow ip protocols will actually show you the broadcast address for each interface - too bad it isn't a possible answer. Your best answer is show interfaces, which will provide the IP address and mask for each interface.