6
Basic Software Configuration Using the Cisco IOS Command-Line Interface
OL-5593-01
How to Perform a Basic Software Configuration Using the Cisco IOS CLI
SUMMARY STEPS
1.
enable
2.
configure
terminal
3.
line
console 0
4.
exec-timeout
minutes
[
seconds
]
5.
end
6.
show running-config
7.
exit
Note
The exec-timeout command or any changes to the exec-command value is triggered only after you exit
from the EXEC mode and login again.
DETAILED STEPS
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
•
Enter your password if prompted.
Step 2
configure
terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
line
console 0
Example:
Router(config)# line console 0
Configures the console line and starts the line configuration
command collection mode.
Step 4
exec-timeout
minutes
[
seconds
]
Example:
Router(config-line)# exec-timeout 0 0
Sets the idle privileged EXEC timeout, which is the interval
that the privileged EXEC command interpreter waits until
user input is detected.
•
The example shows how to specify no timeout.
Step 5
end
Example:
Router(config-line)# end
Returns to privileged EXEC mode.