Router Basics 2 Flashcards
How to configure console port password
config t
line console
login
password **
what cmd quickly gets you out of cli mode?
hold down Crtl z
How to configure passwords so they are all encrypted?
config t
service password-encryption
How to remove login password prompt in console
config t
line console 0
no login
How to remove password prompt in console
config t
line console 0
no password
banner login [delimiting-character message delimiting-character]
Displays message when a user attemps to login.
banner motd [delimiting-character message delimiting-character]
configures a message of
What is a delimiting character
a character that specifes the boundry could be # % & |
cmd line vty 0 4 do?
enters configuration mode for virtual terminal (Telnet) lines
The line vty 0 4 command enables you to?
enable remote access to the device
and
set remote access passwords.
By default, the line vty password is stored as plain text?
yes
cmds to configure a password on remote
Router1#configure terminal
Router1(config)#line vty 0 4
Router1(config-line)#login
Router1(config-line)#password cisco
how to configure banner motd
Router(config)#banner motd #
Enter TEXT message. End with the character ‘#’.
this is a test#
how to configure banner login
config t
banner login c
Enter TEXT message. End with the character ‘c’.
this is a test c
cmd to add ip address to workstation
ipconfig /ip ###.###.###.### 255.255.255.0