CCNA Introduction to Networks Chapter 2-Karteikarten | Quizlet

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

1/99

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.

100 Terms

1
New cards

NVRAM

startup config is stored in NVRAM

2
New cards

IOS

stored in flash and RAM

3
New cards

Context sensitive help

provides the user with a list of commands and the arguments associated with those commands within the current mode of a networking device

4
New cards

syntax checker

provides error checks on submitted commands

5
New cards

To quickly see new banner message

While at the privileged mode prompt such as Router#, type exit,press Enter

6
New cards

Control Z

Exits configuration mode and returns to the EXEC

7
New cards

Control Shift 6

Allows the user to interrupt an IOS process such as ping or traceroute

8
New cards

Control C

cancels any command currently being entered and returns directly to privileged EXEC mode

9
New cards

kernel

part of operating system that interacts directly with hardware

10
New cards

shell

part of os that interacts with application & user

11
New cards

kernel

communicates between the hardware & software of the computer and manages how hardware resources are used to meet software requirements

12
New cards

shell

the user interface that allows users to request specific tasks from the computer. These requests can be made either through CLI or GUI interfaces.

13
New cards

firmware

operating system on home router

14
New cards

operating system

Infrastructure network devices use a network operating system.

15
New cards

IOS

network operating system used on Cisco devices - Cisco Internetwork Operating System

16
New cards

CLI

most common methos of accessing IOS

17
New cards

IOS

several meg in size & stored in semi-permanent memory called flash

18
New cards

non-volatile storage

"data not lost when power is lost, but can be changed or overwritten; can have multiple versions of IOS"

19
New cards

RAM

the IOS is copied from flash & runs in RAM which is volatile; IOS running in RAM is faster than from flash

20
New cards

Functions of Cisco routers & switches

"1) provide network security 2) IP addressing of virtual & physical interfaces 3) enabling interface-specific configurations to optimize connectivity of the respective media routing 4) enabling QoS technologies 5) supporting network management technologies

21
New cards
22
New cards

respective media"

23
New cards

CCO

Cisco Connection Online

24
New cards

Cisco website

www.cisco.com

25
New cards

K9

supports encryption

26
New cards

console

out of band access - don't need network access

27
New cards

telnet & SSH

require an active networking interface to work

28
New cards

CLI

uses a hierarchical structure for its modes

29
New cards

hierarchy

user exec -> Privelege exec -> global config -> Interface/router/switch/line

30
New cards

Global config

setting name of host

31
New cards

passwords

different authentication/password can be set for each hierarchical level

32
New cards

>

user exec mode

33
New cards

#

privilege exec mode

34
New cards

user exec mode

view only; remote access

35
New cards

configure terminal

takes from priv exec to global config

36
New cards

exit

to go back to global configuration mode from submode

37
New cards

end or Control Z

to exit configuration mode all together

38
New cards

Priv exec mode

sometimes called enable mode

39
New cards

disable

to go from priv exec to user exec

40
New cards

if type exit in priv exec mode ?

session ends

41
New cards

exit

"when in config mode, to move up one hierarchy level"

42
New cards

end or Control Z

to move from any submode to priv exec

43
New cards

global config submode

"to move from any submode of global configuration to another ""immediate"" submode, type in the submode command as you would if you were at global config level"

44
New cards

disable

to leave priv exec

45
New cards

exit

"if entered when in priv exec, leaves console session\"

46
New cards

keywords

determine where or how to execute; predefined words

47
New cards

commands

not case sensitive

48
New cards

argument

not a predefined word; it is a value or variable defined by user

49
New cards

syntax

provides pattern or format that must be entered

50
New cards

Out-of-band access

refers to access via a dedicated management channel that is used for device maintenance purposes only.

51
New cards

console

"by default, conveys the device startup, debugging, and error messages."

52
New cards

Lost password

"In the event that a password is lost, there is a special set of procedures for bypassing the password and accessing the device"

53
New cards

telnet & SSH

Cisco devices have telnet/SSH services to allow connections in & out

54
New cards

SSH

secure shell

55
New cards

SSH

provides a remote login like telnet but more secure

56
New cards

SSH

provides stronger password authentication & encryption when transporting data

57
New cards

AUX

"functions like console in that you don't need a network connection; however, it does not show device startup, debugging, and error messages by default"

58
New cards

Console

"Console is preferred over AUX because Console displays startup, debugging, and error message information by default."

59
New cards

Cisco Catalyst Switches

do not support AUX

60
New cards

Console connection

is a serial connection

61
New cards

Examples of terminal emulators

"Putty, Terra Term, SecureCRT, HyperTerminal, OS X Terminal"

62
New cards

AUX

can connect a modem to it & access it out of band like sitting at console

63
New cards

Mode for ping

User exec mode

64
New cards

Cisco IOS Command Reference

"Syntax, Default, Mode, History, Usage Guidelines, Examples"

65
New cards

Cisco IOS Command Reference

www.cisco.com->Support->Networkng Software->15.2M&T->Reference Guides->CommandReferences

66
New cards

?

to access context sensitive help -> immediate response -> no need to press enter key

67
New cards

IOS

"generally only provides negative feedback when a command is entered; if nothing is returned, the command was done successfully"

68
New cards

Command Sytax Check errors that can be returned

1) incomplete command 2) ambiguous command 3) invalid input

69
New cards

Incomplete command

the IOS returns a help message indicating that required keywords or arguments wree left off the end of the command.

70
New cards

Ambiguous command

The IOS returns a help message to indicate that there were not enough characters entered for the command interpreter to recognize the command

71
New cards

Invalid input

the IOS returns a ^ to indicate where the command interpreter can not decipher the command

72
New cards

Down arrow

scroll forward through former commands

73
New cards

Up arrow

scroll backward through former commands

74
New cards

tab

completes the remainder of a partially typed commad or keyword

75
New cards

Ctrl-A

moves to the beginning of a line

76
New cards

Ctrl-E

moves to the end of a line

77
New cards

Ctrl-R

redisplays a line

78
New cards

Ctrl-Z

Exits the configuration mode & returns to priv exec mode

79
New cards

Ctrl-C

interrupts the entry of a command & exits config mode

80
New cards

Ctrl-Shift-6

allows the user to interrupt an IOS process such as ping or traceroute

81
New cards

At the More prompt - Enter key

displays the next line

82
New cards

At the More prompt - Space bar

displays the next screen

83
New cards

At the More prompt - any key

"ends the display string, returning to privileged EXEC mode"

84
New cards

Backspace

Erases the character to the left of the cursor

85
New cards

Ctrl-P

displays previously entered commands

86
New cards

Ctrl-N

scrolls forward through the history to display the more recent commands

87
New cards

Show

basic examination command

88
New cards

show interfaces

displays statistics for all interfaces on the device

89
New cards

show startup-config

displays the saved configuration located in NVRAM

90
New cards

show running-config

displays the contents of the currently running configuration file

91
New cards

more prompt

when a command returns more output than can be displayed on a single screen

92
New cards

show version

"displays information about the currently loaded IOS version, along with hardware & device information"

93
New cards

USB Console port

some routers have a USB console port in addition to the serial console port

94
New cards

Serial Console port

nearly all Cisco devices have a serial console port

95
New cards

PC->Cisco switch

connect a PC to a Cisco switch with a rollover console cable

96
New cards

RJ-45

Connect the rollover console cable to the RJ-45 console port on the switch

97
New cards

Serial COM port

Serial COM ports are no longer available on most computers today; A USB-to-DB9 adapter can be used with the rollover console cable

98
New cards

USB-to-DB9 adapter

converts serial to USB

99
New cards

Default paramaters for console port

"9600 baud rate, 8 bit data, 1 stop bit, no flow control"

100
New cards

mini-USB cable

used to access USB ort on router console port