cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1351
Views
5
Helpful
1
Replies

ISE 2.6 Regex match in policy set

Michael_K
Level 1
Level 1

Hello,

i'm trying to match the following expression in the "Radius User Name" attribute of a customer using regex in a condition:
Example radius username:  "Hans Mayer"
It does not matter what is before and after Space. But it is important that the Space is also queried.
Is that even possible?
I already tried the following expressions:

- .*\s*.
- \s


The match should take place if a certain SSID and no space is available in the "Radius User Name" attribute!
Maybe someone has had such a case before and can give me a hint.

Thank you and stay healthy !!

1 Accepted Solution

Accepted Solutions

Michael_K
Level 1
Level 1

I answer my inquiry myself  ;)
You have to use "Matches" and the following regex expression ".*(\s).*" to get a space in the username.

Have a nice weekend

View solution in original post

1 Reply 1

Michael_K
Level 1
Level 1

I answer my inquiry myself  ;)
You have to use "Matches" and the following regex expression ".*(\s).*" to get a space in the username.

Have a nice weekend