"title":"1. Refer to the exhibit. Assuming that the routing tables are up to date and no ARP messages are needed,\n after a packet leaves H1, how many times is the L2 header rewritten in the path to H2?<br><br> ",
"title":"3. Which type of static route is configured with a greater administrative distance to provide a backup route\n to a route learned from a dynamic routing protocol?",
"title":"6. A router has used the OSPF protocol to learn a route to the 172.16.32.0/19 network. Which command will\n implement a backup floating static route to this network?",
"title":"7. Refer to the exhibit. Currently router R1 uses an EIGRP route learned from Branch2 to reach the\n 10.10.0.0/16 network. Which floating static route would create a backup route to the 10.10.0.0/16 network in the\n event that the link between R1 and Branch2 goes down?",
"title":"10. To enable RIPv1 routing for a specific subnet, the configuration command network 172.16.64.32 was entered\n by the network administrator. What address, if any, appears in the running configuration file to identify this\n network?",
"title":"11. A network administrator adds the default-information originate command to the configuration of a router\n that uses RIP as the routing protocol. What will result from adding this command?",
"images":[],
"type":0,
"options":{
"q11-0":"The router will only forward packets that originate on directly connected networks.",
"q11-1":"The router will propagate a static default route in its RIP updates, if one\n is present",
"q11-2":"The router will be reset to the default factory information",
"q11-3":"The router will not forward routing information that is learned from other routers"
"title":"12. Refer to the exhibit. What is the administrative distance value that indicates the route for R2 to reach\n the 10.10.0.0/16 network?<br><br> ",
"title":"13. Which route will a router use to forward an IPv4 packet after examining its routing table for the best\n match with the destination address?",
"title":"14. Refer to the exhibit. An administrator is attempting to install an IPv6 static route on router R1 to\n reach the network attached to router R2. After the static route command is entered, connectivity to the network is\n still failing. What error has been made in the static route configuration?<br><br> ",
"title":"15. A network administrator reviews the routing table on the router and sees a route to the destination\n network 172.16.64.0/18 with a next-hop IP address of 192.168.1.1. What are two descriptions of this route? (Choose\n two.)",
"title":"17. Employees of a company connect their wireless laptop computers to the enterprise LAN via wireless access\n points that are cabled to the Ethernet ports of switches. At which layer of the three-layer hierarchical network\n design model do these switches operate?",
"title":"22. What is the name of the layer in the Cisco borderless switched network design that would have more\n switches deployed than other layers in the network design of a large organization?",
"title":"25. Refer to the exhibit. A network engineer is examining a configuration implemented by a new intern who\n attached an IP phone to a switch port and configured the switch. Identify the issue, if any, with the\n configuration.<br><br> ",
"title":"26. A network administrator is configuring a new Cisco switch for remote management access. Which three items\n must be configured on the switch for the task? (Choose three.)",
"title":"27. A network technician has been asked to secure all switches in the campus network. The security\n requirements are for each switch to automatically learn and add MAC addresses to both the address table and the\n running configuration. Which port security configuration will meet these requirements?",
"title":"28. A network administrator is configuring port security on a Cisco switch. When a violation occurs, which\n violation mode that is configured on an interface will cause packets with an unknown source address to be dropped\n with no notification sent?",
"title":"29. Two employees in the Sales department work different shifts with their laptop computers and share the\n same Ethernet port in the office. Which set of commands would allow only these two laptops to use the Ethernet\n port and create violation log entry without shutting down the port if a violation occurs?",
"title":"30. Refer to the exhibit. What protocol should be configured on SW-A Port 0/1 if it is to send traffic from\n multiple VLANs to switch SW-B?<br><br> <br>\n",
"title":"31. A Cisco Catalyst switch has been added to support the use of multiple VLANs as part of an enterprise\n network. The network technician finds it necessary to clear all VLAN information from the switch in order to\n incorporate a new network design. What should the technician do to accomplish this task?",
"images":[],
"type":0,
"options":{
"q31-0":"Erase the startup configuration and reboot the switch",
"q31-1":"Erase the running configuration and reboot the switch",
"q31-2":"Delete the startup configuration and the vlan.dat file in the flash memory\n of the switch and reboot the switch",
"q31-3":"Delete the IP address that is assigned to the management VLAN and reboot the switch."
"title":"32. What will a Cisco LAN switch do if it receives an incoming frame and the destination MAC address is not\n listed in the MAC address table?",
"images":[],
"type":0,
"options":{
"q32-0":"Drop the frame.",
"q32-1":"Send the frame to the default gateway address.",
"q32-2":"Use ARP to resolve the port that is related to the frame.",
"q32-3":"Forward the frame out all ports except the port where the frame is\n received."
"title":"34. Refer to the exhibit. A network administrator is configuring inter-VLAN routing on a network. For now,\n only one VLAN is being used, but more will be added soon. What is the missing parameter that is shown as the\n highlighted question mark in the graphic?",
"title":"35. A network administrator is designing an ACL. The networks 192.168.1.0/25, 192.168.0.0/25,\n 192.168.0.128/25, 192.168.1.128/26, and 192.168.1.192/26 are affected by the ACL. Which wildcard mask, if any, is\n the most efficient to use when specifying all of these networks in a single ACL permit entry?",
"images":[],
"type":0,
"options":{
"q35-0":"0.0.0.127",
"q35-1":"0.0.0.255",
"q35-2":"0.0.1.255",
"q35-3":"0.0.255.255",
"q35-4":"A single ACL command and wildcard mask should not be used to specify these particular networks or other traffic\n will be permitted or denied and present a security risk."
"title":"36. The computers used by the network administrators for a school are on the 10.7.0.0/27 network. Which two\n commands are needed at a minimum to apply an ACL that will ensure that only devices that are used by the network\n administrators will be allowed Telnet access to the routers? (Choose two.)",
"title":"39. Which set of commands will configure a router as a DHCP server that will assign IPv4 addresses to the\n 192.168.100.0/23 LAN while reserving the first 10 and the last addresses for static assignment?",
"images":[],
"type":0,
"options":{
"q39-0":"ip dhcp excluded-address 192.168.100.1 192.168.100.10 ip dhcp excluded-address 192.168.100.254 ip\n dhcp pool LAN POOL-100 network 192.168.100.0 255.255.255.0 ip default gateway 192.168.100.1",
"q39-1":"ip dhcp excluded-address 192.168.100.1 192.168.100.9 ip dhcp excluded-address 192.168.101.254 ip dhcp\n pool LAN POOL-100 ip network 192.168.100.0 255.255.254.0 ip default-gateway 192.168.100.1",
"q39-2":"ip dhcp excluded-address 192.168.100.1 192.168.100.10 ip dhcp\n excluded-address 192.168.101.254 ip dhcp pool LAN POOL-100 network 192.168.100.0\n 255.255.254.0 default-router 192.168.100.1",
"q39-3":"dhcp pool LAN-POOL 100 ip dhcp excluded-address 192.168.100.1 192.168.100.9 ip dhcp excluded-address\n 192.168.100.254 network 192.168.100.0 255.255.254.0 default-router 192.168.101.1"
"title":"40. Which command, when issued in the interface configuration mode of a router, enables the interface to\n acquire an IPv4 address automatically from an ISP, when that link to the ISP is enabled?",
"title":"41. Refer to the exhibit. A network administrator is configuring a router as a DHCPv6 server. The\n administrator issues a show ipv6 dhcp pool command to verify the configuration. Which statement explains the\n reason that the number of active clients is 0?<br><br> ",
"title":"44. Refer to the exhibit. NAT is configured on Remote and Main. The PC is sending a request to the web\n server. What IPv4 address is the source IP address in the packet between Main and the web server?",
"title":"48. A small company has a web server in the office that is accessible from the Internet. The IP address\n 192.168.10.15 is assigned to the web server. The network administrator is configuring the router so that external\n clients can access the web server over the Internet. Which item is required in the NAT configuration?",
"images":[],
"type":0,
"options":{
"q48-0":"an IPv4 address pool",
"q48-1":"an ACL to identify the local IPv4 address of the web server",
"q48-2":"the keyword overload for the ip nat inside source command",
"q48-3":"the ip nat inside source command to link the inside local and inside global\n addresses"
"title":"49. A college marketing department has a networked storage device that uses the IP address 10.18.7.5, TCP\n port 443 for encryption, and UDP port 4365 for video streaming. The college already uses PAT on the router that\n connects to the Internet. The router interface has the public IP address of 209.165.200.225/30. The IP NAT pool\n currently uses the IP addresses ranging from 209.165.200.228.236. Which configuration would the network\n administrator add to allow this device to be accessed by the marketing personnel from home?",
"title":"51. Refer to the exhibit. An administrator is trying to configure PAT on R1, but PC-A is unable to access the\n Internet. The administrator tries to ping a server on the Internet from PC-A and collects the debugs that are\n shown in the exhibit. Based on this output, what is most likely the cause of the problem?<br><br> ",
"title":"52. A network engineer is interested in obtaining specific information relevant to the operation of both\n distribution and access layer Cisco devices. Which command provides common information relevant to both types of\n devices?",
"title":"53. Which two statements are correct if a configured NTP master on a network cannot reach any clock with a\n lower stratum number? (Choose two.)",
"images":[],
"type":1,
"options":{
"q53-0":"The NTP master will claim to be synchronized at the configured stratum\n number.",
"q53-1":"An NTP server with a higher stratum number will become the master.",
"q53-2":"Other systems will be willing to synchronize to that master using\n NTP.",
"q53-3":"The NTP master will be the clock with 1 as its stratum number.",
"q53-4":"The NTP master will lower its stratum number."
"title":"55. Refer to the exhibit. Which three hosts will receive ARP requests from host A, assuming that port Fa0/4\n on both switches is configured to carry traffic for multiple VLANs? (Choose three.)<br><br> ",
"title":"57. When a customer purchases a Cisco IOS 15.0 software package, what serves as the receipt for that customer\n and is used to obtain the license as well?",
"title":"58. Refer to the exhibit. The network administrator enters these commands into the R1 router:<br><br>\n <br><br> <br>R1# copy running-config tftp Address or name of\n remote host [ ] When the router prompts for an address or remote host name, what IP address should the\n administrator enter at the prompt?",
"title":"59. Which configuration would be appropriate for a small business that has the public IP address of\n 209.165.200.225/30 assigned to the external interface on the router that connects to the Internet?",
"images":[],
"type":0,
"options":{
"q59-0":"access-list 1 permit 10.0.0.0 0.255.255.255 ip nat inside source list\n 1 interface serial 0/0/0 overload",
"q59-1":"access-list 1 permit 10.0.0.0 0.255.255.255 ip nat pool comp 192.168.2.1 192.168.2.8 netmask\n 255.255.255.240 ip nat inside source list 1 pool comp",
"q59-2":"access-list 1 permit 10.0.0.0 0.255.255.255 ip nat pool comp 192.168.2.1 192.168.2.8 netmask\n 255.255.255.240 ip nat inside source list 1 pool comp overload",
"q59-3":"access-list 1 permit 10.0.0.0 0.255.255.255 ip nat pool comp 192.168.2.1 192.168.2.8 netmask\n 255.255.255.240 ip nat inside source list 1 pool comp overload ip nat inside source static 10.0.0.5\n 209.165.200.225"
"title":"63. Refer to the exhibit. Host A has sent a packet to host B. What will be the source MAC and IP addresses on\n the packet when it arrives at host B?<br><br> ",
"title":"68. Refer to the exhibit. Which command will properly configure an IPv6 static route on R2 that will allow\n traffic from PC2 to reach PC1 without any recursive lookups by router R2?<br><br> ",
"title":"77. An administrator is trying to remove configurations from a switch. After using the command erase\n startup-config and reloading the switch, the administrator finds that VLANs 10 and 100 still exist on the switch.\n Why were these VLANs not removed?",
"images":[],
"type":0,
"options":{
"q77-0":"These VLANs are default VLANs that cannot be removed.",
"q77-1":"These VLANs cannot be deleted unless the switch is in VTP client mode.",
"q77-2":"These VLANs can only be removed from the switch by using the no vlan 10 and no vlan 100 commands.",
"q77-3":"Because these VLANs are stored in a file that is called vlan.dat that is\n located in flash memory, this file must be manually deleted."
"q78-0":"The access interfaces do not have IP addresses and each should be configured with an IP address.",
"q78-1":"The switch interface FastEthernet0/1 is configured as an access interface\n and should be",
"q78-2":"The switch interface FastEthernet0/1 is configured to not negotiate and should be configured to negotiate.",
"q78-3":"The switch interfaces FastEthernet0/2, FastEthernet0/3, and FastEthernet0/4 are configured to not negotiate and\n should be configured to negotiate."
"title":"79. A network administrator is configuring an ACL with the command access-list 10 permit 172.16.32.0\n 0.0.15.255. Which IPv4 address matches the ACE?",
"title":"81. A network administrator is verifying a configuration that involves network monitoring. What is the\n purpose of the global configuration command logging trap 4?",
"images":[],
"type":0,
"options":{
"q81-0":"System messages will be forwarded to the number following the logging trap argument.",
"q81-1":"System messages that exist in levels 4-7 must be forwarded to a specific logging server.",
"q81-2":"System messages that match logging levels 0-4 will be forwarded to a\n specified logging device.",
"q81-3":"System messages will be forwarded using a SNMP version that matches the argument that follows the logging trap\n command."
"title":"83. Refer to the exhibit. A network engineer is preparing to upgrade the IOS system image on a Cisco 2901\n router. Based on the output shown, how much space is available for the new image?<br><br> ",
"title":"86. Refer to the exhibit. Assuming that the routing tables are up to date and no ARP messages are needed,\n after a packet leaves H1, how many times is the L2 header rewritten in the path to H3?<br><br> ",
"title":"89. The exhibit shows two PCs called PC A and PC B, two routes called R1 and R2, and two switches. PC A has\n the address 172.16.1.1/24 and is connected to a switch and into an interface on R1 that has the IP address\n 172.16.1.254. PC B has the address 172.16.2.1/24 and is connected to a switch that is connected to another\n interface on R1 with the IP address 172.16.2.254. The serial interface on R1 has the address 172.16.3.1 and is\n connected to the serial interface on R2 that has the address 172.16.3.2/24. R2 is connected to the internet cloud.\n Which command will create a static route on R2 in order to reach PC B? ",
"title":"90. Refer to the exhibit. R1 was configured with the static route command ip route 209.165.200.224\n 255.255.255.224 S0/0/0 and consequently users on network 172.16.0.0/16 are unable to reach resources on the\n Internet. How should this static route be changed to allow user traffic from the LAN to reach the\n Internet?<br><br> ",
"title":"91. Refer to the exhibit. Router R1 has an OSPF neighbor relationship with the ISP router over the\n 192.168.0.32 network. The 192.168.0.36 network link should serve as a backup when the OSPF link goes down. The\n floating static route command ip route 0.0.0.0 0.0.0.0 S0/0/1 100 was issued on R1 and now traffic is using the\n backup link even when the OSPF link is up and functioning. Which change should be made to the static route command\n so that traffic will only use the OSPF link when it is up?<br><br><br> ",
"title":"92. Refer to the exhibit. All hosts and router interfaces are configured correctly. Pings to the server from\n both H1 and H2 and pings between H1 and H2 are not successful. What is causing this problem?<br><br> ",
"title":"93. What caused the following error message to appear?<br>01:11:12: %PM-4-ERR_DISABLE:\n psecure-violation error detected on Fa0/8, putting Fa0/8 in err-disable state<br>01:11:12:\n %PORT_SECURITY-2-PSECURE_VIOLATION: Security violation occurred, caused by MAC address 0011.a0d4.12a0 on port\n FastEthernet0/8.<br>01:11:13: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/8,\n changed state to down<br>01:11:14: %LINK-3-UPDOWN: Interface FastEthernet0/8, changed state to\n down",
"title":"94. Refer to the exhibit. A small business uses VLANs 2, 3, 4, and 5 between two switches that have a trunk\n link between them. What native VLAN should be used on the trunk if Cisco best practices are being\n implemented?<br><br> ",
"title":"96. A network administrator is using the router-on-a-stick method to configure inter-VLAN routing. Switch\n port Gi1/1 is used to connect to the router. Which command should be entered to prepare this port for the\n task?",
"title":"97. What will be the result of adding the command ip dhcp excluded-address 172.16.4.1 172.16.4.5 to the\n configuration of a local router that has been configured as a DHCP server?",
"images":[],
"type":0,
"options":{
"q97-0":"Traffic that is destined for 172.16.4.1 and 172.16.4.5 will be dropped by the router.",
"q97-1":"Traffic will not be routed from clients with addresses between 172.16.4.1 and 172.16.4.5.",
"q97-2":"The DHCP server function of the router will not issue the addresses from\n 172.16.4.1through 172.16.4.5 inclusive.",
"q97-3":"The router will ignore all traffic that comes from the DHCP servers with addresses 172.16.4.1 and 172.16.4.5."
"title":"98. A host on the 10.10.100.0/24 LAN is not being assigned an IPv4 address by an enterprise DHCP server with\n the address 10.10.200.10/24. What is the best way for the network engineer to resolve this problem?",
"images":[],
"type":0,
"options":{
"q98-0":"Issue the command ip helper-address 10.10.200.10 on the router interface\n that is the 10.10.100.0/24 gateway.",
"q98-1":"Issue the command default-router 10.10.200.10 at the DHCP configuration prompt on the 10.10.100.0/24 LAN gateway\n router.",
"q98-2":"Issue the command ip helper-address 10.10.100.0 on the router interface that is the 10.10.200.0/24 gateway.",
"q98-3":"Issue the command network 10.10.200.0 255.255.255.0 at the DHCP configuration prompt on the 10.10.100.0/24 LAN\n gateway router."
"title":"100. Refer to the exhibit. NAT is configured on RT1 and RT2. The PC is sending a request to the web server.\n What IPv4 address is the source IP address in the packet between RT2 and the web server?<br><br> ",
"title":"101. Refer to the exhibit. A company has an internal network of 172.16.25.0/24 for their employee\n workstations and a DMZ network of 172.16.12.0/24 to host servers. The company uses NAT when inside hosts connect\n to outside network. A network administrator issues the show ip nat translations command to check the NAT\n configurations. Which one of source IPv4 addresses is translated by R1 with PAT?<br><br> ",
"title":"107. Refer to the exhibit. Routers R1 and R2 are connected via a serial link. One router is configured as the\n NTP master, and the other is an NTP client. Which two pieces of information can be obtained from the partial\n output of the show ntp associations detail command on R2? (Choose two. )",
"title":"108. A network administrator configures a router with the command sequence: R1(config)# boot system\n tftp://c1900-universalk9-mz.SPA.152-4.M3.bin R1(config)# boot system rom What is the effect of the\n command sequence?",
"images":[],
"type":0,
"options":{
"q108-0":"The router will copy the IOS image from the TFTP server and then reboot the system.",
"q108-1":"The router will load IOS from the TFTP server. If the image fails to load,\n it will load the IOS image from ROM",
"q108-2":"The router will search and load a valid IOS image in the sequence of flash, TFTP, and ROM.",
"q108-3":"On next reboot, the router will load the IOS image from ROM."
"title":"110. Refer to the exhibit. Which two ACLs would permit only the two LAN networks attached to R2 to access the\n network that connects to R1 G0/0 interface? (Choose two.)",
"title":"111. A network administrator configures a router to provide stateful DHCPv6 operation. However, users report\n that workstations do not receive IPv6 addresses within the scope. Which configuration command should be checked to\n ensure that statefull DHCPv6 is implemented?",
"images":[],
"type":0,
"options":{
"q111-0":"The dns-server line is included in the ipv6 dhcp pool\n section.",
"q111-1":"The ipv6 nd managed-config-flag is entered for the interface facing the LAN segment.",
"q111-2":"The ipv6 nd other-config-flag is entered for the interface facing the LAN segment.",
"q111-3":"The domain-name line is included in the ipv6 dhcp pool section."
"title":"114. Refer to the exhibit. The Gigabit interfaces on both routers have been configured with subinterface\n numbers that match the VLAN numbers connected to them. PCs on VLAN 10 should be able to print to the P1 printer on\n VLAN 12. PCs on VLAN 20 should print to the printers on VLAN 22. What interface and in what direction should you\n place a standard ACL that allows printing to P1 from data VLAN 10, but stops the PCs on VLAN 20 from using the P1\n printer? (Choose two.)",
"title":"116. A network administrator is explaining to a junior colleague the use of the lt and gt keywords when\n filtering packets using an extended ACL. Where would the lt or gt keywords be used?",
"images":[],
"type":0,
"options":{
"q116-0":"in an IPv6 extended ACL that stops packets going to one specific destination VLAN",
"q116-1":"in an IPv4 named standard ACL that has specific UDP protocols that are allowed to be used on a specific server",
"q116-2":"in an IPv6 named ACL that permits FTP traffic from one particular LAN getting to another LAN",
"q116-3":"in an IPv4 extended ACL that allows packets from a range of TCP ports destined\n for a specific network device"
"title":"118. A network administrator is adding ACLs to a new IPv6 multirouter environment. Which IPv6 ACE is\n automatically added implicitly at the end of an ACL so that two adjacent routers can discover each other?<br>\n",
"title":"123. Which summary IPv6 static route statement can be configured to summarize only the routes to networks\n 2001:db8:cafe::/58 through 2001:db8:cafe:c0::/58?",
"title":"128. Which three pieces of information does a link-state routing protocol use initially as link-state\n information for locally connected links? (Choose three.)",
"images":[],
"type":1,
"options":{
"q128-0":"the link router interface IP address and subnet mask",
"title":"134. While analyzing log files, a network administrator notices reoccurring native VLAN mismatches. What is\n the effect of these reoccurring errors?",
"images":[],
"type":0,
"options":{
"q134-0":"All traffic on the error-occurring trunk port is being misdirected or dropped.",
"q134-1":"The control and management traffic on the error-occurring trunk port is being\n misdirected or dropped.",
"q134-2":"All traffic on the error-occurring trunk port is being switched correctly regardless of the error.",
"q134-3":"Unexpected traffic on the error-occurring trunk port is being received."
"title":"139. A network contains multiple VLANs spanning multiple switches. What happens when a device in VLAN 20\n sends a broadcast Ethernet frame?",
"images":[],
"type":0,
"options":{
"q139-0":"All devices in all VLANs see the frame.",
"q139-1":"Devices in VLAN 20 and the management VLAN see the frame.",
"q139-2":"Only devices in VLAN 20 see the frame.",
"q139-3":"Only devices that are connected to the local switch see the frame."
"title":"140. Refer to the exhibit. The partial configuration that is shown was used to configure router on a stick\n for VLANS 10, 30, and 50. However, testing shows that there are some connectivity problems between the VLANs.\n Which configuration error is causing this problem?",
"title":"143. Beginning with the Cisco IOS Software Release 15.0, which license is a prerequisite for installing\n additional technology pack licenses?",
"title":"151. Refer to the exhibit. A Layer 3 switch routes for three VLANs and connects to a router for Internet\n connectivity. Which two configurations would be applied to the switch? (Choose two.)<br><br> ",
"title":"155. A small-sized company has 20 workstations and 2 servers. The company has been assigned a group of IPv4\n addresses 209.165.200.224/29 from its ISP. What technology should the company implement in order to allow the\n workstations to access the services over the Internet?",
"title":"159. Open the PT Activity. Perform the tasks in the activity instructions and then answer the question. What\n is the problem preventing PC0 and PC1 from communicating with PC2 and PC3?",
"images":[],
"type":0,
"options":{
"q159-0":"The routers are using different OSPF process IDs.",
"q159-1":"The serial interfaces of the routers are in different\n subnets.",
"q159-2":"No router ID has been configured on the routers.",
"title":"162. Which value represents the “trustworthiness” of a route and is used to determine which route to install\n into the routing table when there are multiple routes toward the same destination?",
"title":"164. Refer to the exhibit. If the switch reboots and all routers have to re-establish OSPF adjacencies, which\n routers will become the new DR and BDR?",
"images":[],
"type":0,
"options":{
"q164-0":"Router R3 will become the DR and router R1 will become the BDR.",
"q164-1":"Router R1 will become the DR and router R2 will become the BDR.",
"q164-2":"Router R4 will become the DR and router R3 will become the\n BDR.",
"q164-3":"Router R1 will become the DR and router R2 will become the BDR."
"title":"165. Refer to the exhibit. The Branch Router has an OSPF neighbor relationship with the HQ router over the\n 198.51.0.4/30 network. The 198.51.0.8/30 network link should serve as a backup when the OSPF link goes down. The\n floating static route command ip route 0.0.0.0 0.0.0.0 S0/1/1 100 was issued on Branch and now traffic is using\n the backup link even when the OSPF link is up and functioning. Which change should be made to the static route\n command so that traffic will only use the OSPF link when it is up?",
"images":[],
"type":0,
"options":{
"q165-0":"Add the next hop neighbor address of 198.51.0.8.",
"q165-1":"Change the administrative distance to 1.",
"q165-2":"Change the destination network to 198.51.0.5.",
"q165-3":"Change the administrative distance to 120."
"title":"166. Refer to the exhibit. An attacker on PC X sends a frame with two 802.1Q tags on it, one for VLAN 40 and\n another for VLAN 12. What will happen to this frame?",
"images":[],
"type":0,
"options":{
"q166-0":"SW-A will drop the frame because it is invalid.",
"q166-1":"SW-A will leave both tags on the frame and send it to SW-B, which will forward it to hosts on VLAN 40.",
"q166-2":"SW-A will remove both tags and forward the rest of the frame across the\n trunk link, where SW-B will forward the frame to hosts on VLAN 40.",
"q166-3":"SW-A will remove the outer tag and send the rest of the frame across the trunk link, where SW-B will forward the\n frame to hosts on VLAN 12."
"title":"167. A new network policy requires an ACL to deny HTTP access from all guests to a web server at the main\n office. All guests use addressing from the IPv6 subnet 2001:DB8:19:C::/64. The web server is configured with the\n address 2001:DB8:19:A::105/64. Implementing the NoWeb ACL on the interface for the guest LAN requires which three\n commands? (Choose three.)",
"images":[],
"type":1,
"options":{
"q167-0":"permit tcp any host 2001:DB8:19:A::105 eq 80",
"q167-1":"deny tcp host 2001:DB8:19:A::105 any eq 80",
"q167-2":"deny tcp any host 2001:DB8:19:A::105 eq 80",
"title":"168. An OSPF router has three directly connected networks; 172.16.0.0/16, 172.16.1.0/16, and 172.16.2.0/16.\n Which OSPF network command would advertise only the 172.16.1.0 network to neighbors?",
"title":"170. Refer to the exhibit. A small business uses VLANs 8, 20, 25, and 30 on two switches that have a trunk\n link between them. What native VLAN should be used on the trunk if Cisco best practices are being\n implemented?",
"title":"172. A standard ACL has been configured on a router to allow only clients from the 10.11.110.0/24 network to\n telnet or to ssh to the VTY lines of the router. Which command will correctly apply this ACL?",
"title":"173. Refer to the exhibit.What address will summarize the LANs attached to routers 2-A and 3-A and can be\n configured in a summary static route to advertise them to an upstream neighbor?",
"title":"174. A security specialist designs an ACL to deny access to a web server from all sales staff. The sales\n staff are assigned addressing from the IPv6 subnet 2001:db8:48:2c::/64. The web server is assigned the address\n 2001:db8:48:1c::50/64. Configuring the WebFilter ACL on the LAN interface for the sales staff will require which\n three commands? (Choose three.)",
"images":[],
"type":1,
"options":{
"q174-0":"permit tcp any host 2001:db8:48:1c::50 eq 80",
"q174-1":"deny tcp host 2001:db8:48:1c::50 any eq 80",
"q174-2":"deny tcp any host 2001:db8:48:1c::50 eq 80",
"title":"175. To enable RIP routing for a specific subnet, the configuration command network 192.168.5.64 was entered\n by the network administrator. What address, if any, appears in the running configuration file to identify this\n network?",
"title":"176. Refer to the exhibit. An ACL preventing FTP and HTTP access to the interval web server from all teaching\n assistants has been implemented in the Board Office. The address of the web server is 172.20.1.100 and all\n teaching assistants are assigned addresses in the 172.21.1.0/24 network. After implement the ACL, access to all\n servers is denied. What is the problem?",
"images":[],
"type":0,
"options":{
"q176-0":"inbound ACLs must be routed before they are processed",
"q176-1":"the ACL is implicitly denying access to all the servers",
"q176-2":"named ACLs requite the use of port numbers",
"q176-3":"the ACL is applied to the interface using the wrong direction"
"title":"177. A router learns of multiple toward the same destination. Which value in a routing table represents the\n trustworthiness of learned routes and is used by the router to determine which route to install into the routing\n table for specific situation?",
"title":"184. A network administrator is implementing a distance vector routing protocol between neighbors on the\n network. In the context of distance vector protocols, what is a neighbor?",
"images":[],
"type":0,
"options":{
"q184-0":"routers that are reachable over a TCP session",
"q184-1":"routers that share a link and use the same routing\n protocol",
"title":"185. Refer to the exhibit. A network administrator has just configured address translation and is verifying\n the configuration. What three things can the administrator verify? (Choose three.)",
"title":"187. A router learns of multiple routes toward the same destination. Which value in a routing table\n represents the trustworthiness of learned routes and is used by the router to determine which route to install\n into the routing table for this specific situation?",
"title":"188. Which value in a routing table represents trustworthiness and is used by the router to determine which\n route to install into the routing table when there are multiple routes toward the same destination?",
"title":"195. Refer to the exhibit. An ACL preventing FTP and HTTP access to the internal web server from all teaching\n assistants has been implemented in the Board office. The address of the web server is 172.20.1.100 and all\n teaching assistants are assigned addresses in the 172.21.1.0/24 network. After implementing the ACL, access to all\n servers is denied. What is the problem?",
"images":[],
"type":0,
"options":{
"q195-0":"Inbound ACLs must be routed before they are processed.",
"q195-1":"The ACL is implicitly denying access to all the servers.",
"q195-2":"Named ACLs require the use of port numbers.",
"q195-3":"The ACL is applied to the interface using the wrong direction."
"title":"196. Refer to the exhibit. A new network policy requires an ACL denying FTP and Telnet access to a Corp file\n server from all interns. The address of the file server is 172.16.1.15 and all interns are assigned addresses in\n the 172.18.200.0/24 network. After implementing the ACL, no one in the Corp network can access any of the servers.\n What is the problem?",
"images":[],
"type":1,
"options":{
"q196-0":"Inbound ACLs must be routed before they are processed.",
"q196-1":"The ACL is implicitly denying access to all the servers.",
"q196-2":"Named ACLs require the use of port numbers.",
"q196-3":"The ACL is applied to the interface using the wrong direction."