Ccna2 3
Ccna2 3
2
Configuring the Router
Router
Console port
Terminal or a
PC with
Rollover cable
terminal
emulation
software
4
HyperTerminal (continued)
Connect using: This will be whichever serial port you are connected
to on your PC. In the lab, we will be using Com2.
Port Settings: Be sure it is configured as: bps = 9600, data bits = 8,
parity = None, stop bits = 1, flow control = None
– This is critical, as this is how the router is configured and is
expecting the same settings on the “terminal” or communications 5
will be garbled or not occur at all.
<Router Output>
HyperTerminal (Continued)
Now you are ready to start entering commands.
Troubleshooting:
If you are not seeing any output on the screen:
– Is the router powered on?
– Press <return>, the router’s output may have already gone to the
screen before HyperTerm was started.
– Are the port settings and port selection correct?
– Are you connected in the proper serial port?
If you are not seeing garbled characters: 6
– Check your port settings.
System Bootstrap, Version X.X(XXXX) [XXXXX XX],
RELEASE SOFTWARE
Copyright (c) 1986-199X by Cisco Systems
2500 processor with 4096 Kbytes of main memory
Notice: NVRAM invalid, possibly due to write erase.
Router>
<press Return>
Router>
Commands
Note: Until you configure a password, you will not see the “User
Access Verification” message or the “Password:” prompt.
Router> enable
Router# disable
10
Router> exit
Command List
Commands
Router> ? (user mode command list)
Router# ? (privilege mode command list)
-- More – <space bar> – next screen
-- More – <return> – next line
-- More – <any key> – back to prompt 11
Command List
Commands
Router> show ?
Router# show ip ?
Don’t worry about the number of these commands, most network
administrators are only familiar with the ones necessary to configure
their routers.
The Cisco IOS includes the processes and functions necessary to run a 12
wide variety of protocols over many different type of connections.
Command List
Commands
Router> ena
Notice that the enable command has been abbreviated to ena.
Cisco IOS (Internetwork Operating System) commands and parameters
following the command, may be abbreviated up to the point where they
are still uniquely recognizable by the IOS.
I suggest typing out the entire command until you become familiar with
it.
13
The <tab> key can be used to complete a command or parameter.
Help Function
Commands
Notice that you do not have to re-type the command and any
parameters if you used the “?” and pressed enter.
Rely on the ?, everyone does, including CCIE’s!
The commands you see after the ?, help function, depends upon user
or privilege mode, and which specific configuration mode (coming
soon). 14
Using IOS Editing Functions
Editing Commands
Knowing the “hot-keys” are useful for two things:
1. When you are using a terminal which does not have arrow-keys.
2. When you are taking the current version of the CCNA exam, CCNA
2.0.
Good “short-term” memory studying, just before you take the CCNA
exam.
On HyperTerm you can use the left and right arrow, backspace, delete,
home and end keys. 15
Using IOS Command History
16
Router# erase startup-config
Router#
We have not yet discussed this command, so
for now do not worry about it.
Console port
Terminal or a
PC with
Rollover cable
terminal
emulation
software
19