Unit 18 Cisco IOS command line

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

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.

22 Terms

1
New cards

Cisco IOS command line interface (CLI)

text-based program that enables entering and executing Cisco IOS commands to configure, monitor, and maintain Cisco devices. can be used with either in-band or out-of-band management tasks.

2
New cards

CLI commands

sed to alter the configuration of the device and to display the current status of processes on the router. offers many time-saving features for creating both simple and complex configurations.

3
New cards

User EXEC mode

mode allows access to only a limited number of basic monitoring commands. It is often referred to as “view-only" mode. identified by the CLI prompt that ends with the > symbol.

4
New cards

Privileged EXEC mode

Mode allows access to all commands and features. The user can use any monitoring commands and execute configuration and management commands. identified by the prompt ending with the # symbol.

5
New cards

Syntax checker

given a set of instructions to enter a specific set of commands. cannot progress unless the exact and full command is entered as specified.

6
New cards

enable command

command to enter privileged EXEC mode

7
New cards

Syntax for a command

command followed by appropriate keywords and arguments, keyword, argument

8
New cards

Keyword

specific parameter defined in the operating system (in the figure, ip protocols).

9
New cards

Argument

not predefined; it is a value or variable defined by the user (in the figure, 192.168.10.5).

10
New cards

enter key

submits the command to the command interpreter

11
New cards

boldface

indicates commands and keywords that you enter literally as shown

12
New cards

italics

indicates arguments for which you supply values

13
New cards

square brackets

indicate an optional element (keyword or argument)

14
New cards

braces

indicate a required element (keyword or argument)

15
New cards

show commands

display relevant information about the configuration and operation of the device. used by network technicians to view configuration files, check the statues of device interfaces and processes, verifying the device operational status.

16
New cards

show running-config

Verify the current configuration and settings.

17
New cards

show interfaces

Verify the interface status and see if there are any error messages.

18
New cards

show ip interfaces

Verify the layer 3 information of an interface

19
New cards

show arp

verify the list of known hosts on the local Ethernet LANS

20
New cards

show ip route

verify the layer 3 routing information

21
New cards

show protocols

verify which protocols are operational

22
New cards

show version

verify the memory, interfaces, and licenses of the device