| Other Added |
Hubs | Hubbers | Topics | Request |
| #1 in Business | Subscribe Email Print |
|
You are here: Home > Computers and Technology > Certification Tests > Overwrite Running Config Rather Than Merge On A Cisco Router |
|
Other Added - Overwrite Running Config Rather Than Merge On A Cisco Router
Handling Invoices and Payments in A Medical Billing Business /p>When you start a medical billing service you need to be prepared not to receive a payment for at least thirty to forty-five days. It would be nice if all of your clients paid you within ten days but this is just not realistic. The majority of your clients may not be able to pay you until they are paid themselves. Usually this is what happens with smaller clients. However, with larger clients if only a few of their patie r1# Dec 18 00:44:05.927: Rollback:Acquired Configuration lock. Dec 18 00:44:07.703: %PARSER-3-CONFIGNOTLOCKED: Unlock requested by process '3'. Configuration not locked. Dec 18 00:44:08.819: %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down
Router#configure replace flash:test.cfg This command will replace (NOTE: not merge) the running config with the config in file test.cfg. This command was introduced in 12.3(7)T Here is an example of the effect: Router#sh ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 10.10.10.3 YES manual up up FastEthernet0/1 10.1.1.1 YES manual up up Serial0/3/0 unassigned YES unset administratively down down Router#configure replace flash:test.cfg This will apply all necessary additions and deletions to replace the current running configuration with the contents of the specified configuration file, which is assumed to be a complete configuration, not a partial configuration. Enter Y if you are sure you want to proceed. ? [no]: y Total number of passes: 1 Rollback Done r1# Dec 18 00:44:05.927: Rollback:Acquired Configuration lock. Dec 18 00:44:07.703: %PARSER-3-CONFIGNOTLOCKED: Unlock requested by process '3'. Configuration not locked. Dec 18 00:44:08.819: %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down
Here is an example of the effect: Router#sh ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 10.10.10.3 YES manual up up FastEthernet0/1 10.1.1.1 YES manual up up Serial0/3/0 unassigned YES unset administratively down down Router#configure replace flash:test.cfg This will apply all necessary additions and deletions to replace the current running configuration with the contents of the specified configuration file, which is assumed to be a complete configuration, not a partial configuration. Enter Y if you are sure you want to proceed. ? [no]: y Total number of passes: 1 Rollback Done r1# Dec 18 00:44:05.927: Rollback:Acquired Configuration lock. Dec 18 00:44:07.703: %PARSER-3-CONFIGNOTLOCKED: Unlock requested by process '3'. Configuration not locked. Dec 18 00:44:08.819: %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down
Serial0/3/0 unassigned YES unset administratively down down Router#configure replace flash:test.cfg This will apply all necessary additions and deletions to replace the current running configuration with the contents of the specified configuration file, which is assumed to be a complete configuration, not a partial configuration. Enter Y if you are sure you want to proceed. ? [no]: y Total number of passes: 1 Rollback Done r1# Dec 18 00:44:05.927: Rollback:Acquired Configuration lock. Dec 18 00:44:07.703: %PARSER-3-CONFIGNOTLOCKED: Unlock requested by process '3'. Configuration not locked. Dec 18 00:44:08.819: %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down
contents of the specified configuration file, which is assumed to be a complete configuration, not a partial configuration. Enter Y if you are sure you want to proceed. ? [no]: y Total number of passes: 1 Rollback Done r1# Dec 18 00:44:05.927: Rollback:Acquired Configuration lock. Dec 18 00:44:07.703: %PARSER-3-CONFIGNOTLOCKED: Unlock requested by process '3'. Configuration not locked. Dec 18 00:44:08.819: %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down r1# Dec 18 00:44:05.927: Rollback:Acquired Configuration lock. Dec 18 00:44:07.703: %PARSER-3-CONFIGNOTLOCKED: Unlock requested by process '3'. Configuration not locked. Dec 18 00:44:08.819: %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down r1#sh ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 10.10.10.3 YES manual up up FastEthernet0/1 10.1.1.1 YES manual administratively down down Serial0/3/0 unassigned YES unset administratively down down NOTE the following: 1) Router name has changed 2) FastEthernet 0/1 no longer has an IP address 3) FastEthernet 0/1 is shutdown This is great as rather than just MERGING a config, the command REPLACES the config. You can replace the running-config from many places: r1#configure replace ? archive: URL of config file that will replace running-config cns: URL of config file that will replace running-config flash: URL of config file that will replace running-config ftp: URL of config file that will replace running-config http: URL of config file that will replace running-config https: URL of config file that will replace running-config null: URL of config file that will replace running-config nvram: URL of config file that will replace running-config
HTTP = HTML link (for blogs, profiles,phorums):
|