1 00:00:01,030 --> 00:00:09,160 Example filesystems include TFTP, represented by TFTP:, Flash Memory, represented by Flash: 2 00:00:09,160 --> 00:00:16,239 Ram, or System: and NVRAM or NVRAM: and USB Flash 3 00:00:16,570 --> 00:00:21,420 and as an example, you may have USB flash 0 or USB flash 1. 4 00:00:21,940 --> 00:00:24,690 This is dependent on what's available in your router. 5 00:00:25,570 --> 00:00:35,030 So on the 1841 show, filesystems allows us to view various filesystems available on the router notice 6 00:00:35,050 --> 00:00:44,080 system, NVRAM, Flash, TFTP, RCP, FTP and others. 7 00:00:44,950 --> 00:00:52,030 Now Opaque represents a logical internal filesystem used for internal functions and commands. 8 00:00:52,600 --> 00:01:01,060 Network is an external file system, so notice network for TFTP, network for HTTP, FTP, and others. 9 00:01:02,100 --> 00:01:09,430 So network represents an external filesystem of different servers using different protocols, disk 10 00:01:09,480 --> 00:01:16,830 is used for Flash, and this is the place where the Cisco iOS is going to be booted from by default. 11 00:01:17,490 --> 00:01:24,570 Notice the hash sign or pound sign, USB flash is used for USB flash and NV 12 00:01:24,570 --> 00:01:27,210 RAM is nonvolatile RAM. 13 00:01:27,730 --> 00:01:30,060 That's where the startup config is stored. 14 00:01:30,870 --> 00:01:35,820 The show running-config command displays the running-config found in system. 15 00:01:36,540 --> 00:01:43,380 The show sort up config command displays the startup-config found in NVRAM and Show Flash refers 16 00:01:43,380 --> 00:01:47,190 to the default filesystem, which is typically Flash 0. 17 00:01:48,030 --> 00:01:53,970 So once again, show run shows us the current configuration found in system. 18 00:01:56,410 --> 00:02:05,260 Show startup-config shows us the saved configuration found in NVRAM and show flash shows us the 19 00:02:05,260 --> 00:02:06,760 built-in flash on the router. 20 00:02:07,750 --> 00:02:09,729 So as an example here, we only have 21 00:02:11,940 --> 00:02:20,880 one flashcard available, but you may have more depending on the router that you're working on. As an 22 00:02:20,880 --> 00:02:22,590 example, we could say copy 23 00:02:24,260 --> 00:02:28,820 and notice all the options, so let's say copy NVRAM, 24 00:02:30,640 --> 00:02:33,190 I noticed there are different options here, including 25 00:02:34,150 --> 00:02:37,270 the startup config. So startup-config 26 00:02:39,090 --> 00:02:40,650 and let's save that 27 00:02:42,400 --> 00:02:43,360 in Flash 28 00:02:45,140 --> 00:02:47,870 as copy start. 29 00:02:49,230 --> 00:02:50,760 cfg, 30 00:02:52,950 --> 00:02:53,790 show flash, 31 00:02:56,820 --> 00:03:03,690 there's our copy start config, and if we use the command more flash copy 32 00:03:05,890 --> 00:03:07,330 start config 33 00:03:09,700 --> 00:03:15,100 this shows us the copy of the startup config that we copied from NVRAM.