Quiz
Question 1
Which of the following command will cause the router to adjust its software clock to match the hardware clock?
R1# calendar update-clock
R1# calendar read-clock
R1# clock read-calendar
R1# clock update-calendar
Question 2
Which of the following commands can be used to configure the time zone of the device?
R1# clock set <hh:mm:ss> <day> <month> <year> <time-zone>
R1# clock timezone <name> <offset>
R1(config)# clock set <hh:mm:ss> <day> <month> <year> <time-zone>
R1(config)# clock timezone <name> <offset>
Question 3
Examine the output below. Which of the following commands was configured on R1?
R1(config)# ntp master 9
R1(config)# ntp server 127.127.1.1
R1(config)# ntp master
R1(config)# ntp master 8
Question 4
Which of the following commands configures the router to operate in NTP client mode?
R1(config)# ntp peer 10.0.12.2
R1(config)# ntp master
R1(config)# ntp server 216.239.35.0
R1(config)# ntp client 216.239.35.4
Question 5
Which of the following commands must be configured on an NTP client to enable NTP authentication? (select all that apply)
R1(config)# ntp authentication
R1(config)# ntp master
R1(config)# ntp authenticate
R1(config)# ntp authentication-key <key-number> md5 <key>
R1(config)# ntp key <key-number> trust
R1(config)# ntp trusted-key <key-number>
R1(config)# ntp server <ip-address> key <key-number>
Last updated