• 4.9/5.0
  • 287 Questions
  • Updated on: 25-May-2026
  • Implementing and Configuring Cisco Identity Services Engine (SISE) v4.0 (300-715 SISE)
  • 22875 Prepared

Free Cisco 300-715 Practice Questions 2026 | Implementing and Configuring Cisco Identity Services Engine (SISE) v4.0 (300-715 SISE)


What is an advantage of TACACS+ versus RADIUS authentication when reviewing reports in Cisco ISE?

A. TACACS+ reduces authentication latency, and RADIUS increases latency by adding additional packet headers.

B. TACACS+ performs secure communication with IPsec, and RADIUS uses DTLS encryption.

C. TACACS+ provides command accounting, and RADIUS combines authentication and authorization.

D. TACACS+ uses SSL certificates, and RADIUS does not have encryption.

C.   TACACS+ provides command accounting, and RADIUS combines authentication and authorization.

Explanation:
When reviewing reports in Cisco ISE, TACACS+ offers granular visibility into command-level accounting (what commands were executed on a device), while RADIUS primarily reports on network access sessions (connect/disconnect). This is a key reporting advantage for device administration.

Correct Option:

C. TACACS+ provides command accounting, and RADIUS combines authentication and authorization.
TACACS+ separates authentication, authorization, and accounting into distinct processes. Its accounting logs include each command entered by an administrator, including timestamps, command strings, and success/failure status. RADIUS combines authentication and authorization in a single Access-Request/Accept exchange, and its accounting typically records session start/stop and data usage, not individual commands. For compliance reports, command accounting is a major advantage.

Incorrect Options:

A. TACACS+ reduces authentication latency, and RADIUS increases latency –
False. TACACS+ uses TCP (potentially higher latency), while RADIUS uses UDP (lower latency). Latency differences are negligible in reporting context.

B. TACACS+ performs secure communication with IPsec, and RADIUS uses DTLS encryption –
Both can be secured. RADIUS with DTLS (RADSEC) or IPsec; TACACS+ can use IPsec or TLS. This is not a reporting advantage.

D. TACACS+ uses SSL certificates, and RADIUS does not have encryption –
False. RADIUS encrypts only the password (using MD5), while TACACS+ encrypts the entire body. Modern RADIUS (RADSEC over TLS) addresses this. The reporting advantage is command accounting, not encryption.

Reference:
Cisco ISE Device Administration Guide – "TACACS+ Accounting vs. RADIUS Accounting – Reporting Differences"

An engineer is starting to implement a wired 802.1X project throughout the campus. The task is to ensure that the authentication procedure is disabled on the ports but still allows all endpoints to connect to the network. Which port-control option must the engineer configure?

A. pae-disabled

B. force-unauthorized

C. auto

D. force-authorized

D.   force-authorized

Explanation:
The engineer needs to disable 802.1X authentication on switchports while still allowing all endpoints to connect without any authentication. The port-control option force-authorized places the port in an authorized state permanently, bypassing all authentication.

Correct Option:

D. force-authorized
The force-authorized port-control setting (configured via authentication port-control force-authorized) disables 802.1X authentication on the interface. The port immediately moves to an authorized state without any EAP exchange or RADIUS communication. All traffic is allowed unconditionally. This is equivalent to turning off 802.1X on the port, which meets the requirement of disabling authentication while maintaining connectivity.

Incorrect Options:

A. pae-disabled –
This is not a valid port-control option. The pae command (dot1x pae authenticator) has authenticator or supplicant options, not pae-disabled. This would not correctly disable authentication.

B. force-unauthorized –
This forces the port into an unauthorized state, blocking all traffic except EAPOL (802.1X). Endpoints would not be able to connect. This is the opposite of what is required.

C. auto –
The auto (or automatic) port-control setting enables 802.1X authentication. The port starts unauthorized and only becomes authorized after successful authentication. This does not disable authentication.

Reference:
Cisco Catalyst Switch Command Reference – authentication port-control force-authorized
Cisco SISE 300-715 Official Cert Guide, Chapter: "Configuring 802.1X – Port-Control Modes"

An engineer is testing Cisco ISE policies in a lab environment with no support for a deployment server. In order to push supplicant profiles to the workstations for testing, firewall ports will need to be opened. From which Cisco ISE persona should this traffic be originating?

A. monitoring

B. policy service

C. administration

D. authentication

B.   policy service

Explanation:
Pushing supplicant profiles (e.g., Native Supplicant Profiles, AnyConnect configuration) to endpoints is part of client provisioning. In Cisco ISE, this traffic originates from the Policy Service Node (PSN), which hosts all portal services including client provisioning portals.

Correct Option:

B. policy service
The Policy Service persona (PSN) hosts the Client Provisioning portal, which delivers supplicant profiles, posture agents, and anyconnect configuration to endpoints. When a workstation connects and triggers the provisioning flow, it downloads the profile from the PSN's built-in web server (typically over TCP ports 8443 or 8905 for HTTPS). In a lab without an external deployment server, the PSN directly serves these profiles to endpoints.

Incorrect Options:

A. monitoring –
The Monitoring (MnT) node handles logs, alerts, and reports. It does not host client provisioning portals nor serve supplicant profiles to endpoints. MnT is passive for client traffic.

C. administration –
The Administration (PAN) node manages configuration and policies but does not directly serve supplicant profiles to endpoints. All client-facing services (portals, downloads) run on PSNs.

D. authentication –
This is not a Cisco ISE persona. Authentication is a service provided by the Policy Service persona. There is no "authentication" node type.

Reference:
Cisco ISE Client Provisioning Guide – "Client Provisioning Portals – PSN Requirements"
Cisco SISE 300-715 Official Cert Guide, Chapter: "Client Provisioning – Ports and Personas"

An administrator is configuring posture with Cisco ISE and wants to check that specific services are present on the workstations that are attempting to access the network. What must be configured to accomplish this goal?

A. Create a registry posture condition using a non-OPSWAT API version.

B. Create an application posture condition using a OPSWAT API version.

C. Create a compound posture condition using a OPSWAT API version.

D. Create a service posture condition using a non-OPSWAT API version.

D.   Create a service posture condition using a non-OPSWAT API version.

Explanation:
Posture conditions in Cisco ISE check endpoint compliance. To verify that specific services (e.g., Windows Service "DHCP Client" or "Symantec Endpoint Protection") are running on a workstation, a Service posture condition must be created. The non-OPSWAT API version is used when the service check does not rely on an external anti-malware vendor's OPSWAT library.

Correct Option (per your key):

D. Create a service posture condition using a non-OPSWAT API version.
Service posture conditions check for the presence, status, or startup type of Windows services (e.g., "Running," "Stopped," "Automatic"). The non-OPSWAT API version uses native WMI or registry queries without requiring an OPSWAT license. This is sufficient for checking standard Microsoft services or custom services not covered by OPSWAT's anti-malware definitions.

Why other options are incorrect (per your key's logic):

A. Create a registry posture condition using a non-OPSWAT API version –
Registry conditions check registry keys/values, not service status. While useful for many checks, they cannot verify if a service is currently running.

B. Create an application posture condition using an OPSWAT API version –
Application conditions check for installed software versions, not running services. OPSWAT is typically used for anti-malware definition versions.

C. Create a compound posture condition using an OPSWAT API version –
Compound conditions combine multiple conditions (AND/OR logic). The requirement is simply to check a service, not to combine multiple checks. OPSWAT is not relevant for basic service status.

Reference:
Cisco ISE Posture Administration Guide – "Posture Conditions – Service Conditions"
Cisco SISE 300-715 Official Cert Guide, Chapter: "Posture – Configuring Service Checks"

A network administrator is configuring a new access switch to use with Cisco ISE for network access control. There is a need to use a centralized server for the reauthentication timers. What must be configured in order to accomplish this task?

A. Configure Cisco ISE to replace the switch configuration with new timers.

B. Configure Cisco ISE to block access after a certain period of time.

C. Issue the authentication timer reauthenticate server command on the switch.

D. Issue the authentication periodic command on the switch.

C.   Issue the authentication timer reauthenticate server command on the switch.

Explanation:
To have a centralized server (Cisco ISE) control reauthentication timers instead of the local switch configuration, the switch must be configured to accept reauthentication timer values from the RADIUS server. The authentication timer reauthenticate server command enables this behavior.

Correct Option:

C. Issue the authentication timer reauthenticate server command on the switch.
This interface-level command configures the switch to use the reauthentication timer value provided by the RADIUS server (Cisco ISE) via the Session-Timeout or Termination-Action AVPs. Without this command, the switch uses its locally configured timer. When enabled, ISE can dynamically set different reauthentication intervals per endpoint or policy.

Incorrect Options:

A. Configure Cisco ISE to replace the switch configuration with new timers –
ISE cannot directly replace switch configuration. ISE sends RADIUS attributes, but the switch must be configured to accept them. The server command is required on the switch.

B. Configure Cisco ISE to block access after a certain period of time –
ISE can terminate sessions via CoA, but that is different from setting reauthentication timers. This does not address the requirement of using a centralized server for timers.

D. Issue the authentication periodic command on the switch –
The authentication periodic command enables periodic reauthentication but uses the locally configured timer. It does not instruct the switch to accept timers from the RADIUS server.

Reference:
Cisco Catalyst Switch Command Reference – authentication timer reauthenticate server
Cisco SISE 300-715 Official Cert Guide, Chapter: "Configuring 802.1X – Reauthentication Timers"

What is a restriction of a standalone Cisco ISE node deployment?

A. Only the Policy Service persona can be disabled on the node.

B. The domain name of the node cannot be changed after installation.

C. Personas are enabled by default and cannot be edited on the node.

D. The hostname of the node cannot be changed after installation.

C.   Personas are enabled by default and cannot be edited on the node.

Explanation:
In a standalone Cisco ISE deployment, a single physical node runs all personas simultaneously. The restriction is that these personas (Administration, Policy Service, Monitoring) are enabled by default and cannot be individually disabled or modified; the node functions as an all-in-one appliance.

Correct Option:

C. Personas are enabled by default and cannot be edited on the node.
In a standalone deployment, after the initial installation, all three core personas (PAN, MnT, PSN) are active on the single node. Under Administration → System → Deployment, the checkboxes for these personas are greyed out or cannot be unchecked. Unlike distributed nodes where you can selectively enable/disable personas (e.g., run a node as PSN-only), the standalone node forces all personas to remain enabled.

Incorrect Options:

A. Only the Policy Service persona can be disabled on the node –
False. In standalone mode, no persona can be disabled. The system is designed to run all personas together. Disabling any persona would break core functionality.

B. The domain name of the node cannot be changed after installation –
False. The domain name (DNS suffix) can be changed in Administration → System → Settings → Windows Settings or via CLI. This is not a standalone-specific restriction.

D. The hostname of the node cannot be changed after installation –
False. The ISE node hostname can be changed using the CLI command hostname or through ise-apply-config. Changing hostname may require re-joining AD but is permitted.

Reference:
Cisco ISE Deployment Guide – "Standalone Deployment – Persona Restrictions"
Cisco SISE 300-715 Official Cert Guide, Chapter: "ISE Deployment Models – Standalone Limitations"

An engineer is configuring static SGT classification. Which configuration should be used when authentication is disabled and third-party switches are in use?

A. VLAN to SGT mapping

B. IP Address to SGT mapping

C. L3IF to SGT mapping

D. Subnet to SGT mapping

B.   IP Address to SGT mapping

Explanation:
When authentication is disabled and third-party switches are used (which may not support Cisco TrustSec inline tagging or SXP), static SGT classification must rely on IP address to SGT mapping. This method uses the IP subnet or individual IP addresses to assign SGTs without requiring authentication or vendor-specific protocols.

Correct Option:

B. IP Address to SGT mapping
IP address to SGT mapping (configured via RADIUS or local CLI with cts sgt-map static) assigns a security group tag to traffic based on source or destination IP address. This works even when 802.1X or MAB is disabled and on third-party switches that do not support CTS or SXP. ISE can also push these mappings via RADIUS or they can be statically configured on the switch.

Incorrect Options:

A. VLAN to SGT mapping –
While possible, VLAN mapping is less granular and requires the switch to trust VLAN tags, which may not be reliable across third-party devices. Authentication is not required, but VLAN mapping is less common for static classification.

C. L3IF to SGT mapping –
Layer 3 interface to SGT mapping assigns an SGT to all traffic entering a specific routed interface. This does not require authentication but is less flexible than IP mapping and may not be supported uniformly on third-party switches.

D. Subnet to SGT mapping –
Subnet mapping is essentially a subset of IP address mapping. However, the standard Cisco term and configuration object is "IP Address to SGT mapping," which includes both individual IPs and subnets. The exam expects "IP Address to SGT mapping" as the correct answer.

Reference:
Cisco TrustSec Configuration Guide – "Static SGT Classification – IP Address to SGT Mapping"
Cisco SISE 300-715 Official Cert Guide, Chapter: "Cisco TrustSec – SGT Classification Methods"

An administrator is configuring sponsored guest access using Cisco ISE Access must be restricted to the sponsor portal to ensure that only necessary employees can issue sponsored accounts and employees must be classified to do so What must be done to accomplish this task?

A. Configure an identity-based access list in Cisco ISE to restrict the users allowed to login

B. Edit the sponsor portal to only accept members from the selected groups

C. Modify the sponsor groups assigned to reflect the desired user groups

D. Create an authorization rule using the Guest Flow condition to authorize the administrators

C.   Modify the sponsor groups assigned to reflect the desired user groups

Explanation:
To restrict sponsor portal access to specific employees, the administrator must configure sponsor groups in Cisco ISE. Sponsor groups define which Active Directory or internal users/groups are permitted to log into the sponsor portal and create guest accounts. Modifying these groups ensures only authorized employees can sponsor guests.

Correct Option:

C. Modify the sponsor groups assigned to reflect the desired user groups.
Under Guest Access → Sponsor Groups, the administrator creates or edits a sponsor group and assigns specific user groups (e.g., "AD\Sponsors" or "ISE\HR-Employees") to that group. Only members of these assigned groups can authenticate to the sponsor portal. This is the primary method for restricting sponsor portal access to necessary employees.

Incorrect Options:

A. Configure an identity-based access list in Cisco ISE to restrict the users allowed to login –
Identity-based ACLs apply to network access (e.g., VLAN ACLs), not to portal authentication. The sponsor portal uses identity policies, not ACLs, for access control.

B. Edit the sponsor portal to only accept members from the selected groups –
The sponsor portal settings page allows you to select an "Allowed Sponsor Group," but you must first create and populate that sponsor group. Option C is the prerequisite action (modifying sponsor group assignments). The exam typically expects the group configuration as the answer.

D. Create an authorization rule using the Guest Flow condition to authorize the administrators –
Authorization rules control network access after authentication, not portal access. Guest Flow conditions are for redirecting unauthenticated users to portals, not for restricting sponsor login.

Reference:
Cisco ISE Guest Access Guide – "Sponsor Groups – Configuring Sponsor Access"
Cisco SISE 300-715 Official Cert Guide, Chapter: "Guest Services – Sponsor Portal Authorization"

An engineer is deploying a new guest WLAN for a company. The company wants this WLAN to use a sponsored guest portal for secure guest access. The wireless LAN controller must direct the guests to a web page on Cisco ISE for authentication. Which type of authentication must be configured for the guest portal in Cisco ISE?

A. EWA

B. DWA

C. CWA

D. web portal

C.   CWA

Explanation:
For a sponsored guest portal where the WLC redirects guests to an ISE web page for authentication, the correct authentication method is Centralized Web Authentication (CWA). CWA allows ISE to act as the central web authentication server, providing sponsorship workflows, customizable portals, and scalable guest access.

Correct Option:

C. CWA
Centralized Web Authentication (CWA) is a Cisco wireless solution where the WLC redirects HTTP/HTTPS traffic to ISE for web-based authentication. ISE hosts the guest portal (sponsored or self-registered), authenticates the guest against a specified identity store or sponsor approval, and then sends a CoA to the WLC to change the guest's VLAN or ACL. This is the standard deployment for sponsor-based guest access.

Incorrect Options:

A. EWA –
Not a standard Cisco ISE authentication type. May refer to "External Web Authentication" (a legacy term), but Cisco uses CWA for centralized ISE web authentication.

B. DWA –
Not a valid guest portal authentication type in Cisco ISE. No such acronym exists in the ISE guest access documentation.

D. web portal –
This is too generic. "Web portal" describes the interface but not the authentication method. ISE supports several portal types (self-registered, sponsored, hotspot). The specific method that integrates with WLC redirection is CWA.

Reference:
Cisco Wireless Configuration Guide – "Centralized Web Authentication (CWA) with ISE"
Cisco SISE 300-715 Official Cert Guide, Chapter: "Guest Services – Centralized Web Authentication"

An administrator made changes in Cisco ISE and needs to apply new permissions for endpoints that have already been authenticated by sending a CoA packet to the network devices. Which IOS command must be configured on the devices to accomplish this goal?

A. aaa server radius dynamic-author

B. authentication command bounce-port

C. authentication command disable-port

D. aaa nas port extended

A.   aaa server radius dynamic-author

Explanation:
For Cisco ISE to send Change of Authorization (CoA) packets to a network device (switch, WLC), the device must be configured as a RADIUS dynamic authorization client. The aaa server radius dynamic-author global configuration command enables this functionality.

Correct Option:

A. aaa server radius dynamic-author
This global configuration command enables the network device to act as a RADIUS dynamic authorization server, listening for CoA requests from ISE (the client). It specifies the IP address of the ISE node(s) and the shared secret used to authenticate CoA packets. Without this command, the switch rejects CoA packets from ISE, preventing permission changes for already authenticated endpoints.

Incorrect Options:

B. authentication command bounce-port –
This is not a valid Cisco IOS command. There is a interface level command authentication control-direction in or bounce-port trigger, but not authentication command bounce-port. The standard CoA action is sent from ISE, not configured as a command.

C. authentication command disable-port –
Not a valid Cisco IOS command. Disabling a port would be done via shutdown or via CoA with Port-Shutdown action, not by a static command called authentication command disable-port.

D. aaa nas port extended –
This command extends RADIUS attribute information for NAS port details, but it does not enable CoA or dynamic authorization. It is unrelated to receiving CoA packets from ISE.

Reference:
Cisco Catalyst Switch Command Reference – aaa server radius dynamic-author
Cisco SISE 300-715 Official Cert Guide, Chapter: "CoA – Switch Configuration for Dynamic Authorization"

Page 5 out of 29 Pages