Recovered)

  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Recovered) as PDF for free.

More details

  • Words: 3,567
  • Pages: 19
Final Exam - CCNA 2 Final Exam - CCNA 2 Router and Routing Basics 1

Top of Form

Refer to the exhibit. Communication is needed between the Marketing LAN and the Sales LAN. All host those LANs also need connectivity to the Internet. Which three commands will allow this communication (Choose three). Marketing(config)# ip route 198.18.150.0 255.255.255.0 fa0/0 Marketing(config)# ip route 198.18.160.0 255.255.255.0 198.18.160.1 Marketing(config)# ip route 0.0.0.0 0.0.0.0 fa0/0 Sales(config)# ip route 192.0.2.0 255.255.255.0 fa0/0 Sales(config)# ip route 0.0.0.0 0.0.0.0 s0/0 Sales(config)# ip route 0.0.0.0 0.0.0.0 198.18.160.2 Bottom of Form

2

Top of Form

Refer to the graphic. A network administrator has a console connection to Router A. Pings to Router B are successful, but pings to Routers C and D fail. What is the first step in troubleshooting the problem? Use the show cdp neighbors detail command from router A to gather information about all Cisco routers in the network.

Use the traceroute command to discover exactly which link in the network is down. Use an extended ping from router A to each router in the network. Use the show interfaces command from a Telnet session on router B to check the connection to router C. Bottom of Form

3

Top of Form

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 available the amount of memory required to load the IOS and configuration the number of interfaces with connected cables Bottom of Form

4

Top of Form

In what order will the initial startup routine of a router locate and load the IOS if the config-register setting is 0x2102 and there are no boot system commands present in the startup-config file? Flash, ROM, TFTP server RAM, Flash, NVRAM Flash, TFTP server, ROM ROM, TFTP server, Flash Flash, NVRAM, RAM ROM, Flash, TFTP server Bottom of Form Top of Form

5

Which devices can be used to convert the data from a WAN router at the customer site into a form accept use by the WAN service provider? (Choose three.) Ethernet switch DTE Modem Hub

DCE device CSU/DSU Bottom of Form

6

Top of Form

The following access list has been correctly applied to a router interface: access-list 52 deny 172.30.65.52 access-list 52 permit any Which of the following statements are true about this ACL? (Choose three.) This is an invalid ACL because the wildcard mask is missing from the command. A wildcard mask of 0.0.0.0 is assumed for 172.30.65.52. This is an extended IP access list. All traffic from 172.30.65.51 will be permitted. This is a standard IP access list. Bottom of Form

7

Top of Form

Which commands will show the status and IP address of all interfaces on a router? (Choose two.) show protocols show ip protocols show version show interfaces show ip ports Bottom of Form

8

Top of Form

Based on this partial output of the show ip route command, which routing protocol is configured on the R 172.16.3.0/24 [120/3] via 172.16.2.2, 00:00:27, Serial0/0 RIP EIGRP OSPF IGP BGP Bottom of Form

9

Top of Form

Why would an administrator change the value highlighted in the exhibit? (Choose two.) to alter the POST sequence to display output that tracks password changes to force the router to reboot immediately to make the router bypass the startup-configuration file to configure the router to boot the RXBOOT image to force the router to load the IOS from NVRAM Bottom of Form

10

Top of Form

The following access list has been created to prevent traffic from host 172.23.40.36 from accessing the

192.168.34.0 network. access-list 44 deny host 172.23.40.36 access-list 44 permit any Refer to the graphic. Which group of commands will properly place the access list so that the host is denied access only to network 192.168.34.0? Rome(config)# interface fa0/0 Rome(config-if)# ip access-group 44 in Rome(config)# interface s0/1 Rome(config-if)# ip access-group 44 out Tokyo(config)# interface s0/0 Tokyo(config-if)# ip access-group 44 in Tokyo(config)# interface fa0/0 Tokyo(config-if)# ip access-group 44 out Bottom of Form

11

Top of Form

Which router components and operations are correctly described? (Choose two.) ROM - stores the backup configuration file RAM - loads the operating system NVRAM - stores the configuration file Flash - executes diagnostics at bootup POST - runs diagnostics on hardware modules DRAM - loads the bootstrap Bottom of Form

12

Top of Form

A network administrator must configure a FastEthernet interface with an IP address. The configuration m identify the remote site to which the interface is connected. Which set of commands will meet these requirements? StPetersburg(config)# banner San Jose T1 StPetersburg(config)# interface fa0/0 StPetersburg(config-if)# ip address 172.26.155.5 255.255.255.252 StPetersburg(config)# interface fa0/0 StPetersburg(config-if)# ip address 172.26.155.5 netmask 255.255.255.252 StPetersburg(config-if)# description San Jose T1 StPetersburg(config)# interface fa0/0 StPetersburg(config-if)# ip address 172.26.155.5 255.255.255.252 StPetersburg(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 T1 Bottom of Form

13

Top of Form

The main router of XYZ company has enough flash and RAM to store multiple IOS images. An administ wants to upload a second IOS image from a TFTP server to the flash of the router. Which method will accomplish this task? Paste the IOS filename to the command line of the router while in global configuration mode. Press e Then issue the copy tftp flash command. Use the setup utility to load the new image to flash.

Copy the IOS image file from a TFTP server using the command copyfilenameip addressflash . Copy the IOS image file from a TFTP server using the command copy tftp flash. When prompted, p the IP address or name of the TFTP server and the IOS image filename. Bottom of Form

14

Top of Form

Which ACL can be applied in the outbound direction of Serial 0/0 on router B in the graphic to allow all traffic from LAN A to the Internet, allow Web traffic from LAN B to the Internet, and deny all other traff the Internet? access-list 98 permit 192.168.2.0 0.0.0.255 any access-list 98 permit tcp 10.90.3.0 0.0.0.255 any eq www access-list 125 permit ip 192.168.2.0 0.0.0.255 any access-list 125 permit tcp 10.90.3.0 0.0.0.255 any eq www access-list 132 permit ip 192.168.2.0 0.0.0.255 any access-list 132 permit tcp 10.90.3.0 0.0.0.255 any eq www access-list 132 permit ip any any access-list 156 permit ip 192.168.2.0 0.0.0.255 any access-list 156 permit ip 10.90.3.0 0.0.0.255 any eq www Bottom of Form

15

Top of Form

Which commands will correctly configure an extended ACL? (Choose two.) Router(config)# access-list 192 permit icmp host 198.18.4.3 172.22.0.255 0.0.0.0 echo Router(config)# access-list 153 deny udp 10.43.0.0 0.0.255.255 any eq 161

Router(config)# access-list 98 permit tcp 192.0.2.3 0.0.0.0 eq 23 Router(config)# access-list 99 deny host 198.18.0.5 Router(config)# access-list 166 permit ip any eq 80 Bottom of Form

16

Top of Form

Which two steps describe how to create a functional physical connection between a router console and a terminal? (Choose two.) Use a crossover cable to connect the terminal serial port to the router console port. Use a rollover cable to connect the terminal NIC to the router console port.

Use an RJ-45 to DB-9 adapter on the terminal serial port to connect to the cable going to the router c Use a transceiver to connect a straight-through cable to the router console port. Use a straight-through cable to connect the router console port to the terminal NIC. Use a rollover cable to connect from a terminal serial port to the router console port. Bottom of Form

17

Top of Form

What are three features of CDP? (Choose three.) provides information on directly connected devices that have CDP enabled tests Layer 2 connectivity enabled by default on each interface provides a layer of security used for debugging Layer 4 connectivity issues Bottom of Form

18

Top of Form

Which router component stores the information that is displayed by the show arp command? Flash NVRAM RAM ROM Bottom of Form

19

Top of Form

A new technician must add boot system commands to one of the department routers. Which available com will the router return as output when the command shown below is entered? (Choose two.) Router(config)# boot system ? RAM

NVRAM IOS IP Address TFTP FLASH Bottom of Form Top of Form

20

What two facts can be determined from the output shown in the exhibit? (Choose two.) The version for this IOS file is 12.1 release 5. The file format for this IOS version is T12. The expression mz indicates whether the file is relocatable. This image could be used on a 2621 or a 2620 with enough RAM. The number 121 indicates that this version of the software has been updated 121 times. Bottom of Form

21

Top of Form

What can a network administrator do to recover from a lost router password? perform a reload or reset telnet 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 initializes boot the router to bootROM mode and enter the b command to load the IOS manually Bottom of Form

22

Top of Form

A network administrator has enabled RIP on routers A and B in the network diagram. Which commands prevent RIP v1 updates from being sent to Router C? C(config)# router rip C(config-router)# no network 192.168.25.64 C(config)# router rip C(config-router)# passive-interface S0/0 B(config)# router rip B(config-router)# passive-interface S0/1 C(config)# no router rip B(config)# router rip B(config-router)# network 192.168.25.32 B(config-router)# network 192.168.25.48 Bottom of Form

23

Top of Form

Router A is directly connected to the networks shown in the graphic and has a default route that points to B. All interfaces are active and properly addressed. However, when the workstation on network 172.16.4 sends a packet to destination address 172.16.201.5, it is discarded by Router A. What can be a reason for result? The ip classless command is not enabled on Router A.

Router B is in a different autonomous system than Router A. Routers A and B are using different routing protocols. Router A has no route in its routing table that includes the address 172.16.201.5. Bottom of Form Top of Form

24

Refer to the exhibit. While planning an IOS upgrade, the administrator issues the command show version is the current IOS boot location? RAM NVRAM Flash ROM Bottom of Form

25

Top of Form

Which procedures will work while configuring the router using the setup configuration utility? (Choose t Type help to display a list of options available at the prompt. Press Ctrl-Shift-6, X to abort the configuration dialog. Press Enter or the Return key to accept the default values. Enter the address on an interface or add a new routing protocol suite. Press Ctrl-C to return to the privileged mode prompt or to terminate setup mode.

Type reload to save the changes created in setup mode and use the new configuration. Bottom of Form Top of Form

26

Refer to the exhibit. Router C interface E0 has gone down. What is the maximum time that will elapse be Router A learns that network 110.90.1.0 is down? 5 seconds 13 seconds 17 seconds 25 seconds 30 seconds 90 seconds Bottom of Form

27

Top of Form

What are two possible reasons a router would not load a valid IOS from flash? (Choose two.) The configuration register is set to 0x2142. The first boot system command executed in the startup configuration file is boot system rom. The configuration register is set to 0x2100. The boot field is set to the hexadecimal number 2. The startup configuration file is missing or corrupt. Bottom of Form

28

Top of Form

What can be determined from the output shown in the exhibit? (Choose two.) Annapolis is a 2611 router that is connected to the S0/0 interface of the Montgomery router. All of the routers are connected to Montgomery through an Ethernet switch. Montgomery has Layer 2 connectivity with Cumberland. Layer 3 connectivity is operational for all of the devices listed in the Device ID column. An administrator consoled into the Waldorf router can ping the Brant router. Brant, Fisherman, and Potomac are directly connected to Montgomery. Bottom of Form

29

Top of Form

Refer to the graphic. Which command will create a standard ACL that will apply to outbound traffic on in Fa0/0 of router A and will deny IP traffic from any host on network 172.16.34.0/24 that is destined for ne 192.168.5.0/24 while allowing all other IP traffic? access-list 2 deny 172.16.34.0 0.0.0.0 access-list 2 permit any

access-list 33 deny 172.16.34.0 0.0.0.255 access-list 33 permit any access-list 42 deny 172.16.34.0 access-list 42 permit any access-list 56 deny tcp 172.16.34.0 access-list 56 permit ip any Bottom of Form

30

Top of Form

During initial router bootup the following line appears: "NVRAM invalid, possibly due to write erase." What are two possible reasons for this result? (Choose two.) The 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. Bottom of Form

31

Top of Form

access-list 199 deny tcp 198.18.0.0 0.0.255.255 any eq 25 access-list 199 permit ip any any

Assuming this ACL is correctly applied to a router interface, which statements describe traffic on the netw (Choose two.) HTTP and FTP traffic from hosts on 198.18.0.0 will be denied. Telnet traffic destined for hosts on network 198.18.0.0 will be denied. SMTP traffic from hosts on network 198.18.0.0 will be denied. SMTP and HTTP traffic to hosts on the 198.18.0.0 network is permitted. Telnet traffic from any hosts to any host on network 198.18.0.0 will be denied. Bottom of Form

32

Top of Form

What are two characteristics of the support for Telnet within Cisco IOS software? (Choose two.) Up to five separate Telnet lines are supported by default in standard edition IOS files. For security purposes, Telnet sessions are required to be established from the privileged mode. A router can host simultaneous Telnet sessions.

Once established, a Telnet session can remain operational regardless of network status. Telnet tests wireless connectivity and does not require a physical connection between devices to gain access. Bottom of Form

33

Top of Form

Neither router in the graphic has a host table or DNS available. The interfaces and passwords have been correctly configured. Which of the following commands will initiate a Telnet session? (Choose two.) ATL> connect CHI ATL> telnet CHI ATL# 192.168.4.2 ATL# connect ATL CHI# telnet 192.168.4.1 CHI# telnet ATL Bottom of Form

34

Top of Form

Which of the following statements are true regarding routed protocols? (Choose two.) They provide enough information in the Layer 3 address to allow a packet to be forwarded from one network to another. They carry user data between networks. They allow routers to share information about networks and their proximity to each other. They are used by routers to maintain routing tables. RIP and IGRP are routed protocols. Bottom of Form

35

Top of Form

A network administrator issues the command show ip route and sees this line of output: 192.168.3.0/24 [120/2] via 192.168.2.2, 00:00:05, Serial0/0 What two pieces of information can be obtained from the output? (Choose two.) RIP is the routing protocol configured. This is a static route to network 192.168.3.0. The metric for this route is 2. The next periodic update is in 5 seconds.

The autonomous system number is 120. Bottom of Form

36

Top of Form

Which features describe a FastEthernet interface on a router? (Choose two.) can be configured using Router(config)# interface Ethernet0 may be administratively disabled by using the shutdown command must be configured with a valid IP address and subnet mask in order to forward packets has a maximum data rate of 10 Mbps must be configured with the correct bandwidth to reach data rates higher than 10 Mbps Bottom of Form

37

Top of Form

What will occur if the command service password-encryption is entered on a router? It will allow only the privileged mode password to be encrypted. It will set an MD5 hashing algorithm on all unencrypted passwords. It will apply a weak encryption to all unencrypted passwords. It will apply an MD5 hashing algorithm to encrypt the console and Telnet passwords. Bottom of Form

38

Top of Form

The Marshall and Fiji routers have been correctly configured to use RIP v1 as a dynamic routing protoco all interfaces on the Marshall and Fiji routers are reporting "interface is up, line protocol is up" status. RIP then configured on the Chatham router using the following commands:

Chatham(config)# router rip Chatham(config-router)# network 198.18.100.0 Chatham(config-router)# network 172.23.0.0

If no additional routing is configured on Chatham, Marshall, or Fiji, what will be the result? Networks 198.18.126.0/24, 198.18.100.0/24, and 172.23.0.0/16 will be unreachable from Fiji. Fiji will have no knowledge of network 198.18.126.0/24, but will have routes to networks 198.18.100 and 172.23.0.0/16. Networks 198.18.100.0/24 and 172.23.0.0/16 will be unreachable from Marshall and Fiji. All networks shown in the graphic will be reachable by Marshall, Fiji, and Chatham. Bottom of Form Top of Form

39

Which two conclusions can be validly derived from the set of commands shown in the exhibit? (Choose t Host 10.128.114.76 will be able to establish a Telnet session with host 172.25.0.26 Host 10.128.114.76 will not be able to establish an FTP session with available hosts on the 172.25.0. network. Host 192.168.85.76 will be able to establish a Telnet session with host 172.25.0.26.

Host 192.168.85.76 will be able to establish an FTP session with available hosts on the 172.25.0.0 ne Host 172.25.0.26 will not be able to establish a Telnet session with available hosts on the 192.168.85 network. No host will be able to access IP services on the 10.128.114.0 network. Bottom of Form

40

Top of Form

From the running-config, the following configuration entries are displayed: Router(config)# line vty 0 2 Router(config-line)# password g8k33pr Router(config-line)# login What can be interpreted from the exhibited configuration? (Choose two.) Three Telnet lines are available for remote access. Two Telnet lines are available for remote access. Future configuration of the remaining Telnet lines will require the password to be set to g8k33pr.

To login to the remote device, g8k33pr will be used as the Telnet and secret password. Remote access to this local router will require a Telnet password of g8k33pr. Bottom of Form

41

Top of Form

If a PC does not have network connectivity to a router, which router port can be used to establish communication? Console Ethernet Serial VTY Bottom of Form

42

Top of Form

A network administrator issues the erase startup-config command on a configured router with the config register set to 0x2102 and observes the following output: Erasing the nvram filesystem will remove all files! Continue? [Confirm] [OK] Erase of nvram: complete If 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). The 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. Bottom of Form

43

Top of Form

Which of the following are primary functions of a router? (Choose two.) packet switching Microsegmentation domain name resolution path selection flow control Bottom of Form

44

Top of Form

Refer to the exhibit. Which set of commands will configure static routes that will allow the WinterPark a Altamonte routers to deliver packets from each LAN and direct all other traffic to the Internet? WinterPark(config)# ip route 0.0.0.0 0.0.0.0 192.168.146.1 Altamonte(config)# ip route 10.0.234.0 255.255.255.0 192.168.146.2 Altamonte(config)# ip route 0.0.0.0 0.0.0.0 s0/1 WinterPark(config)# ip route 0.0.0.0 0.0.0.0 192.168.146.1 Altamonte(config)# ip route 10.0.234.0 255.255.255.0 192.168.146.2 Altamonte(config)# ip route 198.18.222.0 255.255.255.255 s0/1 WinterPark(config)# ip route 172.191.67.0 255.255.255.0 192.168.146.1 WinterPark(config)# ip route 0.0.0.0 0.0.0.0 192.168.146.1 Altamonte(config)# ip route 10.0.234.0 255.255.255.0 192.168.146.2 WinterPark(config)# ip route 172.191.67.0 255.255.255.0 192.168.146.1 Altamonte(config)# ip route 10.0.234.0 255.255.255.0 192.168.146.2 Altamonte(config)# ip route 0.0.0.0 0.0.0.0 s0/0 Bottom of Form

45

Top of Form

What are two recommended uses of login banners? (Choose two.) to display security warning messages to welcome any user to the router to warn people about misusing privileged EXEC mode to identify circuits and other devices connected to the router to announce a scheduled system shutdown Bottom of Form

46

Top of Form

Why are interface descriptions used in router configurations? (Choose three). to enable support personnel to easily identify networks and customers that may be affected by a poss interface issue to provide comments on the interface without affecting the router functionality to display access warning messages before users enter the interface configuration mode to eliminate the need to use IP addresses when using the ping and telnet commands

to identify the purpose and location of the interface Bottom of Form

47

Top of Form

What are the results of setting the boot field bits in the configuration register to "0000"? (Choose two.) The 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. Bottom of Form

Related Documents

Recovered)
June 2020 12
Yatra.ppt Recovered]
December 2019 19
Ppt3 Recovered]
November 2019 18
Og 11th Cr Recovered
November 2019 23
Recovered Word 30
May 2020 2