Topology
Objectives
- Part 1: Basic Connections, Accessing the CLI and Exploring Help
- Part 2: Exploring EXEC Modes
- Part 3: Setting the Clock
Instructions
Part 1: Basic Connections, Accessing the CLI and Exploring Help
Step 1: Connect PC1 to S1 uses a console cable.
- a. Click the Connections icon (the one that looks like a lightning bolt) in the lower left corner of the Packet Tracer window.
- b. Select the light blue Console cable by clicking it. The mouse pointer will change to what appears to be a connector with a cable dangling off of it.
- c. Click PC1. A window displays an option for an RS-232 connection.
- d. Drag the other end of the console connection to the S1 switch and click the switch to bring up the connection list.
- e. Select the Console port to complete the connection.
Step 2: Establish a terminal session with S1.
a. Click PC1 and then select the Desktop tab.
b. Click the Terminal application icon; verify that the Port Configuration default settings are correct.
What is the setting for bits per second?
9600
c. Click OK.
d. The screen that appears may have several messages displayed. Somewhere on the display there should be a Press RETURN to get started!
message. Press ENTER.
What is the prompt displayed on the screen?
S1>
Which command begins with the letter ‘C’?
te
, followed by a question mark (?).In Part 2 of this activity, you switch to privileged EXEC mode and issue additional commands.
Step 1: Enter privileged EXEC mode.
a. At the prompt, type the question mark (?).
S1> ?
What information is displayed that describes the
enable
command?Turn on privileged commands.
b. Type en and press the Tab key.
S1> en
enable
command, the remaining portion is displayed.enable
command and press ENTER.How does the prompt change?
d. When prompted, type the question mark (?).
S1# ?
One command starts with the letter ‘C’ in user EXEC mode.
How many commands are displayed now that privileged EXEC mode is active? (Hint: you could type c? to list just the commands beginning with ‘C’.)
5 - clear, clock, configure, connect, and copya. When in privileged EXEC mode, one of the commands starting with the letter ‘C’ is configure. Type either the full command or enough of the command to make it unique. Press the Tab key to issue the command and press ENTER.
S1# configure
What is the message that is displayed?
Configuring from terminal, memory, or network [terminal]?
b. Press Enter to accept the default parameter that is enclosed in brackets [terminal].
How does the prompt change?
S1 (config) #
c. This is called global configuration mode. This mode will be explored further in upcoming activities and labs. For now exit back to Privileged EXEC mode by typing end, exit or Ctrl-Z.
S1 (config) # exit
Part 3: Setting the Clock
Step 1: Use the clock command.
a. Use the clock command to further explore Help and command syntax. Type show clock at the privileged EXEC prompt.
S1# show clock
What information is displayed? What is the year that is displayed?
b. Use the context-sensitive Help and the
clock
command to set the time on the switch to the current time. Enter the command clock
and press ENTER.clock
command needs further parameters. Any time more information is needed help can be provided by typing a space after the command and the question mark (?).clock set
command. Proceed through the command one step at a time.clock set
command had been entered, and no request for help was made by using the question mark?show clock
command to display the clock setting. The resulting command output should display as:Step 2: Explore additional command messages.
a. The IOS provides various outputs for incorrect or incomplete commands as experienced in earlier sections. Continue to use the clock command to explore additional messages that may be encountered as you learn to use the IOS.
b. Issue the following command and record the messages:
What information was returned?
% Incomplete command
S1 clock set 25:00:00
What information was returned?