CCNA_Learning/data.json
2019-09-11 15:07:12 +02:00

2700 lines
124 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "CCNA 2 Finals",
"questions": [
{
"id": "gTe7oTd",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/2017-03-09_112526.jpg"
],
"type": 0,
"options": {
"q1-0": "1",
"q1-1": "2",
"q1-2": "3",
"q1-3": "4",
"q1-4": "5",
"q1-5": "6"
},
"correct": "q1-1"
},
{
"id": "hTRaWWYw",
"title": "2. Refer to the exhibit. Which highlighted value represents a specific destination network in the routing\n table?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/02/newqccna2finalexam.png"
],
"type": 0,
"options": {
"q2-0": "0.0.0.0",
"q2-1": "10.16.100.128",
"q2-2": "10.16.100.2",
"q2-3": "110",
"q2-4": "791"
},
"correct": "q2-1"
},
{
"id": "qZa5HXuT",
"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?",
"images": [],
"type": 0,
"options": {
"q3-0": "floating static route ",
"q3-1": "default static route",
"q3-2": "summary static route",
"q3-3": "standard static route"
},
"correct": "q3-0"
},
{
"id": "BRlth3UG",
"title": "4. Refer to the exhibit. Which route was configured as a static route to a specific network using the\n next-hop address?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/sdsdsfdsf.jpg"
],
"type": 0,
"options": {
"q4-0": "S 10.17.2.0/24 [1/0] via 10.16.2.2",
"q4-1": "S 0.0.0.0/0 [1/0] via 10.16.2.2",
"q4-2": "C 10.16.2.0/24 is directly connected, Serial0/0/0",
"q4-3": "S 10.17.2.0/24 is directly connected, Serial 0/0/0"
},
"correct": "q4-0"
},
{
"id": "RrIurvp0",
"title": "5. What network prefix and prefix-length combination is used to create a default static route that will match\n any IPv6 destination?",
"images": [],
"type": 0,
"options": {
"q5-0": ":/128",
"q5-1": "FFFF:/128",
"q5-2": "::1/64",
"q5-3": "::/0"
},
"correct": "q5-3"
},
{
"id": "4FVxI8Ja",
"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?",
"images": [],
"type": 0,
"options": {
"q6-0": "ip route 172.16.0.0 255.255.240.0 S0/0/0 200",
"q6-1": "ip route 172.16.32.0 255.255.224.0 S0/0/0 200",
"q6-2": "ip route 172.16.0.0 255.255.224.0 S0/0/0 100",
"q6-3": "ip route 172.16.32.0 255.255.0.0 S0/0/0 100"
},
"correct": "q6-1"
},
{
"id": "cmAO48Qd",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/2017-03-09_113020.jpg"
],
"type": 0,
"options": {
"q7-0": "ip route 10.10.0.0 255.255.0.0 Serial 00/0 100",
"q7-1": "ip route 10.10.0.0 255.255.0.0 209.165.200.226 100",
"q7-2": "ip route 10.10.0.0 255.255.0.0 209.165.200.225 100",
"q7-3": "ip route 10.10.0.0 255.255.0.0 209.165.200.225 50"
},
"correct": "q7-2"
},
{
"id": "Kj3zXAci",
"title": "8. Which statement describes a route that has been learned dynamically?",
"images": [],
"type": 0,
"options": {
"q8-0": "It is automatically updated and maintained by routing\n protocols.",
"q8-1": "It is unaffected by changes in the topology of the network.",
"q8-2": "It has an administrative distance of 1.",
"q8-3": "It is identified by the prefix C in the routing table."
},
"correct": "q8-0"
},
{
"id": "Ck-lXXMT",
"title": "9. Compared with dynamic routes, what are two advantages of using static routes on a router? (Choose\n two.)",
"images": [],
"type": 1,
"options": {
"q9-0": "They automatically switch the path to the destination network when the topology changes",
"q9-1": "They Improve network security",
"q9-2": "They take less time to converge when the network topology changes",
"q9-3": "They use fewer router resources",
"q9-4": "They improve the efficiency of discovering neighboring networks."
},
"correct": [
"q9-1",
"q9-3"
]
},
{
"id": "1K3BNaYk",
"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?",
"images": [],
"type": 0,
"options": {
"q10-0": "172.16.64.32",
"q10-1": "172.16.64.0",
"q10-2": "172.16.0.0",
"q10-3": "No address is displayed."
},
"correct": "q10-2"
},
{
"id": "kU4-Kq6p",
"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"
},
"correct": "q11-1"
},
{
"id": "hiAut9Dv",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/2017-06-04_082949.png"
],
"type": 0,
"options": {
"q12-0": "1",
"q12-1": "0",
"q12-2": "90",
"q12-3": "20512256"
},
"correct": "q12-0"
},
{
"id": "Ybppob92",
"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?",
"images": [],
"type": 0,
"options": {
"q13-0": "a level 1 child route",
"q13-1": "a level 1 parent route",
"q13-2": "a level 1 ultimate route",
"q13-3": "a level 2 supernet route"
},
"correct": "q13-2"
},
{
"id": "IWUOMLFV",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/7-2.jpg"
],
"type": 0,
"options": {
"q14-0": "The network prefix is incorrect.",
"q14-1": "The destination network is incorrect.",
"q14-2": "The interface is incorrect",
"q14-3": "The next hop address is incorrect."
},
"correct": "q14-2"
},
{
"id": "1lIqUm6q",
"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.)",
"images": [],
"type": 1,
"options": {
"q15-0": "parent route",
"q15-1": "default route",
"q15-2": "level 2 child route",
"q15-3": "ultimate route",
"q15-4": "supernet route"
},
"correct": [
"q15-2",
"q15-3"
]
},
{
"id": "cZXPSqAk",
"title": "16. Which two factors are important when deciding which interior gateway routing protocol to use? (Choose\n two.)",
"images": [],
"type": 1,
"options": {
"q16-0": "scalability",
"q16-1": "ISP selection",
"q16-2": "speed of convergence",
"q16-3": "the autonomous system that is used",
"q16-4": "campus backbone architecture"
},
"correct": [
"q16-0",
"q16-2"
]
},
{
"id": "dHD5Q2C1c",
"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?",
"images": [],
"type": 0,
"options": {
"q17-0": "physical",
"q17-1": "access ",
"q17-2": "core",
"q17-3": "data link",
"q17-4": "distribution"
},
"correct": "q17-1"
},
{
"id": "jXe3SNVwX",
"title": "18. What is a basic function of the Cisco Borderless Architecture access layer?",
"images": [],
"type": 0,
"options": {
"q18-0": "aggregates Layer 2 broadcast domains",
"q18-1": "aggregates Layer 3 routing boundaries",
"q18-2": "provides access to the user",
"q18-3": "provides fault isolation"
},
"correct": "q18-2"
},
{
"id": "V4mTasAZJ",
"title": "19. What is a characteristic of the distribution layer in the three layer hierarchical model?",
"images": [],
"type": 0,
"options": {
"q19-0": "provides access to the rest of the network through switching, routing, and\n network access policies",
"q19-1": "distributes access to end users",
"q19-2": "represents the network edge",
"q19-3": "acts as the backbone for the network, aggregating and distributing network traffic throughout the campus"
},
"correct": "q19-0"
},
{
"id": "AvO_zjA6n",
"title": "20. Which information does a switch use to populate the MAC address table?",
"images": [],
"type": 0,
"options": {
"q20-0": "the destination MAC address and the incoming port",
"q20-1": "the destination MAC address and the outgoing port",
"q20-2": "the source and destination MAC addresses and the incoming port",
"q20-3": "the source and destination MAC addresses and the outgoing port",
"q20-4": "the source MAC address and the incoming port",
"q20-5": "the source MAC address and the outgoing port"
},
"correct": "q20-4"
},
{
"id": "PnMppSjhP",
"title": "21. Which statement is correct about Ethernet switch frame forwarding decisions?",
"images": [],
"type": 0,
"options": {
"q21-0": "Unicast frames are always forwarded regardless of the destination MAC address",
"q21-1": "Frame forwarding decisions are based on MAC address and port mappings in\n the CAM table",
"q21-2": "Cut-through frame forwarding ensures that invalid frames are always dropped",
"q21-3": "Only frames with a broadcast destination address are forwarded out all active switch ports"
},
"correct": "q21-1"
},
{
"id": "a5WVYv5X1",
"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?",
"images": [],
"type": 0,
"options": {
"q22-0": "access",
"q22-1": "core",
"q22-2": "data link",
"q22-3": "network",
"q22-4": "network access"
},
"correct": "q22-0"
},
{
"id": "HSy7ls0g3",
"title": "23. Which switching method drops frames that fail the FCS check?",
"images": [],
"type": 0,
"options": {
"q23-0": "borderless switching",
"q23-1": "cut-through switching",
"q23-2": "ingress port buffering",
"q23-3": "store-and-forward switching"
},
"correct": "q23-3"
},
{
"id": "0t0REHDuu",
"title": "24. In what situation would a Layer 2 switch have an IP address configured?",
"images": [],
"type": 0,
"options": {
"q24-0": "when the Layer 2 switch is using a routed port",
"q24-1": "when the Layer 2 switch needs to be remotely managed",
"q24-2": "when the Layer 2 switch is the default gateway of user traffic",
"q24-3": "when the Layer 2 switch needs to forward user traffic to another device"
},
"correct": "q24-1"
},
{
"id": "_groqTYgV",
"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.",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/i297774v1n1_297774.png"
],
"type": 0,
"options": {
"q25-0": "The voice VLAN should be 150.",
"q25-1": "The configuration is correct.",
"q25-2": "There must be a data VLAN added.",
"q25-3": "The spanning-tree BPDU guard feature is missing.",
"q25-4": "The switch port is not configured as a trunk."
},
"correct": "q25-1"
},
{
"id": "Jzd7ZIsm2",
"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.)",
"images": [],
"type": 1,
"options": {
"q26-0": "vty lines",
"q26-1": "VTP domain",
"q26-2": "loopback address",
"q26-3": "default VLAN",
"q26-4": "default gateway",
"q26-5": "IP address"
},
"correct": [
"q26-0",
"q26-4",
"q26-5"
]
},
{
"id": "TFukYH_Do",
"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?",
"images": [],
"type": 0,
"options": {
"q27-0": "auto secure MAC addresses",
"q27-1": "dynamic secure MAC addresses",
"q27-2": "static secure MAC addresses",
"q27-3": "sticky secure MAC addresses"
},
"correct": "q27-3"
},
{
"id": "1NSQOdPqV",
"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?",
"images": [],
"type": 0,
"options": {
"q28-0": "off",
"q28-1": "restrict",
"q28-2": "protect",
"q28-3": "shutdown"
},
"correct": "q28-2"
},
{
"id": "CGU_emAzn",
"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?",
"images": [],
"type": 0,
"options": {
"q29-0": "switchport mode access switchport port-security",
"q29-1": "switchport mode access",
"q29-2": "switchport mode access switchport port-security maximum 2 switchport port-security mac-address sticky",
"q29-3": "switchport mode access switchport port-security maximum 2 switchport port-security mac-address\n sticky switchport port-security violation protect"
},
"correct": "q29-1"
},
{
"id": "O48QaWoip",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/2017-03-09_114611.png"
],
"type": 0,
"options": {
"q30-0": "RIP v2",
"q30-1": "IEEE 802.1Q",
"q30-2": "Spanning Tree",
"q30-3": "ARP",
"q30-4": "Rapid Spanning Tree"
},
"correct": "q30-1"
},
{
"id": "KSAHOfk-s",
"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."
},
"correct": "q31-2"
},
{
"id": "nX5qtrsuQ",
"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."
},
"correct": "q32-3"
},
{
"id": "iI3B0UsrJ",
"title": "33. What VLANs are allowed across a trunk when the range of allowed VLANs is set to the default\n value?",
"images": [],
"type": 0,
"options": {
"q33-0": "The switches will negotiate via VTP which VLANs to allow across the trunk",
"q33-1": "Only VLAN 1 will be allowed across the trunk.",
"q33-2": "Only the native VLAN will be allowed across the trunk",
"q33-3": "All VLANs will be allowed across the trunk"
},
"correct": "q33-3"
},
{
"id": "4OWZQYVSE",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/2017-03-09_113658.png"
],
"type": 0,
"options": {
"q34-0": "It identifies the type of encapsulation that is used",
"q34-1": "It identifies the VLAN number ",
"q34-2": "It identifies the subinterface",
"q34-3": "It identifies the number of hosts that are allowed on the interface",
"q34-4": "It identifies the native VLAN number"
},
"correct": "q34-1"
},
{
"id": "lKzMfxTof",
"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."
},
"correct": "q35-2"
},
{
"id": "aH9jrv6PL",
"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.)",
"images": [],
"type": 1,
"options": {
"q36-0": "access-class 5 in",
"q36-1": "access-list 5 deny any",
"q36-2": "access-list standard VTY",
"q36-3": "permit 10.7.0.0 0.0.0.127",
"q36-4": "access-list 5 permit 10.7.0.0 0.0.0.31",
"q36-5": "ip access-group 5 out",
"q36-6": "ip access-group 5 in"
},
"correct": [
"q36-0",
"q36-4"
]
},
{
"id": "6DriA9XGj",
"title": "37. A network engineer has created a standard ACL to control SSH access to a router. Which command will apply\n the ACL to the VTY lines?",
"images": [],
"type": 0,
"options": {
"q37-0": "access-group 11 in",
"q37-1": "access-class 11 in",
"q37-2": "access-list 11 in",
"q37-3": "access-list 110 in"
},
"correct": "q37-1"
},
{
"id": "4DyZmze-j",
"title": "38. What is the reason why the DHCPREQUEST message is sent as a broadcast during the DHCPv4 process?",
"images": [],
"type": 0,
"options": {
"q38-0": "for hosts on other subnets to receive the information",
"q38-1": "to notify other hosts not to request the same IP address",
"q38-2": "for routers to fill their routing tables with this new information",
"q38-3": "to notify other DHCP servers on the subnet that the IP address was leased\n "
},
"correct": "q38-3"
},
{
"id": "CYeRe4a6e",
"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"
},
"correct": "q39-2"
},
{
"id": "Zpp7_Xdq0",
"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?",
"images": [],
"type": 0,
"options": {
"q40-0": "ip dhcp pool",
"q40-1": "ip address dhcp",
"q40-2": "service dhcp",
"q40-3": "ip helper-address"
},
"correct": "q40-1"
},
{
"id": "BVpOjY2We",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/i210895v1n1_210895.jpg"
],
"type": 0,
"options": {
"q41-0": "The default gateway address is not provided in the pool.",
"q41-1": "No clients have communicated with the DHCPv6 server yet.",
"q41-2": "The IPv6 DHCP pool configuration has no IPv6 address range specified.",
"q41-3": "The state is not maintained by the DHCPv6 server under stateless DHCPv6\n operation."
},
"correct": "q41-3"
},
{
"id": "u4fv_ClTD",
"title": "42. Refer to the exhibit. R1 has been configured as shown. However, PC1 is not able to receive an IPv4\n address. What is the problem?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/i215789v1n3_Item-215789.jpg"
],
"type": 0,
"options": {
"q42-0": "A DHCP server must be installed on the same LAN as the host that is receiving the IP address.",
"q42-1": "R1 is not configured as a DHCPv4 server.",
"q42-2": "The ip address dhcp command was not issued on the interface Gi0/1.",
"q42-3": "The ip helper-address command was applied on the wrong\n interface."
},
"correct": "q42-3"
},
{
"id": "fZBHnIy3k",
"title": "43. Refer to the exhibit. Which statement shown in the output allows router R1 to respond to stateless DHCPv6\n requests?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/2017-03-09_113944.png"
],
"type": 0,
"options": {
"q43-0": "ipv6 unicast-routing",
"q43-1": "ipv6 nd other-config-flag ",
"q43-2": "ipv6 dhcp server LAN1",
"q43-3": "prefix-delegation 2001:DB8:8::/48 00030001000E84244E70",
"q43-4": "dns-server 2001:DB8:8::8"
},
"correct": "q43-1"
},
{
"id": "bwTV5d7ji",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/2017-03-09_142246.png"
],
"type": 0,
"options": {
"q44-0": "10.130.5.76",
"q44-1": "209.165.200.245",
"q44-2": "203.0.113.5",
"q44-3": "172.16.1.10",
"q44-4": "192.0.2.1",
"q44-5": "209.165.200.226"
},
"correct": "q44-2"
},
{
"id": "pBjSzgGqV",
"title": "45. Which type of traffic would most likely have problems when passing through a NAT device?",
"images": [],
"type": 0,
"options": {
"q45-0": "Telnet",
"q45-1": "IPsec",
"q45-2": "HTTP",
"q45-3": "ICMP",
"q45-4": "DNS"
},
"correct": "q45-1"
},
{
"id": "T-Zu54li_",
"title": "46. Refer to the exhibit. Which two statements are correct based on the output as shown in the exhibit?\n (Choose two.) ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/2017-03-09_113131.jpg"
],
"type": 1,
"options": {
"q46-0": "The host with the address 209.165.200.235 will respond to requests by using a source address of 209.165.200.235",
"q46-1": "The output is the result of the show ip nat translations\n command",
"q46-2": "Traffic with the destination address of a public web server will be sourced from the IP of 192.168.1.10.",
"q46-3": "The host with the address 209.165.200.235 will respond to requests by using\n a source address of 192.168.10.10.",
"q46-4": "The output is the result of the show ip nat statistics command"
},
"correct": [
"q46-1",
"q46-3"
]
},
{
"id": "71cbwjWNL",
"title": "47. Refer to the exhibit. A network administrator has configured R2 for PAT. Why is the configuration\n incorrect?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/2017-06-04_082118.png"
],
"type": 0,
"options": {
"q47-0": "NAT-POOL2 is bound to the wrong ACL",
"q47-1": "The ACL does not define the list of addresses to be translated.",
"q47-2": "The overload keyword should not have been applied.",
"q47-3": "The static NAT entry is missing"
},
"correct": "q47-0"
},
{
"id": "Ukwg2fuYa",
"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"
},
"correct": "q48-3"
},
{
"id": "xp-veyAll",
"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?",
"images": [],
"type": 0,
"options": {
"q49-0": "ip nat inside source static tcp 209.165.200.225 443 10.18.7.5 443 ip nat inside source static udp\n 209.165.200.225 4365 10.18.7.5 4365",
"q49-1": "No additional configuration is necessary",
"q49-2": "ip nat pool mktv 10.18.7.5 10.18.7.5",
"q49-3": "ip nat inside source static tcp 10.18.7.5 443 209.165.200.225 443 ip\n nat inside source static udp 10.18.7.5 4365 209.165.200.225 4365",
"q49-4": "ip nat outside source static 10.18.7.5 209.165.200.225"
},
"correct": "q49-3"
},
{
"id": "q-fbwU5HP",
"title": "50. Refer to the exhibit. Based on the output that is shown, what type of NAT has been\n implemented?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/2017-03-09_145554.png"
],
"type": 0,
"options": {
"q50-0": "static NAT with a NAT pool",
"q50-1": "static NAT with one entry",
"q50-2": "dynamic NAT with a pool of two public IP addresses",
"q50-3": "PAT using an external interface"
},
"correct": "q50-3"
},
{
"id": "-JrLr2siq",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/2017-03-09_142831.png"
],
"type": 0,
"options": {
"q51-0": "The inside and outside NAT interlaces have been configured backwards",
"q51-1": "The inside global address is not on the same subnet as the\n ISP",
"q51-2": "The address on Fa0/0 should be 64.100.0.1.",
"q51-3": "The NAT source access list matches the wrong address range."
},
"correct": "q51-1"
},
{
"id": "REOVzHDP3",
"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?",
"images": [],
"type": 0,
"options": {
"q52-0": "show port-security",
"q52-1": "show ip interface",
"q52-2": "show ip protocols",
"q52-3": "show mac-address-table",
"q52-4": "show cdp neighbors"
},
"correct": "q52-4"
},
{
"id": "Z1NlzQuiL",
"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."
},
"correct": [
"q53-0",
"q53-2"
]
},
{
"id": "TqXQ-CwtI",
"title": "54. What are three functions provided by the syslog service? (Choose three.)",
"images": [],
"type": 1,
"options": {
"q54-0": "to specify the destinations of captured messages",
"q54-1": "to periodically poll agents for data",
"q54-2": "to select the type of logging information that is captured",
"q54-3": "to gather logging information for monitoring and\n troubleshooting",
"q54-4": "to provide traffic analysis",
"q54-5": "to provide statistics on packets that are flowing through a Cisco device"
},
"correct": [
"q54-0",
"q54-2",
"q54-3"
]
},
{
"id": "HcJwha45e",
"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.)",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/06/46.jpg"
],
"type": 1,
"options": {
"q55-0": "host B",
"q55-1": "host C",
"q55-2": "host D",
"q55-3": "host E",
"q55-4": "host F",
"q55-5": "host G"
},
"correct": [
"q55-1",
"q55-2",
"q55-4"
]
},
{
"id": "__PDDV0rI",
"title": "56. Refer to the exhibit. An administrator is examining the message in a syslog server. What can be\n determined from the message?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/2017-03-09_144047.png"
],
"type": 0,
"options": {
"q56-0": "This is an error message that indicates the system is unusable.",
"q56-1": "This is an alert message for which immediate action is needed",
"q56-2": "This is an error message for which warning conditions exist",
"q56-3": "This is a notification message for a normal but significant condition\n "
},
"correct": "q56-3"
},
{
"id": "3LYnE810T",
"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?",
"images": [],
"type": 0,
"options": {
"q57-0": "Software Claim Certificate",
"q57-1": "Unique Device Identifier",
"q57-2": "End User License Agreement",
"q57-3": "Product Activation Key"
},
"correct": "q57-3"
},
{
"id": "zyEwt6w7B",
"title": "58. Refer to the exhibit. The network administrator enters these commands into the R1 router:",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/2017-03-09_141819.png"
],
"type": 0,
"options": {
"q58-0": "192.168.10.2",
"q58-1": "192.168.11.252",
"q58-2": "192.168.11.254",
"q58-3": "192.168.9.254",
"q58-4": "192.168.10.1"
},
"correct": "q58-1"
},
{
"id": "yfjJb03xj",
"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"
},
"correct": "q59-0"
},
{
"id": "mW4Q-5fQW",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/p39-prac-final-ccna2.jpg"
],
"type": 0,
"options": {
"q63-0": "Source MAC: 00E0.FE91.7799 Source IP: 192.168.1.1",
"q63-1": "Source MAC: 00E0.FE10.17A3 Source IP: 10.1.1.10",
"q63-2": "Source MAC: 00E0.FE91.7799 Source IP: 10.1.1.10",
"q63-3": "Source MAC: 00E0.FE10.17A3 Source IP: 192.168.1.1",
"q63-4": "Source MAC: 00E0.FE91.7799 Source IP: 10.1.1.1"
},
"correct": "q63-2"
},
{
"id": "4b3KDUHuO",
"title": "64. What benefit does NAT64 provide?",
"images": [],
"type": 0,
"options": {
"q64-0": "It allows sites to use private IPv6 addresses and translates them to global IPv6 addresses.",
"q64-1": "It allows sites to connect multiple IPv4 hosts to the Internet via the use of a single public IPv4 address.",
"q64-2": "It allows sites to connect IPv6 hosts to an IPv4 network by translating the\n IPv6 addresses to IPv4 addresses.",
"q64-3": "It allows sites to use private IPv4 addresses, and thus hides the internal addressing structure from hosts on\n public IPv4 networks."
},
"correct": "q64-2"
},
{
"id": "fPLENldwd",
"title": "65. What is the effect of configuring the ipv6 unicast-routing command on a router?",
"images": [],
"type": 0,
"options": {
"q65-0": "to assign the router to the all-nodes multicast group",
"q65-1": "to enable the router as an IPv6 router",
"q65-2": "to permit only unicast packets on the router",
"q65-3": "to prevent the router from joining the all-routers multicast group"
},
"correct": "q65-1"
},
{
"id": "vlzj1PdxC",
"title": "66. What is a characteristic of a static route that creates a gateway of last resort?",
"images": [],
"type": 0,
"options": {
"q66-0": "It backs up a route already discovered by a dynamic routing protocol.",
"q66-1": "It uses a single network address to send multiple static routes to one destination address.",
"q66-2": "It identifies the gateway IP address to which the router sends all IP\n packets for which it does not have a learned or static route",
"q66-3": "It is configured with a higher administrative distance than the original dynamic routing protocol has."
},
"correct": "q66-2"
},
{
"id": "Xjhz8kZCu",
"title": "67. Refer to the exhibit. Which route was configured as a static route to a specific network using the\n next-hop address?",
"images": [],
"type": 0,
"options": {
"q67-0": "S 0.0.0.0/0 [1/0] via 172.16.2.2",
"q67-1": "S 192.168.2.0/24 is directly connected. Serial 0/0/0",
"q67-2": "S 192.168.2.0/24 [1/0] via 172.16.2.2 ",
"q67-3": "C 172.16.2.0/24 is directly connected. Serial0/0/0"
},
"correct": "q67-2"
},
{
"id": "SpxWRhVgP",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/5-1.jpg"
],
"type": 0,
"options": {
"q68-0": "R2(config)# ipv6 route 2001:db8:10:12::/64 2001:db8:32::1",
"q68-1": "R2(config)# ipv6 route 2001:db8:10:12::/64 S0/0/0",
"q68-2": "R2(config)# ipv6 route ::/0 2001:db8:32::1",
"q68-3": "R2(config)# ipv6 route 2001:db8:10:12::/64 S0/0/1"
},
"correct": "q68-1"
},
{
"id": "c7_Q5ikYT",
"title": "69. Which network design may be recommended for a small campus site that consists of a single building with a\n few users?",
"images": [],
"type": 0,
"options": {
"q69-0": "a network design where the access and distribution layers are collapsed into a single layer",
"q69-1": "a network design where the access and core layers are collapsed into a single layer",
"q69-2": "a collapsed core network design",
"q69-3": "a three-tier campus network design where the access, distribution, and core are all separate layers, each one\n with very specific functions"
},
"correct": "q69-2"
},
{
"id": "k8FwtQ5FV",
"title": "70. Which information does a switch use to keep the MAC address table information current?",
"images": [],
"type": 0,
"options": {
"q70-0": "the destination MAC address and the incoming port",
"q70-1": "the destination MAC address and the outgoing port",
"q70-2": "the source and destination MAC addresses and the incoming port",
"q70-3": "the source and destination MAC addresses and the outgoing port",
"q70-4": "the source MAC address and the incoming port",
"q70-5": "the source MAC address and the outgoing port"
},
"correct": "q70-4"
},
{
"id": "ohAtCgjTm",
"title": "71. Which advantage does the store-and-forward switching method have compared with the cut-through switching\n method?",
"images": [],
"type": 0,
"options": {
"q71-0": "collision detecting",
"q71-1": "frame error checking",
"q71-2": "faster frame forwarding",
"q71-3": "frame forwarding using IPv4 Layer 3 and 4 information"
},
"correct": "q71-1"
},
{
"id": "AK7uckDih",
"title": "72. Which characteristic describes cut-through switching?",
"images": [],
"type": 0,
"options": {
"q72-0": "Frames are forwarded without any error checking.",
"q72-1": "Error-free fragments are forwarded, so switching accurs with lower latency.",
"q72-2": "Buffering is used to support different Ethernet speeds.",
"q72-3": "Only outgoing frames are checked for errors."
},
"correct": "q72-0"
},
{
"id": "MXOXTYnbO",
"title": "73. What is a result of connecting two or more switches together?",
"images": [],
"type": 0,
"options": {
"q73-0": "The number of broadcast domains is increased.",
"q73-1": "The size of the broadcast domain is increased.",
"q73-2": "The number of collision domains is reduced.",
"q73-3": "The size of the collision domain is increased."
},
"correct": "q73-1"
},
{
"id": "3gkQ9cyR8",
"title": "74. Which commands are used to re-enable a port that has been disabled as a result of a port security\n violation?",
"images": [],
"type": 0,
"options": {
"q74-0": "shutdown no shutdown",
"q74-1": "shutdown no switchport port-security",
"q74-2": "shutdown no switchport port-security violation shutdown",
"q74-3": "shutdown no switchport port-security maximum"
},
"correct": "q74-0"
},
{
"id": "If-wrXcac",
"title": "75. Which two characteristics describe the native VLAN? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q75-0": "Designed to carry traffic that is generated by users, this type of VLAN is also known as the default VLAN.",
"q75-1": "The native VLAN traffic will be untagged across the trunk\n link.",
"q75-2": "This VLAN is necessary for remote management of a switch.",
"q75-3": "High priority traffic, such as voice traffic, uses the native VLAN.",
"q75-4": "The native VLAN provides a common identifier to both ends of a\n trunk."
},
"correct": [
"q75-1",
"q75-4"
]
},
{
"id": "o4xh11oFs",
"title": "76. Which type of traffic is designed for a native VLAN?",
"images": [],
"type": 0,
"options": {
"q76-0": "management",
"q76-1": "user-generated",
"q76-2": "tagged",
"q76-3": "untagged"
},
"correct": "q76-3"
},
{
"id": "K0XR06oEZ",
"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."
},
"correct": "q77-3"
},
{
"id": "coYHCTcdY",
"title": "78. Refer to the exhibit. Inter-VLAN communication between VLAN 10, VLAN 20, and VLAN 30 is not successful.\n What is the problem?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/06/28.jpg"
],
"type": 0,
"options": {
"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."
},
"correct": "q78-1"
},
{
"id": "gXPxZM2Nv",
"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?",
"images": [],
"type": 1,
"options": {
"q79-0": "172.16.20.2",
"q79-1": "172.16.26.254",
"q79-2": "172.16.36.255",
"q79-3": "172.16.47.254",
"q79-4": "172.16.48.5"
},
"correct": [
"q79-2",
"q79-3"
]
},
{
"id": "HCPAKLdiZ",
"title": "80. Refer to the exhibit. A PC at address 10.1.1.45 is unable to access the Internet. What is the most likely\n cause of the problem?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/06/41.jpg"
],
"type": 0,
"options": {
"q80-0": "The NAT pool has been exhausted.",
"q80-1": "The wrong netmask was used on the NAT pool.",
"q80-2": "Access-list 1 has not been configured properly.",
"q80-3": "The inside and outside interfaces have been configured backwards."
},
"correct": "q80-0"
},
{
"id": "61AQq0Q2I",
"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."
},
"correct": "q81-2"
},
{
"id": "3yUhmvM1R",
"title": "82. What is indicated by the M in the Cisco IOS image name c1900-universalk9-mz.SPA.153-3.M.bin?",
"images": [],
"type": 0,
"options": {
"q82-0": "a maintenance deployment release",
"q82-1": "a minor release",
"q82-2": "a mainline release",
"q82-3": "an extended maintenance release"
},
"correct": "q82-3"
},
{
"id": "rSsWbYDq3",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/06/47.jpg"
],
"type": 0,
"options": {
"q83-0": "25574400 bytes",
"q83-1": "249856000 bytes",
"q83-2": "221896413 bytes",
"q83-3": "33591768 bytes"
},
"correct": "q83-2"
},
{
"id": "tMnho2MBc",
"title": "84. Refer to the exhibit. Based on the exhibited configuration and output, what are two reasons VLAN 99\n missing? (Choose two.)",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/06/48.jpg"
],
"type": 1,
"options": {
"q84-0": "because there is a cabling problem on VLAN 99",
"q84-1": "because VLAN 99 is not a valid management VLAN",
"q84-2": "because VLAN 1 is up and there can only be one management VLAN on the switch",
"q84-3": "because VLAN 99 needs to be entered as a VLAN under an interface before it\n can become an active interface",
"q84-4": "because the VLAN 99 has not been manually entered into the VLAN database\n with the vlan 99 command"
},
"correct": [
"q84-3",
"q84-4"
]
},
{
"id": "GRUifmawz",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/06/1.jpg"
],
"type": 0,
"options": {
"q86-0": "1",
"q86-1": "2",
"q86-2": "3",
"q86-3": "4",
"q86-4": "5",
"q86-5": "6"
},
"correct": "q86-1"
},
{
"id": "mE4g9QXPz",
"title": "87. Refer to the exhibit. Which highlighted value represents a specific destination network in the routing\n table?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/2017-03-09_150031.png"
],
"type": 0,
"options": {
"q87-0": "0.0.0.0",
"q87-1": "172.16.100.64",
"q87-2": "172.16.100.2",
"q87-3": "110",
"q87-4": "791"
},
"correct": "q87-1"
},
{
"id": "TIfsE1qmV",
"title": "88. On which two routers would a default static route be configured? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q88-0": "stub router connection to the rest of the corporate or campus\n network",
"q88-1": "any router where a backup route to dynamic routing is needed for reliability",
"q88-2": "edge router connection to the ISP",
"q88-3": "any router running an IOS prior to 12.0",
"q88-4": "the router that serves as the gateway of last resort"
},
"correct": [
"q88-0",
"q88-2"
]
},
{
"id": "ZdzgOWhMk",
"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? ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/i246203v1n1_2107451.jpg"
],
"type": 0,
"options": {
"q89-0": "R2(config)# ip route 172.16.2.1 255.255.255.0 172.16.3.1",
"q89-1": "R2(config)# ip route 172.16.2.0 255.255.255.0 172.16.2.254",
"q89-2": "R2(config)# ip route 172.16.2.0 255.255.255.0 172.16.3.1",
"q89-3": "R2(config)# ip route 172.16.3.0 255.255.255.0 172.16.2.254"
},
"correct": "q89-2"
},
{
"id": "72hTc_tyh",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/sfdsgfdg5-1.jpg"
],
"type": 0,
"options": {
"q90-0": "Add an administrative distance of 254.",
"q90-1": "Change the destination network and mask to 0.0.0.0 0.0.0.0",
"q90-2": "Change the exit interface to S0/0/1.",
"q90-3": "Add the next-hop neighbor address of 209.165.200.226."
},
"correct": "q90-1"
},
{
"id": "9cIX8h1_b",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/06/7-1.jpg"
],
"type": 0,
"options": {
"q91-0": "Add the next hop neighbor address of 192.168.0.36.",
"q91-1": "Change the administrative distance to 1.",
"q91-2": "Change the destination network to 192.168.0.34.",
"q91-3": "Change the administrative distance to 120."
},
"correct": "q91-3"
},
{
"id": "Myx2nRP7y",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/06/10.jpg"
],
"type": 0,
"options": {
"q92-0": "RIPv2 does not support VLSM.",
"q92-1": "RIPv2 is misconfigured on router R1.",
"q92-2": "RIPv2 is misconfigured on router R2.",
"q92-3": "RIPv2 is misconfigured on router R3.",
"q92-4": "RIPv2 does not support discontiguous networks."
},
"correct": "q92-2"
},
{
"id": "Yr725ynzI",
"title": "93. What caused the following error message to appear?",
"images": [],
"type": 0,
"options": {
"q93-0": "Another switch was connected to this switch port with the wrong cable.",
"q93-1": "An unauthorized user tried to telnet to the switch through switch port Fa0/8.",
"q93-2": "NAT was enabled on a router, and a private IP address arrived on switch port Fa0/8.",
"q93-3": "A host with an invalid IP address was connected to a switch port that was previously unused.",
"q93-4": "Port security was enabled on the switch port, and an unauthorized connection\n was made on switch port Fa0/8."
},
"correct": "q93-4"
},
{
"id": "na7S6HMdt",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/06/24.jpg"
],
"type": 0,
"options": {
"q94-0": "1",
"q94-1": "2",
"q94-2": "3",
"q94-3": "4",
"q94-4": "5",
"q94-5": "6",
"q94-6": "11"
},
"correct": "q94-4"
},
{
"id": "KWVETcvUT",
"title": "95. Which statement describes a characteristic of the extended range VLANs that are created on a Cisco 2960\n switch?",
"images": [],
"type": 0,
"options": {
"q95-0": "They are numbered VLANs 1002 to 1005.",
"q95-1": "They cannot be used across multiple switches.",
"q95-2": "They are reserved to support Token Ring VLANs.",
"q95-3": "They are not stored in the vlan.dat file."
},
"correct": "q95-3"
},
{
"id": "z9n1bKxf9",
"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?",
"images": [],
"type": 0,
"options": {
"q96-0": "Switch(config)# interface gigabitethernet 1/1 Switch(config-if)# spanning-tree vlan 1",
"q96-1": "Switch(config)# interface gigabitethernet 1/1 Switch(config-if)# spanning-tree portfast",
"q96-2": "Switch(config)# interface gigabitethernet 1/1 ",
"q96-3": "Switch(config)# interface gigabitethernet 1/1 Switch(config-if)# switchport access vlan 1"
},
"correct": "q96-2"
},
{
"id": "N8FR-NcO-",
"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."
},
"correct": "q97-2"
},
{
"id": "uNopVUAad",
"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."
},
"correct": "q98-0"
},
{
"id": "N_Zsh4_8T",
"title": "99. What is used in the EUI-64 process to create an IPv6 interface ID on an IPv6 enabled interface?",
"images": [],
"type": 0,
"options": {
"q99-0": "the MAC address of the IPv6 enabled interface",
"q99-1": "a randomly generated 64-bit hexadecimal address",
"q99-2": "an IPv6 address that is provided by a DHCPv6 server",
"q99-3": "an IPv4 address that is configured on the interface"
},
"correct": "q99-0"
},
{
"id": "Y30v7RDHO",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/06/36.jpg"
],
"type": 0,
"options": {
"q100-0": "192.0.2.2",
"q100-1": "172.16.1.10",
"q100-2": "203.0.113.10",
"q100-3": "172.16.1.254",
"q100-4": "192.168.1.5",
"q100-5": "209.165.200.245"
},
"correct": "q100-5"
},
{
"id": "9EWTjf3dr",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/01/ccna2.png"
],
"type": 0,
"options": {
"q101-0": "10.0.0.31",
"q101-1": "172.16.12.5",
"q101-2": "172.16.12.33",
"q101-3": "192.168.1.10",
"q101-4": "172.16.25.35"
},
"correct": "q101-4"
},
{
"id": "k-7sYYIY7",
"title": "102. What is the purpose of the Cisco PAK?",
"images": [],
"type": 0,
"options": {
"q102-0": "It is a key for enabling an IOS feature set.",
"q102-1": "It is a proprietary encryption algorithm.",
"q102-2": "It is a compression file type used when installing IOS 15 or an IOS upgrade.",
"q102-3": "It is a way to compress an existing IOS so that a newer IOS version can be co-installed on a router."
},
"correct": "q102-0"
},
{
"id": "gB8dShJv7",
"title": "103. What is the major release number in the IOS image name c1900-universalk9-mz.SPA.152-3.T.bin?",
"images": [],
"type": 0,
"options": {
"q103-0": "2",
"q103-1": "15",
"q103-2": "3",
"q103-3": "52",
"q103-4": "1900",
"q103-5": "17"
},
"correct": "q103-1"
},
{
"id": "M9vTKC-d0",
"title": "104. What is the reason that an ISP commonly assigns a DHCP address to a wireless router in a SOHO\n environment?",
"images": [],
"type": 0,
"options": {
"q104-0": "better connectivity",
"q104-1": "easy IP address management",
"q104-2": "better network performance",
"q104-3": "easy configuration on ISP firewall"
},
"correct": "q104-1"
},
{
"id": "ix_gDlQxf",
"title": "105. Refer to the exhibit. What does the number 17:46:26:143 represent?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/2017-03-08_181316.png"
],
"type": 0,
"options": {
"q105-0": "The time passed since the syslog server has been started",
"q105-1": "the time when the syslog massage was issued",
"q105-2": "the time on the router when the show logging command was issued",
"q105-3": "the time pass since the interfaces have been up"
},
"correct": "q105-1"
},
{
"id": "kfv0m2h_L",
"title": "106. What statement describes a Cisco IOS image with the “universalk9_npe” designation for Cisco ISR G2\n routers?",
"images": [],
"type": 0,
"options": {
"q106-0": "It is an IOS version that provides only the IPBase feature set.",
"q106-1": "It is an IOS version that, at the request of some countries, removes any\n strong cryptographic functionality.",
"q106-2": "It is an IOS version that offers all of the Cisco IOS Software feature sets.",
"q106-3": "It is an IOS version that can only be used in the United States of America."
},
"correct": "q106-1"
},
{
"id": "y_SZx5-Uy",
"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. )",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/2017-03-08_183325.png"
],
"type": 1,
"options": {
"q107-0": "Both routers are configured to use NTPv2.",
"q107-1": "Router R1 is the master, and R2 is the client.",
"q107-2": "Router R2 is the master, and R1 is the client.",
"q107-3": "The IP address of R1 is 192. 168. 1. 2.",
"q107-4": "The IP address of R2 is 192. 168. 1. 2."
},
"correct": [
"q107-1",
"q107-4"
]
},
{
"id": "D1pE2iDTf",
"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."
},
"correct": "q108-1"
},
{
"id": "F6e2QXBi5",
"title": "109. What is used as the default event logging destination for Cisco routers and switches?",
"images": [],
"type": 0,
"options": {
"q109-0": "syslog server",
"q109-1": "console line",
"q109-2": "terminal line",
"q109-3": "workstation"
},
"correct": "q109-1"
},
{
"id": "ALEFjs_L-",
"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.)",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/2017-03-09_143739.jpg"
],
"type": 1,
"options": {
"q110-0": "access-list 4 permit 192.168.10.0 0.0.0.255",
"q110-1": "access-list 1 permit 192.168.10.128 0.0.0.127",
"q110-2": "access-list 2 permit host 192.168.10.131 access-list 2 permit host\n 192.168.10.201",
"q110-3": "access-list 5 permit 192.168.10.128 0.0.0.63* access-list 5 permit\n 192.168.10.192 0.0.0.63",
"q110-4": "access-list 3 permit 192.168.10.128 0.0.0.63"
},
"correct": [
"q110-2",
"q110-3"
]
},
{
"id": "6cVEXOiqb",
"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."
},
"correct": "q111-0"
},
{
"id": "UIruodC1C",
"title": "112. Which kind of message is sent by a DHCP client when its IP address lease has expired?",
"images": [],
"type": 0,
"options": {
"q112-0": "a DHCPDISCOVER broadcast message",
"q112-1": "a DHCPREQUEST broadcast message",
"q112-2": "a DHCPREQUEST unicast message",
"q112-3": "a DHCPDISCOVER unicast message"
},
"correct": "q112-2"
},
{
"id": "hyGVBsmEW",
"title": "113. What is a disadvantage of NAT?",
"images": [],
"type": 0,
"options": {
"q113-0": "There is no end-to-end addressing.",
"q113-1": "The router does not need to alter the checksum of the IPv4 packets.",
"q113-2": "The internal hosts have to use a single public IPv4 address for external communication.",
"q113-3": "The costs of readdressing hosts can be significant for a publicly addressed network."
},
"correct": "q113-0"
},
{
"id": "eLj81DE27",
"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.)",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/i215806v1n2_215806.jpg"
],
"type": 1,
"options": {
"q114-0": "R1 Gi0/1.12",
"q114-1": "R1 S0/0/0",
"q114-2": "R2 S0/0/1",
"q114-3": "R2 Gi0/1.20",
"q114-4": "inbound",
"q114-5": "outbound"
},
"correct": [
"q114-0",
"q114-5"
]
},
{
"id": "y6xciHFRi",
"title": "115. Which two packet filters could a network administrator use on an IPv4 extended ACL? (Choose\n two.)",
"images": [],
"type": 1,
"options": {
"q115-0": "destination MAC address",
"q115-1": "ICMP message type",
"q115-2": "computer type",
"q115-3": "source TCP hello address",
"q115-4": "destination UDP port number"
},
"correct": [
"q115-0",
"q115-1",
"q115-4"
]
},
{
"id": "GHgPOuN-k",
"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"
},
"correct": "q116-3"
},
{
"id": "Xmq1ZS3Sg",
"title": "117. Which three values or sets of values are included when creating an extended access control list entry?\n (Choose three.)",
"images": [],
"type": 1,
"options": {
"q117-0": "access list number between 1 and 99",
"q117-1": "access list number between 100 and 199",
"q117-2": "default gateway address and wildcard mask",
"q117-3": "destination address and wildcard mask",
"q117-4": "source address and wildcard mask",
"q117-5": "source subnet mask and wildcard mask",
"q117-6": "destination subnet mask and wildcard mask"
},
"correct": [
"q117-1",
"q117-3",
"q117-4"
]
},
{
"id": "0Z8tnH-Ul",
"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?",
"images": [],
"type": 0,
"options": {
"q118-0": "permit ip any any",
"q118-1": "permit ip any host ip_address",
"q118-2": "permit icmp any any nd-na",
"q118-3": "deny ip any any"
},
"correct": "q118-2"
},
{
"id": "CVY4aE6-N",
"title": "119. Refer to the exhibit. How did the router obtain the last route that is shown?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/i209416v1n1_209416-1.png"
],
"type": 0,
"options": {
"q119-0": "The ip route command was used.",
"q119-1": "The ipv6 route command was used.",
"q119-2": "Another router in the same organization provided the default route by using a\n dynamic routing protocol.",
"q119-3": "The ip address interface configuration mode command was used in addition to the network routing protocol\n configuration mode command."
},
"correct": "q119-2"
},
{
"id": "3ceue6WUW",
"title": "120. Which statement is correct about IPv6 routing?",
"images": [],
"type": 0,
"options": {
"q120-0": "IPv6 routing is enabled by default on Cisco routers.",
"q120-1": "IPv6 only supports the OSPF and EIGRP routing protocols.",
"q120-2": "IPv6 routes appear in the same routing table as IPv4 routes.",
"q120-3": "IPv6 uses the link-local address of neighbors as the next-hop address for\n dynamic routes."
},
"correct": "q120-3"
},
{
"id": "vu3Io0X4V",
"title": "121. Refer to the exhibit. Which type of route is 172.16.0.0/16?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/i211955v1n2_211955.jpg"
],
"type": 0,
"options": {
"q121-0": "child route",
"q121-1": "ultimate route",
"q121-2": "default route",
"q121-3": "level 1 parent route"
},
"correct": "q121-3"
},
{
"id": "IXpv7y844",
"title": "122. Refer to the exhibit. Which type of IPv6 static route is configured in the exhibit?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/02/2017-02-18_154301.jpg"
],
"type": 0,
"options": {
"q122-0": "directly attached static route",
"q122-1": "recursive static route",
"q122-2": "fully specified static route",
"q122-3": "floating static route"
},
"correct": "q122-1"
},
{
"id": "0FQobrAb3",
"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?",
"images": [],
"type": 0,
"options": {
"q123-0": "ipv6 route 2001:db8:cafe::/62 S0/0/0",
"q123-1": "ipv6 route 2001:db8:cafe::/54 S0/0/0",
"q123-2": "ipv6 route 2001:db8:cafe::/56 S0/0/0",
"q123-3": "ipv6 route 2001:db8:cafe::/60 S0/0/0"
},
"correct": "q123-2"
},
{
"id": "QetwNcEJe",
"title": "124. Refer to the exhibit. If RIPng is enabled, how many hops away does R1 consider the 2001:0DB8:ACAD:1::/64\n network to be?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/02/2017-02-18_145534.jpg"
],
"type": 0,
"options": {
"q124-0": "1",
"q124-1": "2",
"q124-2": "3",
"q124-3": "4"
},
"correct": "q124-2"
},
{
"id": "B-ivO6Mzh",
"title": "125. Which statement is true about the difference between OSPFv2 and OSPFv3?",
"images": [],
"type": 0,
"options": {
"q125-0": "OSPFv3 routers use a different metric than OSPFv2 routers use.",
"q125-1": "OSPFv3 routers use a 128 bit router ID instead of a 32 bit ID.",
"q125-2": "OSPFv3 routers do not need to elect a DR on multiaccess segments.",
"q125-3": "OSPFv3 routers do not need to have matching subnets to form neighbor\n adjacencies."
},
"correct": "q125-3"
},
{
"id": "UDbd1mPmv",
"title": "126. What happens immediately after two OSPF routers have exchanged hello packets and have formed a neighbor\n adjacency?",
"images": [],
"type": 0,
"options": {
"q126-0": "They exchange DBD packets in order to advertise parameters such as hello and dead intervals.",
"q126-1": "They negotiate the election process if they are on a multiaccess network.",
"q126-2": "They request more information about their databases.",
"q126-3": "They exchange abbreviated lists of their LSDBs."
},
"correct": "q126-3"
},
{
"id": "sfnNzN4IA",
"title": "127. What does the cost of an OSPF link indicate?",
"images": [],
"type": 0,
"options": {
"q127-0": "A higher cost for an OSPF link indicates a faster path to the destination.",
"q127-1": "Link cost indicates a proportion of the accumulated value of the route to the destination.",
"q127-2": "Cost equals bandwidth.",
"q127-3": "A lower cost indicates a better path to the destination than a higher cost\n does."
},
"correct": "q127-3"
},
{
"id": "qJLr6HTmR",
"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",
"q128-1": "the type of network link",
"q128-2": "the link next-hop IP address",
"q128-3": "the link bandwidth",
"q128-4": "the cost of that link"
},
"correct": [
"q128-0",
"q128-1",
"q128-4"
]
},
{
"id": "zIdERd7hY",
"title": "129. Which three requirements are necessary for two OSPFv2 routers to form an adjacency? (Choose\n three.)",
"images": [],
"type": 1,
"options": {
"q129-0": "The two routers must include the inter-router link network in an OSPFv2 network\n command.",
"q129-1": "The OSPFv2 process is enabled on the interface by entering the ospf process area-id command.",
"q129-2": "The OSPF hello or dead timers on each router must match.",
"q129-3": "The OSPFv2 process ID must be the same on each\n router.",
"q129-4": "The link interface subnet masks must match.",
"q129-5": "The link interface on each router must be configured with a link-local address."
},
"correct": [
"q129-0",
"q129-2",
"q129-3",
"q129-4"
]
},
{
"id": "y7TuRGrGu",
"title": "130. A router needs to be configured to route within OSPF area 0. Which two commands are required to\n accomplish this? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q130-0": "RouterA(config)# router ospf 0",
"q130-1": "RouterA(config)# router ospf 1",
"q130-2": "RouterA(config-router)# network 192.168.2.0 0.0.0.255 0",
"q130-3": "RouterA(config-router)# network 192.168.2.0 0.0.0.255 area 0",
"q130-4": "RouterA(config-router)# network 192.168.2.0 255.255.255.0 0"
},
"correct": [
"q130-1",
"q130-3"
]
},
{
"id": "4gRj8y8s7",
"title": "131. What are two features of a link-state routing protocol? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q131-0": "Routers send periodic updates only to neighboring routers.",
"q131-1": "Routers send triggered updates in response to a change.",
"q131-2": "Routers create a topology of the network by using information from other\n routers.",
"q131-3": "The database information for each router is obtained from the same source.",
"q131-4": "Paths are chosen based on the lowest number of hops to the designated router."
},
"correct": [
"q131-1",
"q131-2"
]
},
{
"id": "DJAIf7uyw",
"title": "132. Why would an administrator use a network security auditing tool to flood the switch MAC address table\n with fictitious MAC addresses?",
"images": [],
"type": 0,
"options": {
"q132-0": "to determine which ports are not correctly configured to prevent MAC address\n flooding",
"q132-1": "to determine when the CAM table size needs to be increased in order to prevent overflows",
"q132-2": "to determine if the switch is forwarding the broadcast traffic correctly",
"q132-3": "to determine which ports are functioning"
},
"correct": "q132-0"
},
{
"id": "Ptq2H6rbH",
"title": "133. Which problem is evident if the show ip interface command shows that the interface is down and the line\n protocol is down?",
"images": [],
"type": 0,
"options": {
"q133-0": "An encapsulation mismatch has occurred.",
"q133-1": "A cable has not been attached to the port.",
"q133-2": "The no shutdown command has not been issued on the interface.",
"q133-3": "There is an IP address conflict with the configured address on the interface."
},
"correct": "q133-1"
},
{
"id": "D4F2DqxEt",
"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."
},
"correct": "q134-1"
},
{
"id": "iUTDu8ylP",
"title": "135. Which three pairs of trunking modes will establish a functional trunk link between two Cisco switches?\n (Choose three.)",
"images": [],
"type": 1,
"options": {
"q135-0": "dynamic desirable dynamic desirable",
"q135-1": "dynamic auto dynamic auto",
"q135-2": "dynamic desirable dynamic auto",
"q135-3": "dynamic desirable trunk",
"q135-4": "access trunk",
"q135-5": "access dynamic auto"
},
"correct": [
"q135-0",
"q135-2",
"q135-3"
]
},
{
"id": "PXelLv4PL",
"title": "136. What are two ways of turning off DTP on a trunk link between switches? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q136-0": "Change the native VLAN on both ports.",
"q136-1": "Configure attached switch ports with the dynamic desirable command option.",
"q136-2": "Configure attached switch ports with the nonegotiate command\n option.",
"q136-3": "Configure one port with the dynamic auto command option and the opposite attached switch port with the dynamic\n desirable command option.",
"q136-4": "Place the two attached switch ports in access mode."
},
"correct": [
"q136-2",
"q136-4"
]
},
{
"id": "i7PsONKLS",
"title": "137. On a switch that is configured with multiple VLANs, which command will remove only VLAN 100 from the\n switch?",
"images": [],
"type": 0,
"options": {
"q137-0": "Switch# delete flash:vlan.dat",
"q137-1": "Switch(config-if)# no switchport access vlan 100",
"q137-2": "Switch(config-if)# no switchport trunk allowed vlan 100",
"q137-3": "Switch(config)# no vlan 100"
},
"correct": "q137-3"
},
{
"id": "wsTjqN-ok",
"title": "138. What is the purpose of setting the native VLAN separate from data VLANs?",
"images": [],
"type": 0,
"options": {
"q138-0": "The native VLAN is for carrying VLAN management traffic only.",
"q138-1": "The security of management frames that are carried in the native VLAN can be enhanced.",
"q138-2": "A separate VLAN should be used to carry uncommon untagged frames to avoid\n bandwidth contention on data VLANs.",
"q138-3": "The native VLAN is for routers and switches to exchange their management information, so it should be different\n from data VLANs."
},
"correct": "q138-2"
},
{
"id": "bnawpJ7S2",
"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."
},
"correct": "q139-2"
},
{
"id": "-6w0LZnJr",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/i212644v1n2_212644.jpg"
],
"type": 0,
"options": {
"q140-0": "A configuration for the native VLAN is missing.",
"q140-1": "There is no IP address configured for the FastEthernet 0/0 interface.",
"q140-2": "The wrong VLAN has been configured on subinterface Fa0/0.50.",
"q140-3": "The VLAN IP addresses should belong to the same subnet."
},
"correct": "q140-2"
},
{
"id": "690qUiGZa",
"title": "141. What is the purpose of an access list that is created as part of configuring IP address\n translation?",
"images": [],
"type": 0,
"options": {
"q141-0": "The access list defines the valid public addresses for the NAT or PAT pool.",
"q141-1": "The access list defines the private IP addresses that are to be\n translated.",
"q141-2": "The access list prevents external devices from being a part of the address translation.",
"q141-3": "The access list permits or denies specific addresses from entering the device doing the translation."
},
"correct": "q141-1"
},
{
"id": "0JdQSGtNa",
"title": "143. Beginning with the Cisco IOS Software Release 15.0, which license is a prerequisite for installing\n additional technology pack licenses?",
"images": [],
"type": 0,
"options": {
"q143-0": "UC",
"q143-1": "IPBase",
"q143-2": "SEC",
"q143-3": "DATA"
},
"correct": "q143-1"
},
{
"id": "dnhMsybzV",
"title": "144. Refer to the exhibit. How many broadcast and collision domains exist in the topology?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/i214792v1n1_5.jpg"
],
"type": 0,
"options": {
"q144-0": "10 broadcast domains and 5 collision domains",
"q144-1": "5 broadcast domains and 10 collision domains",
"q144-2": "5 broadcast domains and 11 collision domains",
"q144-3": "16 broadcast domains and 11 collision domains"
},
"correct": "q144-1"
},
{
"id": "w8M21FOMw",
"title": "145. What is a function of the distribution layer?",
"images": [],
"type": 0,
"options": {
"q145-0": "fault isolation",
"q145-1": "network access to the user",
"q145-2": "high-speed backbone connectivity",
"q145-3": "interconnection of large-scale networks in wiring closets"
},
"correct": "q145-3"
},
{
"id": "rQav1vZ8u",
"title": "150. When a Cisco switch receives untagged frames on a 802.1Q trunk port, which VLAN ID is the traffic\n switched to by default?",
"images": [],
"type": 0,
"options": {
"q150-0": "data VLAN ID",
"q150-1": "native VLAN ID",
"q150-2": "unused VLAN ID",
"q150-3": "management VLAN ID"
},
"correct": "q150-1"
},
{
"id": "YRWrAv475",
"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.)",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/11-final-ccna2.jpg"
],
"type": 1,
"options": {
"q151-0": "(config)# interface gigabitethernet 1/1 (config-if)# no\n switchport",
"q151-1": "(config-if)# ip address 192.168.1.2 255.255.255.252 (config)# interface vlan 1 (config-if)# ip\n address 192.168.1.2 255.255.255.0 (config-if)# no shutdown",
"q151-2": "(config)# interface gigabitethernet1/1 (config-if)# switchport mode trunk",
"q151-3": "(config)# interface fastethernet0/4 (config-if)# switchport mode trunk",
"q151-4": "(config)# ip routing"
},
"correct": [
"q151-0",
"q151-4"
]
},
{
"id": "tBLe7cIsv",
"title": "152. How is the router ID for an OSPFv3 router determined?",
"images": [],
"type": 0,
"options": {
"q152-0": "the highest IPv6 address on an active interface",
"q152-1": "the highest EUI-64 ID on an active interface",
"q152-2": "the highest IPv4 address on an active interface",
"q152-3": "the lowest MAC address on an active interface"
},
"correct": "q152-2"
},
{
"id": "sJTKNUt0K",
"title": "153. Which two statements are characteristics of routed ports on a multilayer switch? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q153-0": "In a switched network, they are mostly configured between switches at the\n core and distribution layers.",
"q153-1": "They support subinterfaces, like interfaces on the Cisco IOS routers.",
"q153-2": "The interface vlan command has to be entered to create a VLAN on routed ports.",
"q153-3": "They are used for point-to-multipoint links.",
"q153-4": "They are not associated with a particular VLAN."
},
"correct": [
"q153-0",
"q153-4"
]
},
{
"id": "4-lxH-y0t",
"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?",
"images": [],
"type": 1,
"options": {
"q155-0": "static NAT",
"q155-1": "dynamic NAT",
"q155-2": "port address translation ",
"q155-3": "DHCP"
},
"correct": [
"q155-1",
"q155-2"
]
},
{
"id": "T5ZJEQcYN",
"title": "156. What best describes the operation of distance vector routing protocols?",
"images": [],
"type": 0,
"options": {
"q156-0": "They use hop count as their only metric.",
"q156-1": "They send their routing tables to directly connected\n neighbors.",
"q156-2": "They flood the entire network with routing updates.",
"q156-3": "They only send out updates when a new network is added."
},
"correct": "q156-1"
},
{
"id": "_lY8kLAg2",
"title": "157. Which three advantages are provided by static routing? (Choose three.)",
"images": [],
"type": 1,
"options": {
"q157-0": "The path a static route uses to send data is known.",
"q157-1": "No intervention is required to maintain changing route information.",
"q157-2": "Static routing does not advertise over the network, thus providing better\n security.",
"q157-3": "Static routing typically uses less network bandwidth and fewer CPU\n operations than dynamic routing does.",
"q157-4": "Configuration of static routes is error-free. Static routes scale well as the network grows."
},
"correct": [
"q157-0",
"q157-2",
"q157-3"
]
},
{
"id": "HaXX-uflJ",
"title": "158. When configuring a switch to use SSH for virtual terminal connections, what is the purpose of the crypto\n key generate rsa command?",
"images": [],
"type": 0,
"options": {
"q158-0": "show active SSH ports on the switch",
"q158-1": "disconnect SSH connected hosts",
"q158-2": "create a public and private key pair",
"q158-3": "show SSH connected hosts",
"q158-4": "access the SSH database configuration"
},
"correct": "q158-2"
},
{
"id": "YVa9JzgUE",
"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.",
"q159-3": "The gigabit interfaces are passive."
},
"correct": "q159-1"
},
{
"id": "n28T7DVUq",
"title": "160. Which two commands can be used to verify the content and placement of access control lists? (Choose\n two.)",
"images": [],
"type": 1,
"options": {
"q160-0": "show processes show cdp neighbor",
"q160-1": "show access-lists",
"q160-2": "show ip route",
"q160-3": "show running-config"
},
"correct": [
"q160-1",
"q160-3"
]
},
{
"id": "gEKQlWYie",
"title": "161. Refer to the exhibit.",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/57-final-ccna2.jpg"
],
"type": 0,
"options": {
"q161-0": "192.168.0.0/24",
"q161-1": "192.168.0.0/23",
"q161-2": "192.168.0.0/22",
"q161-3": "192.168.0.0/21"
},
"correct": "q161-2"
},
{
"id": "u46qJqhJM",
"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?",
"images": [],
"type": 0,
"options": {
"q162-0": "routing protocol",
"q162-1": "outgoing interface",
"q162-2": "metric",
"q162-3": "administrative distance"
},
"correct": "q162-3"
},
{
"id": "7AZkuafKI",
"title": "163. Which type of router memory temporarily stores the running configuration file and ARP table?",
"images": [],
"type": 0,
"options": {
"q163-0": "flash",
"q163-1": "NVRAM",
"q163-2": "RAM",
"q163-3": "ROM"
},
"correct": "q163-2"
},
{
"id": "AwPRG6lo1",
"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."
},
"correct": "q164-2"
},
{
"id": "2rKHv0Xu2",
"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."
},
"correct": "q165-3"
},
{
"id": "qczFSp5JC",
"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."
},
"correct": "q166-2"
},
{
"id": "UNOetRsT7",
"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",
"q167-3": "permit ipv6 any any",
"q167-4": "deny ipv6 any any",
"q167-5": "ipv6 traffic-filter NoWeb in",
"q167-6": "ip access-group NoWeb in"
},
"correct": [
"q167-2",
"q167-3",
"q167-5"
]
},
{
"id": "7nb-S2vIZ",
"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?",
"images": [],
"type": 0,
"options": {
"q168-0": "router(config-router)# network 172.16.1.0 0.0.255.255 area\n 0",
"q168-1": "router(config-router)# network 172.16.0.0 0.0.15.255 area 0",
"q168-2": "router(config-router)# network 172.16.1.0 255.255.255.0 area 0",
"q168-3": "router(config-router)# network 172.16.1.0 0.0.0.0 area 0"
},
"correct": "q168-0"
},
{
"id": "7I3oft1oT",
"title": "169. Which subnet mask would be used as the classful mask for the IP address 192.135.250.27?",
"images": [],
"type": 0,
"options": {
"q169-0": "255.0.0.0",
"q169-1": "255.255.0.0",
"q169-2": "255.255.255.0",
"q169-3": "255.255.255.224"
},
"correct": "q169-2"
},
{
"id": "hPaPkzfjL",
"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?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/02/ccna1chap3-newquestion2.png"
],
"type": 0,
"options": {
"q170-0": "5",
"q170-1": "8",
"q170-2": "20",
"q170-3": "25",
"q170-4": "30"
},
"correct": "q170-0"
},
{
"id": "tl3HN8t8A",
"title": "171. The buffers for packet processing and the running configuration file are temporarily stored in which\n type of router memory?",
"images": [],
"type": 0,
"options": {
"q171-0": "Flash",
"q171-1": "NVRAM",
"q171-2": "RAM",
"q171-3": "ROM"
},
"correct": "q171-2"
},
{
"id": "_x3Qmt2az",
"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?",
"images": [],
"type": 0,
"options": {
"q172-0": "access-group 11 in",
"q172-1": "access-class 11 in",
"q172-2": "access-list 11 in",
"q172-3": "access-list 110 in"
},
"correct": "q172-1"
},
{
"id": "ZFtzH6D5Q",
"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?",
"images": [],
"type": 0,
"options": {
"q173-0": "10.0.0.0/24",
"q173-1": "10.0.0.0/23",
"q173-2": "10.0.0.0/22",
"q173-3": "10.0.0.0/21"
},
"correct": "q173-3"
},
{
"id": "XmlN5omSw",
"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",
"q174-3": "permit ipv6 any any",
"q174-4": "deny ipv6 any any",
"q174-5": "ip access-group WebFilter in",
"q174-6": "ipv6 traffic-filter WebFilter in"
},
"correct": [
"q174-1",
"q174-2",
"q174-4"
]
},
{
"id": "POAzDocY8",
"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?",
"images": [],
"type": 0,
"options": {
"q175-0": "192.168.5.64",
"q175-1": "192.168.5.0",
"q175-2": "192.168.0.0",
"q175-3": "No address is displayed."
},
"correct": "q175-1"
},
{
"id": "uFKeNh-Ek",
"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"
},
"correct": "q176-2"
},
{
"id": "Wln2VbMJY",
"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?",
"images": [],
"type": 0,
"options": {
"q177-0": "Metric",
"q177-1": "Colour",
"q177-2": "Meter",
"q177-3": "Bread"
},
"correct": "q177-0"
},
{
"id": "bn-4SttIP",
"title": "178. What is the minimum configuration for a router interface that is participating in IPv6 routing?",
"images": [],
"type": 0,
"options": {
"q178-0": "Ipv6",
"q178-1": "OSPF",
"q178-2": "Link-access",
"q178-3": "To have only a link-local IPv6 address",
"q178-4": "Protocol"
},
"correct": "q178-3"
},
{
"id": "kr0xpe4x4",
"title": "179. Which two statements are true about half-duplex and full-duplex communications? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q179-0": "Full duplex offers 100 percent potential use of the\n bandwidth.",
"q179-1": "Half duplex has only one channel.",
"q179-2": "All modern NICs support both half-duplex and full-duplex communication.",
"q179-3": "Full duplex allows both ends to transmit and receive\n simultaneously.",
"q179-4": "Full duplex increases the effective bandwidth."
},
"correct": [
"q179-0",
"q179-3"
]
},
{
"id": "ZKal7C5jj",
"title": "181. Which two commands should be implemented to return a Cisco 3560 trunk port to its default configuration?\n (Choose two.)",
"images": [],
"type": 1,
"options": {
"q181-0": "S1(config-if)# no switchport trunk allowed vlan",
"q181-1": "S1(config-if)# no switchport trunk native vlan",
"q181-2": "S1(config-if)# switchport mode dynamic desirable",
"q181-3": "S1(config-if)# switchport mode access",
"q181-4": "S1(config-if)# switchport access vlan 1"
},
"correct": [
"q181-0",
"q181-1"
]
},
{
"id": "uiQ8yaMMA",
"title": "182. Which command will enable auto-MDIX on a device?",
"images": [],
"type": 0,
"options": {
"q182-0": "S1(config-if)# mdix auto",
"q182-1": "S1# auto-mdix S1(config-if)# auto-mdix",
"q182-2": "S1# mdix auto S1(config)# mdix auto",
"q182-3": "S1(config)# auto-mdix"
},
"correct": "q182-0"
},
{
"id": "_NMDSuqpA",
"title": "183. What is the effect of issuing the passive-interface default command on a router that is configured for\n OSPF?",
"images": [],
"type": 0,
"options": {
"q183-0": "Routers that share a link and use the same routing protocol",
"q183-1": "It prevents OSPF messages from being sent out any OSPF-enabled\n interface.",
"q183-2": "All of above",
"q183-3": "Routers that share a link and use the same routing protocol"
},
"correct": "q183-1"
},
{
"id": "1fA-fsU2o",
"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",
"q184-2": "routers that reside in the same area",
"q184-3": "routers that exchange LSAs"
},
"correct": "q184-1"
},
{
"id": "Smgy787sv",
"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.)",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/02/new-ccna-2-practice-exam-p53.png"
],
"type": 1,
"options": {
"q185-0": "Address translation is working.",
"q185-1": "Three addresses from the NAT pool are being used by hosts.",
"q185-2": "The name of the NAT pool is refCount.",
"q185-3": "A standard access list numbered 1 was used as part of the configuration\n process.",
"q185-4": "Two types of NAT are enabled.",
"q185-5": "One port on the router is not participating in the address translation."
},
"correct": [
"q185-0",
"q185-3",
"q185-4"
]
},
{
"id": "6j_PgzrBX",
"title": "186. Which two methods can be used to provide secure management access to a Cisco switch? (Choose\n two.)",
"images": [],
"type": 1,
"options": {
"q186-0": "Configure all switch ports to a new VLAN that is not VLAN 1.",
"q186-1": "Configure specific ports for management traffic on a specific\n VLAN.",
"q186-2": "Configure SSH for remote management.",
"q186-3": "Configure all unused ports to a “black hole.”",
"q186-4": "Configure the native VLAN to match the default VLAN."
},
"correct": [
"q186-1",
"q186-2"
]
},
{
"id": "qt1qAsnav",
"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?",
"images": [],
"type": 0,
"options": {
"q187-0": "routing protocol",
"q187-1": "outgoing interface",
"q187-2": "metric",
"q187-3": "administrative distance"
},
"correct": "q187-3"
},
{
"id": "5m4CT4XFZ",
"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?",
"images": [],
"type": 0,
"options": {
"q188-0": "administrative distance",
"q188-1": "metric",
"q188-2": "outgoing interface",
"q188-3": "routing protocol"
},
"correct": "q188-0"
},
{
"id": "ZppHcKZSh",
"title": "189. The network address 172.18.9.128 with netmask 255.255.255.128 is matched by which wildcard\n mask?",
"images": [],
"type": 0,
"options": {
"q189-0": "0.0.0.31",
"q189-1": "0.0.0.255",
"q189-2": "0.0.0.127",
"q189-3": "0.0.0.63"
},
"correct": "q189-2"
},
{
"id": "Mw32n1kvq",
"title": "190. Which three addresses could be used as the destination address for OSPFv3 messages? (Choose\n three.)",
"images": [],
"type": 1,
"options": {
"q190-0": "FF02::5",
"q190-1": "FF02::6",
"q190-2": "FF02::A",
"q190-3": "2001:db8:cafe::1",
"q190-4": "FF02::1:2",
"q190-5": "FE80::1"
},
"correct": [
"q190-0",
"q190-1",
"q190-5"
]
},
{
"id": "ZfQPzhgEu",
"title": "193. What are two reasons that will prevent two routers from forming an OSPFv2 adjacency? (Choose\n two.)",
"images": [],
"type": 1,
"options": {
"q193-0": "mismatched subnet masks on the link interfaces",
"q193-1": "a mismatched Cisco IOS version that is",
"q193-2": "used use of private IP addresses on the link interfaces",
"q193-3": "one router connecting to a FastEthernet port on the switch and the other connecting to a GigabitEthernet port",
"q193-4": "mismatched OSPF Hello or Dead timers"
},
"correct": [
"q193-0",
"q193-4"
]
},
{
"id": "K55U44ric",
"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."
},
"correct": "q195-1"
},
{
"id": "EftgIX96q",
"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."
},
"correct": [
"q196-0",
"q196-1"
]
},
{
"id": "Jug446AN7",
"title": "198. Refer to the exhibit. Based on the exhibited configuration and output, why is VLAN 99\n missing?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/06/48-1.jpg"
],
"type": 0,
"options": {
"q198-0": "because there is a cabling problem on VLAN 99",
"q198-1": "because VLAN 99 is not a valid management VLAN",
"q198-2": "because VLAN 1 is up and there can only be one management VLAN on the switch",
"q198-3": "because VLAN 99 has not yet been created"
},
"correct": "q198-3"
}
]
}