cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2316
Views
11
Helpful
25
Replies

multiple running config

aksher
Level 1
Level 1

can we have multiple running configurations?

25 Replies 25

Joe Clarke
Cisco Employee
Cisco Employee

By definition, there is only one running config. This is the config currently active on a device. However, there is a feature in newer versions of IOS that lets you take periodic snapshots of this configuration, and save them to flash or to a network server. The purpose of this is to be able to quickly roll back to a known good configuration, rollback individual changes, or do config comparisions without additional tools such as CiscoWorks.

For more information on embedded IOS configuration archive and rollback see http://www.cisco.com/en/US/customer/products/ps6350/products_configuration_guide_chapter09186a00800ca73a.html . One particularly cool feature is the ability to do a timed config rollback. This lets you make a very risky configuration change (e.g. one that could lock you out of the device) then have it automatically rolled back if something goes wrong (no more using "reload at" then waiting for the device to reload).

My understanding is there can be only one running config/startup config but when we give copy run start we get the the (startup config- file) some thing like that....

An IOS device copies the startup config to memory at boot time. All changes are then written directly to the running config in memory. When you issue the write mem or copy running start commands, this config is saved to NVRAM as the startup config. You can also save multiple copies of the running config to flash or a network server. Certain versions of IOS also support the "boot config" command which allows you to boot from a config other than the one in NVRAM.

miheg
Level 5
Level 5

No,

There can be a startup and a running config on IOS devices.

CatOS only have a running config.

You can store multiple configs on your devices thought provided there is room on the device.

Cheers,

Michel

Not true on newer versions of CatOS. You can have both startup and running configurations by setting the config mode to text. See http://www.cisco.com/univercd/cc/td/doc/product/lan/cat6000/sw_8_5/cmd_ref/ses_sete.htm#wp1153974 for more details.

Ah?

Will Ciscoworks RME "automagically" detect and save both configs?

Cheers,

Michel

No. CiscoWorks will still just get the show conf all. I think a bug was filed, but I do not recall the ID off the top of my head.

Hi,

We are using Siemens SGSN, Siemens GGSN XP140 with Cisco 7613(Medium Size Configuration) with CPG3300.

We have got two border gateways and two core routers connected to Cisco 7613 for internet traffic and WAP/MMS.

We are going to integrate another Cisco router CSG/DSCP solution betwwen our border gateways and Cisco 7613.

In case if there occurs some problem or the proposed solution doesn't work properly.What will be the easiest procedure to rollback/fall back Cisco7613 router(Medium Sized Configuration)?

In order to obtain rollback/fallback in Cisco 7613 using "Configuration replace and Configuration Rollback" procedure, at what level(which card level) i.e. SUP or Aggregator or MWAM etc. should we apply this particular rollback/fall back procedure to get successful complete rollback to previous VLAN connections,IP addresses,connections etc.??

Please suggest and advise...

Thanks,

Murtaza Bilgrami.

Where you use the rollback will depend on what configuration you are going to be changing. It may also not be doable with your current hardware. Config archive and rollback was integrated into 12.3(7)T and 12.2(25)S. However, as of 12.2(18)SXF5, it is not available in the 7600 IOS. It does appear to be in 12.2(33)SRA, though. I am uncertain about the MWAM IOS.

We are going to change few new IP addresses,new VLAN and new physical LANs connected to the router.If someting doesn't work then we want to have a roll back option on Cisco7613?

As I said, config rollback is dependent on the version of IOS on your 7600. Unless you're running 12.2(33)SRA on this router, you do not have this capability.

A much older trick to allow for recoverability is to use the "reload at" command. You can schedule a reload to happen at some point in the future. Once the reload timer is running, make your config changes. If you lock yourself out of the router, the router will reload at the specified time, and eventually you will have connectivity restored. If the config changes work, use the "reload cancel" command to abort the scheduled reload. For example:

reload at 02:00

config t

int gi1/1

ip access-group 101 in

If that series of commands locks you out of the router, the router will reload at 2:00 am, without saving your changes. It will come up on the previous startup config. If, however, the commands do not lock you out, abort the pending reload:

reload cancel

Can we restore the changes performed in routing tables by reload?Cisco 7613 is a set of 13 routers with 2-SUP.Do you suggest reload or config rollback (if applicable) on SUP cards or aggregator router.

The idea behind both config replace and reload at is to restore the config on the IOS device in question to the last saved state (i.e. the last time write memory was performed). You should perform a config replace or reload at on the device (or instance of IOS) where you are making the config change (i.e. the device you telnet or SSH to just prior to making the configuration change).

Thanks, what I understand is that "reload at" can be used to UNDO all the changes performed "last good configuration".This command can be used just before typing any routing, configuration changes over the same command prompt.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: