Router Configuration Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

Vocabulary based flashcards detailing Cisco router configuration modes, interface commands, and verification statuses from the lecture transcript.

Last updated 7:21 AM on 5/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

User EXEC Mode

The initial router mode indicated by the Router> prompt, which provides limited access for basic commands.

2
New cards

Privileged EXEC Mode

The mode indicated by the Router# prompt that gives administrative control; it is accessed by typing enable.

3
New cards

Global Configuration Mode

The mode indicated by the Router(config)# prompt used to change router settings; it is accessed by typing configure terminal.

4
New cards

interface

A physical port on the router where cables connect.

5
New cards

IP Address

A unique number used to identify a device in a network.

6
New cards

interface g0/0/0

The command used to select a specific router port for configuration.

7
New cards

ip address

The command used to assign a specific IP address and subnet mask to a router interface.

8
New cards

no shutdown

The command used to turn on an interface; it must be run if the interface status is administratively down.

9
New cards

exit

The command used to leave the current interface configuration mode.

10
New cards

show ip interface brief

A verification command that displays the IP address, status, and protocol for all router interfaces.

11
New cards

up/up

The interface status meaning that the interface is working properly.

12
New cards

administratively down

The interface status meaning that the interface has not been enabled.

13
New cards

down/down

The interface status indicating that there is a cable problem.

14
New cards

show running-config

A verification command that shows the entire current router configuration.