Technical Tip: Configuring last successful/failed login details on lost login banner
Description
This article provides command to display last Successful/failed Admin login timestamp details on Post login banner.
Solution
The post-login banner setting will show the admin disclaimer page after entering the login credentials from GUI or CLI command.
'set login-timestamp' command will show the last successful and failed admin login with timestamp, this command will only work if post-login-banner is enabled.
Post-login banner and login-timestamp setting can be made using the following CLI commands.
This article provides command to display last Successful/failed Admin login timestamp details on Post login banner.
Solution
The post-login banner setting will show the admin disclaimer page after entering the login credentials from GUI or CLI command.
'set login-timestamp' command will show the last successful and failed admin login with timestamp, this command will only work if post-login-banner is enabled.
Post-login banner and login-timestamp setting can be made using the following CLI commands.
# config system global
set post-login-banner enable
set login-timestamp enabled
end

