Router management, Display configurations – Rockwell Automation 1783-SR Stratix 5900 Services Router User Manual User Manual
Page 72

72
Rockwell Automation Publication 1783-UM005A-EN-P - September 2013
Chapter 4
Configure the Stratix 5900 Services Router by Using CISCO IOS Command-line Interface (CLI)
Router Management
IOS supports many different types of show commands. This section covers a few
of the common show commands used to both manage and troubleshoot a router.
The scope of this document is not to instruct how to use these commands to
troubleshoot a router, but to make you aware that these management options
exist.
Display Configurations
To display the running-configuration, type the following command in privileged
EXEC mode:
Router#show running-config
To display the startup-configuration that is stored in NVRAM, type the
following command in privileged EXEC mode:
Router#show startup-config
The following is the show running-config output from the example used in the
Router Configuration section.
Current configuration:
!
version 11.2
!
hostname cisco
!
enable password cisco
!
interface Ethernet0
ip address 10.1.1.1 255.0.0.0
!
interface Serial0
ip address 20.2.2.2 255.0.0.0
!
router rip
network 10.0.0.0
network 20.0.0.0
!
ip route 0.0.0.0 0.0.0.0 20.2.2.3
!
line vty 0 4
password telnet
login
!
end