H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – Infomation Center
H3C S7500 Series Ethernet Switches Chapter 1
Information Center Commands
1-19
Examples
# Enable the output of log information of the VLAN module in SNMP channel and allow
the output of the information with a severity higher than or equal to “emergencies”.
<H3C>system-view
System View: return to User View with Ctrl+Z.
[H3C] info-center source vlan channel snmp log level emergencies
1.1.15 info-center timestamp
Syntax
info-center timestamp { log | trap | debugging } { boot | date | none }
undo info-center timestamp { log | trap | debugging }
View
System view
Parameters
log: Specifies log information.
trap: Specifies trap information.
debugging: Specifies debugging information.
boot: Time elapsed since system boot, which is in the format of “xxxxxx.yyyyyy”.
“xxxxxx” is the most significant 32 bits and “yyyyyy” is the least significant 32 bits of the
elapsed milliseconds.
date: Current system date and time, which is in the format “yyyy/mm/dd-hh:mm:ss:ms”
for Chinese environment and “Mmm dd hh:mm:ss:ms yyyy” for English environment.
none: Specifies not to include time stamp in output information.
Description
Use the info-center timestamp command to configure the timestamp output format in
debugging/trap information.
Use the undo info-center timestamp command to restore the default settings.
By default, the date time stamp is adopted for all types of information.
Examples
# Configure the debugging information timestamp format as boot.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] info-center timestamp debugging boot