Cisco Systems OL-31454-01 Network Router User Manual


 
4-12
Cisco 2010 Connected Grid Router Hardware Installation Guide
OL-31454-01
Chapter 4 Configuring the Router
Performing the Initial Configuration on the Router
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 and FastEthernet Interfaces
This section shows how to assign an IP address and interface description to a Gigabit interface and an
Ethernet interface on your router.
For comprehensive configuration information on Gigabit Ethernet interfaces, see chapter “Configuring
LAN Interfaces” in Cisco IOS Interface and Hardware Component Configuration Guide.
For information on interface numbering, see the software configuration guide for your router.
SUMMARY STEPS
1. enable
2. show ip interface brief
3. configure terminal
4. interface {fastethernet | gigabitethernet} 0/port
5. description string
6. ip address ip-address mask
7. no shutdown
8. end
9. show ip interface brief
Step 5
end
Example:
Router(config)# end
Returns to privileged EXEC mode.
Step 6
show running-config
Example:
Router(config)# show running-config
Displays the running configuration file.
Verify that you properly configured the idle privileged
EXEC timeout.
Command or Action Purpose