Valid 400-101 Dumps shared by ExamDiscuss.com for Helping Passing 400-101 Exam! ExamDiscuss.com now offer the newest 400-101 exam dumps, the ExamDiscuss.com 400-101 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 400-101 dumps with Test Engine here:
Which two Cisco IOS XE commands can install a subpackage onto a router? (Choose two.)
Correct Answer: A,C
Explanation/Reference: Explanation: In the following example, the request platform software package install command is used to upgrade a consolidated package running on RP 0. The force option, which forces the upgrade past any prompt (such as already having the same consolidated package installed), is used in this example. Router# request platform software package install rp 0 file bootflash:asr1000rp1- adventerprisek9.02.01.00.122-33.XNA.bin force To upgrade a consolidated package on the Cisco ASR 1000 Series Routers using the copy command, copy the consolidated package into the bootflash: directory on the router using the copy command as you would on most other Cisco routers. After making this copy, configure the router to boot using the consolidated package file. In the following example, the consolidated package file is copied onto the bootflash: file system from TFTP. The config-register is then set to boot using boot system commands, and the boot system commands instruct the router to boot using the consolidated package stored in the bootflash: file system. The new configuration is then saved using the copy running-config startup-config command, and the system is then reloaded to complete the process. Router# dir bootflash: Directory of bootflash:/ 1 8 1 2 4 1 1 drwx 16384 Dec 4 2007 04:32:46 -08:00 lost+found 6401 drwx 4096 Dec 4 2007 06:06:24 -08:00.ssh 4401 drwx 4096 Dec 4 2007 06:06:36 -08:00.rollback_timer 8801 drwx 4096 Mar 18 2008 17:31:17 -07:00.prst_sync 3201 drwx 4096 Dec 4 2007 04:34:45 -08:00.installer 3 -rw- 45977 Apr 9 2008 16:48:46 -07:00 target_support_output.tgz.tgz 928862208 bytes total (712273920 bytes free) Router# copy tftp bootflash: Address or name of remote host []? 172.17.16.81 Source filename []? /auto/tftp-users/user/asr1000rp1-adventerprisek9.02.01.00.122- 33.XNA.bin Destination filename [asr1000rp1-adventerprisek9.02.01.00.122-33.XNA.bin]? Reference: http://www.cisco.com/c/en/us/td/docs/routers/asr1000/configuration/guide/chassis/asrswcfg/Packa ge_Management.html#78189