R3204P16-HP Load Balancing Module System Maintenance Command Reference-6PW101
30
date: The current system date and time, in the format of “Mmm dd hh:mm:ss:sss yyyy”.
• Mmm: The abbreviations of the months in English, which could be Jan, Feb, Mar, Apr, May, Jun, Jul,
Aug, Sep, Oct, Nov, or Dec.
• dd: The date, starting with a space if less than 10, for example “ 7”.
• hh:mm:ss:sss: The local time, with hh ranging from 00 to 23, mm and ss ranging from 00 to 59, and
sss ranging from 0 to 999.
• yyyy: Represents the year.
none: Indicates no time information is provided.
Description
Use the info-center timestamp command to configure the time stamp format of the system information
sent to all destinations except log host.
Use the undo info-center timestamp command to restore the default.
By default, the time stamp format of the system information sent to a log host is set by the info-center
timestamp loghost command, and the format of log, trap and debugging information sent to other
destinations is date.
Related commands: info-center timestamp loghost.
Examples
# Configure the timestamp format for log information as boot.
<Sysname> system-view
[Sysname] info-center timestamp log boot
At this time, if you execute the shutdown command on Ten-GigabitEthernet 0/0.1 that is in the UP state,
the log information generated is as follows:
%0.1382605158 Sysname IFNET/4/LINK UPDOWN:
Ten-GigabitEthernet 0/0.1: link status is DOWN
# Configure the timestamp format for log information as date.
<Sysname> system-view
[Sysname] info-center timestamp log date
At this time, if you execute the shutdown command on Ten-GigabitEthernet 0/0.1 that is in the UP state,
the log information generated is as follows:
%Sep 29 17:19:11:188 2007 Sysname IFNET/4/LINK UPDOWN:
Ten-GigabitEthernet 0/0.1: link status is DOWN
# Configure the timestamp format for log information as none.
<Sysname> system-view
[Sysname] info-center timestamp log none
At this time, if you execute the shutdown command on Ten-GigabitEthernet 0/0.1 that is in the UP state,
the log information generated is as follows:
% Sysname IFNET/4/LINK UPDOWN:
Ten-GigabitEthernet 0/0.1: link status is DOWN
info-center timestamp loghost
Syntax
info-center timestamp loghost { date | iso | no-year-date | none }