Configures an allowed-locations tag and associates locations (RF Domains/sites/tree-node paths) with the tag. In the management policy, create an allowed-locations tag and associate it with a user to restrict the user's access to the locations associated with the tag.
Note
The allowed-locations tag is ONLY applicable to the WiNG 'device-provisioning-admin' user. By applying the allowed-locations tag, the device provisioning user will only be able to provision devices that fall within his/her purview of responsibility.
Note
However, if you are an NSight admin and you are using WiNG 5.9.2 and earlier version, you can apply the Allowed Locations tag for all NSight user roles.allowed-locations <WORD> locations [NONE|ALL|<LIST-OF-LOCATIONS>]
allowed-locations <WORD> locations [NONE|ALL|<LIST-OF-LOCATIONS>]
|
nx9500-6C8809(config-management-policy-test)#allowed-locations TechPubs locations /US/CA/SJ/TechPubs
nx9500-6C8809(config-management-policy-test)#allowed-locations TEST locations NONE
nx9500-6C8809(config-management-policy-test)#show context management-policy test telnet no http server https server ssh user admin password 1 superuser role superuser access all allowed-location TEST locations NONE allowed-location TechPubs locations /US/CA/SJ/TechPubs nx9500-6C8809(config-management-policy-test)#
An allowed-locations tag can be associated with multiple RF Domains, as shown in the following example:
nx9500-6C8809(config-management-policy-test1)#show context management-policy test1 telnet no http server https server ssh user admin1 password 1 superuser1 role superuser access all user dev-admin1 password 1 dev-admin1 role device-provisioning-admin access all allowed-locations SanJose e allowed-location TEST locations None allowed-location TechPubs locations /US/CA/SJ/TechPubs allowed-location SanJose locations test1 test2 test3 nx9500-6C8809(config-management-policy-test1)#
An allowed-locations tag can be associated with multiple tree-node paths as shown in the following example:
nx9500-6C8809(config-management-policy-test2)#show context management-policy test2 telnet no http server https server ssh user admin2 password 1 superuser2 role superuser access all user dev-admin2 password 1 dev-admin2 role device-provisioning-admin access allowed-locations California allowed-location California locations /US/CA/SJ/SJEngineering /US/CA/LA/LAEngineering nx9500-6C8809(config-management-policy-test2)#
|