F3215-HP Load Balancing Module System Maintenance Configuration Guide-6PW101

32
# According to the network plan, the user will log in to the LB through SSH or Telnet, so configure
the authentication mode of the VTY user interface as scheme.
[LB] display user-interface vty ?
INTEGER<0-4> Specify one user terminal interface
The output shows that the LB supports five VTY user interfaces, which are numbered 0 through 4.
[LB] user-interface vty 0 4
[LB-ui-vty0-4] authentication-mode scheme
[LB-ui-vty0-4] quit
2. Configuration performed by the security log administrator
# Log in to the LB as user seclog.
C:/> telnet 1.1.1.1
******************************************************************************
* Copyright (c) 2010-2013 Hewlett-Packard Development Company, L.P. *
* Without the owner's prior written consent, *
* no decompiling or reverse-engineering shall be allowed. *
******************************************************************************
Login authentication
Username:seclog
Password:
<Sysname>
# Display the summary of the security log file.
<LB> display security-logfile summary
Security-log is enabled.
Security-log file size quota: 1MB
Security-log file directory: cfa0:/seclog
Alarm-threshold: 80%
Current usage: 0%
Writing frequency: 1 hour 0 min 0 sec
The output shows that the directory for saving the security log file is cfa0:/seclog.
# Change the directory where the security log file is saved to cfa0:/securitylog.
<LB> mkdir securitylog
.
%Created dir cfa0:/securitylog.
<LB> info-center security-logfile switch-directory cfa0:/securitylog/
# Display the contents of the security log file buffer.
<LB> display security-logfile buffer
%@175 Nov 2 17:02:53:766 2012 LB SHELL/4/LOGOUT:
Trap 1.3.6.1.4.1.25506.2.2.1.1.3.0.2: logout from Console
%@176 Nov 2 17:02:53:766 2012 LB SHELL/5/SHELL_LOGOUT:Console logged out from con0.
The content of other logs is not shown.
The preceding information indicates that there is still new content in the buffer that has not been
saved into the security log file.