Você está na página 1de 15

Refer to the exhibit. An administrator sees this error message after entering commands to configure a router interface.

Which command could the administrator enter that would avoid the error? Router(config-if)# ip address 192.168.4.0/24 /Router(config-if)# ip address 192.168.4.1 255.255.255.0 Router(config-if)# ip address 192.168.4.0 255.255.255.240 Router(config-if)# ip address 192.168.4.255 255.255.255.0 What information is displayed in the output of the show version command on a router? interface addresses routing table entries /amount of flash memory configured routing protocols An administrator is configuring a new router to permit out-of-band management access. Which set of commands will allow the required login using a password of cisco? Router(config)# line vty 0 4 Router(config-line)# password manage Router(config-line)# exit Router(config)# enable password cisco /Router(config)# line vty 0 4 Router(config-line)# password cisco Router(config-line)# login Router(config)# line console 0 Router(config-line)# password cisco Router(config-line)# login Router(config)# line console 0 Router(config-line)# password cisco

Router(config-line)# exit Router(config)# service password-encryption Which subprotocol does PPP use to establish, maintain, test, and terminate a point-to-point link? /LCP NCP IPCP IPXCP

Refer to the exhibit. A network administrator wants to block Telnet sessions from host B to hosts E and F. Where should ACL 110 be placed if the administrator follows Cisco best practices? /on the Fa0/0 interface of R1 inbound on the S0/0/0 interface of R1 inbound on the S0/0/0 interface of R3 outbound on the Fa0/0 interface of R3 inbound

Refer to the exhibit. EIGRP has been configured for all routers in the topology. Given the exhibited metric values, which path will be selected by the DUAL algorithm as a successor and feasible successors or feasible successor for traffic that travels from router A to router E? /Path A-B-E will be selected as a successor. Both paths A-C-E and A-D-E will be selected as feasible successors. Path A-D-E will be selected as a successor. Both paths A-B-E and A-C-E will be selected as feasible successors. Path A-B-E will be selected as a successor. Path A-C-E will be selected as a feasible successor. Path A-D-E will be selected as a successor. Path A-B-E will be selected as a feasible successor Which two items does ACL logging report? (Choose two.) ACL number number of runts and giants /number of fragmented packets /source and destination addresses number of packets with VLAN tags applied

Refer to the exhibit. What is the significance of the value 120 in the line R 192.168.4.0/24 [120/1] via 192.168.2.2, 00:00:26, Serial0/0/0? It represents the amount of time before the entry will expire. It represents the amount of time that the entry has been in the table. /It is the value that is used to compare routes from different routing protocols. It is the number of hops the packet must take to reach the destination.

Refer to the exhibit. A network technician is connecting a new PC to port Fa0/9. What are two characteristics of this implementation? (Choose two.) The PC is a member of VLAN 30. The PC belongs to the default native VLAN. /The PC does not know its VLAN assignment. Broadcast messages sent from the PC will be seen by all devices. /A Layer 3 device is required for the PC to communicate with hosts on other VLANs

Refer to the exhibit. The command debug ip rip was used on a router. From the exhibited output, what can an administrator determine about the RIP protocol that is running on the router? RIPv2 is globally configured on the router. Interface Fa0/0 is configured to receive only RIPv2 updates. /Interface S0/0/0 is configured to send both RIPv1 and RIPv2 updates. The router has received a RIP update about the 172.16.3.0 network from a neighboring router Which WAN connection method uses a PVC? leased line ISDN DSL /Frame Relay Which address is used to access a switch from a remote location in order to make configuration changes? the default gateway that is configured on the switch the IP address of the management VLAN interface on the switch the default gateway that is configured on the management workstation /the IP address configured on the VTY line that is used to establish an incoming connection to the switch

Refer to the exhibit. OSPF has been configured as a routing protocol on all routers in OSPF area 0. Based on the cost value of the links, which path will be selected by the SPF algorithm to forward traffic from router R4 to network A? R4-R2-R1 R4-R3-R1 R4-R2-R3-R1 /R4-R3-R2-R1

Refer to the exhibit. Router1 and Router2 are both running RIPv2 with autosummarization disabled. Which subnet mask will Router1 associate with network 192.168.4.16/28? 255.255.0.0 255.255.240.0 255.255.255.0 /255.255.255.240 255.255.255.248

Refer to the exhibit. The network administrator has configured R1, R2, and R3 to use RIPv2, and the network is fully converged. The hosts on the internal network are able to access R2, but they are unable to access the Internet.

How can the administrator solve this problem? Enable the Serial0/0/0 interface of R2. /Configure a default route on R2 via Serial0/0/0 and propagate it to R1 and R3 using RIPv2. Configure a default route on the ISP via Serial0/0/0. Configure the correct subnet mask on the Serial0/0/0 interface of R2.

Refer to the exhibit. A network administrator has configured EIGRP authentication between routers R1 and R2. After the routing tables are reviewed, it is noted that neither router is receiving EIGRP updates. What is a possible cause for this failure? The same key chain name must be used on each router. The same number of key strings must be used on each router. The key string should be used in interface mode instead of the key chain. /The same autonomous system numbers must be used in the interface configurations of each router. The authentication configuration is correct, issue the show ip eigrp neighbors command to troubleshoot the issue.

Refer to the exhibit. The network administrator has implemented NAT on R1. Which two addresses are valid inside global addresses? (Choose two.) 192.168.1.1 192.168.1.2 198.133.219.1 /198.133.219.102 /198.133.219.103

Refer to the exhibit. Internet access is crucial for the company network shown. Internet access is provided by two ISPs. ISP1 is the primary provider and ISP2 is the backup provider. The network administrator configures BorderR as the border router so that in normal operations, all Internet traffic goes through ISP1. However, if the link to ISP1 fails, then BorderR will automatically forward Internet traffic to ISP2. The administrator configures two default routes:

BorderR(config)# ip route 0.0.0.0 0.0.0.0 192.168.100.1 200 BorderR(config)# ip route 0.0.0.0 0.0.0.0 172.16.1.1

However, when the administrator issued the show ip route command to verify the configuration, only the second default route is in the routing table. Why is the first default route not showing? The first configuration command overwrites the second command. The first default route will be installed into the routing table if there is traffic with an IP address that is destined for the 192.168.100.0 network. /This is expected because the link to ISP1 is active. If the link to ISP1 goes down, then the first default route will be installed into the routing table. The first default route cannot be installed into the routing table unless the administrator manually disables the second default route with the no ip route 0.0.0.0 0.0.0.0 172.16.1.1 command.

Refer to the exhibit. Which VTP function will this switch perform? It will create, change and share local VLAN information with other switches in the XYZ domain. It will forward to other switches the VLANs that are created in Switch1. It will back up the VTP database for domain XYZ. /It will forward VTP configuration information for domain XYZ. At what point in the enterprise network are packets examined prior to entering the network? campus core /provider edge /enterprise edge enterprise branch

Refer to the exhibit. If the router-id command has not been applied on R1, what is the router ID of R1? 10.20.30.40 10.254.254.1 172.20.1.33 192.168.20.1 /192.168.20.9

What should be considered when designing an addressing scheme that uses private IP address space? Private IP addresses are globally routable. Address summarization is not recommended. /Hierarchical design principles should be utilized. Discontiguous networks are no longer problematic. What are two WAN protocols that define parameters for data encapsulation? (Choose two.) /PPP V.35 X.21 /HDLC EIA/TIA-232

Refer to the exhibit. A network administrator has configured a PPP connection between two routers. All attempts fail that use PPP to establish the serial link between the routers. The administrator issues the command show ip interface serial 0/0/0 on router RA and it indicates that the line protocol is down. What could be a cause of this problem? Both routers should use interface S0/0/0. /The usernames are misconfigured on both routers. The password should be configured to match the hostname. The IP address on interface S0/0/1 on router RC is incorrect.

Refer to the exhibit. All routers are configured to use the EIGRP routing protocol, and the network administrator has configured the serial interface with the displayed commands. Which summary route will show in the routing table of R1 as a result of these commands? a route pointing to the FastEthernet0/0 interface a route pointing to the Serial0/0/0 interface /a route pointing to the Null0 interface a route pointing to the loopback0 interface What will allow a LAN switched network to maintain VLAN configuration consistency across the network? Enable CDP on all switch access ports. Configure DTP on all trunk ports. /Enable STP on all switches. Configure VTP on all switches.

Refer to the exhibit. What is the purpose of the command: RouterA(config)# access-list 1 permit 192.168.16.0 0.0.0.255? It identifies traffic on all inside interfaces to be translated and given access to the ISP router. It identifies traffic from the fa0/1 interface to be translated and given access to the ISP router. It allows traffic from the ISP to reach all of the inside interfaces. /It identifies traffic from the fa0/0 interface to be translated and given access to the ISP router. It allows traffic from the ISP router to the fa0/1 interface.

Refer to the exhibit. Routers R1 and R2 are directly connected with a crossover cable and configured for single area OSPF but are unable to exchange any routes. What is the likely cause? Both routers have the same priority. /The configured hello intervals are not the same. The router ID of R1 must be on the same network as the router ID of R2. The OSPF interface network type must be point-to-point for the connection between the routers.

Refer to the exhibit. In what sequence (from first to last) does an OSPF router check the parameters listed when selecting the DR? /C, B, A, D D, C, B, A A, B, C,

Você também pode gostar