cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1567
Views
15
Helpful
2
Replies

Policy set flow and use option

naoki_Japan
Spotlight
Spotlight

I do not clearly the flow of policy set and the behavior of continue option.

 

1. The behavior of continue option.

After the process of getting the allowed protocol, the next step is authentication.

In the case that Wired_Dot1x condition is selected as condition and Dot1x user does not exist in the Active Directory,

if the continue option is used, the next step is authorization policy? or next is authentication policy phase?

 

 

2. the flow of policy set

 If none of authentication policies is matched with the user information, the process stop? or go to next step(I mean authorization phase)?

1 Accepted Solution

Accepted Solutions

Mike.Cifelli
VIP Alumni
VIP Alumni

if the continue option is used, the next step is authorization policy? 

-Correct, the next step would be authz policy.

 If none of authentication policies is matched with the user information, the process stop? 

-Depends on how you have the authc setup.  The authc conditions are as follows:

Each authentication policy has Options:

  • Reject: Send ‘Access-Reject’ back to the NAD
  • Continue: Continue to authorization regardless of authentication outcome
  • Drop: Drop the request and do not respond to the NAD – NAD will treat as if RADIUS server is dead

The screenshot shared below is from this guide: ISE Secure Wired Access Prescriptive Deployment Guide - Cisco Community in this section: Authoring Access Policies on ISE.  Here is another valuable resource: ISE Authentication and Authorization Policy Reference - Cisco Community

 

ise_auth_flow.PNG

HTH!

View solution in original post

2 Replies 2

Mike.Cifelli
VIP Alumni
VIP Alumni

if the continue option is used, the next step is authorization policy? 

-Correct, the next step would be authz policy.

 If none of authentication policies is matched with the user information, the process stop? 

-Depends on how you have the authc setup.  The authc conditions are as follows:

Each authentication policy has Options:

  • Reject: Send ‘Access-Reject’ back to the NAD
  • Continue: Continue to authorization regardless of authentication outcome
  • Drop: Drop the request and do not respond to the NAD – NAD will treat as if RADIUS server is dead

The screenshot shared below is from this guide: ISE Secure Wired Access Prescriptive Deployment Guide - Cisco Community in this section: Authoring Access Policies on ISE.  Here is another valuable resource: ISE Authentication and Authorization Policy Reference - Cisco Community

 

ise_auth_flow.PNG

HTH!

naoki_Japan
Spotlight
Spotlight

the information you gave me is very helpful. Thanks a lot!