CNS Router Security and CIA Elements

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

1/22

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering Cisco router configuration, security protocols, ACLs, and the CIA triad based on the lecture notes.

Last updated 10:22 PM on 8/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards

en

Enter admin mode.

2
New cards

conf t

Configure router.

3
New cards

line console 0

Command to protect the physical console.

4
New cards

password cisco

Command to create the password "cisco".

5
New cards

login

Command to make the system ask for a password.

6
New cards

enable secret class

Command to protect privileged mode with the password "class".

7
New cards

service password-encryption

Command used to hide passwords.

8
New cards

line vty 0 4

Command used for Telnet vs SSH configuration for remote access lines.

9
New cards

switchport mode access

Command to make a switch port an access port.

10
New cards

switchport port-security

Command to turn security ON on a switch port.

11
New cards

switchport port-security maximum 1

Command to allow only one device on a switch port.

12
New cards

switchport port-security violation shutdown

Action to block an attacker by shutting down the port.

13
New cards

hostname SECURE-R1

Configuration command to set the router name to "SECURE-R1".

14
New cards

ip domain-name lab.local

Configuration command to set the domain name to "lab.local" for SSH.

15
New cards

crypto key generate rsa

Command used in SSH configuration to generate keys.

16
New cards

transport input ssh

Command to restrict transport to SSH only.

17
New cards

access-list 100 deny icmp any any

ACL command to block ping packets.

18
New cards

access-list 100 permit ip any any

ACL command to allow other traffic besides blocked ICMP.

19
New cards

ip access-group 100 in

Command to apply access-list 100 to incoming traffic on an interface.

20
New cards

Confidentiality

CIA security element achieved through password protection and SSH encryption.

21
New cards

Integrity

CIA security element achieved through port security and ACL filtering.

22
New cards

Availability

CIA security element related to preventing service unavailability caused by DoS attacks.

23
New cards

DoS attack

An attack where too many ping packets cause a server to be overloaded, making service unavailable.