NETLAB+ VE Customers: Please refer to the list of supported lab switches and IOS software images.
The following switch models are subject to a common problem when used as a lab switch:
By default, these switches will not respond to a console break signal the same way routers do. There are two "environment variables" which affect this: "Enable Break" and "BOOT path-list".
The following procedure explains how to check these variables and set them so that the console port will respond to a break signal.
If the environment variables are not set correctly, you may experience one of the following symptoms:
You must initialize the environment variables when:
This procedure does not apply to control switches.
From the enable mode, issue the following IOS command.
Lab_Sw# show boot BOOT path-list: flash:c2960-lanbasek9-mz.150-2.SE7.bin Config file: flash:config.text Private Config file: flash:private-config.text Enable Break: no Manual Boot: no
Lab_Sw# enable Lab_Sw# configure terminal Lab_Sw(config)# boot enable-break Lab_Sw(config)# no boot system Lab_Sw(config)# end Lab_Sw(config)# write Lab_Sw# show boot BOOT path-list: Config file: flash:config.text Private Config file: flash:private-config.text Enable Break: yes Manual Boot: no
Lab_Sw# enable Lab_Sw# configure terminal Lab_Sw(config)# boot enable-break Lab_Sw(config)# boot system flash:packages.conf Lab_Sw(config)# end Lab_Sw(config)# write Lab_Sw# show boot Current Boot Variables: BOOT variable = flash:packages.conf; Boot Variables on next reload: BOOT variable = flash:packages.conf; Allow Dev Key = yes Manual Boot = no Enable Break: yes
With Enable Break set to "yes" and removal of a BOOT path-list, a pod test should pass.