Configuring Switches Flashcards

1
Q

enable

A

Changes to privileged user mode/ enable mode

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

enable secret [password]

A

Sets password for enable mode

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

config t

configure terminal

A

Changes to config mode, must first be in enable mode

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

hostname [example]

A

Changes hostname of device

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

line console 0

A

Global command that changes the context to console configuration mode

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

line vty [1st-vty last-vty]

A

Global command that changes the context to vty (telnet) configuration mode for the range of vty lines listed in the command.

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

login

A

Used in line (console and vty) configuration mode. Tells IOS to prompt for a password (no username)

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

password [password]

A

Used in line (console and vty) configuration mode. Sets the password required if the login command (with no other parameters) is configured.

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

interface [type port-number]

A

Global command that changes the context to interface configure mode (eg. FastEthernet 0/1)

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

exit

A

Moves back to the next higher mode in a configuration mode

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

end

A

Exits configuration mode and goes back to enable mode from any of the configuration submodes

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

no debug all

undebug all

A

Enable mode EXEC command to disable all currently enabled debugs.

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

terminal monitor

A

EXEC command that tells Cisco IOS to send a copy of all syslog messages, including debug messages, to Telnet or SSH user who issues this command.

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

reload

A

Enable mode EXEC command that reboots the switch or router.

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

Copy [from-location to-location]

A

Enable mode EXEC command that copies files from the one file location to another. Locations include the startup config and running config in RAM, files TFTP and RCP servers, and flash memory.

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

copy running-config startup-config

A

Enable mode EXEC command that saves the active config, replacing the startup config file used when the switch initializes.

17
Q

copy startup-config running-config

A

Enable mode EXEC command that merges the startup config file with the currently active config file in RAM

18
Q

show running-config

A

Lists the contents of the running config file

19
Q

write erase

erase startup-config

A

Enable mode EXEC commands that erase the startup config file

20
Q

quit

A

EXEC command that disconnects the user from the CLI session

21
Q

show startup-config

A

Lists the contents of the startup config (initial config) file