Cisco CCIE 350-401 Practice Test Questions and Exam Dumps Part13 Q241-260

View Full Cisco 350-401 Exam Dumps and Practice Test Dumps

 

Question 241

Which OSPF router is responsible for reducing the number of adjacencies on a multiaccess network?

  1. Designated Router
  2. Area Border Router
  3. Autonomous System Boundary Router
  4. Backup Gateway Router

Correct Answer: 1

Explanation

The Designated Router (DR) reduces the number of OSPF adjacencies required on multiaccess networks such as Ethernet. Instead of every OSPF router forming a full adjacency with every other router, routers establish full adjacencies with the DR and Backup Designated Router. The DR also generates a Type 2 LSA representing the multiaccess network. This design reduces the amount of routing protocol traffic and simplifies database synchronization. The BDR provides redundancy if the current DR becomes unavailable.

Question 242

Which Cisco IOS feature can automatically generate a log message when an interface changes state?

  1. NAT
  2. Syslog
  3. DHCP
  4. NTP

Correct Answer: 2

Explanation

Syslog provides a mechanism for Cisco devices to generate and send messages about operational events, including interface state changes. These messages can be displayed locally or forwarded to a centralized logging server for monitoring and troubleshooting. Interface up/down events can help administrators identify connectivity problems, link failures, or configuration changes. NTP does not generate event logs; it synchronizes device clocks. DHCP provides address configuration, while NAT translates addresses. Syslog is therefore the appropriate service for recording and centralizing interface-related event information.

Question 243

Which BGP attribute is primarily used to influence outbound traffic within an autonomous system?

  1. MED
  2. AS Path
  3. Local Preference
  4. Origin

Correct Answer: 3

Explanation

Local Preference is a BGP attribute used to influence outbound traffic from an autonomous system. A higher Local Preference value is generally preferred, allowing administrators to indicate which exit point should be selected for external destinations. The attribute is distributed through iBGP so that routers within the autonomous system can make consistent decisions. MED can influence how neighboring networks enter an autonomous system, while AS Path length and Origin are considered later in the BGP selection process. Local Preference is therefore a key outbound-routing policy mechanism.

Question 244

Which IPv4 address range is reserved for link-local addressing when a host cannot obtain an address through normal configuration?

  1. 10.0.0.0/8
  2. 172.16.0.0/12
  3. 192.168.0.0/16
  4. 169.254.0.0/16

Correct Answer: 4

Explanation

The IPv4 range 169.254.0.0/16 is reserved for link-local addressing, commonly associated with Automatic Private IP Addressing (APIPA). A host may assign itself an address from this range when it cannot obtain a suitable IPv4 address through DHCP. Link-local addresses are intended for communication on the local network segment and are not normally routed between networks. The other listed ranges are private IPv4 address spaces used for internal networks. Therefore, 169.254.0.0/16 is the correct link-local range.

Question 245

Which technology separates routing information into independent virtual routing tables on the same device?

  1. VRF
  2. VLAN
  3. STP
  4. EtherChannel

Correct Answer: 1

Explanation

Virtual Routing and Forwarding (VRF) allows a network device to maintain multiple independent routing tables. Each VRF can contain its own routes, interfaces, and forwarding decisions, allowing different networks to use overlapping IP address spaces without interfering with one another. VRFs are commonly used by service providers, enterprises, and organizations requiring traffic isolation. VLANs provide Layer 2 segmentation, STP prevents Layer 2 loops, and EtherChannel combines physical links. VRF specifically provides separation at the Layer 3 routing and forwarding level.

Question 246

Which protocol allows network devices to exchange information about directly connected neighbors without requiring Cisco-specific implementation?

  1. CDP
  2. LLDP
  3. VTP
  4. DTP

Correct Answer: 2

Explanation

Link Layer Discovery Protocol (LLDP) is an open, vendor-neutral protocol that allows directly connected network devices to advertise and learn information about their neighbors. It can provide details such as system name, interface identification, device capabilities, and management information. LLDP is especially useful in networks containing equipment from multiple vendors. Cisco Discovery Protocol (CDP) provides similar functionality but is Cisco proprietary. VTP manages VLAN information, while DTP negotiates trunking. LLDP is therefore the appropriate standard-based discovery protocol.

Question 247

Which routing protocol uses hop count as its primary metric and considers 15 hops the maximum usable distance?

  1. OSPF
  2. EIGRP
  3. BGP
  4. RIP

Correct Answer: 4

Explanation

Routing Information Protocol (RIP) uses hop count as its routing metric. A route with 1 hop is preferred over a route with more hops, and a maximum hop count of 15 is considered reachable. A metric of 16 represents an unreachable destination. This limitation makes RIP unsuitable for many large modern networks. OSPF uses a cost metric, EIGRP uses multiple parameters such as bandwidth and delay, and BGP relies on path attributes and routing policy. RIP is therefore identified by its simple hop-count metric.

Question 248

Which mechanism can prevent an unauthorized switch from becoming the spanning-tree root?

  1. DHCP Snooping
  2. Port Security
  3. Root Guard
  4. IP Source Guard

Correct Answer: 3

Explanation

Root Guard helps protect the spanning-tree topology by preventing a designated port from accepting superior Bridge Protocol Data Units (BPDUs) that could cause an unauthorized switch to become the STP root. If a superior BPDU is received on a Root Guard-enabled interface, the interface can enter a root-inconsistent state. This prevents the neighboring device from influencing the root election through that port. DHCP Snooping, Port Security, and IP Source Guard address different security concerns and do not directly protect the STP root role.

Question 249

Which IPv6 address type is intended for communication with a group of receivers?

  1. Multicast
  2. Anycast
  3. Unicast
  4. Link-local unicast

Correct Answer: 1

Explanation

IPv6 multicast addresses identify groups of interfaces and allow a packet to be delivered to multiple interested receivers. IPv6 uses multicast extensively for functions such as Neighbor Discovery and routing protocol communication. Unlike IPv4, IPv6 does not use broadcast addresses. Anycast addresses identify multiple interfaces where traffic is delivered to the nearest appropriate instance according to routing. Unicast identifies a single interface, while link-local unicast is restricted to the local network segment. Multicast is therefore the correct address type for group communication.

Question 250

Which Cisco command displays the MAC addresses learned by a switch and the interfaces associated with them?

  1. show vlan brief
  2. show interfaces status
  3. show mac address-table
  4. show spanning-tree

Correct Answer: 3

Explanation

The show mac address-table command displays MAC addresses learned by a Cisco switch and associates those addresses with VLANs and switch interfaces. This information is valuable when troubleshooting Layer 2 connectivity, identifying where a device is connected, or investigating unexpected MAC learning. The MAC address table is dynamically populated as the switch examines source MAC addresses in received frames. Other commands provide VLAN, interface-status, or spanning-tree information, but show mac address-table directly displays the switch’s learned Layer 2 forwarding information.

Question 251

Which BGP message is periodically exchanged to maintain an established BGP session when no UPDATE messages are being sent?

  1. OPEN
  2. KEEPALIVE
  3. UPDATE
  4. NOTIFICATION

Correct Answer: 2

Explanation

BGP KEEPALIVE messages are periodically exchanged between established BGP peers to confirm that the session remains operational. If a router does not receive an expected KEEPALIVE or other valid BGP message within the configured hold time, it can consider the peer unreachable and terminate the session. OPEN messages establish the session, UPDATE messages exchange routing information, and NOTIFICATION messages report errors. KEEPALIVE messages therefore play an important role in maintaining the health of an established BGP peering relationship.

Question 252

Which network design approach divides the campus network into access, distribution, and core layers?

  1. Spine-leaf
  2. Flat network
  3. Three-tier hierarchical design
  4. Peer-to-peer design

Correct Answer: 3

Explanation

The three-tier hierarchical design divides a traditional campus network into access, distribution, and core layers. The access layer connects end devices, the distribution layer provides policy enforcement and aggregation, and the core layer provides fast and highly available transport between major network segments. This separation improves scalability, troubleshooting, and operational consistency. Spine-leaf is a different architecture commonly associated with modern data centers. Flat and peer-to-peer designs do not provide the same structured hierarchy. The three-tier model remains an important enterprise network design concept.

Question 253

Which protocol is commonly used to monitor and manage network devices using structured management information and object identifiers?

  1. SNMP
  2. NTP
  3. Syslog
  4. DHCP

Correct Answer: 1

Explanation

Simple Network Management Protocol (SNMP) is commonly used to monitor and manage network devices. It uses structured management information, including Management Information Base (MIB) objects identified by object identifiers. Network management systems can use SNMP to retrieve information such as interface counters, device status, CPU utilization, and other operational statistics. SNMP can also support notifications such as traps and informs. NTP synchronizes clocks, Syslog handles event logging, and DHCP provides network configuration. SNMP is therefore the appropriate protocol for structured device monitoring.

Question 254

Which mechanism allows a router to distribute traffic across multiple paths when those paths have equal routing cost?

  1. Route summarization
  2. Policy-based routing
  3. ECMP
  4. Route redistribution

Correct Answer: 3

Explanation

Equal-Cost Multi-Path (ECMP) allows a router to use multiple paths to the same destination when the routing protocol considers those paths equally optimal. Instead of keeping only one route, the router can install several equal-cost routes and distribute traffic across them according to the platform’s forwarding behavior. ECMP can improve link utilization and provide redundancy. Route summarization reduces routing-table size, redistribution exchanges routes between routing protocols, and policy-based routing makes forwarding decisions based on configured policies rather than simply equal routing cost.

Question 255

Which IPv6 protocol replaces ARP for discovering the Layer 2 address associated with a neighboring IPv6 device?

  1. DHCPv6
  2. ICMPv6 Neighbor Discovery
  3. DNS
  4. NTP

Correct Answer: 2

Explanation

IPv6 uses ICMPv6 Neighbor Discovery rather than ARP to discover neighboring devices and resolve IPv6-to-link-layer information. Neighbor Solicitation and Neighbor Advertisement messages perform functions that are comparable to ARP resolution in IPv4. Neighbor Discovery also supports additional functions such as router discovery, prefix information, and Duplicate Address Detection. DHCPv6 provides optional configuration services, while DNS resolves names and NTP synchronizes clocks. Therefore, ICMPv6 Neighbor Discovery is the mechanism responsible for IPv6 neighbor address resolution and related local-link functions.

Question 256

Which BGP attribute is generally preferred when its value is lower and can influence inbound traffic from a neighboring autonomous system?

  1. MED
  2. Weight
  3. Local Preference
  4. Router ID

Correct Answer: 1

Explanation

The Multi-Exit Discriminator (MED) is a BGP attribute commonly used to influence which entry point a neighboring autonomous system selects when multiple connections exist. A lower MED is generally preferred when comparing routes from the same neighboring autonomous system under the relevant BGP decision process. MED is primarily used to communicate a preference for how traffic should enter an autonomous system. Local Preference and Weight influence outbound path selection within an autonomous system, while Router ID is primarily an identifier used in BGP operations.

Question 257

Which security feature dynamically builds bindings between IP addresses, MAC addresses, VLANs, and switch ports?

  1. PortFast
  2. DHCP Snooping
  3. Root Guard
  4. SPAN

Correct Answer: 2

Explanation

DHCP Snooping builds a binding database containing information such as the client IP address, MAC address, VLAN, and switch interface. It learns these details by inspecting DHCP messages received through trusted interfaces and client-facing ports. The resulting database can support additional security mechanisms such as Dynamic ARP Inspection and IP Source Guard. DHCP Snooping also allows administrators to identify trusted DHCP-server-facing ports and block unauthorized DHCP server messages. PortFast, Root Guard, and SPAN perform different functions and do not create DHCP binding databases.

Question 258

Which protocol is used to resolve a domain name such as www.example.com into an IP address?

  1. SNMP
  2. DHCP
  3. DNS
  4. Syslog

Correct Answer: 3

Explanation

The Domain Name System (DNS) translates human-readable domain names into IP addresses and can also provide other types of name-related information. When a user accesses a hostname such as a web server’s domain name, a DNS resolver can query DNS infrastructure to obtain the corresponding address. This allows applications to use meaningful names rather than requiring users to remember numeric IP addresses. DHCP may provide clients with the address of a DNS server, but it does not perform the name-resolution function itself. DNS performs that task.

Question 259

Which Cisco IOS command provides detailed information about the operational status, counters, errors, and configuration of interfaces?

  1. show interfaces
  2. show ip route
  3. show vlan brief
  4. show arp

Correct Answer: 1

Explanation

The show interfaces command provides detailed information about network interfaces, including operational status, bandwidth, encapsulation, packet counters, errors, drops, duplex settings, and other interface-specific information. It is particularly useful when troubleshooting physical or data-link problems. Administrators can identify issues such as input errors, CRC errors, collisions, or interface resets by examining the command output. show ip route focuses on routing information, show vlan brief displays VLAN information, and show arp displays address-resolution entries. Therefore, show interfaces provides the most comprehensive interface details.

Question 260

Which automation approach allows a program to interact with network devices through HTTP methods such as GET, POST, PUT, and DELETE?

  1. SNMP
  2. REST API
  3. Syslog
  4. TFTP

Correct Answer: 2

Explanation

A REST API allows software applications to interact with network services and devices using standard HTTP methods such as GET, POST, PUT, and DELETE. These methods can be used to retrieve information, create resources, modify configurations, or remove resources depending on the API design. REST-based automation is popular because it integrates naturally with web applications and programming environments. SNMP focuses on monitoring and management, Syslog handles event messages, and TFTP provides simple file transfer. REST APIs therefore provide a flexible method for programmatic network interaction.