aaa-otpparameter¶
The following operations can be performed on "aaa-otpparameter":
set aaa otpparameter¶
Sets the global AAA OTP configuration.
Synopsis¶
set aaa otpparameter [-encryption ( ON | OFF )] [-maxOTPDevices <positive_integer>]
Arguments¶
encryption
To encrypt otp secret in AD or not. Default value is OFF
Possible values: ON, OFF Default value: OFF
maxOTPDevices
Maximum number of otp devices user can register. Default value is 4. Max value is 255 Default value: 4 Minimum value: 0 Maximum value: 255
Example¶
set aaa otpparameter -maxotpdevice 6
unset aaa otpparameter¶
Use this command to remove aaa otpparameter settings.Refer to the set aaa otpparameter command for meanings of the arguments.
Synopsis¶
unset aaa otpparameter [-encryption] [-maxOTPDevices]
show aaa otpparameter¶
Displays the current AAA OTP global configuration.
Synopsis¶
show aaa otpparameter
Arguments¶
Output¶
encryption
To encrypt otp secret in AD or not. Default value is OFF
maxOTPDevices
Maximum number of otp devices user can register. Default value is 4. Max value is 255
Example¶
show aaa otpparameter Configured AAA OTP parameters Max OTP device Configured: 6 Done