Jeremy's IT Lab CCNA NTP Day 37

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/38

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:53 AM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

39 Terms

1
New cards

[...] = UDP port 123

NTP

2
New cards

A device [can/can't] be an NTP server and client at the same time.

can

3
New cards

Anything above NTP stratum [...] is considered unreliable and the device will not sync its time.

15

4
New cards

Configure NTP symmetric active mode:

R1(config)# [...]

ntp peer ip-address

5
New cards

Configure recurring daylight saving time:

R1(config)# [...]

clock summer-time name recurring start end [offset]

(start and end require the week (first, last, or number), weekday, month, and time)

6
New cards

Configure the device to be an NTP server:

R1(config)# [...]

ntp master [stratum]

7
New cards

Configure the hardware clock:

R1# [...]

calendar set hh:mm:ss day month year

(day and month can be reversed in order)

8
New cards

Configure the NTP server to sync to:

R1(config)# [...]

ntp server ip-address [prefer]

9
New cards

Configure the router to update the hardware clock using NTP:

R1(config)# [...]

ntp update-calendar

10
New cards

Configure the software clock:

R1# [...]

clock set hh:mm:ss day month year

(day and month can be reversed in order)

11
New cards

Configure the source interface of NTP messages:

R1(config)# [...]

ntp source interface

12
New cards

Configure the timezone:

R1(config)# [...]

clock timezone name hours-offset [minutes-offset]

13
New cards

Create an NTP authentication key:

R1(config)# [...]

ntp authentication-key key-number md5 key

14
New cards

Display the hardware clock:

R1# [...]

show calendar

15
New cards

Display the software clock, including the time source:

R1# [...]

show clock detail

16
New cards

Display the software clock:

R1# [...]

show clock

17
New cards

Display the status of NTP on the device:

R1# [...]

show ntp status

18
New cards

Displays the logs of the device:

R1# [...]

show logging

19
New cards

Enable NTP authentication:

R1(config)# [...]

ntp authenticate

20
New cards

Make the hardware clock update to match the software clock's time:

R1# [...]

clock update-calendar

21
New cards

Make the software clock update to match the hardware clock's time:

R1# [...]

clock read-calendar

22
New cards

NTP = [...] port 123

UDP

23
New cards

NTP = UDP port [...]

123

24
New cards

NTP servers directly connected to reference clocks are stratum [...]

1

25
New cards

NTP servers which get their time directly from reference clocks are also called [...].

primary servers

26
New cards

NTP servers which get their time from other NTP servers are called [...].

secondary servers

27
New cards

NTP servers with a [lower/higher] stratum are preferred.

lower

28
New cards

NTP uses only the [...] time zone.

UTC

29
New cards

Reference clocks are NTP stratum [...]

0

30
New cards

Show a list of configured NTP servers:

R1# [...]

show ntp associations

31
New cards

Specify an NTP trusted key:

R1(config)# [...]

ntp trusted-key key-number

32
New cards

Specify the NTP authentication key to use with the NTP server:

R1(config)# [...]

ntp server ip-address key key-number

33
New cards

The default stratum of the ntp master command is [...].

8

34
New cards

The distance of an NTP server from the original reference clock is called [...].

stratum

35
New cards

What does NTP stand for?

Network Time Protocol

36
New cards

What is the default time source for the software clock of a Cisco device?

hardware calendar

37
New cards

What is the default time zone on Cisco devices?

UTC (Coordinated Universal Time)

38
New cards

What is the meaning of an asterisk (*) next to the time in the output of show clock?

The time is not authoritative

39
New cards

When an NTP server peers with another server at the same stratum level, this is called [...] mode.

symmetric active