What command(s) are used to enable logging for users logged in via a terminal emulator (Telnet, SSH)?
‘logging monitor’
‘terminal monitor’ (by the user when logged in each session)
What methods are there of viewing log messages?
What command(s) can you use to enable timestamps for IOS logging messages?
‘service timestamps’ from global config
What command(s) can you use to enable sequence numbers for IOS logging messages?
‘service sequence-numbers’ from global config
What are the different keywords and numbers that Cisco IOS uses to identify log message severity levels?
What command(s) are used to enable different levels of logging on different services?
What command can you use to clear Buffered log messages?
‘clear logging’
What does the ‘debug’ command do?
Enables Debug (severity level 7) messages to be sent for specific events (e.g. ‘debug ip ospf hello’ will display all hello messages sent and received on OSPF enabled interfaces)
What command can you use to display current CPU load on an IOS device?
‘show process cpu’
What is NTP?
Best practice before enabling a device to contact an NTP server
What command(s) do you use to set the timezone and daylight savings status for an IOS device?
What command(s) do you use to manually set the time/date of an IOS device?
‘clock set <time (hh:mm:ss)> <date (Day Month Year)>’ - Software clock
‘calendar set <time (hh:mm:ss)> <date (Day Month Year)>’ - hardware clock
What command(s) do you use to make a device an ntp server only (NTP Server mode)?
What command(s) do you use to make a device an ntp client?
When using the ‘ntp associations’ command, what part of the output determines what NTP server the device is currently synchronised with?
An ‘*’ before the association
What is the Stratum level of a NTP server?
What stratum level do Cisco routers and switches use for their internal clock by default?
What is the range of stratum levels for Cisco routers and switches?
1-15
What would happen if a client device calculated an NTP source’s stratum to be 16?
The client would consider this time data to be unusable and would not trust it.
What information does the ‘show ntp associations’ command display?
What is an NTP Primary Server and Secondary Server?
What is a useful way of configuring NTP redundancy?
What command can you use to force a device to send NTP client messages from a specific IP?
‘ntp source <interface>'</interface>