cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
527
Views
2
Helpful
2
Replies

how to add range of MAC address in identity group.

Athaullah
Level 1
Level 1

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.

 

 

 

1 Accepted Solution

Accepted Solutions

Arne Bier
VIP
VIP

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

ArneBier_0-1708419455525.png

 

You can test regular expression syntax on regex101.com

ArneBier_1-1708419508725.png

 

View solution in original post

2 Replies 2

Arne Bier
VIP
VIP

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

ArneBier_0-1708419455525.png

 

You can test regular expression syntax on regex101.com

ArneBier_1-1708419508725.png

 

thomas
Cisco Employee
Cisco Employee

See ISE ERS API Examples >

Then write a for-loop for d0:f7:d8:a1:01:00 to d0:f7:d8:af:ff:ff.