04-22-2014 03:13 PM - edited 03-07-2019 07:10 PM
I had a strange occcurance with this POE switch, the C2960CPD. First of all you must know that this switch sits at the end of about 260' of cat6 copper cable on a rooftop. It is not easy to get to. So...
I needed to make some possibly questionable configuration changes to the trunk port. This port is both connectivity to the switch, and POE source. One of several configuration changes caused me to loose connectivity to this remote switch. So, I did a "shut" to the local switch that supplies POE to this switch, effectively turning off the switch. I then "no shut" that port, to power up the remote switch again. Here's the question!
After bringing the port back up, I couldn't regain connectivity to the C2960C. When I climbed up onto the roof (80' up a ladder)... I found the switch was up, and the configuration I was testing was present. As if I had done a copy running-config startup-config command. I had not.
Is there a command on this IOS that causes it to behave like CAT-OS, where any change is immediately written to the startup-config actively? I've looked at the "config mode ...." commands, but don't really understand them yet.
In any case - I really need this to NOT work in that way. In case there is a mis-configuration - power-cycling the switch is preferable to a long climb up!
Solved! Go to Solution.
04-22-2014 11:06 PM
In future before start configuration on remote device type
#reload 15
That will reload device in 15 minutes and reset you latest changes.
Before 15 will expire the device will inform you and you can extend the time or cancel when you finish
#no reload
04-22-2014 05:22 PM
With Cisco IOS, as soon as you type a command and press the enter key, the change takes place right a way and the change is written into the running config, until you save it to startup-config by issuing
"copy running-config startup-config" If you reboot the switch before issuing this command. the switch reverts back to the old config. If you reboot the switch after issuing this command the switch comes back with the new config.
HTH
04-23-2014 09:01 AM
I do understand the "write mem" or "copy runn start" commands well. But what I saw was the running configuration came up after a power-cycle. I've never seen that either and if it was an anomaly then I'll dismiss it. I hope to have a serial-cat5-serial port extender to a jack on ground level - so I can recover this without sweating (literally). I wanted to bounce this off the community to see if I was missing something obvious - but I think not.
This switch is running the following IOS:
Cisco IOS Software, C2960C Software (C2960c405-UNIVERSALK9-M), Version 12.2(55)EX2, RELEASE SOFTWARE (fc1)
Thanks All!
04-24-2014 01:03 AM
Ok, be aware that the IOS version that you are using, EX2, this IOS is an INTERIM software. It's not recommended running this software on a production environment. The main purpose for the "EX" series IOS is to get the customer running with the real IOS is still being developed.
A good IOS to start with is 15.0(2)SE4. Don't even try the others.
04-22-2014 11:06 PM
In future before start configuration on remote device type
#reload 15
That will reload device in 15 minutes and reset you latest changes.
Before 15 will expire the device will inform you and you can extend the time or cancel when you finish
#no reload
04-23-2014 01:19 AM
I've never seen this kind of behaviour before on an IOS switch.
Out of curiousity, what version of IOS are you using?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide