[TABS_R id=6984]
Examine the following partial output of the show run command.

Which of the following statements is true?
- NTP broadcasts will be sent on E0
- NTP broadcasts will be received on E0
- NTP broadcasts will be received on E1
- NTP broadcasts will be sent on E2
Explanation:
NTP broadcasts will be received on E0. This information is indicated by the presence of the command ntp broadcast client under that interface:
interface Ethernet0
ip address 10.10.88.50 255.255.255.254
ntp broadcast client
!
The ntp broadcast client command configures a device to listen to NTP broadcast messages.at that interface. NTP broadcasts will be received, not sent, on E0.
NTP broadcasts will be sent, not received, on E1, because the ntp broadcast command was applied to the Ethernet1 interface:
interface Ethernet1
ip address 10.86.194.176 255.255.254.0
ntp broadcast
The required command to receive broadcasts, ntp broadcast client, is present under the E0 interface, not the E1 interface.
NTP broadcasts will not be sent on E2. There are no ntp commands under that interface.
Objective:
Infrastructure Services
Sub-Objective:
Configure and verify Network Time Protocol (NTP)
[TABS_R id=6984]