![Allen-Bradley Stratix 5900 Services User Manual Download Page 69](http://html.mh-extra.com/html/allen-bradley/stratix-5900-services/stratix-5900-services_user-manual_2900531069.webp)
Rockwell Automation Publication 1783-UM005A-EN-P - September 2013
69
Configure the Stratix 5900 Services Router by Using CISCO IOS Command-line Interface (CLI)
Chapter 4
Router(config-if)# ip address 20.2.2.2 255.0.0.0 -
configures an IP address on serial0 (interface)
Router(config-if)# no shutdown - activates serial0
(interface)
Router(config-if)# exit - exits back to global
configuration level
Router(config)# router rip - switches to configure
RIP routing engine
Router(config-router)# network 10.0.0.0 - adds
network 10.0.0.0 to RIP engine (routing engine)
Router(config-router)# network 20.0.0.0 - adds
network 20.0.0.0 to RIP engine (routing engine)
Router(config-router)# exit - exits back to global
configuration level
Router(config)# exit - exits out of configuration
level
Router# copy running-config startup-config - saves
configuration into NVRAM
Router# disable - disables privileged EXEC level
Router> - indicates user is back to user EXEC level
In the above example, the exit command is used to back up a level within the IOS
hierarchy. For example, if in the interface configuration level, for example, Router
(config-if )# prompt, typing exit puts you back in the global configuration level
(Router (config)# prompt).
Take Interfaces Out of Shutdown
Routers ship from the factory with all interfaces deactivated. Deactivated
interfaces are referred to as being in a shutdown state. Before an interface can be
used, it must be taken out of the shutdown state. To take an interface out of
shutdown, type ‘no shutdown’ at the appropriate interface configuration level.
The example above includes these commands for both the ethernet and serial
interfaces.