Exam Essentials Flashcards
What is Bootstrap?
Stored in the microcode of the ROM, the bootstrap is used to bring a router up during initialization. It boots the router up and then loads the IOS.
Microcode is stored in the ROM or in the erasable programmable ROM (EPROM) and cannot easily be modified by generic programmers.
POST (power on self-test)
Stored in the microcode of the ROM, the POST is a diagnostic testing sequence that runs to check the basic functionality of the router hardware(computer keyboard, random access memory, disk drives, and other hardware are working correctly) and determines which interfaces are present
ROM monitor
Stored in the microcode of the ROM, the ROM monitor is used for manufacturing, testing, and troubleshooting, as well as running a mini-IOS when the IOS in flash fails to load.
Mini-IOS
Called the RXBOOT or bootloader by Cisco, the mini IOS is a small IOS in ROM that can be used to bring up an interface and load a Cisco IOS into flash memory. The mini-IOS can also perform a few other maintenance operations.
Mini-IOS is a fallback utility that contains a stripped down version of IOS. This is used in critical situations where IOS image in flash is not found. Mini-IOS contains only IP code that allows you to load IOS from other resources such as TFTP Server.
Configuration register
Used to control how the router boots up. This value can be found as the last line of the show version command output and by default is set to 0x2102, which tells the router to load the IOS from flash memory as well as to load the configuration from NVRAM.
What is syslog for?
Syslog allows you to display, sort, and even search messages, all of which makes it a really great troubleshooting tool. The search feature is especially powerful because you can use keywords and even severity levels. Plus, the server can email admins based on the severity level of the message.
The popular ways to gather syslog messages from Cisco devices?
Logging buffer(RAM inside router or switch) [on by default]
Console line[on by default]
Terminal lines [using the ‘terminal monitor’ command]
Syslog server
The system message format parts
seq no This stamp logs messages with a sequence number, but not by default. If you want this output, you’ve got to configure it.
Timestamp Data and time of the message or event, which again will show up only if configured.
Facility The facility to which the message refers.
Severity A single-digit code from 0 to 7 that indicates the severity of the message.
MNEMONIC Text string that uniquely describes the message.
Description Text string containing detailed information about the event being reported.
What are the seven severity levels for syslog
Emergency (severity 0) System is unusable.
Alert (severity 1) Immediate action is needed.
Critical (severity 2) Critical condition.
Error (severity 3) Error condition.
Warning (severity 4) Warning condition.
Notification (severity 5) Normal but significant condition.
Informational (severity 6) Normal information message.
Debugging (severity 7) Debugging message
How to change severity level and enable/disable defaults of sending log messages
Router(config)#logging console ‘severity’
Router(config)#logging buffered ‘severity’
to disable:
no logging console
no logging buffered
What is NTP?
Network Time Protocol provides pretty much what it describes: time to all your network devices. To be more precise, NTP synchronizes clocks of computer systems over packet-switched, variable-latency data networks.
What are CDP and LLDP for?
Cisco Discovery Protocol (CDP) is a proprietary Layer 2 protocol designed by Cisco to help administrators collect information about locally attached Cisco devices. Armed with CDP, you can gather hardware and protocol information about neighbor devices, which is crucial information to have when troubleshooting and documenting the network. Another dynamic discovery protocol is Link Layer Discovery Protocol (LLDP), but instead of being proprietary like CDP, it is vendor independent.
What information is provided in the ‘show cdp neighbors’ command?
Displays brief information about directly connected devices. device ID, local interface, holdtime, capability, platform, and port ID (remote interface).
What is device ID?
Hostname of connected device. If you see MAC address here, this indicates that device is not assigned a name so far.
What is local interface?
The port or interface on which you are receiving the CDP packet