IOS Fundamentals & Switch/Switch Security Flashcards
What does the command copy running-config startup-config do?
The command saves the configuration from RAM to NVRAM.
TFTP
Trivial File Transfer Protocol (used for transferring files between devices) -relies on UDP [port 69]
User EXEC Mode
low level, basic operations, limited commands, does NOT allow config
Privilege EXEC Mode
many commands, enables file management operations, IOS upgrades
Global Config Mode
allow admins to change device configs, only accessible from priv. exec
NVRAM
storing device configuration settings in devices (switches/routers)
RSA uses two types of keys. Name them and their functions
Public key - encrypts data
Private key- decrypts secure data
RSA
public-key crypto system used for secure communication
What is the maximum key length in RSA?
2048
Which TCP port protocols do SSH and Telnet use?
Telnet: 23
SSH: 22
Which encryption method and type does SSH use?
RSA, asymmetric encryption
Manual vs. Sticky
Manual - requires static configuration of EACH allowed MAC address (most secure, but very time consuming)
Sticky - Allowed MAC addresses are learned dynamically (faster method)
Telnet vs. SSH
Telnet - enable users to manage devices from anywhere - TCP port 23
SSH - similar, but encrypts all data transferred between user/end device - TCP port 22