- 4.9/5.0
- 277 Questions
- Updated on: 27-Aug-2026
- Implementing Cisco Enterprise Wireless Networks (ENWLSI)
- 22775 Prepared
Free Cisco 300-430 Practice Questions 2026 | Implementing Cisco Enterprise Wireless Networks (ENWLSI)
An engineer is following the proper upgrade path to upgrade a Cisco AireOS WLC from version 7.3 to 8.9. Which two ACLs for Cisco CWA must be configured when upgrading from the specified codes? (Choose two.)
A. Permit 0.0.0.0 0.0.0.0 UDP any any
B. Permit 0.0.0.0 0.0.0.0 any DNS any
C. Permit 0.0.0.0 0.0.0.0 UDP DNS any
D. Permit 0.0.0.0 0.0.0.0 UDP any DNS
E. Permit any any any
D. Permit 0.0.0.0 0.0.0.0 UDP any DNS
Explanation:
When upgrading a Cisco AireOS WLC from version 7.3 to 8.9, the proper upgrade path requires specific pre-authentication ACL (pre-auth ACL) configurations for Central Web Authentication (CWA). This is due to changes in how the WLC handles DNS redirection between these code versions.
What changes between versions:
In version 7.3 and earlier, the pre-auth ACL needed to permit UDP DNS any traffic (DNS responses from any DNS server to the client).
In version 8.9, the pre-auth ACL must permit UDP any DNS traffic (DNS queries from the client to any DNS server).
Why both are required during upgrade:
During a staged upgrade, the WLC may run intermediate versions or have mixed code levels. To ensure DNS resolution and web authentication redirection work correctly throughout the entire upgrade process, the ACL must permit DNS traffic in both directions:
Permit 0.0.0.0 0.0.0.0 UDP DNS any → Allows DNS responses from the DNS server to the client.
Permit 0.0.0.0 0.0.0.0 UDP any DNS → Allows DNS queries from the client to the DNS server.
These entries are necessary because the pre-authentication ACL must allow clients to resolve the web authentication server's hostname before authentication completes.
Why the others are wrong
A. Permit 0.0.0.0 0.0.0.0 UDP any any:
This is too permissive and allows all UDP traffic, defeating the security purpose of the pre-auth ACL.
B. Permit 0.0.0.0 0.0.0.0 any DNS any:
This uses "any" for the protocol, which is incorrect. The specific protocol is UDP for DNS, not any protocol.
E. Permit any any any:
This is a wildcard permit that bypasses all restrictions, which is not appropriate for a pre-authentication ACL used for CWA.
References:
Cisco AireOS WLC Upgrade Guide – CWA Pre-Authentication ACL requirements for 7.3 to 8.9 upgrades.
Cisco Wireless Controller Configuration Guide – Pre-authentication ACLs for Web Authentication.
Which AP model of the Cisco Aironet Active Sensor is used with Cisco DNA Center?
A. 1800s
B. 3600e
C. 3800s
D. 4800i
Explanation:
The Cisco Aironet 1800S Active Sensor is the specific hardware device designed to work with Cisco DNA Center for proactive wireless network monitoring and assurance . The device functions as a compact, simulated wireless client that can be deployed at desktop height (22 to 47 inches from the floor) to accurately replicate real-world user experiences .
When integrated with Cisco DNA Center, the 1800S Active Sensor can run automated tests to measure connectivity, authentication, roaming, application performance, and throughput (supporting iPerf3 and NDT 7) . These sensors are managed through Cisco DNA Assurance and must be provisioned using Plug and Play (PnP) for inventory visibility in DNA Center .
Why Others Are Wrong:
B. 3600e, C. 3800s, D. 4800i:
These are standard access point models designed for client-serving functions, not dedicated active sensors. While the 4800 series may offer active sensor capabilities as a software feature, the explicit dedicated hardware model for this purpose is the 1800S .
References
Cisco Aironet Active Sensor Data Sheet
Cisco Aironet 1800S Active Sensor Release Notes
Cisco Aironet Active Sensor Deployment Guide
When using a Cisco Catalyst 9800 Series Wireless Controller, which statement about AutoQoS is true?
A. It has a set of predefined profiles that you cannot modify further
B. It matches traffic and assigns each matched packet to QoS groups
C. It automates deployment of wired QoS and makes wireless QoS implementation easier
D. It allows the output policy map to put specific QoS queues into specific subgroups
Explanation:
Cisco's AutoQoS feature is designed to simplify the deployment of Quality of Service (QoS) across the network. On the Catalyst 9800 Series Wireless Controller, the statement that best describes its function is that it automates deployment of wired QoS and makes wireless QoS implementation easier.
AutoQoS automates the complex task of configuring QoS, allowing network administrators to implement robust QoS policies with minimal manual intervention and expertise. It uses "AutoQoS" for wireless clients and is intended to provide the same simplicity for controller deployments.
Why the others are wrong
A. It has a set of predefined profiles that you cannot modify further:
This is incorrect. While AutoQoS uses predefined templates and profiles for different application classes (like VoIP and Video), it is not a static or unmodifiable set. You can create custom AutoQoS policies to fine-tune or override the default configurations.
B. It matches traffic and assigns each matched packet to QoS groups:
This describes a more granular policy-based classification, which is not the primary, defining feature of AutoQoS. The main purpose of AutoQoS is to automate the entire QoS policy deployment process.
D. It allows the output policy map to put specific QoS queues into specific subgroups:
While AutoQoS will configure the appropriate queuing mechanisms, this statement is too specific and does not capture the primary function of automating deployment.
References:
Cisco Catalyst 9800 Series Wireless Controller Software Configuration Guide – AutoQoS and Wireless QoS.
Exam discussion on AutoQoS features.
Which command set configures a Cisco Catalyst 9800 Series Wireless Controller so that
the client traffic enters the network at the AP switch port?
A. Option A
B. Option B
C. Option C
D. Option D
Explanation:
The goal is to configure the Cisco Catalyst 9800 Wireless Controller so that client traffic exits the network directly at the access point's switch port. This behavior is known as FlexConnect local switching, and it is configured within a Policy Profile.
On the Catalyst 9800, the Policy Profile is the container for all forwarding and security policies applied to a WLAN. To enable local switching, you navigate to the Policy Profile configuration mode and issue the no central switching command. This disables the default behavior of tunneling all traffic back to the controller and allows the AP to switch traffic locally.
Therefore, the correct CLI sequence is to enter global configuration mode, specify the wireless policy profile, disable central switching, and exit.
Why the others are wrong:
A. Option A:
This uses wireless profile policy which is correct, but it uses local switching, which is not a valid command for this purpose. The correct syntax is no central switching.
B. Option B and C. Option C:
These both use the command wireless flexconnect policy, which is not a valid configuration mode on the Catalyst 9800. FlexConnect settings (like local switching) are applied within the wireless profile policy.
References:
Cisco Catalyst 9800 Series Wireless Controller Software Configuration Guide (FlexConnect) - CLI configuration steps
An engineer is implementing Cisco Identity-Based Networking on a Cisco AireOS controller. The engineer has two ACLs on the controller. The first ACL, named BASE_ACL, is applied to the corporate_clients interface on the WLC, which is used for all corporate clients. The second ACL, named HR_ACL, is referenced by ISE in the Human Resources group policy. What is the resulting ACL when a Human Resources user connects?
A. HR_ACL appended with BASE_ACL
B. HR_ACL only
C. BASE_ACL appended with HR_ACL
D. BASE_ACL only
Explanation:
In Cisco Identity-Based Networking (IBN) on an AireOS controller, the ACL that a client receives is determined by the authentication and authorization policies applied to that specific user or group. The AAA Override feature enables the controller to accept and apply RADIUS attributes returned from the AAA server (like Cisco ISE) on a per-client basis .
When a client authenticates, the process works as follows:
The ISE server authenticates the user and determines their policy (e.g., HR group).
ISE returns RADIUS attributes, which can include an ACL name. According to Cisco documentation, "The ACL that you choose overrides any ACL that is configured for the interface" .
The controller applies the ACL returned by the AAA server directly to the client's session.
In this scenario, the corporate_clients interface has BASE_ACL applied. However, when an HR user connects, ISE references HR_ACL in its policy. Because AAA Override is enabled, the ACL applied to the individual client session is the one provided by the AAA server—HR_ACL . This is further confirmed by exam discussions on this topic, which state that the ACL referenced by ISE "takes precedence over any ACL applied to the interface" .
Why the others are wrong:
A. HR_ACL appended with BASE_ACL:
ACLs are not combined or appended in this scenario. The AAA-returned ACL overrides the interface ACL; they are not merged.
C. BASE_ACL appended with HR_ACL:
This reverses the order and still assumes a combination of the ACLs. The BASE_ACL is the one that is overridden.
D. BASE_ACL only:
This is incorrect because the client's HR policy specifically provides HR_ACL. The whole point of identity-based networking is to apply specific policies, not the default one.
References:
Cisco Wireless Controller Configuration Guide – "AAA Override" and per-client ACL application .
Cisco 300-430 exam discussion confirming precedence of AAA-returned ACLs .
All APs are receiving multicast traffic, instead of only the APs that need it. What is the cause of this problem?
A. The multicast group includes all APs
B. The wrong multicast address was used
C. The multicast group is assigned the wrong VLAN
D. Multicast IGMP snooping is not enabled
Explanation:
The problem described—all APs receiving multicast traffic instead of only the APs with interested clients—is the classic symptom of IGMP snooping being disabled on the Wireless LAN Controller .
When IGMP snooping is enabled, the controller listens to IGMP reports from wireless clients, which indicate which multicast groups they wish to join. The controller processes these reports, creates unique multicast group IDs (MGIDs) that map to specific client MAC addresses, and updates the AP's MGID table accordingly. When the controller receives multicast traffic for a particular group, it forwards it to all APs via the CAPWAP multicast group, but only the APs that have active clients subscribed to that group will transmit it over the air. The other APs will not transmit it .
Why the others are wrong:
A. The multicast group includes all APs:
Multicast groups are defined by IP addresses, not by APs. APs do not join multicast groups; clients do . This statement does not represent a valid scenario.
B. The wrong multicast address was used:
While an incorrect address would cause the wrong clients to receive traffic or prevent delivery entirely, it would not cause all APs to receive and transmit the traffic. The symptom points to a behavior issue (flooding), not an addressing issue .
C. The multicast group is assigned the wrong VLAN:
Assigning a multicast group to the wrong VLAN would prevent clients in the correct VLAN from receiving traffic, but it would not cause all APs to receive the traffic. This is a configuration issue, not a flooding mechanism issue .
References:
Cisco WLC Configuration Guide – IGMP Snooping behavior and MGID table management
Cisco Catalyst 9800 WLC Configuration Guide – IGMP Snooping and multicast forwarding decisions
An engineer is performing a Cisco Hyperlocation accuracy test and executes the cmxloc start command on Cisco CMX. Which two parameters are relevant? (Choose two.)
A. X, Y real location
B. client description
C. AP name
D. client MAC address
E. WLC IP address
D. client MAC address
Explanation:
Client MAC Address (Option D):
When initiating a location accuracy test via the Cisco CMX Command Line Interface (CLI), the command syntax requires specifying the unique target client identifier. The cmxloc start command prompts for or accepts the client MAC address to target tracking, filter incoming RSSI/AoA packet metrics, and isolate the endpoint under evaluation.
X, Y Real Location (Option A):
To measure error distance and calculate accuracy metrics (such as average error distance in meters), CMX needs a ground-truth baseline. The command mandates inputting the physical X, Y real location coordinates (derived from the map grid) where the test device is physically situated. CMX then compares these known coordinates against calculated location estimates (via RSSI, AoA, or FUSION) to generate precision reports.
Why Other Options Are Incorrect:
B. client description:
Client descriptive strings or friendly names are optional UI metadata and are not parameters used in the cmxloc start execution syntax.
C. AP name:
While APs supply the underlying RSSI and Angle of Arrival (AoA) data frames to CMX, specific AP names are not passed as input arguments to the CLI accuracy test.
E. WLC IP address:
Controller connectivity parameters are pre-configured via NMSP/Fastpath setup, so specifying the WLC IP address is unnecessary when running client-level accuracy commands.
References:
Cisco CMX Command Reference Guide: Documents command syntax and required inputs for cmxloc start, cmxloc monitor, and cmxloc list accuracy utilities.
Cisco Hyperlocation / AP4800 Deployment Guide: Outlines CLI testing procedures for validating Angle of Arrival (AoA) and location accuracy using the cmxloc suite on Cisco CMX.
An engineer must use Cisco AVC on a Cisco WLC to prioritize Cisco IP cameras that use the wireless network. Which element do you configure in a rule?
A. permit-ACL
B. WMM required
C. mark
D. rate-limit
Explanation:
To prioritize traffic for a specific application like Cisco IP cameras using AVC, the correct action within an AVC rule is Mark .
Cisco AVC uses deep packet inspection to identify the traffic from a specific application and allows you to define actions for that identified traffic . Within an AVC profile, the Mark action enables you to set a Differentiated Services Code Point (DSCP) value on the packets that match the rule . This marking instructs the network to treat that traffic with a specific priority level.
For IP cameras, which typically handle video streams, you would apply the Gold QoS level (DSCP AF41/34) to this traffic . This prioritization ensures that video traffic is queued and forwarded ahead of less critical data, directly addressing the engineer's requirement .
Why the others are wrong:
A. permit-ACL:
This is not a valid action within an AVC rule. The standard actions are permit, drop, mark, and rate-limit.
B. WMM required:
This is a global WLAN setting for enabling 802.11e Quality of Service, not an element configured within a rule for a specific application.
D. rate-limit:
This action is used to restrict the bandwidth of an application, which is the opposite of what is needed to prioritize its traffic .
References:
Cisco Wireless Controller Configuration Guide for AVC .
Cisco BYOD and AVC Design Guide, which outlines the configuration steps for a Cisco IP Camera with the "Gold" marking .
Which two restrictions are in place with regards to configuring mDNS? (Choose two.)
A. mDNS uses only UDP port 5436 as a destination port.
B. mDNS cannot use UDP port 5353 as the destination port.
C. mDNS is not supported on FlexConnect APs with a locally switched WLAN.
D. Controller software must be newer than 7.0.6+.
E. mDNS is not supported over IPv6.
E. mDNS is not supported over IPv6.
Explanation:
Software Version Prerequisite (Option D):
Multicast Domain Name System (mDNS) Gateway / Bonjour services support on Cisco Wireless LAN Controllers was introduced in AireOS release 7.4.100.0. Therefore, controller code must be newer than legacy 7.0 builds (specifically 7.0.6+) for mDNS snooping and policy controls to function.
IPv6 Protocol Restriction (Option E):
In legacy Cisco AireOS WLC releases, mDNS profile snooping, service discovery, and policy mapping are explicitly restricted to IPv4 unicast/multicast environments. IPv6 mDNS packet snooping and cross-VLAN bridging are unsupported across these wireless controller frameworks.
Why Other Options Are Incorrect:
A & B. UDP Port Restrictions:
mDNS operates natively and strictly over UDP port 5353 as defined by RFC 6762. Option A is incorrect because port 5436 is not used by mDNS, and Option B is incorrect because mDNS must use port 5353.
C. mDNS on FlexConnect APs:
While mDNS originally had limitations on remote sites, Cisco added full support for mDNS snooping on FlexConnect APs with locally switched WLANs using local mDNS profiles and AP-group configurations.
References:
Cisco Wireless LAN Controller Configuration Guide (Configuring mDNS): Details mDNS service discovery prerequisites and restrictions, explicitly noting that mDNS snooping requires AireOS software release 7.4 or later and is limited strictly to IPv4 packets.
Which statement about the VideoStream/Multicast Direct feature is true?
A. IP multicast traffic is reliable over WLAN by default as defined by the IEEE 802.11 wireless multicast delivery mechanism.
B. Each VideoStream client acknowledges receiving a video IP multicast stream.
C. It converts the unicast frame to a multicast frame over the air.
D. It makes the delivery of the IP multicast stream less reliable over the air, but reliable over Ethernet.
Explanation:
The VideoStream/Multicast Direct feature improves the delivery of multicast video traffic over a wireless network. The mechanism works by converting the unicast frames it receives from the controller into multicast frames when they are transmitted over the air to clients . This makes it an efficient method for delivering high-bandwidth, low-latency traffic like video to multiple clients simultaneously.
Why the others are wrong
A. IP multicast traffic is reliable over WLAN by default as defined by the IEEE 802.11 wireless multicast delivery mechanism. This is false. The IEEE 802.11 multicast delivery mechanism is inherently unreliable. It does not use acknowledgments or retransmissions, making it "send and hope for the best."
B. Each VideoStream client acknowledges receiving a video IP multicast stream. This is incorrect. VideoStream clients do not send acknowledgments for the video stream. If they did, the feature would not be efficient for large groups.
D. It makes the delivery of the IP multicast stream less reliable over the air, but reliable over Ethernet. This is also false. The feature is designed to make the delivery of the IP multicast stream more reliable over the air by using mechanisms like client feedback and rate adaptation, but it does not reduce reliability.
References
Cisco VideoStream Deployment Guide
Cisco WLC Configuration Guides
| Page 8 out of 28 Pages |