13.1 Network Time Protocol (NTP) Flashcards

1
Q

Describe (NTP) Network Time Protocol

A

designed to maintain accurate and consistent time across a network.

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

Router(config)#feature ntp

A

Enables NTP on the device.

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

Router(config)#ntp server [address]

A

Allows the software clock to be synchronized with the specified NTP time server.

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

Router(config)#ntp master [stratum-value]

A

Configures the device as an NTP master clock to which peers synchronize when an external NTP source is not available:

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

Router(config)#clock timezone [zone] [offset]

A

Sets the time zone and offset for display purposes:

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

Router(config)#clock summer-time [zone]

A

Sets the time zone to display during summer time (e.g., PDT for Pacific Daylight Time).

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

Router#show ntp status

A

Verifies that the local time is synchronized with the NTP time provider specified in the ntp server command. Offset and dispersion statistics are displayed as well.

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

Router#show ntp associations

A

Displays time synchronization statistics. One line is displayed for each NTP time provider the system has been configured to synchronize time with. On each line, the following information is displayed

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

What are syslogs

A

logging messages to a logging process.

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

Describe the logging process

A

Controls the distribution of logging messages to various destinations (such as the logging buffer, terminal lines, or a syslog server) depending on the configuration.
Sends messages, including debug command output, to the console.

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

Describe Timestamp

A

Indicates when the message was generated, as in this example:
*Aug 8 11:18:12.081:

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

Describe Sequence Number

A

Can be used instead of a timestamp. Identifies the order of log generation.

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

Describe Facility

A

Identifies the facility that created the message, as in this example:
%LINEPROTO

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

Describe Severity Level

A

Indicates the severity level of the message, as in this example:
-5-

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

Describe Mnemonic

A

Provides a mnemonic to help the administrator quickly identify the nature of the message, as in this example:
UPDOWN:

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

Describe Message Text

A

Provides a description of the event, as in this example:

Line protocol on Interface FastEthernet0/0, changed state to down

17
Q

Describe Level 0

A

Emergencies - System unstable

18
Q

Describe Level 1

A

Alerts - immediate action needed

19
Q

Describe Level 2

A

Critical - Critical conditions

20
Q

Describe Level 3

A

Warnings - Warning conditions

21
Q

Describe Level 3

A

Errors - Error Conditions

22
Q

Describe level 5

A

Notifications - Normal but significant condition

23
Q

Describe Level 6

A

Inforamtional - info messages only

24
Q

Describe Level 7

A

Debugging - debug messages

25
Q

By default where do all cisco devices send logs to

A

To the console

26
Q

Router(config)#logging on

A

Enables the message logging process.

27
Q

Router(config)#logging host [address]

Router(config)#logging host [hostname]

A

Specifies the host IP address or hostname of the syslog server that will receive the messages.

28
Q

Router(config)#logging buffered

A

Specifies that the messages are to be buffered.

29
Q

Router(config)#logging trap [severity-level]

Router(config)#logging trap [0-7]

A

Specifies the messages that will be redirected to the syslog server based on severity. Messages that are equal to or less than the specified level are logged.

30
Q

Router(config)#logging source-interface [type] [number]

A

Specifies the source IP address of system logging packets.

31
Q

Router#show logging

A

Displays logging settings on the device, as well as the number of messages logged.