cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
569
Views
0
Helpful
1
Replies

Hi, How can I allow this specific command in ISE " username <itpa account name> algorithm-type scrypt secret <itpa clear text password>" .

Nikhil@07
Level 1
Level 1

Hi, How can I allow this specific command in ISE " username <itpa account name> algorithm-type scrypt secret <itpa clear text password>" .

If regex is the solution what could be the command and argument.

Command : 

Argument : 

 

Appreciate the Help 

1 Reply 1

Greg Gibbs
Cisco Employee
Cisco Employee

Your post is not specific, but it sounds like you're asking about using regex in TACACS+ Command Sets. See the following community post for a related topic.

https://community.cisco.com/t5/identity-services-engine-ise/ise-2-1-0-tacacs-command-sets-issue/m-p/3585613

 

You will need to determine/define a predictable pattern for the values expected for 'itpa account name' and 'itpa clear text password' and build your regex around those.

In addition to the Regex Cheat Sheet found in the above community post, you can test out your regex using online tools like this Regular Expression Tester 

 

Cheers,

Greg