华为交换机配置aaa本地用户失败解决办法
作者:互联网
[~HUAWEI-aaa]local-user xxxx password
Error: Wrong parameter found at '^' position
CE12800创建aaa用户失败,在创建SSH本地用户之后,创建aaa本地用户失败,原因是用户名太短,
可以通过配置本地用户名的最小长度,禁用本地账号安全策略来解决:
[*HUAWEI-aaa]user-name minimum-length 1
#A larger value between the configured minimum length and the minimum length specified in the security policy will be used
将使用配置的最小长度与安全策略中指定的最小长度之间的较大值
[~HUAWEI-aaa]undo local-user policy security-enhance
缺省情况下,本地账号安全策略处于使能状态
提交一下就可以配置了。
标签:aaa,安全策略,本地用户,HUAWEI,length,交换机,user 来源: https://www.cnblogs.com/gengyazhao/p/15664137.html