Forum Discussion
fcocquyt_104704
Nimbostratus
May 22, 2014Copy local user accounts from one Big IP machine to anohter
Hi,
What is the best way to copy local defined users from one F5 machine to another. I have a list of more than 100 users.
When lookig at the config in CLI, per user I got:
auth user exam...
Kevin_Stewart
Employee
May 22, 2014Just tested on an 11.5 box and the following seems to work fine:
-
From the source box:
tmsh list auth user > users.expThis dumps the user list to a file. Edit out the accounts that you don't want to copy over. Example:
auth user test.admin1 { description "test.admin1" encrypted-password "$6$...xjUuefL./n20" partition-access all role admin shell bash } auth user test.admin2 { description "test.admin2" encrypted-password "$6$...831d." partition-access all role resource-admin shell bash } -
Copy this file to the target system and merge it into the config:
tmsh load sys config merge file users.exp
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects