Syslog Flashcards

1
Q

What is Syslog level 0?

A

emergencies – System is unusable

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

What is Syslog level 1?

A

alerts – Immediate action needed

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

What is Syslog level 2?

A

critical – Critical conditions

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

What is Syslog level 3?

A

errors – Error conditions

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

What is Syslog level 4?

A

warnings – Warning conditions

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

What is Syslog level 5?

A

notifications – Normal but significant conditions

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

What is Syslog level 6?

A

informational – Informational messages

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

What is Syslog level 7?

A

debugging – Debug-level messages

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

What does ‘logging buffered 16384 debugging’ do?

A

Saves debug-level messages to an in-memory buffer of 16,384 bytes

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

What does ‘logging console warnings’ do?

A

Sends only warning-level or higher logs to the console

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

What does ‘logging monitor informational’ do?

A

Sends informational and higher messages to remote VTY sessions

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

What does ‘logging trap errors’ do?

A

Sets the severity level of syslog messages sent to remote syslog servers to errors and above

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

What is the purpose of ‘logging synchronous’?

A

Prevents log messages from interrupting command-line input

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

How do you disable console logging?

A

‘no logging console’

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

What is the default logging buffer size on Cisco IOS?

A

4096 bytes

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

What command shows current logging configuration and buffer?

A

‘show logging’

17
Q

What command enables logging to a syslog server at 192.168.1.100?

A

‘logging host 192.168.1.100’

18
Q

Which command ensures logging is globally enabled?

A

‘logging on’

19
Q

What command changes the syslog facility to ‘local7’?

A

‘logging facility local7’

20
Q

What command displays logging information stored in memory?

A

‘show logging’

21
Q

What command can you use to troubleshoot OSPF events?

A

‘debug ip ospf events’

22
Q

How can you view live logs from a remote SSH session?

A

‘terminal monitor’ must be enabled

23
Q

How do you stop all active debug outputs?

A

‘undebug all’ or ‘no debug all’

24
Q

How do you make the logs use local time instead of UTC?

A

service timestamps log datetime localtime

25
How to display syslog messages on the VTY lines?
terminal monitor
26