NTP and PTP Flashcards

1
Q

What port is used by NTP?

A

UDP 123

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What services on a Cisco router could be affected by NTP being inaccurate?

A
  • Certificates
  • Log Files
  • VPN encryption keys
  • Password expirations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What purpose does Stratum serve in NTP?

A

It defines which NTP source should be most preferred when multiple sources exist. Lowest is best.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In NTP, which “Stratum” is considered best?

A

Stratum 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the command to manually set the time on a router?

A

From privileged exec mode!

R1# clock set hh:mm:ss

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the command to set the time-zone on a router?

A

R1(config)# clock timezone NAME {offset}

example: R1(config)# clock timezone EASTERN -5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the command to make a router the main NTP source?

A

R1(config)# ntp master {stratum-number}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the command to set a NTP source for a router?

A

R1(config)# ntp server {ip-address}

NOTE: Multiple NTP servers can be set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the command to set daylight savings time on a router?

A

R1(config)# clock summer-time NAME {many options [ ] [ ]}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are NTP peers?

A

When a couple of NTP devices point to each other for NTP redundancy to keep each other’s clocks in sync in the event that external NTP sources become unreachable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the command to set a NTP peer?

A

R1(config)# ntp peer {ip_address}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is PTP?

A

Precision Time Protocol (PTP) is defined in IEEE 1588 as Precision Clock Synchronization for Networked
Measurements and Control Systems, and was developed to synchronize the clocks in packet-based networks
that include distributed device clocks of varying precision and stability. PTP is designed specifically for
industrial, networked measurement and control systems, and is optimal for use in distributed systems because
it requires minimal bandwidth and little processing overhead.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly