Junos device and are configuring the system-related settings. You must configure this device for the current date and time on the US West coast. You have set the time zone to America/LosAngeles, however the time and date did not change. In this scenario, which two additional actions would satisfy this requirement? (Choose two.)
In Junos OS, configuring the time-zone (such as America/LosAngeles) within the [edit system] hierarchy establishes the offset from Coordinated Universal Time (UTC) and governs how the device displays timestamps for logs and system events. However, simply setting the timezone does not adjust the underlying system hardware clock; it only dictates how that clock's data is interpreted and presented. To ensure the device reflects the correct local time, the administrator must either synchronize the system with an external reference or manually input the current date and time.
Configuring a Network Time Protocol (NTP) server is the preferred professional method, as it allows the device to automatically synchronize its clock with a reliable stratum source, ensuring long-term accuracy and consistency across the network. Alternatively, the set date operational mode command can be used to manually define the current year, month, day, hour, and minute. While a DNS server is necessary for resolving the hostnames of NTP servers, it does not provide time data itself. Furthermore, rebooting the device will not correct a fundamentally unset or drifting clock. Therefore, combining the correct timezone with either NTP synchronization or a manual date setting is the standard procedure for establishing temporal accuracy on a Junos platform. Reference: Operational Monitoring and Maintenance, System Time and NTP.
Currently there are no comments in this discussion, be the first to comment!