🇺🇸 Cisco Certified Network Associate (CCNA) · flashcards
Cisco Certified Network Associate (CCNA) Device Configuration and Operations Flashcards
59 question-and-answer cards covering Device Configuration and Operations as it is examined in Cisco Certified Network Associate (CCNA). 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.
24 sample cards from the Device Configuration and Operations deck
Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.
During password recovery, why do you set the config register to 0x2142?
It makes the router boot bypassing the startup-config, so you can enter privileged EXEC without the unknown password, then load the config and change passwords.
List the high-level steps of Cisco router password recovery.
1) Reboot and send break to enter ROMMON; 2) set confreg to 0x2142; 3) reset/reboot; 4) skip setup, enter enable; 5) 'copy startup-config running-config'; 6) change the password; 7) reset confreg to 0x2102; 8) save.
What is ROMMON (ROM Monitor) mode and how is it typically accessed?
A low-level bootstrap/diagnostic mode used for recovery and changing the config register; accessed by issuing the break sequence during the first 60 seconds of boot. Prompt is 'rommon>'.
In ROMMON, what command changes the configuration register to ignore NVRAM?
'confreg 0x2142'.
What command tests basic IP connectivity by sending ICMP echo requests, and what does '!' versus '.' mean in its output?
'ping'. '!' = successful reply received; '.' = timeout (no reply / dropped).
What does an extended ping allow that a standard ping does not?
It lets you specify source address, repeat count, datagram size, timeout, DF bit, and other options — entered by typing 'ping' with no target in privileged EXEC.
What command traces the Layer 3 path to a destination, listing each router hop?
'traceroute <destination>'.
In Cisco's traceroute, what mechanism is used to identify each hop?
Successively increasing TTL values; each router that decrements TTL to 0 returns an ICMP Time Exceeded message, revealing its address.
What command tests TCP application-layer connectivity to a specific port (e.g., to verify a service is reachable)?
'telnet <ip> <port>' — a successful TCP session indicates the port/service is reachable.
What 'show' command displays a quick summary of all interfaces, their IP addresses, and status (up/down)?
'show ip interface brief'.
In 'show interfaces' output, what do the two status fields 'line protocol is up/down' and the interface 'up/down' represent?
The first (interface status) is Layer 1 (physical/electrical); 'line protocol' is Layer 2 (keepalives/framing). Both must be up for the link to pass traffic.
What does the interface state 'administratively down' indicate?
The interface has been manually disabled with the 'shutdown' command; it is re-enabled with 'no shutdown'.
What command shows the IP routing table?
'show ip route'.
What command displays directly connected Cisco neighbors and their details using a Cisco-proprietary Layer 2 protocol?
'show cdp neighbors' (CDP = Cisco Discovery Protocol); 'show cdp neighbors detail' adds IP addresses and IOS versions. 'show lldp neighbors' is the standards-based equivalent.
What is the difference between 'show' commands and 'debug' commands?
'show' displays a static snapshot of current state/statistics; 'debug' provides real-time, ongoing output of events as they happen and is CPU-intensive.
Why should debug commands be used cautiously on production devices, and how do you stop all debugging?
Debugging consumes significant CPU and can overwhelm the device or console; stop it with 'no debug all' or 'undebug all' (shortcut 'u all').
What command must be enabled to see real-time debug output on a Telnet/SSH (VTY) session rather than only on the console?
'terminal monitor' (in privileged EXEC on that VTY session).
What are the ordered steps of a structured (bottom-up) troubleshooting approach using the OSI model?
Start at Layer 1 (physical/cabling), then Layer 2 (data link/switching), Layer 3 (IP/routing), and upward through transport and application — verifying each layer before moving up.
Name three common structured troubleshooting methods.
Bottom-up (start at Layer 1), Top-down (start at the application), and Divide-and-conquer (start at a middle layer and move up or down based on findings).
What is the first step in a structured troubleshooting methodology before making any changes?
Define/identify the problem clearly — gather symptoms and information to establish what 'working' looks like and what is actually failing.
What command logs messages with timestamps and shows the device's log buffer history?
'show logging' (the buffered log); enable timestamps with 'service timestamps log datetime'.
What command verifies that ICMP, ARP, and basic reachability work to a directly connected host on the same subnet?
'ping <neighbor-ip>' — success confirms Layer 1–3 connectivity within the subnet; you can also check 'show ip arp' for the learned MAC.
What command displays CPU utilization to help diagnose performance problems (e.g., from heavy debugging)?
'show processes cpu' (e.g., 'show processes cpu sorted' to rank by usage).
What does the 'do' command let you do in IOS, and give an example?
It executes privileged EXEC commands from within configuration mode without leaving it — e.g., 'do show ip interface brief' typed at 'Router(config)#'.
What this deck covers
The Device Configuration and Operations deck follows the Cisco Certified Network Associate (CCNA) Device Configuration and Operations syllabus — 3 chapters and 10 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 19.7 cards per chapter.
Answers are written to be recallable, not just readable — averaging about 118 characters, which is long enough to carry the reasoning and short enough to say out loud.
A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.
Device Configuration and Operations flashcards FAQ
How many Device Configuration and Operations flashcards are in this Cisco Certified Network Associate (CCNA) deck?
59 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.
Are these Cisco Certified Network Associate (CCNA) flashcards free?
Yes. The preview here is free to read with no signup, and the full 59-card deck is free inside the Examius app.
What do the Device Configuration and Operations cards cover?
They follow the Cisco Certified Network Associate (CCNA) Device Configuration and Operations syllabus — 3 chapters and 10 topics — so the questions track what is actually examinable.
How should I use these flashcards?
Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.