An administrator executes the `show ntp associations` command on a Cisco IOS router to verify system time synchronization. The command output is displayed below:
text
address ref clock st when poll reach delay offset disp
~172.16.50.2 10.1.1.1 2 42 64 377 12.45 1.120 0.45
*192.168.20.5 10.1.1.1 2 15 64 377 4.10 0.210 0.15
Based on this output, which statement accurately describes the NTP operational status of the local router?
- The router is synchronized to 192.168.20.5 and will operate as a Stratum 3 NTP server for downstream clients.Answer
- BThe router is synchronized to 172.16.50.2 because the tilde (~) prefix signifies the active master reference source.
- CThe router is synchronized to 192.168.20.5 and will operate as a Stratum 2 NTP server for downstream clients.
- DThe router is unsynchronized because both configured upstream servers report identical reference clock IP addresses.
Answer
The router is synchronized to 192.168.20.5 and will operate as a Stratum 3 NTP server for downstream clients.
In Cisco IOS `show ntp associations` output, the asterisk (`*`) denotes the server with which the router is currently synchronized. Since the server at 192.168.20.5 has a stratum level of 2 (`st = 2`), the local router increments this value by 1, operating as a Stratum 3 NTP server when serving downstream clients.
Step-by-Step Solution
Key Concept
NTP Output Verification and Stratum Hierarchy Calculation
Estimated Time:1m 15s