Courseiva

Cisco Implementing and Configuring Cisco Identity Services Engine (SISE, 300-715, CCNP Security) (SISE) (SISE) — Questions 226300

322 questions total · 5pages · All types, answers revealed

Page 3

Page 4 of 5

Page 5
226
MCQhard

You are troubleshooting a device that is stuck in the 'Unknown' profile state. You have confirmed that the DHCP probe is receiving packets. What is the next logical step to investigate the failure?

A.Increase the SNMP polling interval.
B.Check the attributes of the endpoint in Context Visibility.
C.Delete the endpoint from the database.
D.Restart the ISE node services.
AnswerB

This confirms if the DHCP data is being parsed into attributes recognized by the Profiling Policy.

Why this answer

Checking the endpoint's attributes in Context Visibility reveals exactly what the Profiler has learned. If the DHCP attributes are visible but the policy isn't matching, the policy logic is likely flawed.

227
Multi-Selectmedium

Which TWO of the following are components of the Cisco ISE 'Endpoint' object?

Select 2 answers
A.User's home address
B.The user's password hash
C.Custom Attributes
D.MAC Address
E.Device's hard drive serial number
AnswersC, D

Custom attributes allow administrators to tag endpoints with specific data.

Why this answer

Endpoint objects contain the MAC address and a collection of custom and system attributes related to the device.

228
Multi-Selectmedium

When configuring dACLs for enforcement on Cisco IOS switches, which TWO of the following are true regarding the behavior of the dACL downloaded from Cisco ISE?

Select 2 answers
A.The dACL replaces existing static ACLs on the interface.
B.The dACL is downloaded to the switch NVRAM.
C.The dACL is pushed to the switch using RADIUS VSA 11.
D.The dACL is applied globally to the switch interface.
E.The dACL is applied on a per-user-session basis.
AnswersC, E

Cisco-AV-Pair 'ip:inacl#x' or dACL name is sent via RADIUS.

Why this answer

dACLs are applied per-session and represent a list of ACEs pushed via RADIUS VSA 11.

229
MCQmedium

You are configuring a TACACS+ command set to restrict an administrator from running 'show running-config' on Cisco switches. Which match condition ensures that this specific command is blocked while allowing other 'show' commands?

A.Deny 'show' and permit 'show running-config'
B.Deny 'show running-config' and permit all other commands
C.Permit 'show.*' and deny 'show running-config'
D.Set the command privilege level to 0
AnswerB

This explicitly denies the target command while allowing remaining commands.

Why this answer

Command sets use regex or explicit matches. A specific match with 'permit' on other commands and 'deny' on 'show running-config' is the correct approach.

230
MCQeasy

An administrator needs to ensure that only endpoints with a specific registry key present are allowed access. Where should this posture condition be defined in Cisco ISE?

A.Administration > System > Settings > Posture
B.Policy > Policy Elements > Conditions > Authorization > Compound Condition
C.Policy > Policy Elements > Results > Posture > Remediation Actions
D.Policy > Policy Elements > Conditions > Posture > Registry Condition
AnswerD

This is the correct navigation path for defining registry-based posture conditions.

Why this answer

Registry checks are configured under Policy > Policy Elements > Conditions > Posture > Registry Condition.

231
MCQmedium

You have configured a BYOD flow where the user must approve the device. Which portal type must be used to allow this?

A.Client Provisioning portal
B.My Devices portal
C.Sponsor portal
D.Guest portal
AnswerB

The My Devices portal provides user-level control over their registered endpoints.

Why this answer

The 'My Devices' portal allows users to manage, block, or delete their registered BYOD devices.

232
MCQeasy

Which protocol does the Cisco ISE use to inform the NAD that a guest user's session state has changed (e.g., from 'redirect' to 'authenticated')?

A.RADIUS CoA
B.HTTP
C.SNMP
D.TACACS+
AnswerA

CoA is the standard RADIUS extension for this.

Why this answer

Change of Authorization (CoA) is the mechanism used by RADIUS to update an active session.

233
Multi-Selectmedium

Which TWO of the following are benefits of using the Cisco TrustSec architecture?

Select 2 answers
A.Eliminates the need for RADIUS
B.Reduces network latency
C.Simplifies policy management by using SGTs
D.Automatic dACL creation
E.Topology-independent security policy
AnswersC, E

SGTs replace complex IP-based ACL lists.

Why this answer

TrustSec simplifies policy management by using group tags instead of IP-based ACLs and decouples security from the network topology.

234
Multi-Selecthard

Which TWO of the following are necessary to correctly configure a custom profiling condition based on DHCP attributes?

Select 2 answers
A.Enable HTTP profiling.
B.Configure a static IP on the endpoint.
C.Define a matching operator (e.g., equals, contains).
D.Clear the MAC address table on the switch.
E.Select the correct DHCP attribute from the attribute list.
AnswersC, E

The operator defines the logic of the match.

Why this answer

A custom condition requires selecting the specific DHCP attribute (e.g., Option 60) and defining the value to match.

235
MCQhard

A posture condition is defined to check for a registry key, but it always returns 'Non-Compliant'. You suspect the 'Expected Value' is wrong. Where can you see what the agent actually found on the endpoint?

A.Context Visibility > Endpoints
B.Operations > Reports > Endpoints > Posture Assessment
C.Client Provisioning > Resources
D.Policy > Posture > Conditions
AnswerB

This report shows detailed scan results including actual vs expected values.

Why this answer

The 'Posture Assessment' report under Operations provides the 'Result' details, including what the agent detected versus the expected value.

236
MCQhard

A Guest user is stuck in a loop and cannot access the internet after authenticating. The NAD log shows the session is bouncing between the redirect state and authorized state. What is the most likely cause?

A.The guest user account is expired.
B.The switch is configured for redundant ISE nodes.
C.The Redirect ACL does not permit traffic to the ISE PSN IP.
D.The CoA port is blocked by a firewall.
AnswerC

If traffic to ISE is captured by the redirect rule, a loop occurs.

Why this answer

If the Redirect ACL is not properly configured to exclude the ISE PSN IP, the traffic to the ISE portal might get redirected again, causing a loop.

237
MCQhard

You need to apply a dACL that denies all traffic to a specific server subnet (10.1.1.0/24) while permitting everything else. What is the correct syntax for the last line of the dACL?

A.deny ip any 10.1.1.0 0.0.0.255
B.permit tcp any any
C.permit ip any any
D.deny ip any any
AnswerC

Standard ACL logic requires an explicit permit for the remaining traffic.

Why this answer

After explicitly denying the specific subnet, you must permit the rest of the traffic with 'permit ip any any'.

238
MCQmedium

When configuring a secondary MnT node, what is the 'Primary' versus 'Secondary' relationship regarding log collection?

A.The Secondary collects from specific PSNs only
B.Both nodes log simultaneously
C.The Primary collects, Secondary is standby
D.Nodes load balance the logs
AnswerC

The MnT role is active/standby.

Why this answer

The Primary MnT is the active log aggregator, and the Secondary MnT acts as a standby, taking over only if the Primary fails.

239
MCQhard

During a troubleshooting session, you notice that the AnyConnect agent is not receiving the posture policy. Which log file on the ISE Policy Service Node (PSN) should you examine?

A.prrt-server.log
B.ise-psc.log
C.guest.log
D.admin.log
AnswerB

This contains the posture service communication and policy evaluation details.

Why this answer

The 'ise-psc.log' (Policy Service Component) is the primary log for posture policy evaluation and agent communication.

240
Multi-Selecthard

Which TWO of the following steps are required to deploy the AnyConnect posture agent?

Select 2 answers
A.Set the NAS IP address
B.Enable RADIUS Accounting
C.Create a Client Provisioning policy
D.Configure a TrustSec policy
E.Create a Client Provisioning resource
AnswersC, E

Necessary to assign the resource to the endpoint.

Why this answer

Deployment involves creating the Client Provisioning resource and then creating the policy to assign it to endpoints.

241
Multi-Selectmedium

Which TWO of the following methods can be used to identify a device as 'BYOD' in ISE?

Select 2 answers
A.IP address range
B.Bulk import of MAC addresses
C.SNMP community string
D.Switch port ID
E.Self-registration via the BYOD portal
AnswersB, E

Administrators can import MAC addresses to pre-register devices as BYOD.

Why this answer

Devices can be identified via manual registration by the user or through automated enrollment via the BYOD flow.

242
Multi-Selecteasy

Which THREE of the following are standard probes available in Cisco ISE to gather device information?

Select 3 answers
A.SMTP
B.HTTP
C.FTP
D.SNMP Query
E.DHCP
AnswersB, D, E

HTTP is a primary probe.

Why this answer

ISE uses a variety of probes, including DHCP, HTTP, and SNMP, to collect device metadata.

243
Multi-Selecthard

Which TWO of the following tasks are performed within the Sponsor Portal?

Select 2 answers
A.Mapping VLANs to specific guest SSIDs.
B.Configuring global portal branding.
C.Defining RADIUS shared secrets.
D.Creating new guest accounts.
E.Approving guest access requests.
AnswersD, E

Sponsors can manually create guest accounts for visitors.

Why this answer

The sponsor portal is used by internal users to manage the lifecycle of guest accounts, such as creating, approving, or extending them.

244
MCQhard

If you want to use a script remediation, where do you define the script content?

A.In the Client Provisioning Resource file
B.In the Posture Policy XML
C.Directly in the 'Script Remediation' action in ISE
D.On the endpoint in the AnyConnect directory
AnswerC

You define the script content within the remediation action configuration.

Why this answer

Script remediation actions require you to provide the script code directly in the ISE GUI under the remediation definition.

245
MCQeasy

Which dashboard widget provides a quick summary of BYOD activity in your network?

A.System Resources
B.Active Directory Health
C.BYOD Registration Status
D.RADIUS Latency
AnswerC

This widget is standard in the ISE dashboard for monitoring BYOD adoption.

Why this answer

The BYOD/Registration dashboard widgets provide real-time visibility into the number of registered vs. pending devices.

246
MCQmedium

You are configuring a policy set in Cisco ISE for wireless clients. You need to ensure that the policy set only applies to requests originating from a specific WLC. Which condition should you use?

A.NetworkDevice:Name
B.Radius:NAS-IP-Address
C.Radius:Called-Station-ID
D.Device:Model
AnswerA

NetworkDevice:Name allows matching based on the device defined in the ISE Network Devices list.

Why this answer

The Network Device property is used to filter policy sets based on the RADIUS client (WLC) IP or device profile.

247
MCQhard

You have a Cisco switch that supports both RADIUS and TACACS+. When using ISE for device administration, which protocol is mandatory for command-level authorization?

A.TACACS+
B.SSH
C.RADIUS
D.SNMPv3
AnswerA

TACACS+ is the protocol used for command authorization in Cisco environments.

Why this answer

TACACS+ is the industry standard for command-level authorization; RADIUS is typically limited to shell/privilege level access.

248
MCQeasy

A network administrator is configuring Central Web Authentication (CWA) and needs to ensure that the initial redirect is handled correctly by the switch. Which attribute must the Cisco ISE send to the network access device (NAD) to trigger the redirection?

A.cisco-av-pair = redirect-url=http://ise.example.com
B.cisco-av-pair = url-redirect=https://ise.example.com:8443/guestportal/gateway
C.cisco-av-pair = redirect-to=https://ise.example.com
D.cisco-av-pair = url-redirect-acl=REDIRECT_ACL
AnswerB

This is the correct syntax for the redirect URL attribute.

Why this answer

The Cisco-AV-Pair 'url-redirect' is the standard attribute used in a RADIUS Accept message to inform the switch to redirect web traffic to the ISE guest portal.

249
MCQeasy

Which menu path is used to view the status of all nodes in an ISE deployment?

A.Operations > Reports
B.Administration > Maintenance
C.Administration > System > Deployment
D.Policy > Policy Elements
AnswerC

This page displays node status and persona configuration.

Why this answer

Administration > System > Deployment provides the status dashboard for all nodes in the cluster.

250
MCQmedium

You need to allow guest users to access specific internal resources (like a printer) while they are connected to the Guest network. How do you configure this in ISE?

A.Enable Guest VLAN assignment.
B.Assign a downloadable ACL (dACL) in the Authorization Profile.
C.Modify the Redirect ACL on the switch.
D.Configure a port-based ACL on the switch interface.
AnswerB

dACLs provide granular control for the session.

Why this answer

Authorization Profiles define the permissions for the user. By assigning a specific dACL that permits access to the printer, you allow that traffic.

251
MCQmedium

You are troubleshooting a scenario where an Android device is unable to complete the BYOD onboarding flow. You suspect the issue is with the supplicant provisioning wizard. Which tool should you use to verify if the provisioning payload was actually generated?

A.Work Centers > BYOD > Client Provisioning
B.Administration > System > Settings > Proxy
C.Operations > Troubleshoot > TCP Dump
D.Policy > Policy Elements > Conditions > Other > BYOD
AnswerA

This area displays the provisioning rules and the status of resources available for different device types.

Why this answer

The 'Provisioning' resources tab in the ISE portal configuration lists the resources generated for different operating systems.

252
MCQeasy

What is the function of the 'Default' policy set in ISE?

A.It is a catch-all for traffic that does not match other Policy Sets
B.It is the only policy set allowed to process MAB requests
C.It is used to manage ISE internal traffic only
D.It cannot be modified
AnswerA

The Default policy set ensures that any unmatched traffic still has an evaluation path.

Why this answer

The Default policy set acts as a catch-all if no other policy set conditions are matched.

253
Multi-Selectmedium

When configuring a RADIUS authorization policy for a dot1x deployment, which TWO attributes are commonly used to assign a dynamic VLAN?

Select 2 answers
A.Service-Type equals Framed
B.Framed-IP-Address
C.Tunnel-Type equals VLAN
D.Tunnel-Medium-Type equals 802
E.Cisco-AV-Pair
AnswersC, D

Mandatory to define the tunnel type.

Why this answer

Tunnel-Type and Tunnel-Medium-Type are mandatory RADIUS attributes to signal to a switch that a VLAN assignment is intended.

254
MCQeasy

Which of the following describes the 'Standalone' deployment model?

A.PAN and PSN on separate nodes
B.Only PSN role is active
C.Multiple nodes in a cluster
D.All personas on a single node
AnswerD

Standalone means one node performs all roles.

Why this answer

A standalone model means all personas (PAN, MnT, PSN) are hosted on a single physical or virtual appliance.

255
MCQhard

You are configuring a policy to block access for non-compliant devices. Where do you configure the posture status as a policy condition?

A.Authentication Policy
B.Authorization Policy
C.Endpoint Group
D.Identity Source
AnswerB

Posture status is evaluated as a condition in authorization rules.

Why this answer

Posture status (e.g., Compliant, Non-Compliant) is an attribute available in the Authorization Policy condition builder.

256
MCQhard

A customer needs to block access to a specific server subnet for all employees except the IT department. Which method is most scalable using Cisco TrustSec?

A.Configure individual dACLs for every employee
B.Hardcode ACLs on every access switch
C.Assign SGTs to the server subnet and the IT group, then apply an SGACL
D.Use standard RADIUS VLAN steering
AnswerC

This leverages group-based policy which scales better than individual IP ACLs.

Why this answer

Assigning an SGT to the server subnet and using an SGACL policy that allows only the IT SGT is the most scalable TrustSec approach.

257
MCQmedium

What is the purpose of the 'Endpoint Identity Group' in the context of profiling?

A.To manage authentication credentials.
B.To store device hardware serial numbers.
C.To define which PSN handles the device.
D.To classify devices for use in authorization policy rules.
AnswerD

Grouping enables policy-based access control.

Why this answer

Endpoint Identity Groups are used to organize devices into logical categories, which are then used in Authorization Policies.

258
MCQmedium

Which of the following is a common reason for a 'Certificate Mismatch' error during EAP-TLS?

A.The ISE node time is out of sync
B.The client does not trust the Root CA that signed the server certificate
C.The device is not in the correct VLAN
D.The SSID is not configured for EAP-TLS
AnswerB

Trust is the foundational requirement for successful EAP-TLS handshakes.

Why this answer

This occurs when the Root CA certificate on the client does not match the CA that signed the certificate provided by the ISE server.

259
Multi-Selecthard

Which THREE of the following are potential reasons a device might be placed in a 'Quarantine' VLAN during the BYOD process?

Select 3 answers
A.Device failed MDM compliance check
B.User forgot their Wi-Fi password
C.Device OS version is below the minimum requirement
D.Missing or expired client certificate
E.The device is too new
AnswersA, C, D

Non-compliant devices are often isolated in quarantine.

Why this answer

A device might be quarantined if it fails compliance, is missing a required certificate, or has an outdated OS version detected by the MDM.

260
Multi-Selecthard

Which TWO of the following are required to successfully profile a device using SNMP Query?

Select 2 answers
A.The device must have the SNMP Query probe enabled.
B.The device must support DHCP Option 150.
C.The device must have a static IP address.
D.The network device must be added to the ISE Network Devices list.
E.The device must be running an SNMP Agent.
AnswersA, D

The probe service must be active to perform the action.

Why this answer

SNMP query requires the network device to be added to ISE and the correct community string to be configured.

261
MCQmedium

Which component is responsible for triggering the posture assessment process when a user connects to the network?

A.Network Access Device (NAD)
B.AnyConnect Compliance Module
C.RADIUS Server
D.Posture Policy
AnswerD

The Posture Policy determines when and what to assess.

Why this answer

The posture requirement, when associated with a client provisioning policy, triggers the AnyConnect agent to begin assessment.

262
Multi-Selectmedium

Which TWO of the following are true about Shell Profiles? (Choose two)

Select 2 answers
A.They replace the need for accounting
B.They can include custom attributes for specific vendors
C.They define the command set to be used
D.They define the initial privilege level
E.They are used for RADIUS authentication only
AnswersB, D

Custom attributes add vendor-specific data.

Why this answer

Shell profiles define session attributes and initial privilege levels.

263
MCQmedium

When using TACACS+ for device administration, which result object is used to define the privilege level of the user?

A.Command Set
B.Shell Profile
C.Authorization Profile
D.Device Administration Policy
AnswerB

The Shell Profile is the TACACS+ component used to set privilege levels.

Why this answer

The Shell Profile in TACACS+ policies allows you to define the privilege level assigned to the user session.

264
MCQmedium

When configuring an LWA portal, you notice that the HTTP traffic is not being redirected. What is a primary requirement for LWA that differs from CWA?

A.The NAD must have the 'ip http server' enabled.
B.The endpoint must be statically assigned an IP.
C.A redirect ACL must be applied to the ISE interface.
D.The ISE node must be the default gateway.
AnswerA

LWA requires the local switch web server to intercept HTTP requests.

Why this answer

LWA requires the NAD to act as the web server for the captive portal, meaning the switch handles the HTTP request interception directly, unlike CWA where the endpoint is redirected to ISE.

265
Multi-Selectmedium

When troubleshooting AnyConnect posture issues, which THREE logs or files are most useful for determining why a compliance check failed?

Select 3 answers
A.ISE Live Logs
B.ISE Posture Reports
C.Cisco IOS syslog
D.AnyConnect VPN Gateway logs
E.AnyConnect DART bundle
AnswersA, B, E

Live logs show the authentication and authorization flows, including posture status.

Why this answer

The AnyConnect diagnostic logs, the ISE Posture reports, and the Live Logs are the primary sources of truth for investigating posture failures.

266
MCQhard

What is the purpose of the 'Guest Flow' setting in the Authorization Profile?

A.It defines the session timeout.
B.It enables MAC caching.
C.It defines the Guest Group.
D.It tells the ISE to trigger the Guest Portal.
AnswerD

This setting links the profile to the specific guest portal type.

Why this answer

The Guest Flow setting determines how the guest session is handled by the ISE, specifically linking the authorization profile to the appropriate portal type.

267
MCQmedium

You are configuring a device sensor on a Cisco switch to help with ISE profiling. What is the primary benefit of using Device Sensor?

A.It replaces the need for DHCP snooping.
B.It allows the switch to act as a RADIUS server.
C.It enables the switch to send collected device attributes to ISE via RADIUS accounting.
D.It increases the throughput of the switch.
AnswerC

This simplifies profiling by offloading data collection to the switch.

Why this answer

Device Sensor allows the switch to collect device information and send it to ISE using RADIUS Accounting, reducing the need for SNMP queries.

268
MCQmedium

How does Cisco ISE handle requests that do not match any configured TACACS+ Authorization Policy?

A.It defaults to local switch authentication
B.It prompts the user to select a profile
C.It permits access with default privileges
D.It denies access
AnswerD

Default behavior for unmatched requests is to deny.

Why this answer

If no rule matches, ISE hits the default rule, which typically results in a 'Deny' access.

269
MCQeasy

What is the maximum number of TACACS+ servers you can configure on a Cisco device for redundancy?

A.Only one
B.None, TACACS+ doesn't support redundancy
C.Multiple
D.Exactly two
AnswerC

Standard configuration allows a list of servers.

Why this answer

Cisco devices typically support defining multiple TACACS+ server statements in the configuration for failover.

270
MCQmedium

You want to use TACACS+ for administrative access. Which protocol feature distinguishes TACACS+ from RADIUS for device administration?

A.RADIUS allows command-level authorization
B.TACACS+ encrypts the entire packet body
C.TACACS+ is an open standard protocol
D.TACACS+ uses UDP port 49
AnswerB

TACACS+ encrypts the entire payload, whereas RADIUS only encrypts the password.

Why this answer

TACACS+ separates authentication, authorization, and accounting, allowing for command-level authorization.

271
Multi-Selectmedium

Which TWO of the following settings are available for customizing the guest portal login page?

Select 2 answers
A.Selection of the switch interface.
B.Inclusion of a mandatory AUP checkbox.
C.Direct editing of the Apache server config files.
D.Configuration of the RADIUS shared secret.
E.Modification of the login form header and footer text.
AnswersB, E

This is a configurable portal option.

Why this answer

ISE portals allow for extensive customization of the UI, including the text displayed and the inclusion of specific fields like terms of use or registration forms.

272
MCQeasy

In the context of the Guest flow, what is the purpose of the 'Guest Types' configuration?

A.To manage the list of sponsors.
B.To define the portal look and feel.
C.To define attributes like account lifetime and access policies for guest accounts.
D.To configure the RADIUS server settings.
AnswerC

This is the primary function of guest types.

Why this answer

Guest types allow you to define common parameters like account duration, password requirements, and access permissions that can be applied to guest accounts.

273
MCQeasy

What is the purpose of the 'Network Setup Assistant' (NSA) in the context of Cisco ISE BYOD?

A.To provide a VPN tunnel to the internal network
B.To manage the user's Active Directory account
C.To scan the device for malware before allowing network access
D.To configure the native supplicant settings for secure network access
AnswerD

The NSA automates the configuration of WiFi profiles and certificate installation.

Why this answer

The NSA is a small utility downloaded by the endpoint to configure the supplicant for secure wireless network access.

274
Multi-Selecthard

Which TWO of the following are true regarding the order of operations in Cisco ISE policy evaluation?

Select 2 answers
A.All policy sets are evaluated simultaneously
B.Policy sets are evaluated from top to bottom based on the list order
C.Authorization policies are evaluated before authentication policies
D.Authorization rules are evaluated from top to bottom
E.The default policy set can be deleted
AnswersB, D

The first policy set with a matching condition is selected.

Why this answer

ISE evaluates policy sets first, then moves to the selected policy set to evaluate individual rules. Within a set, authentication rules are checked before authorization rules.

275
MCQeasy

Which of the following is NOT a standard RADIUS attribute type used in ISE?

A.System Defined
B.Protocol Header
C.IETF
D.Vendor Specific
AnswerB

Protocol header is not a type of RADIUS attribute in ISE policy logic.

Why this answer

Standard RADIUS attributes follow specific RFC formats; custom vendor-specific attributes (VSAs) are used for Cisco proprietary functions.

276
MCQmedium

You are reviewing the ISE logs and see that the Guest Portal authentication is failing. Where should you look to find the exact reason for the failure?

A.Operations > RADIUS Livelogs
B.Monitoring > Reports > Guest
C.Policy > Policy Sets
D.Administration > System > Logging
AnswerA

This is the primary tool for troubleshooting auth failures.

Why this answer

The 'Live Logs' in ISE provide real-time visibility into authentication attempts, including the specific failure reason (e.g., 'invalid credentials', 'user account expired').

277
Multi-Selecthard

Which THREE conditions are required for successful AnyConnect posture assessment in a wired network environment?

Select 3 answers
A.The switch must be configured for WebAuth.
B.The endpoint must have the AnyConnect agent installed.
C.The Client Provisioning service must be running on the ISE PSN.
D.An Authorization Profile configured for posture redirection must be applied.
E.The endpoint must be joined to an Active Directory domain.
AnswersB, C, D

The posture agent is the engine that executes the checks.

Why this answer

Posture requires a working authorization profile, a properly provisioned agent, and a clear communication path between the agent and the ISE Policy Services Node (PSN).

278
MCQmedium

Which AnyConnect module is specifically required to perform posture assessment in ISE?

A.AnyConnect AMP Enabler
B.AnyConnect Compliance Module
C.AnyConnect Web Security Module
D.AnyConnect VPN Module
AnswerB

This module handles the posture assessment logic.

Why this answer

The 'AnyConnect Compliance Module' (formerly known as the posture module) is required.

279
MCQeasy

What is the primary function of the TACACS+ 'Shared Secret' configured on both the Cisco ISE and the Network Access Device?

A.To authenticate the TACACS+ packet exchange
B.To assign the device to a specific group
C.To encrypt the entire packet header
D.To enable SSL/TLS encryption for the session
AnswerA

The secret validates the integrity and authenticity of the communication.

Why this answer

The shared secret is used to encrypt the TACACS+ packet body and authenticate the connection between the client and server.

280
MCQhard

In a posture flow, what happens if an endpoint is determined to be 'Non-Compliant' but no remediation action is configured?

A.The agent automatically remediates the issue
B.The device is granted full access
C.The posture agent crashes
D.The device remains Non-Compliant
AnswerD

Without a remediation action, the state is simply reported as Non-Compliant.

Why this answer

If no remediation is defined, the device simply remains in a non-compliant state, and the authorization policy usually denies access or places it in a restricted VLAN.

281
MCQeasy

Which option in the Cisco ISE Authorization Policy allows you to set a specific VLAN for a wireless client?

A.Policy Set Condition
B.Authorization Profile
C.Identity Source Sequence
D.Authentication Policy
AnswerB

VLAN tagging is a standard attribute provided by the Authorization Profile.

Why this answer

The VLAN ID is configured within the Authorization Profile, which is then selected as the result of an Authorization Policy rule.

282
MCQeasy

A guest user successfully authenticates at the sponsor portal but cannot access the internet. You notice the session remains in the 'Pending' state. What is the most likely cause?

A.The ISE node is not reachable via the DNS server specified in the guest VLAN.
B.The sponsor has not approved the guest account request.
C.The authorization policy is missing a 'permit access' rule for the guest account.
D.The guest password policy is incorrectly configured in the Guest Portal settings.
AnswerB

When an account is created with sponsor approval required, it remains in a pending state until the sponsor approves it via the sponsor portal.

Why this answer

The 'Pending' state indicates that the sponsor or an administrator has not yet approved the account creation request, which is a common security feature in guest access flows.

283
MCQmedium

When configuring an AnyConnect Posture Policy, which option allows the administrator to force the agent to perform a scan regardless of the current posture status?

A.Posture Type set to 'Continuos'
B.Agent Enforcement set to 'Mandatory'
C.Policy Status set to 'Production'
D.Periodic Scanning enabled in Client Provisioning Policy
AnswerB, D

Mandatory enforcement forces the agent to report and remediate compliance.

Why this answer

The 'Mandatory' setting in the Posture Requirement forces the agent to report status and remediate if necessary, whereas 'Optional' allows the user to skip.

284
Multi-Selecteasy

Which TWO of the following are valid ISE deployment personas?

Select 2 answers
A.Authentication Proxy Node
B.Database Node
C.Policy Administration Node
D.Policy Service Node
E.Reporting Node
AnswersC, D

PAN is a valid persona.

Why this answer

The three standard ISE personas are Policy Administration Node (PAN), Monitoring and Troubleshooting Node (MnT), and Policy Service Node (PSN).

285
MCQeasy

Which service is required to be enabled on a PSN to allow it to receive RADIUS requests from network access devices?

A.Policy Service
B.Registration Service
C.Administration Service
D.Monitoring Service
AnswerA

The Policy Service enables RADIUS and TACACS+.

Why this answer

The 'Policy Service' node must have the RADIUS/TACACS+ service enabled in its configuration.

286
Multi-Selecteasy

Which TWO are common causes for a node to fail to join a deployment?

Select 2 answers
A.Insufficient memory on the node
B.Blocked network ports
C.License mismatch between nodes
D.Invalid certificate trust between nodes
E.Incorrect browser version
AnswersB, D

Management ports must be open.

Why this answer

The most common causes are certificate validation errors and network connectivity issues (e.g., blocked ports).

287
MCQmedium

When configuring a Shell Profile for TACACS+, which of the following attributes can be controlled to limit how long a session stays active without input?

A.Auto-command
B.Session Time
C.Privilege Level
D.Idle Timeout
AnswerD

Idle Timeout is a standard attribute in the Shell Profile for session management.

Why this answer

The 'Idle Timeout' attribute in the Shell Profile controls the duration of inactivity allowed for a TACACS+ session.

288
Multi-Selectmedium

Which TWO of the following are valid locations to check for policy match results in ISE?

Select 2 answers
A.Device Administration console
B.Live Logs
C.Identity Group properties
D.Policy Simulation tool
E.RADIUS Secret settings
AnswersB, D

Live logs confirm real-time policy matches.

Why this answer

You can verify matches in the Live Logs and the Policy Simulation tool.

289
Multi-Selecteasy

Which THREE components are part of the 'Guest Access' workflow in Cisco ISE?

Select 3 answers
A.ISE Policy Sets.
B.Device Sensor Service.
C.Guest Portal.
D.Active Directory Join.
E.Sponsor Portal.
AnswersA, C, E

These define the authentication and authorization rules for the guest session.

Why this answer

The guest workflow typically involves the guest user, a sponsor who validates the access, and the ISE engine that enforces the policy.

290
MCQmedium

A network engineer reports that they can log into a switch via TACACS+, but cannot run any commands. What is the most likely cause?

A.The Command Set is missing or not assigned in the Authorization Policy
B.The switch is not configured for 'aaa authorization commands'
C.The shell profile lacks privilege level configuration
D.The user is not in the correct Identity Store
AnswerA

Authorization failed for the command execution phase.

Why this answer

If authorization is enabled but no command set is assigned, ISE returns a 'deny' for all commands by default.

291
Multi-Selectmedium

Which TWO of the following are steps to handle a user authentication failure in ISE?

Select 2 answers
A.Configure an Authentication Policy rule to match failures
B.Disable the NAD port
C.Check the 'Continue' option on the Authentication Policy
D.Delete the user account
E.Change the device password
AnswersA, C

You can define rules based on failure conditions.

Why this answer

You can define a failed authentication rule or check the authentication policy's 'continue' options.

292
MCQhard

A administrator notices that certain medical devices are being intermittently profiled as 'Unknown' despite having a valid Profiling Policy. What is the most likely cause related to the Profiler Feed Service?

A.The endpoint identity group is full.
B.The Monitoring node is overloaded.
C.The device fingerprint signatures in the Profiler Feed Service are outdated.
D.The Profiler Feed Service is not enabled under Administration > System > Settings.
AnswerC

If the feed is not synced, ISE lacks the current OUI or pattern definitions to classify newer or specific device types.

Why this answer

The Feed Service updates the Profiler dictionary. If the OUI or device signature is not updated in the local dictionary, ISE cannot match the attributes gathered by the probes.

293
MCQmedium

When a device connects to a port, it is put into 'Monitoring Mode'. What is the purpose of this state?

A.To force the port to shutdown
B.To provide internet access to guests
C.To perform vulnerability scanning
D.To test the policy before enforcing access control
AnswerD

Monitoring mode logs success/failure without enforcing the result.

Why this answer

Monitoring mode allows the admin to see if 802.1X/MAB would pass or fail without actually blocking traffic.

294
Multi-Selectmedium

Which TWO of the following are mandatory steps for configuring BYOD with Cisco ISE?

Select 2 answers
A.Install a dedicated agent on every switch
B.Enable BYOD settings in the device portal configuration
C.Create a local user account for every device
D.Configure an Authorization Policy to redirect BYOD users
E.Disable RADIUS authentication
AnswersB, D

This is required to enable the self-service flow.

Why this answer

The two core requirements are enabling the BYOD portal and configuring the authorization policy to handle the registration flow.

295
Multi-Selectmedium

Which TWO of the following are mandatory components for a CWA deployment?

Select 2 answers
A.A WLC with WPA3-Enterprise.
B.A local user database on the switch.
C.A redirect ACL configured on the NAD.
D.A static IP address for all guest clients.
E.A guest portal configured in ISE.
AnswersC, E

Mandatory for traffic interception.

Why this answer

CWA requires a properly configured redirect ACL on the NAD and a corresponding authorization profile in ISE that points the client to the portal.

296
MCQhard

You are troubleshooting a scenario where an SGT is not being assigned to a session. You notice the Authorization Profile is correctly configured. What must be configured on the Network Access Device (NAD) to allow the SGT to be learned from the RADIUS Access-Accept?

A.Set the switch port to trunk mode
B.Enable Device Tracking
C.Enable 802.1X globally
D.Configure the CTS environment to support SGTs
AnswerD

The NAD must be CTS-aware and configured to accept SGTs from the AAA server.

Why this answer

The switch must be configured for Cisco TrustSec (CTS) and be capable of processing the SGT attribute sent in the RADIUS response.

297
MCQhard

If a PSN loses connectivity to the PAN, what happens to existing user sessions?

A.All sessions are terminated
B.Sessions remain active and the PSN continues to authenticate
C.The PSN enters emergency mode
D.The PSN reboots
AnswerB

PSNs are autonomous for authentication once policy is synced.

Why this answer

The PSN will continue to handle existing sessions and new authentications using the cached policy, but configuration changes cannot be pushed.

298
MCQhard

You are using the Feed Service to update your profiling policies. How can you ensure that custom profiling policies you have created are not overwritten during the update?

A.Custom policies are not affected by Feed Service updates.
B.Place custom policies in the system policy folder.
C.Export custom policies before every update.
D.Disable automatic updates.
AnswerA

The system architecture protects user-defined policies.

Why this answer

Cisco ISE Feed Service updates do not overwrite custom policies; they only add or update predefined policies in the 'Cisco' folder.

299
Multi-Selectmedium

Which THREE items are required when configuring a new Policy Set in Cisco ISE?

Select 3 answers
A.Authentication Policy
B.Policy Set Name
C.Authorization Profile
D.Policy Set Condition
E.SXP Connection
AnswersA, B, D

Every set must define how users are authenticated.

Why this answer

A policy set requires a name, a set of conditions that trigger the policy set, and an authentication policy (which includes a sequence).

300
MCQhard

What is the impact of changing the 'Minimum Certainty Factor' in a Profiling Policy?

A.It requires more attributes to match before the policy is triggered.
B.It triggers an automatic purge of endpoint cache.
C.It disables the probe for that policy.
D.It changes the priority of the policy.
AnswerA

Increasing the threshold makes the condition harder to satisfy.

Why this answer

A higher threshold requires more matching attributes, making the profiling more restrictive and potentially less likely to match.

Page 3

Page 4 of 5

Page 5

All pages