After successfully provisioning a new switch from APIC-EM, Seeing from the switch logs that there is a lot of error messages "error opening tftp://..", and wonder if this is common, and if so, is there any way to remove it. Is it related to the PnP profile.These errors are no big deal, but it would been nice to avoid them.
May 3 2017 08:30:30.363 CEST: %SYS-4-CONFIG_RESOLVE_FAILURE: System config parse from (tftp://255.255.255.255/cisconet.cfg) failed
%Error opening tftp://255.255.255.255/switch-confg (Timed out)
May 3 2017 08:31:05.498 CEST: %SYS-4-CONFIG_RESOLVE_FAILURE: System config parse from (tftp://255.255.255.255/switch-confg) failed
%Error opening tftp://255.255.255.255/switch.cfg (Timed out)
May 3 2017 08:42:17.828 CEST: %SYS-4-CONFIG_RESOLVE_FAILURE: System config parse from (tftp://255.255.255.255/switch.cfg) failed
it is harmless, but annoying. The reason it is there is due to the autoboot process. If there is no configuration file, the device will try to TFTP one from the local network.
You can disable it with the
"no service config
"
command. You can put this in your pnp configuration file.
Comments
0 comments
Please sign in to leave a comment.