How to use this cheat sheet
In order to use the commands you
MUST be in the mode that that command is listed under. The sections are listed in order progression. "User EXEC Mode" is the default mode and thus has no command to enter it.
Example: In order to use the
hostname
command I must be in "Global Config Mode" so I look one section before to look up the command to enter "Global Config Mode". I then see that in order to use the
configure terminal
command I must be in "Privileged EXEC Mode" and to enter "Privileged EXEC Mode" I must use the command
enable
in "User EXEC Mode". This would give this string of commands:
enable
>
configure terminal
>
hostname <hostname>
When in doubt google
If you are asked to do something that is not on this cheat sheet google it. For example if you are asked to deny all incoming information from a IP google "How to deny incoming IP cisco packet tracer"
Command conventions
When you see a command like
ip address <ip> <subnet>
, the
<ip>
and
<subnet>
part mean that in order to use this command you need to substitute information into those places.
Example: If I wanted to set the IP to
192.168.1.1
with a subnet mask of
255.255.255.0
I would fully replace both the
<ip>
and
<subnet>
sections with that information. I would end up with a command that looks like:
ip address 192.168.1.1 255.255.255.0
Created By
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
More Cheat Sheets by carter.fendley