CCNP Q&A

#1. The above line of output was extracted from the output of the show ip bgp command on Router R1. Which of the following can be determined from

#2. Which of the following features prevents a route learned on one interface from being advertised back out of that interface?

The Split Horizon feature prevents a route learned on one interface from being advertised back out of that same interface.

#3. What type of Network Address Translation (NAT) allows a collection of inside local addresses to share a single inside global address, for use when communicating on the Internet?

#4. Which VLANs are allowed on a trunk link by default?

#5. Router R1 learns two routes with BGP for prefix 200.1.0.0/16. Comparing the two routes, route 1 has a shorter AS_Path Length, smaller MED, the same Weight, and smaller Local Preference. Which of the following is true about Router R1’s choice of best path for this prefix?

#6. In a lab, R1 connects to R2, which connects to R3. R1 and R2 each have several working interfaces, all assigned addresses in Class A network 10.0.0.0. Router R3 has some working interfaces in Class A network 10.0.0.0, and others in Class B network 172.16.0.0. The engineer experiments with the auto-summary command on R2 and R3, enabling and disabling the command in various combinations. Which of the following combinations will result in R1 seeing a route for 172.16.0.0 /16, instead of the individual subnets of Class B network 172.16.0.0? (Choose two.)

Select all that apply:

#7. If a VTP server is configured for VTP Version 2, what else must happen for successful VTP communication in a domain?

#8. Router R1 exists in an enterprise that uses EIGRP as its routing protocol. The show ip route command output on Router R1 lists the following phrase: “Gateway of last resort is 1.1.1.1 to network 2.0.0.0.” Which of the following is most likely to have caused this output to occur on R1?

#9. Which of the following are characteristics of TACACS+? (Choose two.)

Select all that apply:

#10. A laptop inside your network has an IP address of 10.1.1.241. Using NAT, a router translates the 10.1.1.241 private IP address into 198.51.100.54, a public IP address, as the laptop is connecting to a web server on the Internet. The web server has an IP address of 203.0.113.10. What type of address is 10.1.1.241 in this scenario?

An outside global address represents a device outside of a network with a globally
routable address. In this scenario, the web server’s IP address of 203.0.113.10 would be
an outside global address.

An inside local address represents a device inside of a network with an address that
is not routable on the public Internet. In this scenario, the laptop’s IP address of
10.1.1.241 would be an inside local address.

An inside global address represents a device on the inside of our network with an
address that is a globally routable address. In this scenario, the laptop’s translated
address of 198.51.100.54 would be an inside global address.

An outside local address represents a device on the outside of a network that has an
address that is not routable on the public Internet. For example, if NAT were being performed at a remote site, the destination device at the remote site would have an outside
local address. In the scenario presented in this question, there is no outside local address.

#11. Which of the following is a benefit of Cisco EVN as compared to VRF-Lite?

#12. A Cisco lightweight wireless access point is connected to switch interface Gigabit Ethernet 1/0/20. Which one of the following commands enables you to configure the interface on the switch?

#13. Which one of the following switch functions is needed to pass data between two PCs, each connected to a different VLAN?

#14. Which VLAN number is never eligible for VTP pruning?

#15. Which one of the following VTP modes does not allow any manual VLAN configuration changes?

#16. Router R1 sits inside OSPF area 1. Router R2 redistributes an E1 route into OSPF for prefix 2.2.2.0/24, with external metric 20. Router R22 redistributes an E2 route for the same prefix/length, external metric 10. Under what conditions will R1 choose as its best route the route through R22?

#17. Which of the following settings do not prevent two potential OSPF neighbors from becoming neighbors?

#18. The output of show ip eigrp topology on Router R1 shows the above output, which is all the output related to subnet 10.11.1.0/24. How many feasible successor routes does R1 have for 10.11.1.0/24?

#19. A verification plan shows a network diagram with branch office Routers B1 through B100, plus two ABRs, ABR1 and ABR2, all in area 100. The branches connect to the ABRs using Frame Relay point-to-point subinterfaces. The verification plan lists the output of the show ip ospf database summary 10.100.0.0 command on a Router B1, one of the branches. Which of the following is true regarding the output that could be listed for this command?

#20. Which Catalyst IOS command can you use to display the addresses in the CAM table?

#21. Which of the following incorrectly describes a native VLAN?

#22. Enterprise Router R1 connects an enterprise to the Internet. R1 needs to create and advertise a default route into the enterprise using EIGRP. The engineer creating the implementation plan has chosen to base this default route on the ip route command, rather than using ip default-network . Which of the following are not useful steps with this style of default route configuration? (Choose two.)

Select all that apply:

#23. Access list rules are compiled as TCAM entries. When a packet is matched against an access list, in what order are the TCAM entries evaluated?

#24. Which of the following are methods that EIGRP uses to initially populate (seed) its EIGRP topology table, before learning topology data from neighbors? (Choose two.)

#25. Router R1 has eBGP connections to I1 and I2, routers at the same ISP. The company that owns R1 can use public address range 130.1.16.0/20. The following output lists all the IP routes in R1’s routing table within this range. Which of the following answers would cause R1 to advertise the 130.1.16.0/20 prefix to its eBGP peers? (You should assume default settings for any parameters not mentioned in this question.)

#26. Which of the following is helpful to allow an IPv6 host to learn the IP address of a default gateway on its subnet?

#27. Which of the following values can be used to mark a packet for QoS? (Choose two)

Select all that apply:

#28. What types of neighbor authentication does Named EIGRP support? (Choose all that apply.)

Select all that apply:

#29. If a switch port is in the errdisable state, what is the first thing you should do?

#30. Router R1 has two LAN interfaces and three serial interfaces enabled for IPv6. All the interfaces use link-local addresses automatically generated by the router. Which of the following could be the link-local address of R1’s interface S0/0?

#31. Which of the following OSPF messages contains complete LSAs used during the database exchange process?

#32. A laptop inside your network has an IP address of 10.1.1.241. Using NAT, a router translates the 10.1.1.241 private IP address into 198.51.100.54, a public IP address, as the laptop is connecting to a web server on the Internet. The web server has an IP address of 203.0.113.10. What type of address is 203.0.113.10 in this scenario?

An outside global address represents a device outside of a network with a globally
routable address. In this scenario, the web server’s IP address of 203.0.113.10 would be
an outside global address.

An inside local address represents a device inside of a network with an address that
is not routable on the public Internet. In this scenario, the laptop’s IP address of
10.1.1.241 would be an inside local address.

An inside global address represents a device on the inside of our network with an
address that is a globally routable address. In this scenario, the laptop’s translated
address of 198.51.100.54 would be an inside global address.

An outside local address represents a device on the outside of a network that has an
address that is not routable on the public Internet. For example, if NAT were being
performed at a remote site, the destination device at the remote site would have an outside
local address. In the scenario presented in this question, there is no outside local address.

#33. What does the IEEE 802.3 standard define?

#34. What evidence can be seen when a switch block is too large? (Choose all that apply.)

Select all that apply:

#35. Policy-Based Routing (PBR) has been enabled on Router R1’s Fa 0/0 interface. Which of the following are true regarding how PBR works? (Choose two.)

Select all that apply:

#36. Select all the parameters that decide whether to accept new VTP information.

Select all that apply:

#37. A network design shows that R1 has four possible paths from itself to the data center subnets. Which of the following commands is most likely to show you all the possible next-hop IP addresses for these four possible routes?

#38. You have configured IGMP snooping on a Layer 2 switch on a functioning multicast network. You are asked to determine on which port of the switch #multicast routers are connected, and to determine their IP addresses. Which of the following commands would you use?

#39. What does a switch do if a MAC address cannot be found in the CAM table?

#40. Which of these is one of the parameters used to elect a root bridge?

#41. A company uses Routers R1 and R2 to connect to ISP1 and ISP2, respectively, with Routers I1 and I2 used at the ISPs. R1 peers with I1 and R2. R2 peers with I2 and R1. R1 and R2 do not share a common subnet, relying on other routers internal to the enterprise for IP connectivity between the two routers. Which of the following could be used to prevent potential routing loops in this design? (Choose two.)

Select all that apply:

#42. Identify possible approaches that Cisco IOS uses to authenticate neighboring routers. (Choose two.)

Select all that apply:

#43. What command can be used to globally enable CEF on a router?

#44. Process OSPF 1 is redistributing routes from process OSPF 2. Which of the following methods can be used to set the metrics of the redistributed routes? (Choose two.)

Select all that apply:

#45. Which of these is not a standard type of gigabit interface converter (GBIC) or small form factor pluggable (SFP) module?

#46. What term is given to an ACL that typically resides on a network’s boundary routers (that is, routers facing another autonomous system), which is designed to protect a network from malicious traffic?

#47. Router R1 learns two routes with BGP for prefix 200.1.0.0/16. Comparing the two routes, route 1 has a longer AS_Path Length, bigger MED, bigger Weight, and smaller Local Preference. Which of the following is true about Router R1’s choice of best path for this prefix?

#48. Which of the following are true for NHRP? (Choose two.)

Select all that apply:

#49. How many different VLANs can an 802.1Q trunk support?

#50. The command output that above was gathered from Router R1. If correctly referenced by an EIGRP distribution list that filters outbound Updates, which of the following statements are true about the filtering of various prefixes by this prefix list? (Choose three.)

Select all that apply:

#51. BGP can use what type of authentication?

#52. The above output occurs on Router R1. IP SLA operation 1 uses an ICMP echo operation type, with a default frequency of 60 seconds. The operation pings from address 1.1.1.1 to address 2.2.2.2. Which of the following answers is true regarding IP SLA and object tracking on R1?

#53. Router R1 directly connects to subnet 10.1.1.0/24 with its Fa0/0 interface. R1 can ping four other working OSPF routers in that subnet. R1 is neither the designated router (DR) nor backup DR (BDR). OSPF is working correctly on all five routers. Which of the following are true on R1? (Choose two.)

Select all that apply:

#54. Identify the architectural components of Cisco Express Forwarding (CEF). (Choose two.)

Select all that apply:

#55. What command configures an IP phone to use VLAN 9 for voice traffic?

#56. Examine the following configuration on Router R1 which is the image above. R1’s show ip route 172.16.4.1 command lists a route with outgoing interface S0/1/1. Host 172.16.3.3 uses Telnet to connect to host 172.16.4.1. What will Router R1 do with the packets generated by host 172.16.3.3 because of the Telnet session, assuming that the packets enter R1’s Fa0/0 interface? (Choose two.)

Select all that apply:

#57. Router R1, in ASN 11, learns a BGP route from BGP peer R22 in ASN 22. R1 and then uses BGP to advertise the route to R2, also in ASN 11. What ASNs would you see in the BGP table on R2 for this route?

#58. A hierarchical network’s distribution layer aggregates which of the following?

#59. Ethernet autonegotiation determines which of the following?

#60. In a Catalyst switch, frames can be filtered with access lists for security and QoS purposes. This filtering occurs according to which of the following?

#61. An engineer plans to configure summary routes with the ip summary-address eigrp asn prefix mask command. Which of the following, when added to such a command, would create a summary that includes all four of the following subnets: 10.1.100.0/25, 10.1.101.96/27, 10.1.101.224/28, and 10.1.100.128 /25?

#62. An NBMA network has which of the following design issues? (Choose the two best answers.)

Select all that apply:

#63. When migrating from a PVST+ to Rapid-PVST+, which PVST+ features can be disabled, because similar features are built into Rapid-PVST+? (Choose the two best answers.)

Select all that apply:

#64. Which of the following devices performs transparent bridging?

#65. The following output occurred as a result of the show ip bgp command on Router R1. The output shows all BGP table entries on R1. How many iBGP-learned routes exist on this router?

The small letter “i” in the third character position implies that the route was
learned with iBGP. Of the five lines, four have an “i” in the third column.

#66. What is a VLAN primarily used for?

#67. Which of the following answers lists a multicast IPv6 address?

#68. In which OSI layer should devices in the distribution layer typically operate?

#69. Which of the following features can provide router redundancy?

#70. In a Layer 3 MPLS VPN, with what does a CE router form a neighborship?

#71. Which of the following answers is the least likely reason for an engineer to choose to use route redistribution?

#72. What is the Cisco proprietary method for trunk encapsulation?

#73. Router R1 has working interfaces S0/0, S0/1, and S0/2, with IP address/prefix combinations of 10.10.10.1/24, 10.10.11.2/24, and 10.10.12.3/22. R1’s configuration includes the commands router eigrp 9 and network 10.0.0.0 . The show ip eigrp interfaces command lists S0/0 and S0/1 in the command output, but not S0/2. Which answer gives a possible reason for the omission?

#74. Which are the most important aspects to consider when designing the core layer in a large network? (Choose all that apply.)

Select all that apply:

#75. A user has brought this access point from home and connected it to the network. The network sees a single IP as the access point is using NAT to provide IP addresses to its wireless clients. Which of the following could you use to successfully detect and block the use of such a device?

#76. An engineer has typed four different single-line prefix lists in a word processor. The four answers show the four different single-line prefix lists. The engineer then does a copy/paste of the configuration into a router. Which of the lists could match a subnet whose prefix length is 27? (Choose two.)

Select all that apply:

#77. You are attempting to configure EIGRP for IPv6 on a router. However, Cisco IOS presents you with a message indicating that routing is not enabled for IPv6. What command would you issue to enable IPv6 routing?

#78. A company uses Routers R1 and R2 to connect to ISP1 and ISP2, respectively, with Routers I1 and I2 used at the ISPs. R1 peers with I1 and R2. R2 peers with I2 and R1. Assuming that as many default settings as possible are used on all four routers, which of the following is true about the next-hop IP address for routes R1 learns over its iBGP connection to R2?

#79. Which of the following LSA types describe information related to topology or subnets useful for calculating routes for subnets inside the OSPF domain? (Choose three.)

Select all that apply:

#80. In a properly designed hierarchical network, a broadcast from one PC is confined to which one of the following?

#81. Which of the following are examples of traffic that can be created as part of an IP Service-Level Agreement operation? (Choose two.)

Select all that apply:

#82. Several links have been broken so that for the next day or two, what was formerly a contiguous area 0 has been broken into two parts. However, both parts of area 0 have working links into area 1 using routers with RID 1.1.1.1 and 2.2.2.2. Which answer lists the command on the router with RID 1.1.1.1 to create a virtual link to help solve this temporary problem?

#83. Cisco EVN uses what type of trunk to carry traffic for all virtual networks between two physical routers?

#84. Which mode of uRPF causes a router interface to accept a packet, if the network to which the packet’s source IP address belongs is found in the router’s FIB?

#85. Interface Fa 0/0 on your router has obtained an IP address through DHCP. You notice that in addition to an IP address assigned to interface Fa 0/0, your router now has a default static route configured. What is the administrative distance (AD) of that route?

#86. When IPv6 is enabled on the interface of a network device, a Link Local address is assigned to it. Which of the following methods can be used to assign a Link Local address to an IPv6 enabled interface? (Choose three)

Select all that apply:

#87. Which one of these commands can enable Power over Ethernet to a switch interface?

#88. R1 has five working interfaces, with EIGRP neighbors existing off each interface. R1 has routes for subnets 10.1.1.0/24, 10.1.2.0/24, and 10.1.3.0/24, with EIGRP integer metrics of roughly 1 million, 2 million, and 3 million, respectively. An engineer then adds the ip summary-address eigrp 1 10.1.0.0 255.255.0.0 command to interface Fa0/0. Which of the following is true?

#89. Given the following output, determine why BGP chose 2000:3::2 as the best next hop to reach the 2000:4::/64 network.

#90. Identify the distance-vector routing protocols from the following. (Choose the two best answers.)

Select all that apply:

#91. Under what configuration mode for Named EIGRP would you configure a passive interface?

#92. When an interface gets congested, it is possible that all TCP connections traversing that interface will experience TCP slow start. Packets will be dropped and then all TCP sessions will revert to a small window size, thus reducing the efficiency of the link. What is this behavior called?

#93. Which of the following answers is most true about the BGP Update message?

The BGP Update message lists a set of PAs, plus any prefixes/lengths that use
those PAs. It can also list withdrawn routes in the same Update message as newly
advertised routes. It can also list multiple prefixes in a single Update message.

#94. Which one or more of the following are the components of a typical switch block?

#95. End-user PCs should be connected into which of the following hierarchical layers?

#96. Which of the following are characteristics of multipoint GRE? (Choose two.)

#97. Identify two types of time-based ACLs. (Choose two.)

Select all that apply:

#98. Which of the following answers list either a protocol or function that can be used by a host to dynamically learn its own IPv6 address? (Choose two.)

Select all that apply:

#99. Which of the following statements is true about a router’s eBGP peers that is not also true about that same router’s iBGP peers?

#100. What advantages does the separation of the data and control planes offer with the implementation of an SDN controller?

#101. For a Catalyst switch to offer Power over Ethernet to a device, what must occur?

#102. In the core layer of a hierarchical network, which of the following are aggregated?

#103. What is the purpose of VTP pruning?

#104. What information can be obtained by issuing the show bgp ipv6 unicast summary command? (Choose all that apply.)

Select all that apply:

#105. What command can be used to view the configuration of a key chain used by EIGRP?

#106. Which of the following are most likely to be used as an ASN by a company that has a registered public 16-bit ASN? (Choose two.)

Select all that apply:

#107. What is the maximum cable distance for an Ethernet, Fast Ethernet, and Gigabit Ethernet connection over unshielded twisted pair cabling?

#108. Multilayer switches using CEF are based on which of these techniques?

#109. A router has been configured with the commands router ospf 9 , network 172.16.1.0 0.0.0.255 area 8 and network 172.16.0.0 0.0.255.255 area 9 , in that order. No other OSPF-related commands have been configured. The answers list the IP addresses that could be assigned to this router’s Fa0/0 interface. Which answers list an IP address/prefix length that would cause the router to put Fa0/0 into area 9? (Choose two.)

Select all that apply:

#110. Which of the following LSA types describe topology information that, when changed, requires a router in the same area to perform an SPF calculation? (Choose two.)

Select all that apply:

#111. The following line of output was gathered on enterprise Router Ent1 using the command show ip route . Which of the following answers is most likely to be true, based on this output?

#112. When a PC is connected to a Layer 2 switch port, how far does the collision domain spread?

#113. Which of the following statements concerning this output is true?

#114. Which of the following methods of address assignment can assign a collection of IPv6 networks to a router, which could then assign those IPv6 networks to its various interface ?

#115. Select the implicit instructions that reside at the bottom of an IPv6 ACL. (Choose all that apply.)

Select all that apply:

#116. A switch in VTP transparent mode can do which one of the following?

#117. Routers R1, R2, R3, and R4 connect to the same 10.10.10.0/24 LAN-based subnet. OSPF is fully working in the subnet. Later, R5, whose OSPF priority is higher than the other four routers, joins the subnet. Which of the following are true about the OSPF database exchange process over this subnet at this point? (Choose two.)

Select all that apply:

#118. How many layers are recommended in the hierarchical campus network design model?

#119. At what layer are traditional 10-Mbps Ethernet, Fast Ethernet, and Gigabit Ethernet the same?

#120. Enterprise Router R1, in ASN 1, connects to ISP Router I1, ASN 2, using eBGP. The single serial link between the two routers uses IP addresses 10.1.1.1 and 10.1.1.2, respectively. Both routers use their S0/0 interfaces for this link. Which of the following commands would be needed on R1 to configure eBGP? (Choose two.)

Select all that apply:

#121. Which of the following can either directly or indirectly identify all the interfaces for which 1) OSPF has been enabled and 2) OSPF is not passive? (Choose two.)

Select all that apply:

#122. For a router to successfully redistribute routes between OSPF and EIGRP, which of the following are true? (Choose two.)

Select all that apply:

#123. A network includes a RIPv2 domain, an EIGRP domain, and an OSPF domain. Each pair of routing domains has multiple routers redistributing routes between the pair of domains. The design requires that the redistribution configuration avoid matching based on prefix/length because of the trouble in maintaining such configurations. Which of the following tools can be used in all three routing domains to attempt to prevent domain loops? (This book uses the term domain loop to refer to the long routes that might be chosen for routes when redistribution exists—for example, a route might forward packets from the EIGRP domain, to the OSPF domain, back to EIGRP, and then to subnet X in the RIP domain.)

#124. What information is used to forward frames in a Layer 2 switch?

#125. When configuring Named EIGRP, you want to specify the Hello interval for all interfaces. You could go into address-family-interface configuration mode for each interface and enter the hello-interval command. However, what command could you give from address-family configuration mode to go into a configuration mode that allowed you to configure the Hello Interval for all interfaces with a single hello-interval command?

#126. R1 in ASN 1 with loopback1 address 1.1.1.1 needs to be configured with an iBGP connection to R2 with loopback2 IP address 2.2.2.2. The connection should use the loopbacks. Which of the following commands is required on R1?

#127. which of the following is not a Catalyst switch VTP mode?

#128. Which command configures a switch port to form a trunk without using negotiation?

#129. A router has been configured with the commands router eigrp 9 and network 172.16.1.0 0.0.0.255 . No other EIGRP-related commands have been configured. The answers list the IP addresses that could be assigned to this router’s Fa0/0 interface. Which answers list an IP address/prefix length that would cause the router to enable EIGRP on Fa0/0? (Choose two answers.)

Select all that apply:

#130. An engineer has been told to create an implementation plan to influence the choice of best BGP route on a single router using the Weight feature. The sole enterprise Internet-connected router, Ent1, has neighbor relationships with Routers ISP1 and ISP2, which reside inside two different ISPs. The goal is to prefer all routes learned from ISP1 over ISP2 using Weight. Which of the following answers list a configuration step that would not be useful for achieving these goals? (Choose tw

Select all that apply:

#131. Routers R1 and R2 are OSPF neighbors using their Fa0/0 interfaces, respectively, using default settings for all timers. An engineer adds the ip ospf hello-interval 6 command to R1’s Fa0/0 configuration. Which of the following are true regarding the results from this change? (Choose two.)

Select all that apply:

#132. An engineer has added the above configuration snippet to an implementation planning document. The configuration will be added to Router R1, whose Fa0/0 interface connects to a LAN to which Routers R2 and R3 also connect. R2 and R3 are already EIGRP neighbors with each other. Assuming that the snippet shows all commands on R1 related to EIGRP authentication, which answer lists an appropriate comment to be made during the implementation plan peer review?

#133. A company has a Frame Relay WAN with one central-site router and 100 branch office routers. A partial mesh of PVCs exists: one PVC between the central site and each of the 100 branch routers. Which of the following could be true about the number of EIGRP neighborships?

#134. A network design shows area 1 with three internal routers, area 0 with four internal routers, and area 2 with five internal routers. Additionally, one ABR (ABR1) connects areas 0 and 1, plus a different ABR (ABR2) connects areas 0 and 2. How many Type 1 LSAs would be listed in ABR2’s LSDB?

#135. The following terms describe various design options for enterprise connectivity to the Internet. Which of the following imply that the enterprise connects to two or more ISPs? (Choose two.)

Select all that apply:

#136. Which of the following commands cause a router to bring down BGP neighbor relationships? (Choose two.)

Select all that apply:

#137. What is the default voice VLAN condition for a switch port?

#138. Two hosts are connected to switch interfaces Gigabit Ethernet 1/0/1 and 1/0/33, but they cannot communicate with each other. Their IP addresses are in the 192.168.10.0/24 subnet, which is carried over VLAN 10. The show vlan id 10 command generates the above output, The hosts are known to be up and connected. Which of the following reasons might be causing the problem? (Choose all that apply.)

Select all that apply:

#139. You are configuring a default route that should direct traffic for unknown networks out of interface Fa 0/0 to a next-hop IP address of 192.168.1.100. Which of the following commands should you use to configure the default route?

#140. What is the purpose of breaking a campus network into a hierarchical design?

#141. A VLAN is which of the following?

#142. Which command configures a Catalyst switch for VTP client mode?

#143. Which one of the following statements is true about a Catalyst switch?

#144. A network design shows that R1 has four different possible paths from itself to the data center subnets. Which of the following can influence which of those routes become feasible successor routes, assuming that you follow the Cisco-recommended practice of not changing metric weights? (Choose two.)

Select all that apply:

#145. How is a bridging loop best described?

#146. Which of the following BGP filtering methods enabled with the neighbor command will filter BGP prefixes based on the prefix and prefix length? (Choose three.)

Select all that apply:

#147. How many VTP management domains can a Catalyst switch participate in?

#148. Which of the following are considered private IPv4 addresses?

Select all that apply:

#149. Router R1 has a connected route for 10.1.1.0/24 off interface Fa0/0. Interface Fa0/0 has been enabled for OSPF because of a router ospf 1 and network 10.1.1.0 0.0.0.255 area 0 command. R1 also has EIGRP configured, with the redistribute ospf 1 metric 1000 100 10 1 1500 command configured under EIGRP. Which of the following is true?

#150. An enterprise router, Ent1, displays the above excerpt from the show ip bgp command. Ent1 has an eBGP connection to an ISP router with address 3.3.3.3 and an iBGP connection to a router with address 4.4.4.4. Which of the following is most likely to be true?

#151. Class C network 200.1.1.0/24 was allocated to an ISP that operated primarily in Asia. That ISP then assigned this entire Class C network to one of its Asian customers. Network 200.1.2.0/24 has yet to be assigned to any ISP. Which of the following is most likely to be true?

#152. Which of these protocols dynamically negotiates trunking parameters?

#153. Identify technologies required for a DMVPN network. (Choose three.)

Select all that apply:

#154. Process EIGRP 1 is redistributing routes from process OSPF 2. Which of the following methods can be used to set the metrics of the redistributed routes? (Choose two.)

Select all that apply:

#155. Which of the following is a standardized method of trunk encapsulation?

#156. The above output occurs on Router R1. Which of the following cannot be determined from this output?

#157. On Router R1, process EIGRP 1 is redistributing routes from process OSPF 2, calling route map fred with the redistribute ospf 2 route-map fred command. R1 has learned intra-area routes for 10.1.1.0/24 and 10.1.2.0/24 in part because of the Type 2 LSAs known for each subnet. The route map filters route 10.1.1.0/24 and allows 10.1.2.0/24 through. Which of the following commands on Router R1 list subnet 10.1.1.0/24? (Choose two.)

Select all that apply:

#158. Where does a collision domain exist in a switched network?

#159. Where does a broadcast domain exist in a switched network?

#160. Which answer describes multilayer switching with CEF?

#161. An ISP has assigned prefix 3000:1234:5678::/48 to Company1. Which of the following terms would typically be used to describe this type of public IPv6 prefix?

#162. A switch block should be sized according to which two of the following parameters? (Choose all that apply.)

Select all that apply:

#163. A network segment has a bandwidth of 10 Mbps, and packets experience an end-to-end latency of 100 ms. What is the bandwidth-delay product of the network segment?

The bandwidth-delay product of a segment is the measure of the maximum number of bits that can be on the segment at any one time. The bandwidth-delay product is calculated by multiplying the segment’s bandwidth (in bits/sec) by the latency that packets experience as they cross the segment (in sec).

In this question, the bandwidth-delay product can be calculated as follows:

bandwidth-delay product = 10,000,000 bits/sec * 0.1 sec = 1,000,000 bits.

#164. What mechanisms can be used to defend against IP spoofing? (Choose two.)

Select all that apply:

#165. Router R1 lists four routes for subnet 10.1.1.0/24 in the output of the show ip eigrp topology all-links command. The variance 100 command is configured, but no other related commands are configured. Which of the following rules is true regarding R1’s decision of what routes to add to the IP routing table? Note that RD refers to reported distance and FD to feasible distance.

#166. When configuring a router to support SSH connections, which of the following are used in generating an RSA key pair? (Choose two.)

Select all that apply:

#167. Which of the following best defines TCP MSS?

#168. Router R1 has been configured with the commands router eigrp 9 and network 172.16.2.0 0.0.0.255 , with no other current EIGRP configuration. R1’s (working) Fa0/0 interface has been configured with IP address 172.16.2.2/26. R1 has found three EIGRP neighbors reachable through interface Fa0/0, including the router with IP address 172.16.2.20. When the engineer attempts to add the neighbor 172.16.2.20 fa0/0 command in EIGRP configuration mode, which of the following occurs?

#169. Routers R1 and R2 are EIGRP neighbors. R1 has been configured with the eigrp stub connected command. Which of the following are true as a result? (Choose two.)

Select all that apply:

#170. Which IPsec feature primarily performs encryption?

#171. A company has a Frame Relay WAN with one central-site router and 100 branch office routers. A partial mesh of PVCs exists: one PVC between the central site and each of the 100 branch routers. All routers use point-to-point subinterfaces and one subnet per PVC. Which of the following is true about OSPF in this design?

Select all that apply:

#172. Which one of the following is needed for VTP communication?

#173. What interface configuration mode command instructs an interface to dynamically obtain its IP address from a DHCP server?

#174. What is the maximum number of access layer switches that can connect into a single distribution layer switch?

#175. Two neighboring routers are each configured with a key chain. What element(s) of the key chain must match for the two routers to mutually authenticate? (Choose all that apply.)

#176. Identify the valid types of OSPFv3 authentication supported in Cisco IOS. (Choose all that apply.)

Select all that apply:

#177. Which of the following settings could prevent two potential EIGRP neighbors from becoming neighbors? (Choose two answers.)

Select all that apply:

#178. Identify the valid IPv6 prefix list commands. (Choose two.)

Select all that apply:

#179. Router R1 has been configured for EIGRP. The configuration also includes an ACL with one line— access-list 1 permit 10.10.32.0 0.0.15.255 —and the EIGRP configuration includes the distribute-list 1 in command. Which of the following routes could not be displayed in the output of the show ip eigrp topology command as a result? (Choose two.)

#180. A network planning diagram shows a large internetwork with many routers. The configurations show that OSPF has been enabled on all interfaces, IP addresses correctly configured, and OSPF working. For which of the following cases would you expect a router to create and flood a Type 2 LSA?

#181. Switches provide VLAN connectivity at which layer of the OSI model?

#182. How many distribution switches should be built into each switch block?

#183. Router R1 is three router hops away from subnet 10.1.1.0/24. According to various show interfaces commands, all three links between R1 and 10.1.1.0/24 use the following settings: bandwidth (in kbps): 1000, 500, 100000 and delay (in microseconds): 12000, 8000, 100. Which of the following answers correctly identify a value that feeds into the EIGRP metric calculation? (Choose two.)

Select all that apply:

#184. Which of the following is the primary motivation for using BGP between an enterprise and its ISPs?

#185. Router R1 has been configured with the redistribute ospf 1 route-map fred command under router eigrp 1 . The route map named fred needs to be configured to match routes to determine which routes are redistributed into EIGRP. Which of the following answers lists an item that cannot be matched by route map fred?

#186. Enterprise Router R1, in ASN 1, connects to ISP Router I1, ASN 2, using eBGP. There are two parallel serial links between the two routers. The implementation plan calls for each router to base its BGP TCP connection on its respective loopback1 interfaces, with IP addresses 1.1.1.1 and 2.2.2.2, respectively. Which of the following commands would not be part of a working eBGP configuration on Router R1?

#187. Which of the following is true about an OSPF area border router (ABR)?

#188. You configured a router with a Named EIGRP configuration. What command would you use to view the EIGRP for IPv4 topology table?

#189. R1 has correctly configured EIGRP to filter routes using a route map named question. The configuration that follows shows the entire route map and related configuration. Which of the following is true regarding the filtering action on prefix 10.10.10.0/24 in this case?

#190. Which of the following features work the same in both RIPv2 and RIPng? (Choose three.)

Select all that apply:

#191. What size are the mask and pattern fields in a TCAM entry?

#192. Routers R1 and R2 are both running OSPFv2, and they are currently authenticated with one another, using MD5, over their Fa 0/0 interfaces. Interface Fa 0/0 on Router R1 is participating in area 0. However, you notice that the OSPF router configuration on Router R1 does not contain the area 0 authentication message-digest command. What command must have been configured under Router R1’s Fa 0/0 interface?

#193. R1 is currently advertising prefixes 1.0.0.0/8, 2.0.0.0/8, and 3.0.0.0/8 over its eBGP connection to neighbor 2.2.2.2 (R2). An engineer configures a prefix list (fred) on R1 that permits only 2.0.0.0/8 and then enables the filter with the neighbor R2 prefixlist fred out command. Upon exiting configuration mode, the engineer uses some show commands on R1, but no other commands. Which of the following is true in this case?

#194. The above output occurs on Router R2. Which of the following statements can be confirmed as true based on the output?

#195. Which one of the following is a standards-based protocol that can be used to discover and collect information about connected devices?

#196. Which one of the following is a valid VTP advertisement?

#197. The following output on Router R1 lists details of a BGP route for 190.1.0.0/16. Which of the following are true based on this output? (Choose two.)

Select all that apply:

#198. Which of the following are both advertised by EIGRP in the Update message and included in the formula for calculating the integer EIGRP metric? (Choose two.)

#199. Which of the following show interface output information can you use to diagnose a switch port problem?

#200. Access list contents can be merged into which of the following?

#201. Because BGP neighborships require neighbors to be statically configured, what is the most likely approach that an attacker would take to inject a rogue router into a network and have that rogue router form a BGP neighborship with a production router?

#202. If two switches each support all types of trunk encapsulation on a link between them, which one will be negotiated?

#203. Which of the following is a valid design consideration for a hybrid VPN?

#204. On which interface and in which direction should this access list be applied in order to permit traffic from the 192.168.12.0/24 subnet to reach the 2.2.2.0/24 subnet?

#205. Which type of Cisco IOS password encryption uses the Vigenere cipher?

#206. Which of the following is not true regarding Cisco IOS default settings for administrative distance?

#207. Select the type of network communication flow that is best described as “one-to-nearest.”

#208. Which of the following commands would you implement on R1 in order to statically configure a default route via the S0/0/0 interface?

#209. Interface Fa 0/0 on your router has obtained an IP address through DHCP. You notice that in addition to an IP address assigned to interface Fa 0/0, your router now has a default static route configured. What command can you issue to prevent a router from automatically installing a default static route based on default gateway information learned through DHCP?

#210. No neighborship is formed, because IP multicast traffic cannot be sent across an MPLS network.

#211. A coworker is developing an implementation plan for a design that uses OSPF 2 and RIPv2 routing domains, with two routers redistributing between the two domains. The coworker asks your help in choosing how to prevent domain loops by setting administrative distance. Assuming that all other related settings use defaults, which of the following would solve the domain loop problem?

#212. Router R1 uses S0/0 to connect through a T/1 to the Frame Relay service. Five PVCs terminate on the serial link. Three PVCs (101, 102, and 103) are configured on subinterface S0/0.1, and one each (104 and 105) are on S0/0.2 and S0/0.3. The configuration shows no configuration related to EIGRP WAN bandwidth control, and the bandwidth command is not configured. Which of the following is true about how Cisco IOS tries to limit EIGRP’s use of bandwidth on S0/0?

#213. Routers R1 and R2 are EIGRP neighbors using their Fa0/0 interfaces, respectively. An engineer adds the ip hello-interval eigrp 9 6 command to R1’s Fa0/0 configuration. Which of the following is true regarding the results from this change?

#214. Under what configuration mode for Named EIGRP would you configure variance?

#215. Assume that you have just entered the configure terminal command. You want to configure the speed and duplex of the first 10/100/1000 twisted-pair Ethernet interface on the first Cisco Catalyst switch stack member to 1-Gbps full-duplex mode. Which one of these commands should you enter first?

#216. Which of the following might present a VTP problem?

#217. In a switch, frames are placed in which buffer after forwarding decisions are made?

#218. Which Catalyst IOS switch command is used to assign a port to a VLAN?

#219. Which of the following is the shortest valid abbreviation for FE80:0000:0000:0000:0 010:0000:0000:0123?

#220. An engineer is preparing an implementation plan in which the configuration needs to influence BGP’s choice of best path. Which of the following is least likely to be used by the configuration in this implementation plan?

#221. At what layer are traditional 10-Mbps Ethernet, Fast Ethernet, and Gigabit Ethernet different?

#222. Identify the command used to create an IPv6 default static route.

#223. R1 is internal to area 1, and R2 is internal to area 2. Subnet 10.1.1.0/24 exists in area 2 as a connected subnet off R2. ABR1 connects area 1 to backbone area 0, and ABR2 connects area 0 to area 2. Which of the following LSAs must R1 use when calculating R1’s best route for 10.1.1.0/24?

#224. Which of the following are common types of core, or backbone, designs? (Choose all that apply.)

Select all that apply:

#225. Router R1 sets a route tag for subnet 10.1.1.0/24 when redistributing from OSPF into EIGRP. Which of the following units is assigned to the route tag?

#226. Which of the following cannot be automatically determined and set if the far end of a connection does not support autonegotiation?

SUBMIT

Results

-

Congratulation..!

you are passed.

Congratulations.

You are failed . But We request you to give your test once again.