InCisco Enterprise NFVIS, time synchronization is configured using thesystem time ntpcommand structure. NFVIS requires a primary and optionally a backup NTP server to maintain accurate system time for the hypervisor and guest VMs.
Correct NFVIS command syntax for NTP configuration:
system time ntp preferred_server This command configures thepreferred (primary)NTP server used for system clock synchronization.
system time ntp backup_server This command configures thebackupNTP server, which the system uses if the primary becomes unreachable.
These two commands match Cisco NFVIS time-configuration behavior described in NFV infrastructure design and implementation guidelines.
Why the Correct Answers Are A and E
Option A: system time ntp preferred_server 192.168.1.1
This properly configures the primary NTP server in NFVIS. The preferred server is always the first choice for time synchronization.
Option E: system time ntp backup_server 192.168.2.1
This correctly configures the backup NTP server. If the preferred server fails, NFVIS automatically falls back to the backup server.
Both commands directly match NFVIS’s NTP command hierarchy and are the only ones that correctly apply to NFVIS.
Why the Other Options Are Not Correct
Option Buses utils ntp, which is not an NFVIS command.
Option Csets manual time and does not configure NTP servers.
Option Dalso uses the utils ntp syntax, which applies to other Cisco platforms but not NFVIS.
Submit