CISCO PRELIMS

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

1/33

flashcard set

Earn XP

Description and Tags

Basic Cisco IOS commands

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

?

Shows available commands

2
New cards

enable

Enter privileged EXEC mode.

3
New cards

show running-config

Displays current active configuration

4
New cards

show startup-config

Displays config saved in NVRAMs

5
New cards

show ip interface brief

Quick summary of interfaces, IPs, and status.

6
New cards

copy running-config startup-config

Save current config to NVRAM.

7
New cards

configure terminal

enter global config mode

8
New cards

hostname S1

Change device name to S1

9
New cards

enable secret cisco

Set encrypted privileged mode password to cisco.

10
New cards

service password-encryption

Encrypt all plain-text passwords.

11
New cards

line console 0

Configure console line.

12
New cards

Set console password to alson.

password alson

13
New cards

Enable login with password.

login

14
New cards

line vty 0 4

Configure Telnet/SSH (virtual lines).

15
New cards

exec-timeout 2

Auto-logout after idle time (ex. 2 mins)

16
New cards

interface g0/0

Enter interface mode (GigabitEthernet 0/0)

17
New cards

ip address 192.168.4.2 255.255.255.0

Assign IP from 192.168.4.2 to 255.255.255.0

18
New cards

no shutdown

Enable the interface

19
New cards

description hello

Add description to interface (hello)

20
New cards

router rip

Enable RIP routing protocol

21
New cards

network 192.168.1.1

Advertise a network 192.168.1.1

22
New cards

ping <ip>

Test connectivity

23
New cards

traceroute (example)

Trace the path packets take

24
New cards

show version

IOS version, hardware info, uptime

25
New cards

show running-config

Current config

26
New cards

show interfaces

Detailed interface info

27
New cards

banner motd # Your message here #

message of the day Your message here

28
New cards
29
New cards
30
New cards
31
New cards
32
New cards
33
New cards
34
New cards