Cisco router and Cisco switch have different modes for different operations depending upon the privileges of the users. Cisco router and switch basically have three modes namely user exe mode, enable mode(privileged exe mode) and global configuration mode. Each mode offers different Cisco commands for router configuration or Cisco switch configuration.
Router1> User exe Mode :
This is the default mode of cisco routers and is called user exe mode. In this mode user cannot write or add configuration to the router. User exe mode is good for those users who are not supposed to save any changes to the router but can view the configuration.
This mode allow users to run quite a few show commands which are as follows:
connect Open a terminal connection
disable Turn off privileged commands
disconnect Disconnect an existing network connection
enable Turn on privileged commands
exit Exit from the EXEC
logout Exit from the EXEC
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 line parameters
traceroute Trace route to destination
Router1# Privileged exec mode / enable mode :
Router1> enable is the command used for entering the enable mode.
This # sign after your host name confirms that you are in privileged/enable mode, in our case the host name is Router1 and Router1# confirms that we are in privileged mode. This mode has more commands for showing and adding configuration to the router.
Following is the list of commands you can enter in Privileged exe / enable mode:
auto Exec level Automation
clear Reset functions
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 files on a filesystem
disable Turn off privileged commands
disconnect Disconnect an existing network connection
enable Turn on privileged commands
erase Erase a filesystem
exit Exit from the EXEC
logout Exit from the 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 Trace route to destination
undebug Disable debugging functions (see also ‘debug’)
vlan Configure VLAN parameters
write Write running configuration to memory, network, or terminal
Router1(config)# Global Configuration mode :
Router1# configure terminal This command allows you to enter Global Configuration Mode.
these (config)# letters assures us that we have successfully entered into Global Configuration Mode.
The prompt for this mode look like this Router1(config)#
Following is the list of commands that can be entered in Global Configuration Mode:
aaa Authentication, Authorization and Accounting.
access-list Add an access list entry
banner Define a login banner
boot Modify system boot parameters
cdp Global CDP configuration subcommands
class-map Configure Class Map
clock Configure time-of-day clock
config-register Define the configuration register
crypto Encryption module
do To run exec commands in config mode
dot11 IEEE 802.11 config commands
enable Modify enable password parameters
end Exit from configure mode
exit Exit from configure mode
flow Global Flow configuration subcommands
hostname Set system’s network name
interface Select an interface to configure
ip Global IP configuration subcommands
ipv6 Global IPv6 configuration commands
key Key management
line Configure a terminal line
logging Modify message logging facilities
login Enable secure login checking
mac-address-table Configure the MAC address table
no Negate a command or set its defaults
ntp Configure NTP
parameter-map parameter map
parser Configure parser
policy-map Configure QoS Policy Map
port-channel EtherChannel configuration
priority-list Build a priority list
privilege Command privilege parameters
queue-list Build a custom queue list
radius-server Modify Radius query parameters
router Enable a routing process
secure Secure image and configuration archival commands
security Infra Security CLIs
service Modify use of network based services
snmp-server Modify SNMP engine parameters
spanning-tree Spanning Tree Subsystem
tacacs-server Modify TACACS query parameters
username Establish User Name Authentication
vpdn Virtual Private Dialup Network
vpdn-group VPDN group configuration
zone FW with zoning
zone-pair Zone pair command
If you are interested in cisco labs or preparing for CCNA bookmark this site and visit us for CCNA labs and cisco routers and switches configuration labs.
Hi,In which mode i can change configuration(such as IP address) of serial interface ?
Hi, Kindly help me ASAP, I want to change the IP address of fast ethernet port. Kindly let me know how do i get to interface configuration mode.