10-12-2018 10:16 AM
Hi,
I would like to know, is there anyway to create a authorization policy condition based on NAS port id range ?
Also i would like to know, whether the below condition will work ?
Solved! Go to Solution.
10-12-2018 10:25 AM
That condition will not work, but is can be done with a regex "match" on the nas port id. I have done this and it worked well, but only used it during a pilot and would not recommend it as a common practice as it could become a nightmare to manage.
This regex will match Gi 1-4 , 6 - 9 / 1 - 24:
GigabitEthernet[1-46-9]\/(1[0-9]|2[0-4]|[1-9])\b
10-12-2018 10:25 AM
That condition will not work, but is can be done with a regex "match" on the nas port id. I have done this and it worked well, but only used it during a pilot and would not recommend it as a common practice as it could become a nightmare to manage.
This regex will match Gi 1-4 , 6 - 9 / 1 - 24:
GigabitEthernet[1-46-9]\/(1[0-9]|2[0-4]|[1-9])\b
10-14-2018 11:54 PM
Thanks Cory for your suggestion :)
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