Hello I have been testing/deploying and redeploying my PNP setup and I am slowly correcting issues as I go along. I am at a point now where I am getting a repeatable issue with either my configuration file or my design. I delete the following:
On each device i do the following (thanks Adam R):
# remove the certificates on active and standby
delete /force nvram:*.cer
delete /force stby-nvram:*.cer
# remove vlan data based from active and standby
Stack
delete /force flash-1:vlan.dat
delete /force flash-2:vlan.dat
Non-Stack
delete /force flash:vlan.dat
# remove certificates from memory. NOTE: you will not be able to SSH after this
conf t
crypto key zeroize
yes
end
# erase the config
write erase
reload
Now I am seeing a unexpected result, my hardware is getting fully provisioned in APIC-EM and giving the green light as for as no errors. But logging into the console I am seeing the following error:
| --- System Configuration Dialog --- |
Enable secret warning
----------------------------------
In order to access the device manager, an enable secret is required
If you enter the initial configuration dialog, you will be prompted for the enable secret
If you choose not to enter the intial configuration dialog, or if you exit setup without setting the enable secret,
please set an enable secret using the following CLI in configuration mode-
enable secret 0 <cleartext password>
----------------------------------
Would you like to enter the initial configuration dialog? [yes/no]:
%Error opening tftp://172.16.33.139/network-confg (Timed out)
%Error opening tftp://172.16.33.139/cisconet.cfg (Timed out)
%Error opening tftp://172.16.33.139/bcfs34330-confg (Timed out)
% Please answer 'yes' or 'no'.
Would you like to enter the initial configuration dialog? [yes/no]: no
Startup-config is ignored. So, HTTP Secure server configuration not done
I am missing a simple cleanup step? My switches appear to be fully configured and functional but I am just wondering about this error message.