This community is for technical, feature, configuration and deployment questions.
For production deployment issues, please contact the TAC!
We will not comment or assist with your TAC case in these forums.
Please see How to Ask the Community for Help for other best practices.
Can ISE posture permit a user login from specified MAC address only. There are 2000+ users. Each user will be logging on from their system only. ie an user should be permitted from the corresponding MAC address only
Solved! Go to Solution.
Hi @manvik ,
try the following:
1st at Administration > Identity Management > External Identity Sources > Active Directory > select your AD > Attributes > Add (for ex.: Description).
2nd insert the MAC Addr of each User into the Description attribute on your Active Directory
3rd at Policy Set > select the Policy > Authorization > create the following Condition (for ex.:)
RADIUS: Calling Station ID EQUALS <AD>:Description
Hope this helps !!!
Hi @manvik ,
try the following:
1st at Administration > Identity Management > External Identity Sources > Active Directory > select your AD > Attributes > Add (for ex.: Description).
2nd insert the MAC Addr of each User into the Description attribute on your Active Directory
3rd at Policy Set > select the Policy > Authorization > create the following Condition (for ex.:)
RADIUS: Calling Station ID EQUALS <AD>:Description
Hope this helps !!!
Thank you @Marcelo Morais
That sounds like a solution. Our scenario is liek, an user has 3 to 4 devices. They can login from any of those devices. I assume, in this case we can give MAC address in diff AD parameters and refer all those in Auth policy.