Cisco day 4 to day 7 Flashcards
it is the interface you use to configure Cisco Devices
CLI (Command Line Interface)
GUI means
Graphical User Interface - not commonly used by network engineers.
what port connection to use when configuring a device?
use the console port
what connector used in configuring a device using rj-45 port?
Rollover Cable
-which has RJ-45 at one end and the other end is DB9
there is 8 pins on rollover cable and the connection is :
pin 1 to pin 8 pin 2 to pin 7 pin 3 to pin 6 pin 4 to pin 5 pin 5 to pin 4 pin 6 to pin 3 pin 7 to pin 2 pin 8 to pin 1
to access CLI you can use ?
Terminal Emulator (Putty is popular choice) then choose SERIAL CONNECTION
the baud rate or speed is ____
the data bits is ____
the stop bits is ____
9600
8
1
when you first enter to the CLI in default you will be in what mode ?
User Exec Mode (it is indicated by greater than sign)
if you enter “enable” command in User Exec Mode you will be in what mode?
Priviledge Exec Mode (it is indicated by #)
provides complete access to view the device’s configuration , restart the device . etc.
cannot change the configuration , but can change the time on the device , save the configuration file , etc.
Priviledge Exec Mode
user exec mode commands :
- <1-99> - session number to resume
- connect - open a terminal connection
- disable - turn off priviledge commands
- disconnect - disconnect all existing network connection
- enable - turn on priviledge commands
- exit - exit from exec mode
- logout - exit from exec mode
- ping - Send Echo Messages
- resume - Resume an active network connection
- show - show running system information
- ssh - open a secure shell client connection
- telnet - open a telnet connection
- terminal - set terminal lines parameter
- traceroute - trace route to destination
priviledge exec mode commands :
- <1-99> - session number to resume
- auto - exec level automation
- clear - reset function
- clock - manage the system clock
- configure - enter configuration mode
- connect - open a terminal connection
- copy - copy from one file to another
- debug - debugging functions (see also undebug)”
- delete - delete a file
- dir - list file on a file system
- disable - turn off priviledge command
- disconnect - disconnect an existing network connection
- enable - turn on priviledge commands
- erase - erase a file system
priviledge exec mode commands :
- exit - exit from exec
- logout - exit from exec
- mkdir - create new directory
- more - display the contents of a file
- no - disable debugging informations
- ping - send echo messages
- reload - halt and perform a cold restart
- resume - resume an active network connection
- rmdir - remove existing directory
- send - send a message to other tty lines
- setup - run the SETUP command facility
- show - show running system information
- ssh - open a secure shell client connection
- telnet - open a telnet connection
- terminal - set terminal line parameters
- traceroute - traceroute to destination
- undebug - disable debugging functions
- vlan - configure VLAN parameters
- write - write running configuration to memory , network or terminal
what command use to view the available commands?
use “?”
when you enter “configure terminal” in Priviledge Exec Mode what mode you will be?
Global Configuration Mode