Device Management Flashcards
(30 cards)
Which command establishes a connection to a syslog server?
logging host x.x.x.x
Syslog severities are ranked from _ to _.
0 to 7
What are ranks 0 to 3 on syslog?
emergencies
alerts
critical
errors
What are ranks 4 to 7 on syslog?
warnings
notifications
informational
debugging
Having different IOS versions will NOT affect syslog messages. True or False.
False
In the syslog message “SYS-5-CONFIG_I”, what do the different parts of the message indicate?
SYS = facility 5 = severity CONFIG_I = mnemonic
What port does syslog work on?
514
What are three onboard locations where files are stored?
flash
ram
nvram
What are three offboard locations where files are stored?
http
ftp
tftp
What is the difference between FTP and TFTP as a storage location?
FTP requires a login
TFTP uses UDP, no login
Where is the compressed version of the IOS stored?
flash
What is command for copying the running config to a TFTP server?
copy running-config tftp
What command is used to view the flash?
show flash
What command can be used to copy the flash to a tftp server?
copy flash tftp
What should be copied when asked to copy the IOS?
flash
What command can be used to remove ‘deleted’ files on the flash?
squeeze
What is the proper way to transfer a configuration from the TFTP server to a Cisco device?
transfer tftp server to startup-config
copy tftp startup-config
What is NTP?
network time protocol
What are three ways NTP can be setup in an environment?
poll NTP server
NTP multicast
NTP broadcast
What command can be used to set the time?
clock timezone x
What command can be used to set the time with daylight savings?
clock summer-time ‘ip-address’ recurring
What command is used to setup the ntp server?
ntp server ‘ip-address’
What command is used to set Daylight Savings time?
clock summer-time ‘ip-address’ recurring
Which command shows model, version, length of running time, and configuration register?
show version