Bootstrapping the CSR Configuration
Bootstrap Properties
The Cisco CSR 1000v bootstrap properties are specified in the
ovf-env.xml
file. For an example
ovf-env.xml
file, see
Example ovf-env.xml File, on page 128
.
Table 27: Bootstrap Properties
Description
Property
(Cisco IOS XE 3.17S and later)
Configures the console mode.
Possible values: auto, virtual, serial
console
Domain name of the router.
domain-name
Enables the IOS SCP feature.
enable-scp-server
Enables remote login using SSH and disables remote
login via Telnet. Requires that the login username
and password are set.
enable-ssh-server
Hostname of the router.
hostname
Enables execution of a Cisco IOS command.
To execute multiple commands, use multiple instances
of ios-config, with a number appended to each
instance
—
for example, ios-config-1, ios-config-2.
The commands are executed in numerical order
according to the appended number.
Example
ios-config-1="username cisco priv 15 pass
ciscoxyz"
ios-config-2="ip scp server enable"
ios-config-3="ip domain lookup"
ios-config-4="ip domain name cisco.com
”
ios-config
(Cisco IOS XE 3.13S and later)
Configures the license technology level that is
available when the Cisco CSR 1000v boots.
license
Login password for the router.
login-password
Login username for the router.
login-username
Cisco CSR 1000v Series Cloud Services Router Software Configuration Guide
126
Installing the Cisco CSR 1000v in KVM Environments
Bootstrapping the CSR Configuration