Step1: Create Local Account in F5 ( Example: test is the username)
create auth user test role <admin/manager/operator/guest> shell <tmsh/none> partition-access all prompt-for-password
Step2: Next, we configure the account to use local authentication.
run util bash echo "USERNAME" >> /config/bigip/auth/localusers sed -ri 's/(localonlyusers LT_STRING_LIST.*)"/\1 \{test\}"/' /etc/confpp.dat
No comments:
Post a Comment