02-19-2024 09:20 PM
Dears,
I have requirement that I need to add range of mac address to an identity group in ISE. Please let me know if you find any solution for this request.
for example:
From : D0:f7:d8:a1:01 to D0:f7:d8:af:ff
Thanks.
Solved! Go to Solution.
02-20-2024 12:58 AM
Identity Groups can only contain endpoints represented as a complete MAC address. If you have an Authorization Rule that is based on a range of MAC addresses then there are other options - e.g.
- if the prefix can be specified: such as Calling-Station-ID STARTS WITH D0:f7:d8:a
- Or use regular expression using the MATCHES operator
You can test regular expression syntax on regex101.com
02-20-2024 12:58 AM
Identity Groups can only contain endpoints represented as a complete MAC address. If you have an Authorization Rule that is based on a range of MAC addresses then there are other options - e.g.
- if the prefix can be specified: such as Calling-Station-ID STARTS WITH D0:f7:d8:a
- Or use regular expression using the MATCHES operator
You can test regular expression syntax on regex101.com
02-20-2024 07:19 AM - edited 02-20-2024 07:20 AM
See ISE ERS API Examples >
Then write a for-loop for d0:f7:d8:a1:01:00 to d0:f7:d8:af:ff:ff.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide