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.
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>enRouter#config tRouter(config)#service password-encryptionRouter(config)#hostname cs01cs01(config)#ip domain-name lab.example.comcs01(config)#username admin privilege 15 secret studentcs01(config)#interface GigabitEthernet1cs01(config-if)#ip address 172.25.250.195 255.255.255.0cs01(config-if)#no shutcs01(config-if)#exitcs01(config)#cs01(config)#line vty 0 4cs01(config-line)#transport input sshcs01(config-line)#transport output nonecs01(config-line)#login localcs01(config-line)#exec-timeout 5 0cs01(config-line)#exitcs01(config)#crypto key generate rsa general-keys modulus 2048cs01(config)#ip ssh version 2cs01(config)#endcs01#wr memcs01#more nvram:startup-configcs01#sh ver | include registerConfiguration register is 0x2102cs01#