ccna-final-2-test_2 (1130973)
Текст из файла
KillTestCCNA 2 Final TestExam : CISCO 640-802Title : CCNA 2 Final Test: version2.00Ver05-25-2008We can not guarantee the correct answerEnglish:Big5:GB:The safer,easier way to pass any IT exam.KillTestCCNA 2 Final Test1 What are some reasons to change the configuration register setting? (Choose two.)to force the system to ignore the configuration file stored in NVRAMto monitor password changesto change the POST sequenceto force the router to boot the IOS from NVRAMto force the system into ROM monitor mode2 Given the output shown in the exhibit, in what order and location will the routersearch for the IOS if no boot system commands are found in the startup- config file?ROM, Flash, TFTP serverFlash, NVRAM, RAMROM, TFTP server, FlashRAM, Flash, NVRAM*** Flash, TFTP server, ROM3 Which statements are true regarding setup mode? (Choose three.)Press Ctrl- z to terminate setup mode.*** Enter a question mark (?) for help at any point.Press Spacebar to accept the default settings.Use setup mode to enter complex protocol features.*** Press Enter to accept the default settings.*** Press Ctrl- c to abort configuration dialog.4 What are two possible reasons for this result? (Choose two.)KillTestCCNA 2 Final TestThe startup- config file was not saved to RAM before reboot.The IOS has been erased.*** The router has not been configured.*** The startup- config file cannot be located.The router will not enter initial configuration dialog.5 A new technician must add boot system commands to one of the department routers.Which available commands will the router return as output when the command shown below is entered? (Choose two.)Router(config)# boot system ?RAMNVRAMIOSIP Address*** TFTP*** FLASH6 Router A and Router B have been correctly configured to use RIP as a dynamic routing protocol and all intefaces on Router A and Router B are reporting "interface isup, line protocol is up" status.
RIP is then configured on Router C using the following commands:RouterC(config)# router ripRouterC(config- router)# network 192.168.4.0RouterC(config- router)# network 172.16.0.0If no additional routing is configured on Router A, Router B, and Router C, what will be the result?Networks 192.168.12.0/24, 192.168.4.0/24, and 172.16.0.0/16 will be unreachable frKillTestCCNA 2 Final Testom Router A.Router A will have no knowledge of network 192.168.12.0/24, but will have routes to networks 192.168.4.0/24 and 172.16.0.0/16.All networks shown in the graphic will be reachable by Router A, Router B, and Router C.*** Networks 192.168.4.0/24 and 172.16.0.0/16 will be unreachable from Router A and Router B.7 The Suffolk router is directly connected to the networks shown in the graphic andhas a default route that points to the Richmond router. All interfaces are activeand properly addressed.
However, when the workstation on network 172.29.5.0/24 sends a packet to destination address 172.29.198.5, it is discarded by the Suffolk router. What can be a reason for this result?The ip classless command is not enabled on the Richmond router.The route was ignored if the Richmond router did not include the 172.29.198.0/24 network in its routing updates.The Richmond router is in a different autonomous system than the Suffolk router.The ip subnet- zero command was not configured on the Suffolk router.*** The ip classless command is not enabled on the Suffolk router.8 A network administrator has enabled RIP on routers B and C in the network diagram.Which of the following commands will prevent RIP updates from being sent to RouterKillTestCCNA 2 Final TestA?A(config)# router ripA(config- router)# passive- interface S0/0B(config)# router ripB(config- router)# network 192.168.25.48B(config- router)# network 192.168.25.64A(config)# router ripA(config- router)# no network 192.168.25.32*** B(config)# router rip*** B(config- router)# passive- interface S0/0A(config)# no router rip9 Which router component stores the information that is displayed by the show running- config command?flashNVRAM*** RAMROMKillTestCCNA 2 Final Test10 If a PC does not have network connectivity to a router, which router port can beused to establish communication?*** consoleEthernetserialVTY11 What information can be learned during the initial router bootup? (Choose two.)the configuration register value*** the number and types of interfaces installed*** the router model and the amount of memory that is availablethe amount of memory required to load the IOS and configurationthe number of interfaces with connected cables12 Which devices can be used to convert the data from a WAN router atthe customer site into a form acceptable for use by the WAN serviceprovider? (Choose three.)Ethernet switchDTE*** modemhubKillTestCCNA 2 Final Test*** DCE device*** CSU/DSU13 What are the primary functions of a router? (Choose two.)*** determine the best path for packetsprevent collisions on the network LANregulate flow control between sender and receiverprovide domain name resolution*** forward packets to the appropriate interface14 Which of the following are correct statements verified by the router output shown in the graphic? (Choose two.)Layer 3 connectivity exists between BigCity and the devices in the Device ID column.*** Layer 2 connectivity exists between BigCity and the devices in the Device ID column.All devices shown in the Device ID column use the TCP/IP protocol suite.All devices shown in the Device ID column can be pinged from BigCity.*** All devices listed in the Device ID column are directly connected to BigCity.15 What are the results of setting the boot field bits in the configuration register to "0000"? (Choose two.)KillTestCCNA 2 Final TestThe startup- config file will be ignored at bootup.The router will load the IOS from Flash.*** The router will enter ROM monitor mode upon reload.The router will enter boot ROM mode and have limited capabilities.*** The administrator can enter the b command to manually boot the IOS.16 What can a network administrator do to recover from a lost router password?perform a reload or resettelnet from another router and issue the show running- config command to view the password*** boot the router to ROM monitor mode and configure the router to ignore NVRAM when it initializesboot the router to bootROM mode and enter the b command to load the IOS manually17Which router components and operations are correctly described?(Choose two.)*** RAM - stores the ARP cacheNVRAM - store the operating system*** ROM - stores the backup IOSPOST - verifies the validity of the running- configFlash - executes diagnostics at bootupDRAM - loads the bootstrapKillTest18CCNA 2 Final TestWhich of the following commands will correctly configure an extended ACL? (Choose two).Router(config)# access- list 18 permit tcp host 192.168.73.3 eq 25*** Router(config)# access- list 102 permit tcp 10.43.0.0 0.0.255.255any eq 80*** Router(config)# access- list 187 permit tcp host 192.168.42.34 172.29.0.0 0.0.255.255 eq 23Router(config)# access- list 99 permit host 10.217.32.3Router(config)# access- list 128 permit tcp host 192.168.100.31 eq 2319 The following access list has been created to prevent traffic from the 192.0.2.63 host on the Sales LAN from accessing servers and hosts on the Payroll LAN.access- list 26 deny host 192.0.2.63access- list 26 permit anyRefer to the exhibit.
Which group of commands will properly place theaccess list so that only the host on the Sales LAN is denied accessto the 172.29.7.0 network but all other traffic is permitted?Payroll(config)# interface fa0/0Payroll(config- if)# ip access- group 26 out*** Payroll(config)# interface fa0/1KillTestCCNA 2 Final Test*** Payroll(config- if)# ip access- group 26 outSales(config)# interface fa0/1Sales(config- if)# ip access- group 26 inSales(config)# interface fa0/0Sales(config- if)# ip access- group 26 out20 Refer to the graphic. Communication is needed between the LAN connected to the fa0/0 interface of the Kansas router and the fa0/0 interface of the Maine router.
All hosts on those LANs also need connectivity to the Internet. Which commands will allow this communication? (Choose three).*** Kansas(config)# ip route 192.168.6.0 255.255.255.0 172.18.64.2Kansas(config)# ip route 192.168.6.0 255.255.255.0 s0/1*** Kansas(config)# ip route 0.0.0.0 0.0.0.0 s0/1Maine(config)# ip route 192.168.6.0 255.255.255.0 172.18.64.1*** Maine(config)# ip route 0.0.0.0 0.0.0.0 s0/1Maine(config)# ip route 172.16.32.0 255.255.255.0 172.18.64.221 A network administrator must configure a FastEthernetinterface with an IP address.
The configuration must alsoidentify the remote site to which the interface is connected. Which set of commandswill meet these requirements?KillTestCCNA 2 Final TestStPetersburg(config)# banner San Jose T1StPetersburg(config)# interface fa0/0StPetersburg(config- if)# ip address 172.26.155.5 255.255.255.252StPetersburg(config)# interface fa0/0StPetersburg(config- if)# ip address 172.26.155.5 netmask 255.255.255.252StPetersburg(config- if)# description San Jose T1StPetersburg(config)# interface fa0/0StPetersburg(config- if)# ip address 172.26.155.5 255.255.255.252StPetersburg(config- if)# banner remote site San Jose T1*** StPetersburg(config)# interface fa0/0*** StPetersburg(config- if)# ip address 172.26.155.5 255.255.255.252*** StPetersburg(config- if)# description San Jose T122 A network administrator issues the erase startup- config command on a configuredrouter with the configuration register set to 0x2102 and observes the following output:Erasing the nvram filesystem will remove all files! Continue? [Confirm][OK]Erase of nvram: completeIf the router unexpectedly loses power after this sequence, what will occur when power is restored?The router will enter ROM monitor mode upon completion of the power- on self test(POST).KillTestCCNA 2 Final TestThe router will load the last known valid configuration file.The router will enter Rx- boot mode.*** The router will prompt the user to enter setup mode or to continue without entering setup mode.23The main router of XYZ company has enough flash and RAM to storemultiple IOS images.
An administrator wants to upload a second IOS image from a TFTP server to the flash of the router. Which method willaccomplish this task?Paste the IOS filename to the command line of the router while in global configuration mode. Press enter. Then issue the copy tftp flashcommand.Use the setup utility to load the new image to flash.Copy the IOS image file from a TFTP server using the command copy filename ip address flash .*** Copy the IOS image file from a TFTP server using the command copy tftp flash.
When prompted, provide the IP address or name of the TFTP server and the IOS image filename.24 What facts can be determined from the highlighted text shown in the exhibit? (Choose two.)*** A weak encryption was applied to all unencrypted passwords.The enable password is now more secure than the enable secret password.An MD5 hashing algorithm was used on all encrypted passwords.*** Any configured user EXEC mode or Telnet passwords will be encrypted in this co.
Характеристики
Тип файла PDF
PDF-формат наиболее широко используется для просмотра любого типа файлов на любом устройстве. В него можно сохранить документ, таблицы, презентацию, текст, чертежи, вычисления, графики и всё остальное, что можно показать на экране любого устройства. Именно его лучше всего использовать для печати.
Например, если Вам нужно распечатать чертёж из автокада, Вы сохраните чертёж на флешку, но будет ли автокад в пункте печати? А если будет, то нужная версия с нужными библиотеками? Именно для этого и нужен формат PDF - в нём точно будет показано верно вне зависимости от того, в какой программе создали PDF-файл и есть ли нужная программа для его просмотра.















