All practice questions
1987 questions
A network administrator needs to configure an IPv4 extended named Access Control List (ACL) named SECURE_FLOW on a Cisco IOS router. The ACL must implement the following policy requirements in order:
1. Permit SSH access (TCP port 22) specifically from management host 10.20.1.15 to server 172.16.50.10.
2. Deny all other IP traffic originating from the 10.20.1.0/24 subnet targeted to server 172.16.50.10.
3. Permit all remaining IPv4 traffic originating from the 10.20.1.0/24 subnet to any destination.
4. Ensure all other IP traffic from any source not explicitly permitted is implicitly dropped.
Arrange the configuration command statements into the correct top-to-bottom sequential order to achieve this policy.
Drag items to arrange them in the correct order
A network administrator captures traffic on an Ethernet segment and identifies an ARP reply originating from a virtual default gateway with the MAC address . Which protocol and group number generated this virtual MAC address?
Match each Software-Defined Networking (SDN) architectural component or layer on the left with its primary function on the right.
Click a left item, then click its matching right item
Items
Matches
A network engineer observes the following partial running configuration on a Cisco IOS XE switch:
text
username netops privilege 15 secret Cisc0#2026!
!
line vty 0 4
password 7 094F471A1A0A
login
!
When administrators attempt to establish a remote SSH session to the switch, the prompt requests only a line password rather than asking for user credentials. Which command must be configured under line configuration mode to enforce authentication against the local user database?
An enterprise router connects to an Internet Service Provider over a 1 Gbps physical Ethernet interface, but the WAN contract strictly enforces a Committed Information Rate (CIR) of 50 Mbps. The network engineer notices that bursty corporate traffic periodically exceeds 50 Mbps, causing the service provider to immediately drop the non-conforming packets. Which Quality of Service (QoS) mechanism should be applied to the router's WAN egress interface to buffer excess packets during spikes and release them at a rate matching the 50 Mbps contract?
An administrator applies the following extended IPv4 access control list outbound on interface GigabitEthernet0/0/1 to permit HTTP traffic from the Sales VLAN () to an internal Web Server ():
text
access-list 110 permit tcp 10.1.10.0 0.0.0.255 host 192.168.1.100 eq 80
After applying `ip access-group 110 out` on the interface, users in the Sales VLAN report that while HTTP access works, they can no longer send ICMP echo requests to the Web Server or access the corporate DNS server () located on the same subnet. Which condition is causing this traffic interruption?
A network engineer is implementing Layer 2 security controls across access switches in an enterprise network. The design requires deploying Dynamic ARP Inspection (DAI) alongside DHCP Snooping to mitigate ARP spoofing attacks. Which TWO statements correctly describe the operational interactions and interface trust requirements for these features?
Select all that apply
A network administrator is deploying a dual-compatibility wireless network on a Cisco Wireless LAN Controller (WLC) to support both modern WPA3-Personal endpoints and legacy WPA2-Personal devices under a single SSID. During initial validation, legacy WPA2 devices fail to complete the 802.11 association phase, while WPA3 devices connect successfully. Investigation reveals that the WLAN security profile is configured with Simultaneous Authentication of Equals (SAE) enabled, Protected Management Frames (PMF) set to "Required", and the encryption cipher suite restricted exclusively to GCMP-256. Which configuration modification on the WLC will enable legacy WPA2 clients to successfully associate while maintaining standard WPA3 Transition Mode operation?
A network security administrator is aligning enterprise network management requirements with AAA framework services and protocol architecture. Match each operational task or network access requirement on the left with its corresponding AAA component or protocol mechanism on the right.
Click a left item, then click its matching right item
Items
Matches
Match each Public Key Infrastructure (PKI) component or Multi-Factor Authentication (MFA) element on the left to its corresponding function or definition on the right.
Click a left item, then click its matching right item
Items
Matches
A network administrator enables DHCP Snooping globally and on VLAN 20. To protect against DHCP denial-of-service (DoS) starvation attacks, the administrator configures `ip dhcp snooping limit rate 15` on all untrusted access interfaces. Shortly after, a user workstation interface transitions into the `err-disabled` state. Which operational behavior explains why this interface was placed into the `err-disabled` state?
An organization is updating its administrative access policy for Cisco enterprise network devices. To enforce multi-factor authentication (MFA) for secure SSH management access, network administrators configure AAA authentication to require both a static account password and a one-time passcode (OTP) generated by a physical hardware token fob. Which statement correctly classifies these two authentication controls under standard MFA factor categories?
A network administrator is designing an IPv4 security policy and placing Access Control Lists (ACLs) across a corporate router topology. Which two statements accurately describe the operational characteristics and default behaviors of Cisco IPv4 ACLs? (Select two.)
Select all that apply
An enterprise security team is evaluating AAA protocol deployments across network devices. The security policy mandates that administrative CLI sessions on core routers must enforce per-command authorization and per-command accounting logs. During testing, the team observes that while RADIUS successfully authenticates incoming user sessions, it fails to perform real-time, per-command authorization checks during an active CLI session. Which architectural characteristic of RADIUS accounts for this limitation?
Match each Differentiated Services Code Point (DSCP) Per-Hop Behavior (PHB) standard on the left to its corresponding bit/decimal value and network application profile on the right.
Click a left item, then click its matching right item
Items
Matches
An network administrator is analyzing an enterprise software-defined fabric deployment. Which two protocols operate within the overlay network to handle data plane frame encapsulation and control plane endpoint mapping? (Select two.)
Select all that apply
Match each Cisco Layer 2 security feature or operational state on the left to its corresponding system action or behavior on the right.
Click a left item, then click its matching right item
Items
Matches
A network administrator is implementing certificate-based client authentication (EAP-TLS) for 802.1X enterprise wireless access. When an authentication server receives a digital certificate presented by a client device, which two methods or attributes are used by the server to check whether the certificate has been explicitly revoked before its natural expiration date? (Select TWO.)
Select all that apply
A network administrator is troubleshooting TCP application performance degradation on an enterprise egress WAN interface. Analysis shows that momentary traffic spikes above the contracted service rate are causing immediate packet drops, leading to TCP global synchronization and reduced throughput. Which QoS modification should be applied to the WAN interface to smooth out traffic bursts by delaying excess packets in a buffer rather than dropping them immediately?
An administrator configures the following IPv4 extended named access control list on a Cisco IOS router:
text
ip access-list extended BLOCK_WEB_SERVICES
deny tcp 10.20.30.0 0.0.0.255 host 192.168.100.10 eq 80
deny tcp 10.20.30.0 0.0.0.255 host 192.168.100.10 eq 443
This ACL is applied inbound on interface GigabitEthernet0/0. A host with IP address 10.20.30.15 attempts to send ICMP echo request packets to 192.168.100.10. What occurs when this ICMP traffic reaches the router interface?