Copying to running config does a merge. It's as if you were typing the 
commands. They get added to what you already have in most cases.

Someone correct me if I'm wrong here........

copy run start  REPLACES
copy start run  MERGES
copy run tftp   REPLACES
copy tftp run   MERGES
copy start tftp REPLACES
copy tftp start REPLACES

Priscilla

At 10:43 PM 5/28/02, Sim, CT (Chee Tong) wrote:
>Hi.. Dear all,
>
>Why you I copy the config from the tftp server to replace the old config on
>the router (copy tftp run) or copy the config from startup to running (copy
>star run).  But the resulting config is not exactly the same as the config
>that I copy run.  It retain some of the old parameter or config.  For eg.
>
>When I copy start run
>
>My start-up config is
>ip route 10.0.0.0 255.0.0.0 50.100.45.4
>
>My running config is
>ip route 10.0.0.0 255.0.0.0 50.100.45.3
>
>After I copy start run, the resulting config become
>ip route 10.0.0.0 255.0.0.0 50.100.45.4
>ip route 10.0.0.0 255.0.0.0 50.100.45.3
>
>
>And when I copy the config from tftp server to my run config (copy tftp run)
>
>My tftp config
>
>interface Ethernet0
>  description To Office Ethernet
>  ip address 80.8.200.113 255.255.255.240
>  no ip directed-broadcast
>  ip accounting output-packets
>  ip route-cache same-interface
>
>My running config
>
>interface Ethernet0
>  description To Office Ethernet
>  ip address 70.8.200.113 255.255.255.240
>  no ip directed-broadcast
>  ip accounting output-packets
>  ip route-cache same-interface
>  traffic-shape group 105 5000 7000 7000 1000
>
>But the resulting config become as below
>interface Ethernet0
>  description To Office Ethernet
>  ip address 80.8.200.113 255.255.255.240
>  no ip directed-broadcast
>  ip accounting output-packets
>  ip route-cache same-interface
>  traffic-shape group 105 5000 7000 7000 1000
>
>WHY???????   Why it is not the same as the config that I copy from but the
>combination.  How to solve this??
>
>CT
>
>
>
>
>==================================================================
>De informatie opgenomen in dit bericht kan vertrouwelijk zijn en
>is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht
>onterecht ontvangt wordt u verzocht de inhoud niet te gebruiken en
>de afzender direct te informeren door het bericht te retourneren.
>==================================================================
>The information contained in this message may be confidential
>and is intended to be exclusively for the addressee. Should you
>receive this message unintentionally, please do not use the contents
>herein and notify the sender immediately by return e-mail.
>
>
>==================================================================
________________________

Priscilla Oppenheimer
http://www.priscilla.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=45374&t=45323
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to