An enterprise core router is designated to act as both an NTP client to an upstream stratum 2 server and an NTP server for internal distribution switches. To ensure reliable operations and consistent packet parameters, the network engineer must force the router to send NTP packets using a specific logical interface address and allow the router to serve as an authoritative time source if the upstream connection becomes unavailable. Which TWO Cisco IOS global configuration commands satisfy these requirements?
- ntp source Loopback0Answer
- ntp master 5Answer
- Cip helper-address 192.168.1.1
- Dntp server 127.127.1.1
Answer
The correct commands are 'ntp source Loopback0' and 'ntp master 5'.
Configuring 'ntp source Loopback0' ensures all outbound NTP control packets carry the loopback IP address as their source address, which aids access list matching and system stability. Configuring 'ntp master 5' allows the router to serve as a backup NTP server to downstream peers/clients at Stratum 5 when upstream synchronization fails.
Step-by-Step Solution
Key Concept
NTP Source Interface and Master Clock Fallback Configuration