In
the previous post we have configured a router with basic commands and today we
are going to look more command that is commonly used for various
configurations.
Cisco IOS Commands
? – this is help command, we can find next command using
this, Eg: sh ip int ?
show running-config – to pull out the details of running configurations from
RAM
show startup-config – to pull out the details of the configuration from NVRAM
setup – this command is used to start the automatic setup
config t – this is used for entering the configuration mode
show interface – display the interface details
config mem - loads the startup configuration saved in NVRAM to the
current configuration
banner motd – used to set up banner message
copy running-config
tftp – saves the running config to the
TFTP server
copy flash tftp – copies IOS files to TFTP server
reload – reboot the device
disconnect - force terminal
secession disconnect
show version – to pull out the IOS version details
show flash – displays the file's contents of the flash
show clock – display the clock
show history – list the command history
show process – show active process running on the router
show process cpu - show CPU statistics
no shutdown – enables the interface
show users – display which user is connected to the device
hostname – configure device hostname
Topic Conclusion
The above are few lists of commands that are generally used for
routing and switching operations. This is posted only for the reference and we can
also, get the list of commands through 'help'. We will go in a deep section in the coming TechLab posts.
COMMENTS