Chapter 7 - Sheet1 Flashcards

1
Q

CLI

A

Command-line interface. An interface that enables the user to interact with the operating system by entering commands and optional arguments.

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

Cisco Catalyst 2960: Syst LED

A

Overall system status

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

Cisco Catalyst 2960: RPS LED

A

Suggests the status of the redundant power supply

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

Cisco Catalyst 2960: STAT LED

A

If green (on), implies that each port LED implies that port’s status

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

Cisco Catalyst 2960: DUPLX LED

A

If green (on), each port LED implies that port’s duplex (on/green is full; off means half) status

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

Cisco Catalyst 2960: SPEED LED

A

If green (on), implies that each port LED implies that port’s speed

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

Cisco Catalyst 2960: MODE LED

A

Cylces the meaning of the LEDs through three states (stat, duplx, speed)

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

Cisco Catalyst 2960: Port LEDs

A

The LED has different meanings dpending on the port mode as toggled using the mode button

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

Cisco Catalyst 2960: Display options of the Syst LED

A

Off - Switch is not powered on / On, green - switch is on and operational / On, amber - Switch is on but not functioning properly

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

Action to take if Cisco Catalyst 2960 Syst LED is amber

A

Switch the switch off and on again

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

Cisco Catalyst 2960: Display options for port LEDs when mode is STAT

A

Off: link is not working or switch is off / solid green: link is working, there is no traffic / flashing green: link is working and traffic is pasing over the interface / flashing amber: port is blocked by spanning tree

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

Cisco Catalyst 2960: Display options for port LEDs when mode is SPEED

A

off means 10mbps, solid greens means 100mbps and flashing green means 1gbps

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

3 ways to access a switch CLI

A

Console (direct connectio nto the switch, via USB, serial, etc), Telnet, and secure shell (SSH)

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

3 ways to connect a console to a switch

A

PC’s serial port to SW’s RJ45 port via a rollover cable; PC’s USB port to SW’s USB port via USB cable; PC’s usb port to USB-to-console-cable-converter via USB cable. Converter to SW’s RJ-45 port via rollover cable

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

Default console port settings on a switch:

A

9600 bits/second, no hardware flow control, and 8N1 (8 bit ASCII, no parity bits, 1 stop bit)

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

Requirements before one can use telnet / ssh to manage a switch

A

switch must have an IP address and network between client and server (PC running telnet client and switch running telnet server) must be online.

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

By default, Cisco switches only enable one type of connection to itself

A

Consol connections. Telnet/SSH are disabled.

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

Command to configure password “faith” for console access

A

line console 0 / login / password faith

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

Command to configure password “love” for all telnet access for all 16 concurrent Telnet sessions

A

line vty 0 15 / login / password love

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

user Mode

A

A mode of the user interface to a router or switch in which the user can type only nondisruptive EXEC commands, generally just to look at the current status, but not to change any operational settings.

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

user mode aka

A

user EXEC mode

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

Enable Mode

A

A part of the Cisco IOS CLI in which the user can use the most powerful and potentially disruptive commands on a router or switch, including the ability to then reach configuration mode and reconfigure the router.

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

Command to switch from user mode to enable mode

A

“enable” – you may need to enter a password

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

command to restart the switch

A

“reload” – you will need to be in enable mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
EXEC Commands
Commands that can be used in use mode or enable mode
26
Command for: list all commands that start with "com"
com?
27
Command for: Get help for the command "Command"
command?
28
Command for: Get help for the command paramater "Command param1"
command param1?
29
Command for: Get a list of all the parameters and their functions after the first parameter in the "Command" command
Command param1 ?
30
Command for: List all commands available in this mode
?
31
Command for: Previous command
Up arrow or Ctrl+P
32
Command for: Next command
Down arrow or Ctrl+N
33
Command for: move the cursor back to edit the command
Left arrow or Ctrl+B
34
Command for: move the cursor to the right to edit the command
Right arrow or Ctrl+F
35
Command for: "home" equivalent -- move the cursor to the front of the command
Ctrl+A
36
Command for: "end" equivalent -- move the cursor to the end of the command
Ctrl+E
37
Command for: Interrupt the current command
Ctrl+Shift+6
38
Command: "Show"
Lists the currently known facts about the switch's operational status. Has many optiosn to specify what specifically to show the user
39
Command: "Debug"
Monitors different processes of the switch and sends ongoing messages to the user when events occur
40
"Show" command vs "Debug" command
Show tells the user what's happening at a point in time (point statement) and a debug command shows what's true over time. Debug requires more CPU cycles.
41
While the Show command only displays info for the current user, the debug command
Creates log messages, viewable to any user to uses the "terminal monitor" command from enable mode
42
Command for: check the CPU utilization
Show Process
43
Configuration Mode
Allows for commands that tell the switch the details of what to do and how to do it.
44
Command to enter configuration mode
configure terminal
45
Command to leave configuration mode to enable mode
"end" key or Ctrl+Z
46
List the four common switch configuration modes
Global, Line, Interface, VLAN
47
After using the "configure terminal" command, enter command to enter Global configuration mode
None. This is the mode you're in as soon as you enter configuration mode
48
After using the "configure terminal" command, enter command to enter Line configuration submode
line console 0 (where 0 is the first serial port) or line vty 0 15 (where 0 is the first concurrent session and 15 is the 16th)
49
After using the "configure terminal" command, enter command to enter Interface configuration submode
"interface x" where x is the interface number
50
After using the "configure terminal" command, enter command to enter VLAN configuration submode
"vlan x" where x is the vlan number.
51
What does the prompt look like when you're configuring a line?
hostname(config-line)#
52
What does the prompt look like when you're configuring an interface?
hostname(config-if)#
53
What does the prompt look like when you're configuring a VLAN
hostname(vlan)#
54
What does the prompt look like when you're in configuration mode?
hostname(config)#
55
If you're in a configuration submode, what command gets you back to the global configuration mode?
exit
56
If you're in the global configuration mode, what command gets you back to the enable mode?
End or Ctrl+Z
57
List the four types of memory found in a Cisco switch
RAM (AKA DRAM), ROM, Flash Memory, NVRAM
58
In a Cisco switch, RAM is used for -
(Dynamic) Random Access Memory. Used by the switch for working storage, just as any PC would use it. Running (active) configuration file is stored here.
59
In a Cisco switch, ROM is used for -
Read-only memory. Stores a boostrap/boothelper program that is loaded when switch powers on. The program finds the full Cisco IOS image and manages process of loading Cisco IOS into RAM.
60
In a Cisco switch, Flash memory is used for -
Stores functional Cisco IOS images. Default location where switch gets Cisco IOS at boot time. Can also store backup copies of configuration files
61
In a Cisco switch, NVRAM is used for -
Nonvolatile RAM. Stores initial or startup config file that is used when switch is first powered on and when the switch is reloaded.
62
Name the two Cisco IOS Configuration Files
Startup Config, Running Config
63
Startup Config
The initial configuration used anytime the switch reloads Cisco IOS. Stored in NVRAM.
64
Running Config
Currently used configuration commands. Changes dynamically when someine enters commands in config mode.
65
What do you have to do to make changes to the startup config?
Change the running config in configuration mode, then save the changes to NVRAM, saving over the startup config.
66
Where is the startup config stored?
NVRAM
67
Where is the running config stored?
RAM
68
Command to display the running config
show running-config
69
Command to display the startup config
show startup-config
70
Command to override the startup config with the running config
copy running-config startup-config
71
Command to move the startup config to a TFTP server
copy startup-config tftp
72
Command to move a config on a TFTP server to the startup config
copy tftp startup-config
73
Command to move the config on a TFTP server to the running config
copy tftp running-config
74
How does a copy into RAM -- therefore overwriting the running config -- (from TFTP or NVRAM) work?
As if the commands in the config were entered from the running config's stop point, effectively merging the running config and the config you've copied.
75
Three commands to erase the NVRAM
write erase, erase startup-config, erase nvram
76
Result of erasing the NVRAM
startup config goes away. Reloading the switch will leave the switch with no config
77
Recommended command to erase the NVRAM
erase nvram
78
Two methods to set up an initial, basic configuration
Configuration Mode, setup mode
79
Setup Mode
An option on Cisco IOS switches and routers that prompts the user for basic configuration information, resulting in new running-config and startup-config files.
80
Official term for setup mode
initial configuration dialogue
81
Six things that result from the "show version" command
IOS version, time since last load of the IOS, reason for last load of the IOS, number of fast ethernet interfaces, number of gigabit ethernet interfaces, switch model number
82
Q: See diagram