Midterm Switches and Routers CH 6-8 Set 2

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/28

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

What is stored in RAM on a router/switch?

Running-configuration, routing tables, ARP cache, MAC address table, active IOS, packet buffers. Volatile - lost on reboot.

2
New cards

What is stored in NVRAM?

Startup-configuration. Non-volatile - survives reboots.

3
New cards

What is stored in Flash memory?

Cisco IOS image(s). Non-volatile - survives reboots.

4
New cards

What's the difference between running-config and startup-config?

Running-config is active in RAM (current settings). Startup-config is saved in NVRAM (loads on boot).

5
New cards

What command makes the running-config permanent?

copy running-config startup-config (or write memory or wr)

6
New cards

What command brings an interface up/makes it active?

no shutdown (from interface configuration mode)

7
New cards

What does "administratively down" mean?

The interface was manually disabled with the shutdown command.

8
New cards

What is setup mode and why does a router enter it?

Interactive configuration dialog. Router enters when there's no startup-config in NVRAM.

9
New cards

What is the test sequence called when you turn on a router?

POST (Power-On Self-Test)

10
New cards

What is the router boot sequence?

1) POST from ROM 2) Bootstrap from ROM 3) IOS loads from Flash to RAM 4) Startup-config loads from NVRAM to RAM

11
New cards

What does "Serial1 is down, line protocol is down" mean?

Layer 1 (physical) problem. Cable issue, no clock rate, hardware failure, or interface shutdown.

12
New cards

What does "Serial1 is up, line protocol is up" mean?

Interface fully functional. Physical connection good, data link layer working properly.

13
New cards

What does show interface tell you?

Layer 1 status (up/down), Layer 2 info (line protocol, encapsulation, MAC), bandwidth, errors, collisions.

14
New cards

What does show ip interface tell you?

Layer 3 information - IP address, subnet mask, whether IP is configured and operational.

15
New cards

What does show version display?

IOS version/filename, configuration register value, uptime, memory info, interfaces on device.

16
New cards

What does show flash tell you?

IOS images stored in flash, file sizes, available space.

17
New cards

What does show memory display?

RAM usage (processor and I/O memory).

18
New cards

What does show buffers show?

Buffer pool statistics and memory allocation for packet buffers.

19
New cards

What does the configuration register do and what's the default value?

Controls boot behavior. Default: 0x2102

20
New cards

What configuration register value bypasses startup-config?

0x2142 (used for password recovery)

21
New cards

What's the command sequence to backup running-config to TFTP?

copy running-config tftp (source first, destination second)

22
New cards

What's the command to restore IOS from TFTP to Flash?

copy tftp flash

23
New cards

What's the command to backup startup-config to TFTP?

copy startup-config tftp

24
New cards

What's the command to restore startup-config from TFTP?

copy tftp startup-config

25
New cards

What are the requirements for using TFTP with copy commands?

1) IP connectivity between router and TFTP server 2) TFTP server software running 3) Correct TFTP server IP address 4) Sufficient space on server 5) Proper file permissions

26
New cards

What's the difference between ping/trace from a router vs from a PC?

Router CLI offers extended ping/trace with more options (source interface selection, detailed settings). PC has basic ping/trace with limited options.

27
New cards

What's the difference between in-band and out-of-band management?

In-band: Management through production network (Telnet/SSH) - requires working network. Out-of-band: Management through console port with direct cable - works even if network is down.

28
New cards

What does CLI stand for?

Command Line Interface

29
New cards

What must be done when using a laptop connected to a router's Ethernet port to restore IOS or config?

1) Configure laptop IP in same subnet as router interface 2) Ensure router interface is no shutdown 3) Setup TFTP server on laptop 4) Verify connectivity with ping 5) Use copy tftp flash or copy tftp startup-config