CCNA ITN: Module 2

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

1/56

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.

57 Terms

1
New cards

operating system

required for all end and network devices to function

2
New cards

kernel

directly interacts with hardware in an OS

3
New cards

shell

interacts with user and applications, via CLI or GUI

4
New cards

CLI

text-based interface needing knowledge of command structure

5
New cards

GUI

graphical interface, more user-friendly but less powerful than CLI

6
New cards

Cisco IOS

CLI-based OS used on Cisco networking devices

7
New cards

default switch behavior

forwards traffic even without configuration

8
New cards

console connection

out-of-band method requiring no prior config

9
New cards

SSH

secure remote CLI access requiring network services

10
New cards

Telnet

unsecured CLI access sending data in plaintext

11
New cards

terminal emulation programs

tools like PuTTY, Tera Term, SecureCRT used to connect to network devices

12
New cards

User EXEC mode

[Switch>] provides limited view-only access

13
New cards

Privileged EXEC mode

[Switch#] gives full access to commands and features

14
New cards

global configuration mode

accessed via configure terminal from privileged mode [Switch(config)#]

15
New cards

line configuration mode

used to configure console, SSH/Telnet, or AUX access [Switch(config-line)#]

16
New cards

interface configuration mode

used to configure switch or router interfaces [Switch(config-if)#]

17
New cards

enable

enters privileged EXEC mode

18
New cards

disable

exits privileged EXEC and returns to user EXEC

19
New cards

exit

moves up one mode level or returns to global config mode

20
New cards

end/Ctrl+Z

quickly returns to privileged EXEC from any mode

21
New cards

IOS command structure

format includes prompt, command, space, then keywords or arguments

22
New cards

?

provides help with available commands, syntax, and options

23
New cards

syntax error feedback

provided by IOS if command is incorrect

24
New cards

command abbreviation

possible with shortened versions like conf t or en

25
New cards

Tab

autocompletes partial commands

26
New cards

up arrow

recalls previous command

27
New cards

Ctrl+C

aborts command or exits setup mode

28
New cards

Ctrl+Shift+6

interrupts and aborts current command immediately

29
New cards

hostname command

sets a unique name for the device in global config mode

30
New cards

hostname rules

must start with letter, no spaces, <64 characters, use only letters/digits/dashes

31
New cards

password best practices

8+ characters with uppercase, lowercase, numbers, and special symbols

32
New cards

line config password

set with password command and login command in line config mode

33
New cards

enable secret command

secures privileged EXEC access with encrypted password

34
New cards

service password-encryption

encrypts all plaintext passwords

35
New cards

show running-config

displays current config in RAM

36
New cards

banner motd

sets legal warning message for unauthorized access

37
New cards

startup-config

stored in NVRAM, used on startup/reboot, survives power loss

38
New cards

running-config

stored in RAM, reflects current config, erased on shutdown

39
New cards

show startup-config

displays startup config in NVRAM

40
New cards

copy running-config startup-config

saves current config to NVRAM for persistence

41
New cards

reload

discards running config and reloads from startup config

42
New cards

erase startup-config

deletes all saved configurations from NVRAM

43
New cards

save config to text file

enable terminal logging and use show command in terminal software

44
New cards

restore config file

copy-paste config in global mode via terminal emulator

45
New cards

IPv4 address

format of four decimal numbers 0–255 using dotted decimal notation

46
New cards

subnet mask

32-bit value defining network vs. host portion of an IP address

47
New cards

IPv6 address

128-bit hexadecimal string with colons between each group

48
New cards

network communication

depends on interfaces and properly matched cables

49
New cards

Layer 2 switch

doesn’t require an IP address but uses a switch virtual interface (SVI)

50
New cards

manual IP configuration

requires entering IP address, subnet mask, gateway, and DNS each time

51
New cards

manual config risk

increased chance of user misconfiguration

52
New cards

Windows IP setup

use control panel or enable DHCP for auto configuration

53
New cards

ipconfig

displays IP settings on a Windows host

54
New cards

SVI config

steps include interface vlan 1, ip address, and no shutdown

55
New cards

ip default-gateway

sets default gateway for remote switch access

56
New cards

show ip interface brief

displays status and IPs of all device interfaces

57
New cards

ping command

sends echo request packets to test network connectivity