1 00:00:13,090 --> 00:00:19,450 The first task in part two is to create a loopback on the router, so on the router interface of loop 2 00:00:19,450 --> 00:00:24,770 back 0, IP address and I'll create it as follows. 3 00:00:26,080 --> 00:00:34,420 So show run, shows us the loopback interface and IP address on the router, show start at the moment 4 00:00:34,420 --> 00:00:41,800 doesn't show us that, we don't have a loopback interface configured, but if I save the configuration 5 00:00:42,520 --> 00:00:44,170 and type show start again 6 00:00:44,500 --> 00:00:50,970 notice we can see that the loopback is now part of the start-up configuration. 7 00:00:51,640 --> 00:00:58,750 We're now told to copy the startup configuration from the server to the start-up configuration of the router. 8 00:01:00,010 --> 00:01:04,629 So copy TFTP start, 9 00:01:07,510 --> 00:01:16,270 before I do that, remember that show start or show startup-config shows us the loopback in the 10 00:01:16,270 --> 00:01:26,410 configuration, but when I copy the configuration from the TFTP server, will the configuration be overwritten? 11 00:01:27,830 --> 00:01:30,560 So the source file is R1 start 12 00:01:32,000 --> 00:01:36,740 config and I'm going to copy it to the startup-config of the router. 13 00:01:37,700 --> 00:01:43,340 So now when I type show start, notice the loopback has been removed. 14 00:01:45,070 --> 00:01:50,530 Startup configurations are overwritten, so the running-config currently has 15 00:01:52,610 --> 00:01:59,510 the loopback configured. If I save the running configuration, in other words, do a copy running-config, 16 00:01:59,510 --> 00:02:05,660 startup-config, the start-up configuration is overwritten with the running configuration. 17 00:02:06,680 --> 00:02:11,120 So the start-up config now contains the loopback interface 18 00:02:11,720 --> 00:02:23,450 but if I copy the configuration from the TFTP server to the startup-config of the router, that original 19 00:02:23,960 --> 00:02:28,290 config on the TFTP server doesn't contain a loopback. 20 00:02:28,850 --> 00:02:31,700 So now when I type show startup-config 21 00:02:33,200 --> 00:02:40,490 the loopback interface has been removed because the configuration on the TFTP server has overwritten 22 00:02:41,030 --> 00:02:43,160 the startup-config of the router. 23 00:02:43,790 --> 00:02:48,590 So step five, verify that the startup-config no longer has the loopback interface, 24 00:02:49,250 --> 00:02:51,800 we've verified that that is true. 25 00:02:52,220 --> 00:02:57,800 Startup configurations are overwritten, but what happens was the current configuration. 26 00:02:59,780 --> 00:03:12,950 So we're told to copy the current config to the TFTP server, so copy running-config TFTP and I'm going 27 00:03:12,950 --> 00:03:17,870 to call this R1 run V2 config. 28 00:03:18,880 --> 00:03:22,080 So now on the TFTP server, 29 00:03:23,920 --> 00:03:30,210 I have both the original running configuration and the running configuration that I've just copied, 30 00:03:30,820 --> 00:03:37,750 now we're told to delete the loopback interface on the router at the moment the router has 31 00:03:38,940 --> 00:03:44,850 a loopback interface configured. So no interface loopback 0 32 00:03:47,190 --> 00:03:52,440 show IP interface brief, loopback interface has been removed, show run, 33 00:03:52,860 --> 00:04:01,710 there's no loopback interface on the router that lets copy the configuration from the TFTP server to the 34 00:04:01,710 --> 00:04:06,600 running configuration of the router. The file that we're going to copy 35 00:04:08,250 --> 00:04:18,149 is R1 V2 config, so R1 V2 config, 36 00:04:19,510 --> 00:04:26,050 copy that to the running configuration that's now being done and notice the loopback interfaces come 37 00:04:26,050 --> 00:04:26,260 up. 38 00:04:26,680 --> 00:04:30,850 So show IP interface brief, I'll loopback 39 00:04:31,630 --> 00:04:33,280 interface has reappeared, 40 00:04:33,790 --> 00:04:34,540 show run, 41 00:04:36,390 --> 00:04:38,200 loopback interface is back. 42 00:04:39,180 --> 00:04:45,030 Routers do mergers of a running configurations, not overwriting 43 00:04:46,670 --> 00:04:54,110 and we can prove that by copying the previous running-config from the TFTP server to the router. 44 00:04:55,190 --> 00:04:58,340 When we originally created this running-config 45 00:04:59,350 --> 00:05:02,440 there was no loopback interface configured on the router. 46 00:05:03,750 --> 00:05:12,570 We configured that in task 2, not in task 1, so the router does have a loopback interface at the moment, 47 00:05:13,390 --> 00:05:23,310 if I say copy TFTP running configuration and copy the original config 48 00:05:24,470 --> 00:05:30,630 to the running configuration, what you'll notice is the loopback interface still exists. 49 00:05:31,160 --> 00:05:33,500 This is a merge of configurations. 50 00:05:34,080 --> 00:05:38,530 The configuration will only be overwritten if there's a conflict 51 00:05:38,870 --> 00:05:44,420 but the running configuration on the TFTP server didn't have a loopback interface. 52 00:05:45,000 --> 00:05:49,580 The running configuration on the router did, so it wasn't removed 53 00:05:50,220 --> 00:05:51,300 but notice the difference 54 00:05:51,320 --> 00:05:55,520 now, if I change the loopback interface of the router 55 00:05:57,710 --> 00:06:07,880 to another IP address and now copy the running configuration from the TFTP server 56 00:06:09,090 --> 00:06:14,670 to the router, but use this version to config where there is a conflict 57 00:06:21,260 --> 00:06:22,520 and I'll do that again. 58 00:06:26,810 --> 00:06:31,410 Notice the IP address of the router has been changed. 59 00:06:32,060 --> 00:06:39,020 So, again, if I change the loopback IP address to this again, 60 00:06:42,620 --> 00:06:53,930 so that it looks like that and then copy the configuration from the TFTP server to the router 61 00:06:59,020 --> 00:07:02,810 and do a show IP interface brief, again, this has been overwritten. 62 00:07:03,430 --> 00:07:11,340 So if there's a conflict, the config that's copied into running-config overrides the conflicting information 63 00:07:11,830 --> 00:07:17,950 but if there's no conflict, so the router has something that's not on the TFTP server that's not removed. 64 00:07:18,340 --> 00:07:21,430 So if I created a separate loopback, loopback 2 65 00:07:23,950 --> 00:07:32,590 this loopback interface will not be removed because that loopback is not in conflict with the configuration 66 00:07:32,890 --> 00:07:34,420 on the TFTP server. 67 00:07:36,940 --> 00:07:45,790 In other words, the TFTP server doesn't have loopback 2, so the loopback interface still exists even 68 00:07:45,790 --> 00:07:53,200 though I've done copy TFTP to running-config, copying to running configuration is a merge, whereas 69 00:07:53,200 --> 00:07:58,180 copying to startup-config isn't overwriting of the configuration.