Bookmark this page

Appendix D. IOS Minimal Management Configuration

Restoring IOS Configuration Settings

This is a minimal configuration for the IOS device named cs01 that is used in the hands-on exercises, so that it provides connectivity to the Management Network.

Older versions of the Cisco CSR1000V instance used in the exercises had an issue that occasionally caused the virtual router to drop its configuration on startup. More information is available at https://quickview.cloudapps.cisco.com/quickview/bug/CSCut96108.

You can use the web-based classroom interface to connect directly to the management console of the router in order to enter these commands.

Important

The version that is currently used in this course is not affected by this issue. However, this information might still be useful if the configuration is dropped for some reason.

Router>en
Router#config t
Router(config)#service password-encryption
Router(config)#hostname cs01
cs01(config)#ip domain-name lab.example.com
cs01(config)#username admin privilege 15 secret student
cs01(config)#interface GigabitEthernet1
cs01(config-if)#ip address 172.25.250.195 255.255.255.0
cs01(config-if)#no shut
cs01(config-if)#exit
cs01(config)#
cs01(config)#line vty 0 4
cs01(config-line)#transport input ssh
cs01(config-line)#transport output none
cs01(config-line)#login local
cs01(config-line)#exec-timeout 5 0
cs01(config-line)#exit
cs01(config)#crypto key generate rsa general-keys modulus 2048
cs01(config)#ip ssh version 2
cs01(config)#end
cs01#wr mem
cs01#more nvram:startup-config
cs01#sh ver | include register
Configuration register is 0x2102
cs01#
Revision: do457-2.5-4693601