06-14-2017 12:36 PM
how to restrict a tacacs user from logging-in to another device? Our company has a manufacturing in many location arround the world and we wanted to restrict all of our engineers base on their geographic locations.
Solved! Go to Solution.
06-14-2017 02:26 PM
That is a common setup for world wide deployments. You have two methods to tackle this. You can write rules from the perspective of the geographic region or from the device type perspective. Device Type might be the easiest and would look something like this given standard region names (only showing router and switches and a few regions):
Device Types
All Device Types
Switch
Router
Locations
All Locations
North America
Wisconsin
Illinois
EMEA
Germany
England
APAC
China
Japan
Switch Policy Set
Policy Set Criteria- Device Type equals All Device Types#Switch
Authentication Criteria- wherever you are authenticating users against
Authorization Rules:
Router Policy Set
Policy Set Criteria- Device Type equals All Device Types#Router
Authentication Criteria- wherever you are authenticating users against
Authorization Rules:
Then build this out as needed. I usually break out device types even if the access rules are identical to allow for future use cases where different users may administer routers vs. switches.
06-14-2017 02:26 PM
That is a common setup for world wide deployments. You have two methods to tackle this. You can write rules from the perspective of the geographic region or from the device type perspective. Device Type might be the easiest and would look something like this given standard region names (only showing router and switches and a few regions):
Device Types
All Device Types
Switch
Router
Locations
All Locations
North America
Wisconsin
Illinois
EMEA
Germany
England
APAC
China
Japan
Switch Policy Set
Policy Set Criteria- Device Type equals All Device Types#Switch
Authentication Criteria- wherever you are authenticating users against
Authorization Rules:
Router Policy Set
Policy Set Criteria- Device Type equals All Device Types#Router
Authentication Criteria- wherever you are authenticating users against
Authorization Rules:
Then build this out as needed. I usually break out device types even if the access rules are identical to allow for future use cases where different users may administer routers vs. switches.
06-16-2017 09:00 AM
You can also use user groups, say if your users are part of Active directory user groups.
If you want greater granularity to accommodate a pool of common administrators accessing many devices, you can use a combination of Network device groups and Active directory groups.
-Krishnan
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