Show Menu
Cheatography

CCENT Prep - ICND1 Cheat Sheet (DRAFT) by

Prep for CCENT Certification

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Level of Command Line

User Exec
| router>
Privledged Exec
| router­>#
Global Config
| router (config)#
Interface Config
| router (confi­g-if)#
Line Config
| router config­-line)

Device Memory

Flash |
stores cisco ios
NVRAM | startup config
[no lost during reboot]
RAM | running config
[lost on reboot]
TFTP | cisco terminal server
[used as a backup]
ROM |
power up boot test, & bootstrap
 
may hold all or some of IOS can assist in recovering from catast­rophic loss
 

Move from User Exec to Priviledge Exec

sw>enable
| sw>#

Show Commands

SW1# show runnin­g-c­onfig
SW1# show interface brief
SW1# show interfaces
SW1# show interface status
SW1# show mac addres­s-table
SW1# show start
SW1# show flash
SW1# show boot

Move from Privileged Exec to Global Config

SW1># configure terminal
SW1(co­nfig)#

Config Commands

SW1(co­­nfig)# interface fastet­hernet 1/1
SW1(co­­nfig)#
SW1(co­­nfig)#