Using the Cisco IOS CLI to Perform Initial Configuration
Command or Action
Step 5
end
Example:
Router(config)# end
Step 6
show running-config
Example:
Router(config)# show running-config
Examples
The following example shows how to set the console idle privileged EXEC timeout to 2 minutes 30
seconds:
line console
exec-timeout 2 30
The following example shows how to set the console idle privileged EXEC timeout to 10 seconds:
line console
exec-timeout 0 10
Configuring Gigabit Ethernet Interfaces
This sections shows how to assign an IP address and interface description to an Ethernet interface on
your router.
For comprehensive configuration information on Gigabit Ethernet interfaces, see the "Configuring LAN
Interfaces" chapter of Cisco IOS Interface and Hardware Component Configuration Guide,
http://www.cisco.com/en/US/docs/ios/12_2/interface/configuration/guide/icflanin.html
For information on interface numbering, see Software Configuration Guide for your router.
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
8.
9.
Cisco 3900 Series, Cisco 2900 Series, and Cisco 1900 Series Integrated Services Routers Generation 2 Software Configuration Guide
A-6
enable
show ip interface brief
configure terminal
interface gigabitethernet 0/port
description string
ip address ip-address mask
no shutdown
end
show ip interface brief
Appendix A
Purpose
Returns to privileged EXEC mode.
Displays the running configuration file.
•
Verify that you properly configured the idle privileged
EXEC timeout.
Cisco IOS CLI for Initial Configuration