Router Basics 2 Flashcards

1
Q

How to configure console port password

A

config t
line console
login
password **

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what cmd quickly gets you out of cli mode?

A

hold down Crtl z

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to configure passwords so they are all encrypted?

A

config t

service password-encryption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to remove login password prompt in console

A

config t
line console 0
no login

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to remove password prompt in console

A

config t
line console 0
no password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

banner login [delimiting-character message delimiting-character]

A

Displays message when a user attemps to login.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

banner motd [delimiting-character message delimiting-character]

A

configures a message of

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a delimiting character

A
a character that specifes the boundry
could be 
#
% 
&
|
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

cmd line vty 0 4 do?

A

enters configuration mode for virtual terminal (Telnet) lines

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The line vty 0 4 command enables you to?

A

enable remote access to the device
and
set remote access passwords.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

By default, the line vty password is stored as plain text?

A

yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

cmds to configure a password on remote

A

Router1#configure terminal
Router1(config)#line vty 0 4
Router1(config-line)#login
Router1(config-line)#password cisco

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

how to configure banner motd

A

Router(config)#banner motd #
Enter TEXT message. End with the character ‘#’.
this is a test#

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

how to configure banner login

A

config t
banner login c
Enter TEXT message. End with the character ‘c’.
this is a test c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

cmd to add ip address to workstation

A

ipconfig /ip ###.###.###.### 255.255.255.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

cmd to add dg address to workstation

A

ipconfig /dg ###.###.###.### 255.255.255.0