4-8
Cisco CRS-1 Series Carrier Routing System Getting Started Guide
Chapter 4 Bringing up a New Cisco CRS-1 Router
Bringing Up a Single-Chassis System for the First Time
Examples
The following example configures basic router parameters in response to the Setup mode prompts:
Would you like to enter the initial configuration dialog? [yes/no]: y
At any point you may enter a question mark '?' for help.
Use ctrl-c to abort configuration dialog at any prompt.
Default settings are in square brackets '[]'.
Basic management setup configures only enough connectivity
for management of the system.
Configuring global parameters:
Enter host name: router
Enter root-system username: crs
Enter root-system password: secret
Current interface summary
Interface IP-Address Status Protocol
MgmtEth0/RP1/CPU0/0 unassigned Shutdown Down
Enter interface name used to connect to the
management network from the above interface summary: MgmtEth0/RP1/CPU0/0
Configuring interface MgmtEth0/RP1/CPU0/0:
Configure IP on this interface? [yes]: y
IP address for this interface: 10.1.1.1
Subnet mask for this interface: 255.0.0.0
The following configuration command script was created:
hostname router
username crs
password 7 082D4D4C
group root-system
!
interface MgmtEth0/RP1/CPU0/0
ipv4 address 10.1.1.1 255.0.0.0
no shutdown
!
end
[0] Go to the command prompt without saving this config.
[1] Return back to the setup without saving this config.
[2] Save this configuration and exit.
Enter your selection [2]:2