Chapter 7 - Sheet1 Flashcards
CLI
Command-line interface. An interface that enables the user to interact with the operating system by entering commands and optional arguments.
Cisco Catalyst 2960: Syst LED
Overall system status
Cisco Catalyst 2960: RPS LED
Suggests the status of the redundant power supply
Cisco Catalyst 2960: STAT LED
If green (on), implies that each port LED implies that port’s status
Cisco Catalyst 2960: DUPLX LED
If green (on), each port LED implies that port’s duplex (on/green is full; off means half) status
Cisco Catalyst 2960: SPEED LED
If green (on), implies that each port LED implies that port’s speed
Cisco Catalyst 2960: MODE LED
Cylces the meaning of the LEDs through three states (stat, duplx, speed)
Cisco Catalyst 2960: Port LEDs
The LED has different meanings dpending on the port mode as toggled using the mode button
Cisco Catalyst 2960: Display options of the Syst LED
Off - Switch is not powered on / On, green - switch is on and operational / On, amber - Switch is on but not functioning properly
Action to take if Cisco Catalyst 2960 Syst LED is amber
Switch the switch off and on again
Cisco Catalyst 2960: Display options for port LEDs when mode is STAT
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
Cisco Catalyst 2960: Display options for port LEDs when mode is SPEED
off means 10mbps, solid greens means 100mbps and flashing green means 1gbps
3 ways to access a switch CLI
Console (direct connectio nto the switch, via USB, serial, etc), Telnet, and secure shell (SSH)
3 ways to connect a console to a switch
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
Default console port settings on a switch:
9600 bits/second, no hardware flow control, and 8N1 (8 bit ASCII, no parity bits, 1 stop bit)
Requirements before one can use telnet / ssh to manage a switch
switch must have an IP address and network between client and server (PC running telnet client and switch running telnet server) must be online.
By default, Cisco switches only enable one type of connection to itself
Consol connections. Telnet/SSH are disabled.
Command to configure password “faith” for console access
line console 0 / login / password faith
Command to configure password “love” for all telnet access for all 16 concurrent Telnet sessions
line vty 0 15 / login / password love
user Mode
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.
user mode aka
user EXEC mode
Enable Mode
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.
Command to switch from user mode to enable mode
“enable” – you may need to enter a password
command to restart the switch
“reload” – you will need to be in enable mode

