I am testing admin access options in lab. As per this article, I can restrict access to certain node
https://community.arubanetworks.com/t5/Controller-Based-WLANs/Management-Access-Restriction-to-a-specific-Node/ta-p/482759
I tried these two scenarios but this didn't work as expected:
1- I tried to modify admin password on all nodes by creating "admin" users name at /md/ level with a new password, but this didn't change it at any node. I still need to use old admin password configured at node level during initial setup.
(MM) [md] (config) #mgmt-user admin root
Password:*******
Re-Type Password:*******
2- I tried to create admin users for /mm (admin1 in the configuration below) and /mm/mynode (admin2 in the configuration below) levels but these user didn't get write access to any node. I though this should give full access on MM configuration or Mynode configuration, but it didn't. What is the expected access for users at these levels?
(MM) [mm] (config) #mgmt-user admin1 root node /mm
Password:*******
Re-Type Password:*******
(MM) ^[mm] (config) #mgmt-user admin2 root node /mm/mynode
Password:*******
Re-Type Password:*******