{"id":11952,"date":"2026-09-15T05:01:27","date_gmt":"2026-09-15T05:01:27","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=11952"},"modified":"2026-09-15T05:01:27","modified_gmt":"2026-09-15T05:01:27","slug":"cisco-ccna-200-301-practice-test-questions-and-exam-dumps-part-14-q261-280","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/cisco-ccna-200-301-practice-test-questions-and-exam-dumps-part-14-q261-280\/","title":{"rendered":"Cisco CCNA 200-301 Practice Test Questions and Exam Dumps Part 14 Q261-280"},"content":{"rendered":"<h2><b>View Full\u00a0<a href=\"https:\/\/www.examlabs.com\/200-301-exam-dumps\">Cisco 200-301 Exam Dumps<\/a>\u00a0and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 261<\/b><\/h3>\n<p><b>Which IPv4 subnet mask provides 62 usable host addresses?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">255.255.255.192<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">255.255.255.224<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">255.255.255.240<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">255.255.255.128<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A subnet that requires 62 usable IPv4 host addresses needs 64 total addresses because the network and broadcast addresses are normally reserved. A 64-address block uses a \/26 prefix, corresponding to the subnet mask 255.255.255.192. This leaves 62 usable host addresses in each subnet. A \/25 provides 126 usable addresses, while \/27 provides only 30 and \/28 provides 14. Understanding the relationship between prefix length, total addresses, and usable hosts is essential when designing efficient IPv4 networks and determining the correct subnet boundaries.<\/span><\/p>\n<h3><b>Question 262<\/b><\/h3>\n<p><b>Which protocol allows a Cisco router to dynamically learn routes from neighboring routers using the shortest-path-first algorithm?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RIP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OSPF<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">BGP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FTP<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Open Shortest Path First, or OSPF, is a link-state routing protocol that uses the Shortest Path First algorithm to calculate optimal routes. OSPF routers exchange link-state information with neighboring routers and build a link-state database representing the network topology. The router then runs the SPF algorithm to determine the best paths based on OSPF cost. RIP uses hop count, BGP uses path attributes, and FTP is a file-transfer protocol rather than a routing protocol. OSPF is widely used in enterprise networks because it supports hierarchical areas and relatively fast convergence.<\/span><\/p>\n<h3><b>Question 263<\/b><\/h3>\n<p><b>Which command configures a Cisco switch interface as an access port?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">switchport mode access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">switchport access enable<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">switchport mode vlan<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">interface access-mode<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The <\/span><span style=\"font-weight: 400;\">switchport mode access<\/span><span style=\"font-weight: 400;\"> command forces a switch interface to operate as an access port. Access ports are normally used to connect end devices and carry traffic for a single VLAN. After configuring the interface as an access port, an administrator can use <\/span><span style=\"font-weight: 400;\">switchport access vlan<\/span><span style=\"font-weight: 400;\"> to assign it to a specific VLAN. This configuration is different from trunk mode, which carries traffic for multiple VLANs. Explicitly configuring access mode also helps prevent the interface from dynamically negotiating a trunk through DTP when trunking is not required.<\/span><\/p>\n<h3><b>Question 264<\/b><\/h3>\n<p><b>Which IPv6 address is automatically configured on an interface when IPv6 is enabled and is used for local-link communication?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Global unicast address<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unique local address<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Link-local address<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Multicast address<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An IPv6 link-local address is automatically generated on an IPv6-enabled interface and uses the <\/span><span style=\"font-weight: 400;\">FE80::\/10<\/span><span style=\"font-weight: 400;\"> prefix. Link-local addresses allow devices on the same local network segment to communicate without requiring a globally routable IPv6 address. They are essential for Neighbor Discovery and are commonly used by IPv6 routing protocols for communication with directly connected neighbors. Routers do not normally forward packets sourced from a link-local address beyond the local link. Global unicast addresses, unique local addresses, and multicast addresses serve different communication purposes.<\/span><\/p>\n<h3><b>Question 265<\/b><\/h3>\n<p><b>What is the main function of a DNS server in an IP network?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Assigning MAC addresses<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Translating domain names into IP addresses<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Encrypting network traffic<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Selecting routing paths<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Domain Name System, or DNS, translates human-readable domain names into IP addresses and can also provide other types of name-resolution information. For example, when a user enters a website domain name, the DNS system can help determine the IP address associated with that name so the client can establish communication. DNS does not assign MAC addresses, encrypt traffic, or calculate routing paths. DHCP commonly provides IP configuration, routing protocols determine network paths, and security protocols provide encryption. Reliable DNS service is important for many applications and network services.<\/span><\/p>\n<h3><b>Question 266<\/b><\/h3>\n<p><b>Which STP port state allows a switch to learn MAC addresses but does not yet forward user traffic?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blocking<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Learning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Forwarding<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabled<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">In traditional 802.1D Spanning Tree Protocol, the Learning state allows a switch to examine incoming frames and populate its MAC address table, but the port does not yet forward normal user traffic. This stage occurs before the port enters the Forwarding state. In the Blocking state, the port does not forward user frames and generally does not learn source MAC addresses. The Forwarding state allows both MAC learning and normal frame forwarding. Understanding these states helps explain how STP transitions ports while building a loop-free Layer 2 topology.<\/span><\/p>\n<h3><b>Question 267<\/b><\/h3>\n<p><b>Which protocol is commonly used to synchronize network device clocks with an external time source?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">NTP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SNMP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TFTP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SMTP<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Network Time Protocol, or NTP, synchronizes the clocks of network devices with reliable time sources. Accurate time is important for troubleshooting, logging, security investigations, authentication systems, and correlating events across multiple devices. NTP uses a hierarchical stratum system to identify the distance from a reference clock. Network devices can act as NTP clients and synchronize their clocks with configured servers. SNMP is primarily used for monitoring, TFTP is a file-transfer protocol, and SMTP is associated with email transport. Proper time synchronization improves the accuracy and usefulness of network logs.<\/span><\/p>\n<h3><b>Question 268<\/b><\/h3>\n<p><b>Which device is typically responsible for making Layer 3 forwarding decisions between different IP networks?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hub<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Layer 2 switch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Router<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Access point<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A router makes Layer 3 forwarding decisions based on destination IP addresses and its routing table. When a router receives a packet, it examines the destination address, identifies the best matching route, and forwards the packet through the appropriate interface or next hop. Routers also separate broadcast domains and can connect different IP networks. A traditional Layer 2 switch primarily forwards Ethernet frames based on MAC addresses, while a hub repeats signals and an access point provides wireless connectivity. Layer 3 switches can also perform routing functions in modern networks.<\/span><\/p>\n<h3><b>Question 269<\/b><\/h3>\n<p><b>Which IPv4 address range is commonly used for automatic link-local addressing when a DHCP server is unavailable?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">10.0.0.0\/8<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">127.0.0.0\/8<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">169.254.0.0\/16<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">224.0.0.0\/4<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The IPv4 range <\/span><span style=\"font-weight: 400;\">169.254.0.0\/16<\/span><span style=\"font-weight: 400;\"> is reserved for link-local addressing, commonly called APIPA in Microsoft environments. A host may automatically assign itself an address from this range when it is configured for DHCP but cannot obtain a valid address from a DHCP server. Link-local addresses allow limited communication on the local network but are not intended for normal routed communication across different networks. The 10.0.0.0\/8 range is private, 127.0.0.0\/8 is reserved for loopback, and 224.0.0.0\/4 is used for IPv4 multicast.<\/span><\/p>\n<h3><b>Question 270<\/b><\/h3>\n<p><b>Which protocol can be used to securely manage a Cisco device through a remote command-line session?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Telnet<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SSH<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TFTP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SNMP<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">SSH, or Secure Shell, provides encrypted remote command-line access to Cisco network devices. It protects administrative credentials and session information from being transmitted in plaintext. SSH is preferred over Telnet because Telnet does not encrypt the management session. To configure SSH, administrators typically establish a hostname and domain name, generate RSA keys, create authentication credentials or use AAA, and configure the appropriate VTY lines. TFTP is used for basic file transfer, while SNMP is primarily designed for monitoring and management rather than interactive command-line administration.<\/span><\/p>\n<h3><b>Question 271<\/b><\/h3>\n<p><b>Which IPv6 multicast address represents all routers on the local link?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FF02::1<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FF02::2<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FF02::5<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FF02::A<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The IPv6 multicast address <\/span><span style=\"font-weight: 400;\">FF02::2<\/span><span style=\"font-weight: 400;\"> represents all IPv6 routers on the local link. Routers listen to this multicast group for certain IPv6 control and discovery traffic. The address <\/span><span style=\"font-weight: 400;\">FF02::1<\/span><span style=\"font-weight: 400;\"> represents all IPv6 nodes on the local link, while <\/span><span style=\"font-weight: 400;\">FF02::5<\/span><span style=\"font-weight: 400;\"> is associated with OSPFv3 routers and <\/span><span style=\"font-weight: 400;\">FF02::A<\/span><span style=\"font-weight: 400;\"> is associated with EIGRP for IPv6. IPv6 uses multicast extensively instead of traditional broadcast communication. Recognizing common multicast addresses helps administrators understand Neighbor Discovery and IPv6 routing protocol operations.<\/span><\/p>\n<h3><b>Question 272<\/b><\/h3>\n<p><b>Which command can be used to verify the status of a specific Cisco interface in detail?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show interface<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show interfaces<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show interface status brief<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">display interface<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The <\/span><span style=\"font-weight: 400;\">show interfaces<\/span><span style=\"font-weight: 400;\"> command provides detailed operational information about Cisco interfaces. The output can include physical and protocol status, bandwidth, duplex, speed, input and output statistics, errors, packet counts, and other interface information. Administrators can specify a particular interface, such as <\/span><span style=\"font-weight: 400;\">show interfaces GigabitEthernet0\/1<\/span><span style=\"font-weight: 400;\">, to focus on one port. This command is useful for identifying physical problems, duplex mismatches, excessive errors, and interface utilization. For a shorter summary, <\/span><span style=\"font-weight: 400;\">show ip interface brief<\/span><span style=\"font-weight: 400;\"> is generally more appropriate.<\/span><\/p>\n<h3><b>Question 273<\/b><\/h3>\n<p><b>Which type of route is manually configured by a network administrator rather than learned dynamically?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Connected route<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Static route<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OSPF route<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">EIGRP route<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A static route is manually configured by a network administrator and remains in the routing table as long as its destination and next-hop conditions remain valid. Static routes are useful for simple networks, specific paths, default routing, or situations where administrators need precise control over forwarding. Connected routes are automatically created for directly connected networks, while OSPF and EIGRP routes are learned dynamically from neighboring routers. Static routing can reduce protocol overhead but may require more administrative effort when network topology changes frequently.<\/span><\/p>\n<h3><b>Question 274<\/b><\/h3>\n<p><b>Which security feature protects a switch against MAC address flooding by limiting the number of secure MAC addresses on a port?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Port Security<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DHCP Snooping<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">BPDU Guard<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ACL<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Port Security helps protect a switch port by limiting the number of MAC addresses that can be learned or configured on that port. This can reduce the impact of unauthorized devices and certain MAC address flooding attacks. Administrators can specify a maximum number of secure MAC addresses and define what happens when a violation occurs. Depending on the configured mode, the switch may drop violating traffic, generate notifications, or place the port into an error-disabled state. DHCP Snooping, BPDU Guard, and ACLs provide different types of network protection.<\/span><\/p>\n<h3><b>Question 275<\/b><\/h3>\n<p><b>Which protocol is used by Cisco devices to automatically negotiate an EtherChannel when supported on both sides?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LACP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FTP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">STP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VTP<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Link Aggregation Control Protocol, or LACP, is an IEEE standard used to negotiate and maintain EtherChannel link aggregation. It allows multiple compatible physical Ethernet links to operate as one logical channel. LACP uses active and passive modes to determine whether negotiation occurs. At least one side generally needs to operate in active mode for an LACP channel to form. EtherChannel improves available bandwidth and redundancy between devices while STP treats the logical bundle as a single link. VTP manages VLAN information, while FTP transfers files.<\/span><\/p>\n<h3><b>Question 276<\/b><\/h3>\n<p><b>Which IPv4 address is a valid private address?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">8.8.8.8<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">172.20.10.5<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">169.254.10.1<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">224.0.0.5<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The address 172.20.10.5 is a valid RFC 1918 private IPv4 address because it falls within the 172.16.0.0\/12 range. Private IPv4 addresses are commonly used within internal networks and are not globally routable across the public Internet. The address 8.8.8.8 is a public address, 169.254.10.1 belongs to the IPv4 link-local range, and 224.0.0.5 is an IPv4 multicast address used by OSPF routers. Recognizing private ranges is important when planning internal addressing and troubleshooting NAT-related connectivity.<\/span><\/p>\n<h3><b>Question 277<\/b><\/h3>\n<p><b>What is the primary function of an SVI on a multilayer switch?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To provide a Layer 3 interface associated with a VLAN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To create a physical trunk<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To replace the switch&#8217;s MAC table<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To disable inter-VLAN routing<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Switch Virtual Interface, or SVI, is a logical Layer 3 interface associated with a VLAN on a multilayer switch. An SVI can provide the default gateway for devices in that VLAN and enable inter-VLAN routing when the switch is configured for Layer 3 operation. SVIs can also be used for switch management. Unlike physical interfaces, an SVI is virtual and represents the Layer 3 interface for a VLAN. This allows multilayer switches to perform routing efficiently without requiring a separate external router for every VLAN.<\/span><\/p>\n<h3><b>Question 278<\/b><\/h3>\n<p><b>Which protocol is used to automatically obtain an IPv4 address, subnet mask, default gateway, and other configuration information from a DHCP server?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DHCP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ARP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ICMP<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Dynamic Host Configuration Protocol, or DHCP, automatically provides IPv4 configuration information to clients. Depending on the server configuration, a DHCP response can provide an IP address, subnet mask, default gateway, DNS server addresses, lease duration, and other options. The common DHCPv4 process follows the DORA sequence: Discover, Offer, Request, and Acknowledge. DNS resolves names, ARP maps IPv4 addresses to MAC addresses, and ICMP provides control and diagnostic messaging. DHCP reduces manual configuration and helps administrators manage address allocation efficiently across large networks.<\/span><\/p>\n<h3><b>Question 279<\/b><\/h3>\n<p><b>Which command can be used to verify which VLANs are allowed and active on a trunk interface?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show interfaces trunk<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show vlan access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show switchport vlan<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show trunk database<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The <\/span><span style=\"font-weight: 400;\">show interfaces trunk<\/span><span style=\"font-weight: 400;\"> command provides important information about switch trunk interfaces, including the VLANs allowed on the trunk and VLANs that are active and forwarding. This is particularly useful when troubleshooting a situation where devices in the same VLAN cannot communicate across switches. Administrators can compare the allowed VLAN list with the VLANs required by the network. The command can also display the native VLAN and trunk encapsulation. Verifying trunk configuration helps identify VLAN filtering, native VLAN, and trunk negotiation problems.<\/span><\/p>\n<h3><b>Question 280<\/b><\/h3>\n<p><b>Which protocol is commonly used to provide centralized authentication for network access and uses UDP ports 1812 and 1813?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TACACS+<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RADIUS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SSH<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">HTTPS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">RADIUS is a widely used AAA protocol for centralized authentication, authorization, and accounting. It commonly uses UDP port 1812 for authentication and UDP port 1813 for accounting. Network access devices such as wireless controllers, switches, VPN gateways, and access servers can communicate with a centralized RADIUS server to verify user credentials and apply access policies. TACACS+ is another AAA protocol but uses TCP, commonly on port 49. SSH and HTTPS provide secure management or application access but are not centralized AAA protocols in themselves.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full\u00a0Cisco 200-301 Exam Dumps\u00a0and Practice Test Dumps. &nbsp; Question 261 Which IPv4 subnet mask provides 62 usable host addresses? 255.255.255.192 255.255.255.224 255.255.255.240 255.255.255.128 Correct Answer: 1 Explanation A subnet that requires 62 usable IPv4 host addresses needs 64 total addresses because the network and broadcast addresses are normally reserved. A 64-address block uses a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11952"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=11952"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11952\/revisions"}],"predecessor-version":[{"id":11959,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11952\/revisions\/11959"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=11952"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=11952"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=11952"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}