User guide
19
Release Notes for Cisco Router and Security Device Manager 2.5
OL-5009-20
Important Notes
yourname# configure terminal
Step 6 Create a new username and password by entering the following command:
yourname(config)# username
username
privilege 15 secret 0
password
Replace username and password with the username and password that you want to use.
Step 7 Remove the default username and password by entering the following command:
yourname(config)# no username cisco
Step 8 To remove the login banner, enter the following command:
yourname(config)# no banner login
The login banner warning will no longer appear.
Step 9 To remove the exec banner, enter the following command:
yourname(config)# no banner exec
The exec banner warning will no longer appear.
Step 10 Leave configuration mode, by entering the following command:
yourname(config)# end
Step 11 Copy the configuration changes to the startup configuration by entering the following command:
yourname# copy running-config startup-config
When logging into the router in the future, use the username and password that you created in Step 6.
Cisco SDM May Not Operate with Custom Configuration File
If you load a custom configuration file on the router using Cisco Configuration Express or any other
process, you may remove Command Line Interface (CLI) commands that Cisco SDM operation requires
amd prevent it from operating. Cisco SDM requires the following basic configuration in order to connect
to the router and manage it.
• An http or https server must be enabled with local authentication.
• A local user account with privilege level 15 and accompanying password must be configured.
• Vty line with protocol ssh/telnet must be enabled with local authentication. This is needed for
interactive commands.
• An http timeout policy must be configured with the parameters shown in the following example to
avoid a known launch issue with SDM.
• The PC on which SDM is to run and the interface through which SDM will be launched must be
configured with IP addresses from the same subnet.
The following example shows a configuration that contains the CLI commands Cisco SDM requires in
order to operate.
hostname yourname
!
logging buffered 51200 warnings
!
username cisco privilege 15 secret 0 cisco