Device Management Flashcards

1
Q

Which command establishes a connection to a syslog server?

A

logging host x.x.x.x

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

Syslog severities are ranked from _ to _.

A

0 to 7

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

What are ranks 0 to 3 on syslog?

A

emergencies
alerts
critical
errors

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

What are ranks 4 to 7 on syslog?

A

warnings
notifications
informational
debugging

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

Having different IOS versions will NOT affect syslog messages. True or False.

A

False

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

In the syslog message “SYS-5-CONFIG_I”, what do the different parts of the message indicate?

A
SYS = facility
5 = severity
CONFIG_I = mnemonic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What port does syslog work on?

A

514

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

What are three onboard locations where files are stored?

A

flash
ram
nvram

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

What are three offboard locations where files are stored?

A

http
ftp
tftp

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

What is the difference between FTP and TFTP as a storage location?

A

FTP requires a login

TFTP uses UDP, no login

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

Where is the compressed version of the IOS stored?

A

flash

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

What is command for copying the running config to a TFTP server?

A

copy running-config tftp

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

What command is used to view the flash?

A

show flash

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

What command can be used to copy the flash to a tftp server?

A

copy flash tftp

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

What should be copied when asked to copy the IOS?

A

flash

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

What command can be used to remove ‘deleted’ files on the flash?

A

squeeze

17
Q

What is the proper way to transfer a configuration from the TFTP server to a Cisco device?

A

transfer tftp server to startup-config

copy tftp startup-config

18
Q

What is NTP?

A

network time protocol

19
Q

What are three ways NTP can be setup in an environment?

A

poll NTP server
NTP multicast
NTP broadcast

20
Q

What command can be used to set the time?

A

clock timezone x

21
Q

What command can be used to set the time with daylight savings?

A

clock summer-time ‘ip-address’ recurring

22
Q

What command is used to setup the ntp server?

A

ntp server ‘ip-address’

23
Q

What command is used to set Daylight Savings time?

A

clock summer-time ‘ip-address’ recurring

24
Q

Which command shows model, version, length of running time, and configuration register?

A

show version

25
Q

What is 0x2102?

A

boot configuration, boot normally

26
Q

What is 0x2100?

A

boot configuration, rommon

27
Q

What special command will stop the IOS from booting?

A

break

28
Q

What is 0x2142?

A

ignore NVRAM

29
Q

Which bootup config will you use if you do not have access to the login credentials?

A

confreg 0x2142

rommon mode

30
Q

Within privilege config mode, what command would you use to set the config register to boot normally?

A

config-register 0x2102