Commands Flashcards

1
Q

Enable

A

To move from user EXEC mode to privileged EXEC mode.

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

Disable

A

Use this privileged EXEC mode command to return to user EXEC mode

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

Line Console 0

A

To enter console sub-configuration mode, use this command followed by the management line type and number.

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

Ctrl-Z

A

When in any configuration mode, ends the configuration mode and returns to privileged EXEC mode

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

Ctrl-Shift-6

A

All-purpose break sequence. Use to abort DNS lookups, traceroutes, pings.

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

Ctrl-R or Ctrl-I or Ctr-L

A

Redisplays the system prompt and command line after a console message is received.

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

Privileged EXEC mode password

A

enable secret global config command. The most important password to configure.

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

User EXEC mode password

A

To secure user EXEC access, the console port must be configured.
R1(config)#line console 0
R1(config-line)#password
R1(config-line)#login

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

Enable user EXEC access

A

To enable user EXEC access, use the login command.

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

Secure VTY lines

A

VTY lines enable remote access to the device.
R1(config)#line vty 0 15
R1(config-line)password
R1(config-line)login

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

Encrypt passwords

A

R1(config)#service password-encryption

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

Banner Messages

A

R1(config)#banner motd “ “

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

Show startup-config

A

Use this command to view the startup config file

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

show running-config

A

Use this command to view the running config file

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

SVI configuration

A

R1(config)#interface VLAN1
R1(config-if)#ip address
R1(config-if)#no shut

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

show ip interface brief

A

Use this command to display the IP address and status of all the switch ports and interfaces

17
Q

no ip domain-lookup

A

To prevent the switch from attempting to translate incorrectly entered commands as though they were hostnames, disable the DNS lookup.

18
Q

Initialize and reloading a switch

A
Use the show flash command to see if there is a vlan.dat file in the output. If there is, delete it.
Erase the startup-config file.
Reload the switch.
S1#show flash
S1#delete vlan.dat
S1#erase startup-config
S1#reload