- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 02:14 PM
Here is a quick perl script (ATTACHED) that checks TACACS authentication against an ISE server. Note it uses Authen::TacacsPlus module.
Also another script that uses the RADTEST utility to test RADIUS authentication.
Tested on Redhat Linux 7.
Solved! Go to Solution.
- Labels:
-
APIs
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2022 04:18 PM
Thank you @elahtrebor .
These kinds of things are best shared as documents for the community where you may explain how to use them, too.
Alternatively, posting to GitHub and linking to it from your document is also excellent.
You may create a document as easily as you did a question:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2022 12:30 AM
Is the goal to achieve with the script - to check that test user successfully authenticates against ISE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2022 06:53 AM
Yes as you can test against individual ISE nodes which helps in a load balanced solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2022 04:18 PM
Thank you @elahtrebor .
These kinds of things are best shared as documents for the community where you may explain how to use them, too.
Alternatively, posting to GitHub and linking to it from your document is also excellent.
You may create a document as easily as you did a question:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 09:03 PM
