156k views
2 votes
Currently, all of the routers in your network are configured to use NTP to synchronize time with a public Stratum 2 time provider on the Internet. To reduce redundant network traffic, you decide to configure one internal router as an authoritative NTP time provider with a stratum value of 5 and then configure all other routers to synchronize time with it. This router has an IP address of _______ assigned.

Which commands should you use? (Select two. Each response is a part of the complete solution.)

User CruleD
by
7.9k points

1 Answer

4 votes

Final answer:

To configure an internal router as an NTP server with a stratum 5, use 'ntp master 5'. Then, configure other routers in the network to synchronize with it by using the 'ntp server IP_ADDRESS' command, substituting 'IP_ADDRESS' with the actual IP address of the internal NTP server.

Step-by-step explanation:

To configure an internal router as an authoritative NTP server with a stratum level of 5, and set up other routers to synchronize with it, you'll need to use a set of commands on the router designated as the NTP server. First, you have to specify the NTP master with a stratum level of 5. Second, you need to configure the rest of the routers to use this internal router as their NTP server.

Example Configuration on NTP Server Router:

It is critical to ensure that the NTP server router has the correct time and is synchronized with a reliable source before becoming the master clock for other devices on the network, as all of them will depend on its accuracy.

User Jamelia
by
8.4k points