38-信息中心命令
本章节下载: 38-信息中心命令 (207.34 KB)
目 录
1.1.4 display logbuffer summary
1.1.6 info-center channel name
1.1.7 info-center console channel
1.1.11 info-center loghost source
1.1.12 info-center monitor channel
1.1.13 info-center snmp channel
1.1.15 info-center synchronous
1.1.18 info-center timestamp loghost
1.1.19 info-center timestamp utc
新增“信息中心支持时间戳中显示UTC时间”特性,具体介绍请参见1.1.19 info-center timestamp utc。
【命令】
display channel [ channel-number | channel-name ]
【视图】
任意视图
【参数】
channel-number:通道号,取值范围为0~9,即系统可以有10个通道。
channel-name:通道名。缺省情况下,通道0~9的名称分别为console,monitor,loghost,trapbuffer,logbuffer,snmpagent,channel6,channel7,channel8,channel9。
【描述】
display channel命令用来显示信息通道的内容。
不带参数时,命令将显示所有通道的设置情况。
【举例】
# 显示0号信息通道的内容。
<Sysname> display channel 0
channel number:0, channel name:console
MODU_ID NAME ENABLE LOG_LEVEL ENABLE TRAP_LEVEL ENABLE DEBUG_LEVEL
ffff0000 default Y warning Y debugging Y debugging
【命令】
display info-center [ unit unit-id ]
【视图】
任意视图
【参数】
unit-id:设备的Unit编号。
【描述】
display info-center命令用来显示信息中心工作状态、各信息输出通道的配置、时间戳格式及堆叠情况下的信息输出情况。
相关配置可参考命令info-center enable、info-center loghost、info-center logbuffer、info-center console channel、info-center monitor channel、info-center trapbuffer、info-center snmp channel和info-center timestamp。
【举例】
# 查看当前系统中的信息中心工作状态、各信息输出通道的配置、时间戳格式以及在IRF系统中的信息输出情况。
<Sysname> display info-center
Information Center: enabled
Log host:
the interface name of the source address : Vlan-interface1
192.168.0.2, channel number : 2, channel name : loghost
language : english, host facility local : 7
Console:
channel number : 0, channel name : console
Monitor:
channel number : 1, channel name : monitor
SNMP Agent:
channel number : 5, channel name : snmpagent
Log buffer:
enabled,max buffer size : 1024, current buffer size : 512,
current messages : 512, channel number : 4, channel name : logbuffer
dropped messages : 0, overwritten messages : 586
Trap buffer:
enabled,max buffer size : 1024, current buffer size : 256,
current messages : 5, channel number : 3, channel name : trapbuffer
dropped messages : 0, overwritten messages : 0
Information timestamp setting:
log - date, trap - date, debug - boot
IRF SWITCH OF Device--Unit>1: LOG = enable; TRAP = enable; DEBUG = enable
表1-1 display info-center命令显示信息描述表
字段 |
描述 |
Information Center: |
信息中心的开启状态 |
Log host: |
日志主机的使用状态,包括日志主机的IP地址,所使用的通道号、通道名,语言及日志主机的级别 |
Console: |
控制口的使用状态,包括控制口所使用的通道号、通道名 |
Monitor: |
监视口的使用状态,包括监视口所使用的通道号、通道名 |
SNMP Agent: |
网管代理的使用状态,包括通道号、通道名 |
Log buffer: |
日志缓冲区的使用状态,包括使能态,最大容量,当前容量,当前信息数,通道名,通道号,已丢弃的信息数,被覆盖的信息数 |
Trap buffer: |
告警缓冲区的使用状态,包括使能态,最大容量,当前容量,当前信息数,通道名,通道号,已丢弃的信息数,被覆盖的信息数 |
Information timestamp setting: |
信息时间戳设置,分别说明日志信息、告警信息、调试信息的时间戳类型 |
IRF SWITCH OF Device--Unit>1 |
设备开关状态,分别说明日志信息、告警信息、调试信息的开关状态 |
【命令】
display logbuffer [ unit unit-id ] [ level severity | size buffersize ]* [ | { begin | exclude | include } regular-expression ]
【视图】
任意视图
【参数】
unit-id:设备的Unit编号。
level severity:显示日志缓存中指定级别日志的信息,severity表示信息级别,取值范围为1~8。
表1-2 信息中心定义的严重等级
严重等级 |
数值 |
描述 |
emergencies |
1 |
系统不可用信息 |
alerts |
2 |
需要立刻做出反应的信息 |
critical |
3 |
严重信息 |
errors |
4 |
错误信息 |
warnings |
5 |
警告信息 |
notifications |
6 |
正常出现但是重要的信息 |
informational |
7 |
需要记录的通知信息 |
debugging |
8 |
调试过程产生的信息 |
size buffersize:显示日志缓冲区中指定条数的最新日志,buffersize表示要显示的日志缓冲区中最新的日志信息的条数,取值范围1~1024。缺省值为512。
|:使用正则表达式过滤输出的日志信息。有关正则表达式的详细介绍,请参见“配置文件管理命令”中的“1.1.1”节。
begin:显示以指定文字开头及其以后的所有日志信息。
exclude:显示不含指定文字的日志信息。
include:显示包含指定文字的日志信息。
regular-expression:正则表达式。
【描述】
display logbuffer命令用来显示交换机日志缓冲区的状态和缓冲区记录的日志信息。
【举例】
# 显示交换机日志缓冲区的状态和缓冲区记录的日志信息。
<Sysname> display logbuffer
Logging buffer configuration and contents:enabled
Allowed max buffer size : 1024
Actual buffer size : 512
Channel number : 4 , Channel name : logbuffer
Dropped messages : 0
Overwritten messages : 0
Current messages : 127
%Jun 19 18:03:24:55 2006 Sysname IC/7/SYS_RESTART:
System restarted --
……略……
表1-3 display logbuffer命令显示信息描述表
字段 |
描述 |
Logging buffer configuration and contents |
日志缓冲区配置及内容的当前状态,可以为enabled或disabled |
Allowed max buffer size |
允许的最大缓冲区大小 |
Actual buffer size |
实际缓冲区大小 |
Channel number |
日志缓冲区的通道编号,缺省值为4 |
Channel name |
日志缓冲区的通道名称,缺省名为logbuffer |
Dropped messages |
被丢弃的消息数 |
Overwritten messages |
被覆盖的消息数(如果缓冲区存储空间不足,最早收到的信息数会被新的信息覆盖掉) |
Current messages |
当前记录的消息数 |
【命令】
display logbuffer summary [ level severity ]
【视图】
任意视图
【参数】
level severity:显示日志缓存中指定级别日志的信息,severity表示信息级别,取值范围为1~8。
【描述】
display logbuffer summary命令用来显示交换机日志缓冲区的统计数据。
【举例】
# 显示交换机日志缓冲区的概要信息。
<Sysname> display logbuffer summary
EMERG ALERT CRIT ERROR WARN NOTIF INFO DEBUG
0 0 0 0 94 0 1 0
以上信息表明,在日志缓冲区中,警告信息(warnings)的数量为94个,需要记录的通知信息(informational)数量为1个,其余等级的日志信息数量均为0。
【命令】
display trapbuffer [ unit unit-id ] [ size buffersize ]
【视图】
任意视图
【参数】
unit-id:设备的Unit编号。
size buffersize:设置显示告警信息缓冲区的大小(可容纳消息的条数),buffersize取值范围1~1024,缺省值为256。
【描述】
display trapbuffer命令用来显示交换机告警缓冲区的状态及其记录的告警信息。
如果不带size buffersize参数,设备将显示全部告警信息记录。
【举例】
# 显示交换机告警缓冲区的状态和缓冲区记录的告警信息。
<Sysname> display trapbuffer
Trapping Buffer Configuration and contents:enabled
Allowed max buffer size : 1024
Actual buffer size : 256
Channel number : 3 , Channel name : trapbuffer
Dropped messages : 0
Overwritten messages : 0
Current messages : 19
#Apr 1 23:55:35:859 2006 Sysname L2INF/2/PORT LINK STATUS CHANGE:- 1 -
Trap 1.3.6.1.6.3.1.1.5.4(linkUp): portIndex is 4227762, ifAdminStatus is 1, ifOperStatus is 1
#Apr 1 23:55:36:059 2006 Sysname L2INF/2/PORT LINK STATUS CHANGE:- 1 -
Trap 1.3.6.1.6.3.1.1.5.4(linkUp): portIndex is 4227794, ifAdminStatus is 1, ifOperStatus is 1
……
<略>
【命令】
info-center channel channel-number name channel-name
undo info-center channel channel-number
【视图】
系统视图
【参数】
channel-number:通道号,取值为0~9,即系统有10个通道。
channel-name:通道名,最长为30个字符,名称必须以英文字母开头,且只能包含英文字母和数字,不能使用特殊字符。
【描述】
info-center channel name命令用来将编号为channel-number的信息通道命名为channel-name。undo info-center channel命令用来恢复编号为channel-number的信息通道的缺省名称。
缺省情况下,通道0~9的名称分别为console,monitor,loghost,trapbuffer,logbuffer,snmpagent,channel6,channel7,channel8,channel9。
用户在命名时需要注意:信息通道不能出现重名。
【举例】
# 将0号通道命名为execconsole。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] info-center channel 0 name execconsole
【命令】
info-center console channel { channel-number | channel-name }
undo info-center console channel
【视图】
系统视图
【参数】
channel-number:通道号,取值为0~9,即系统有10个通道。
channel-name:通道名。缺省情况下,通道0~9的名称分别为console,monitor,loghost,trapbuffer,logbuffer,snmpagent,channel6,channel7,channel8,channel9。
【描述】
info-center console channel命令用来设置向控制台输出信息的通道。undo info-center console channel命令用来恢复向控制台输出系统信息的缺省通道。
缺省情况下,交换机向控制台输出系统信息,并使用0号(console)通道。
只有开启了信息中心功能,该命令才会生效。
相关配置可参考命令info-center enable,display info-center。
【举例】
# 设置向控制台输出信息的通道为0。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] info-center console channel 0
【命令】
info-center enable
undo info-center enable
【视图】
系统视图
【参数】
无
【描述】
info-center enable命令用来开启信息中心功能。undo info-center enable命令用来关闭信息中心功能。
只有开启了信息中心功能,系统才会向日志主机、控制台等方向输出信息。
缺省情况下,信息中心功能处于开启状态。
相关配置可参考命令display info-center,info-center loghost ,info-center logbuffer,info-center console channel,info-center monitor channel,info-center trapbuffer,info-center snmp channel 。
【举例】
# 开启信息中心功能。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] info-center enable
% Information center is enabled
【命令】
info-center logbuffer [ channel { channel-number | channel-name } | size buffersize ]*
undo info-center logbuffer [ channel | size ]
【视图】
系统视图
【参数】
channel:设置向日志缓冲区输出信息的通道。
channel-number:通道号,取值为0~9,即系统有10个通道。
channel-name:通道名。缺省情况下,通道0~9的名称分别为console,monitor,loghost,trapbuffer,logbuffer,snmpagent,channel6,channel7,channel8,channel9。
size buffersize:设置日志缓冲区的大小(可容纳消息的条数),buffersize取值范围0~1024,缺省值为512。
【描述】
info-center logbuffer命令用来设置向日志缓冲区输出信息。undo info-center logbuffer命令用来取消向日志缓冲区输出信息。
缺省情况下,交换机向日志缓冲区输出信息,并使用4号(logbuffer)通道,日志缓冲区默认可以存储512条日志信息。
只有开启了信息中心功能,该命令才会生效。
相关配置可参考命令info-center enable,display info-center。
【举例】
# 设置系统向日志缓冲区发送日志信息,并设定日志缓冲区的大小为50。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] info-center logbuffer size 50
【命令】
info-center loghost host-ip-addr [ channel { channel-number | channel-name } | facility local-number ]*
undo info-center loghost host-ip-addr
【视图】
系统视图
【参数】
host-ip-addr:日志主机的IP地址。
channel:设置日志主机的信息通道。
channel-number:通道号,取值为0~9,即系统有10个通道。
channel-name:通道名。缺省情况下,通道0~9的名称分别为console,monitor,loghost,trapbuffer,logbuffer,snmpagent,channel6,channel7,channel8,channel9。
facility local-number:日志主机的记录工具,范围在local0~local7,对应取值范围为16~23。缺省情况下记录工具为local7,值为23。
【描述】
info-center loghost命令用来设置向日志主机输出信息,通过设置日志主机的IP地址,可使信息向该方向输出。undo info-center loghost命令用来取消向日志主机输出信息。
只有开启了信息中心功能,该命令才会生效。
缺省情况下,交换机不向日志主机输出信息。如果使能系统向日志主机输出信息,则系统默认使用2号(loghost)通道。
使用命令info-center loghost配置日志主机的IP地址时,请输入正确的IP地址。如果用户输入的是环回地址,系统将提示此地址无效。
相关配置可参考命令info-center enable,display info-center。
【举例】
# 设置系统向IP地址为202.38.160.1的Unix日志主机发送系统信息。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] info-center loghost 202.38.160.1
【命令】
info-center loghost source interface-type interface-number
undo info-center loghost source
【视图】
系统视图
【参数】
interface-type:接口类型。
interface-number:接口编号。
【描述】
info-center loghost source命令用来设置向日志主机发送信息的源接口。undo info-center loghost source命令用来取消向日志主机发送信息的源接口的配置。
相关配置可参考命令info-center enable,display info-center。
【举例】
# 设置向日志主机发送信息的源接口为Vlan-interface 1。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] info-center loghost source Vlan-interface 1
【命令】
info-center monitor channel { channel-number | channel-name }
undo info-center monitor channel
【视图】
系统视图
【参数】
channel-number:通道号,取值范围为0~9,即系统有10个通道。
channel-name:通道名。缺省情况下,通道0~9的名称分别为console,monitor,loghost,trapbuffer,logbuffer,snmpagent,channel6,channel7,channel8,channel9。
【描述】
info-center monitor channel命令用来设置向用户终端输出信息的通道。undo info-center monitor channel命令用来恢复向用户终端输出信息的通道为缺省值。
缺省情况下,交换机向用户终端输出信息,并使用1号(monitor)通道。
只有开启了信息中心功能,该命令才会生效。
相关配置可参考命令info-center enable,display info-center。
【举例】
# 设置系统向用户终端输出信息的通道为0。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] info-center monitor channel 0
【命令】
info-center snmp channel { channel-number | channel-name }
undo info-center snmp channel
【视图】
系统视图
【参数】
channel-number:通道号,取值范围为0~9,即系统有10个通道。
channel-name:通道名。缺省情况下,通道0~9的名称分别为console,monitor,loghost,trapbuffer,logbuffer,snmpagent,channel6,channel7,channel8,channel9。
【描述】
info-center snmp channel命令用来设置向SNMP Agent输出信息的通道。undo info-center snmp channel命令用来恢复向SNMP Agent输出信息的通道为缺省通道。
缺省情况下,交换机向SNMP Agent输出信息,并使用5号(snmpagent)通道。
相关配置可参考命令snmp-agent,display info-center。
【举例】
# 设置交换机使用6号通道向SNMP Agent输出信息。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] info-center snmp channel 6
【命令】
info-center source { modu-name | default } channel { channel-number | channel-name } [ { log | trap | debug } { level severity | state state } ]*
undo info-center source { modu-name | default } channel { channel-number | channel-name }
【视图】
系统视图
【参数】
modu-name:模块名。
default:所有模块的缺省设置。
channel-number:信息输出的通道号。
channel-name:信息输出的通道名。缺省情况下,通道0~9的名称分别为console,monitor,loghost,trapbuffer,logbuffer,snmpagent,channel6,channel7,channel8,channel9。
log:日志信息。
trap:告警信息。
debug:调试信息。
level severity:显示日志缓存中指定级别日志的信息,severity表示信息级别,取值范围为1~8,具体描述请参见表1-2。
state state:设置信息输出开关,通过该开关可以控制是否允许输出指定的系统信息。state的取值可以为on(表示打开)或off(表示关闭)。
【描述】
info-center source命令用来配置系统信息的输出规则。undo info-center source命令用来删除指定的输出规则。
缺省情况下,系统信息的输出规则请参见表1-4。
该命令可以分别配置日志/告警/调试三种类型信息的过滤和重定向规则。例如实现IP模块的日志信息输出的过滤规则,用户可以设置IP模块的日志信息高于warnings级别的可以输出到日志主机,而高于informational级别的可以输出到日志缓冲区。同时可以设置IP模块的告警信息发送到特定的方向等功能。
需要注意的是:
l 如果没有使用module-name参数为应用模块单独设置输出规则,则该模块使用缺省的或者default参数设置的输出规则,否则使用单独设置的输出规则。
l 当使用module-name参数为应用模块单独设置输出规则时,如果没有指定debug、log、trap等参数的具体取值,则缺省情况下:log、trap的state参数的取值为on,severity参数的取值为informational,debug的state参数的取值为off,severity参数的取值为debugging。比如,执行命令info-center source snmp channel 5,实际生效的命令为info-center source snmp channel 5 debug level debugging state off log level informational state on trap level infornmational state on。
l 如果应用模块单独设置输出规则后,必须使用module-name参数来修改或删除该规则,使用default参数进行的新配置对该模块不生效。
l 用户可以设置将log、trap和debug三种类型的信息发送给告警缓冲区,但告警缓冲区只接收trap信息,其它类型的信息将被丢弃。
l 用户可以设置将log、trap和debug三种类型的信息发送给日志缓冲区,但日志缓冲区只能接收log和debug信息,trap信息将被丢弃。
l 用户可以设置将log、trap和debug三种类型的信息发送给SNMP模块,但SNMP模块只接收trap信息,其它类型的信息将被丢弃。
输出方向 |
允许输出的模块 |
LOG |
TRAP |
DEBUG |
|||
开关 |
级别 |
开关 |
级别 |
开关 |
级别 |
||
控制台 |
default(所有模块) |
开 |
warnings |
开 |
debugging |
开 |
debugging |
监视终端 |
default(所有模块) |
开 |
warnings |
开 |
debugging |
开 |
debugging |
日志主机 |
default(所有模块) |
开 |
informational |
开 |
debugging |
关 |
debugging |
告警缓冲区 |
default(所有模块) |
关 |
informational |
开 |
warnings |
关 |
debugging |
日志缓冲区 |
default(所有模块) |
开 |
warnings |
关 |
debugging |
关 |
debugging |
SNMP模块 |
default(所有模块) |
关 |
debugging |
开 |
warnings |
关 |
debugging |
日志文件 |
default(所有模块) |
开 |
debugging |
开 |
debugging |
关 |
debugging |
【举例】
# 不允许其它模块、只允许VLAN模块的日志类信息通过snmpagent通道输出,且输出信息的级别为emergencies。
<Sysname> system-view
[Sysname] info-center source default channel snmpagent log state off
[Sysname] info-center source vlan channel snmpagent log level emergencies state on
# 只允许VLAN模块的日志类信息通过snmpagent通道输出,且输出信息的级别为emergencies。其它所有系统信息都不能通过snmpagent通道输出。
<Sysname> system-view
[Sysname] info-center source default channel snmpagent debug state off log state off trap state off
[Sysname] info-center source vlan channel snmpagent log level emergencies state on
【命令】
info-center synchronous
undo info-center synchronous
【视图】
系统视图
【参数】
无
【描述】
info-center synchronous命令用来开启同步信息输出功能。开启该功能后,若在用户输入时有日志等系统信息输出,则在输出后回显命令行提示符(在命令编辑状态回显提示符,交互状态不回显)和用户已有的输入。undo info-center synchronous用来关闭同步信息输出功能。
缺省情况下,同步信息输出功能处于关闭状态。
l 可以使用info-center synchronous命令实现同步信息输出功能。此功能用于用户在进行操作(操作还没有完成)却被大量的系统信息打断时,回显用户的上一步操作,用户可以接着执行上一步的操作。
l 在收集调试信息的时候,使用info-center synchronous命令可能导致每条调试信息之后都会回显一行命令行提示符,增加了不必要信息的输出,此时建议关闭此功能。
【举例】
# 打开同步信息输出功能
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] info-center synchronous
Current IC terminal output sync is on
【命令】
info-center switch-on { unit unit-id | master | all } [ debugging | logging | trapping ]*
undo info-center switch-on { unit unit-id | master | all } [ debugging | logging | trapping ]*
【视图】
系统视图
【参数】
unit unit-id:设备的Unit编号。
master:Fabric内作为master的交换机。
all:Fabric内的所有交换机。
debugging:调试信息。
logging:日志信息。
trapping:告警信息。
【描述】
info-center switch-on命令用来开启Fabric内指定交换机的信息输出开关。undo info-center switch-on命令用来关闭相应的信息输出开关。
缺省情况下,Fabric中master的调试信息输出开关是开启的,日志和告警信息输出开关是关闭的,其他交换机的日志、调试和告警信息的输出开关都是关闭的。
l 支持IRF的交换机构成一个Fabric后,每个交换机之间的日志、调试和告警信息在Fabric内是可以同步的。同步的过程是每个交换机将自己的信息发送给Fabric内其他交换机,同时接收其他交换机的信息,更新本机的信息,保证了整个Fabric内的日志、调试和告警信息一致。
l 如果某个交换机的信息输出开关被关闭,它将不再向其他交换机发送信息,但是仍然会接收其他交换机发送过来的信息。
【举例】
# 开启Fabric中Unit ID为2的交换机的告警信息输出开关。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] info-center switch-on unit 2 trapping
【命令】
info-center timestamp { log | trap | debugging } { boot | date | none }
undo info-center timestamp { log | trap | debugging }
【视图】
系统视图
【参数】
log:日志信息。
trap:告警信息。
debugging:调试信息。
boot:系统启动后经过时间,格式为:xxxxxx.yyyyyy,其中xxxxxx是系统自启动后经历时间的毫秒数高32位,yyyyyy是低32位。
date:系统当前的日期和时间,格式为“Mmm dd hh:mm:ss:sss yyyy”。
l “Mmm”为英语月份的缩写,具体取值如下:Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec。
l “dd”表示日期,如果日期的值小于10,则格式为“空格+日期”,如“ 7”。
l “hh:mm:ss:sss”表示本地时间,hh的取值范围为00~23,mm和ss的取值范围均为00~59,sss的取值范围为0~999。
l “yyyy”表示年份。
none:输出的信息中不包含时间戳信息。
【描述】
info-center timestamp命令用来设置输出的日志/告警 /调试信息中的时间戳格式。undo info-center timestamp命令用来恢复缺省设置。
缺省情况下,日志和告警信息使用date时间戳,调试信息使用boot时间戳。
【举例】
# 设置调试信息时间戳格式为boot格式。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] info-center timestamp debugging boot
【命令】
info-center timestamp loghost { date | no-year-date | none }
undo info-center timestamp loghost
【视图】
系统视图
【参数】
date:系统当前日期和时间,显示格式为:Mmm dd hh:mm:ss:ms yyyy。
no-year-date:不包含年份信息的系统当前日期和时间,显示格式为:Mmm dd hh:mm:ss:ms。
none:输出的信息中不包含时间戳信息。
【描述】
info-center timestamp loghost命令用来设置发往日志主机的时间戳输出格式。undo info-center timestamp loghost命令用来恢复系统的缺省设置。
缺省情况下,使用date时间戳。
【举例】
# 设置发往日志主机的时间戳不包含年份信息。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] info-center timestamp loghost no-year-date
【命令】
info-center timestamp utc
undo info-center timestamp utc
【视图】
系统视图
【参数】
无
【描述】
info-center timestamp utc命令用来配置在信息中心各输出方向输出的date类型时间戳中增加UTC时区信息。undo info-center timestamp utc命令用来恢复缺省情况。
缺省情况下,信息中心各输出方向输出的date类型时间戳中不包含UTC时区信息。
相关配置可参考命令display info-center,info-center timestamp,info-center timestamp loghost,clock timezone。
【举例】
# 配置信息中心输出信息中显示UTC时间。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] info-center timestamp utc
# 显示信息中心时间戳配置情况。
[Sysname] display info-center
Information Center: enabled
Log host:
192.168.0.10, channel number : 2, channel name : loghost
language : english, host facility local : 7
Console:
channel number : 0, channel name : console
Monitor:
channel number : 1, channel name : monitor
SNMP Agent:
channel number : 5, channel name : snmpagent
Log buffer:
enabled,max buffer size : 1024, current buffer size : 512,
current messages : 153, channel number : 4, channel name : logbuffer
dropped messages : 0, overwritten messages : 0
Trap buffer:
enabled,max buffer size : 1024, current buffer size : 256,
current messages : 1, channel number : 3, channel name : trapbuffer
dropped messages : 0, overwritten messages : 0
Information timestamp setting:
with utc
log - date, trap - date, debug - boot
IRF SWITCH OF Device--Unit>1: LOG = disable; TRAP = disable; DEBUG = enable
# 配置信息中心输出信息中显示UTC时间功能后,输出系统信息如下所示。
%Dec 8 10:12:21:708 2006 [GMT+08:00:00] Sysname SHELL/5/LOGIN:- 1 - VTY(1.1.0.2) in unit1 login
【命令】
info-center trapbuffer [ channel { channel-number | channel-name } | size buffersize ]*
undo info-center trapbuffer [ channel | size ]
【视图】
系统视图
【参数】
size:设置告警缓冲区的大小。
buffersize:告警缓冲区的大小(可容纳消息的条数),取值范围0~1024,缺省值256。
channel:设置向告警缓冲区输出信息的通道。
channel-number:通道号,取值范围为0~9,即系统有10个通道。
channel-name:通道名。缺省情况下,通道0~9的名称分别为console,monitor,loghost,trapbuffer,logbuffer,snmpagent,channel6,channel7,channel8,channel9。
【描述】
info-center trapbuffer命令用来设置向告警缓冲区输出信息。undo info-center trapbuffer 命令用来取消向告警缓冲区输出信息。
缺省情况下,系统向告警缓冲区输出信息,并使用3号(trapbuffer)通道,缓冲区可存储256条信息。
只有开启了信息中心功能,该命令才会生效。
相关配置可参考命令info-center enable,display info-center。
【举例】
# 设置系统向告警缓冲区发送告警信息,并设定告警缓冲区的大小为30。
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] info-center trapbuffer size 30
【命令】
reset logbuffer [ unit unit-id ]
【视图】
用户视图
【参数】
unit-id:设备的Unit编号。
【描述】
reset logbuffer命令用来清除日志缓冲区内的信息。
【举例】
# 清除日志缓冲区中的信息。
<Sysname> reset logbuffer
【命令】
reset trapbuffer [ unit unit-id ]
【视图】
用户视图
【参数】
unit-id:设备的Unit编号。
【描述】
reset trapbuffer命令用来清除告警缓冲区内的信息。
【举例】
# 清除告警缓冲区中的信息。
<Sysname> reset trapbuffer
【命令】
terminal debugging
undo terminal debugging
【视图】
用户视图
【参数】
无
【描述】
terminal debugging命令用来开启显示调试信息功能。undo terminal debugging命令用来关闭显示调试信息功能。
缺省情况下,系统关闭显示功能。
如果用户需要在终端上显示调试信息,可以执行terminal debugging命令。
相关配置可参考“系统维护与调试”部分的debugging命令。
【举例】
# 开启终端显示调试信息功能。
<Sysname> terminal debugging
【命令】
terminal logging
undo terminal logging
【视图】
用户视图
【参数】
无
【描述】
terminal logging命令用来开启日志信息显示功能。undo terminal logging命令用来关闭显示日志信息功能。
缺省情况下,控制台用户和终端用户都开启日志信息显示功能。
【举例】
# 关闭终端日志显示功能。
<Sysname> undo terminal logging
【命令】
terminal monitor
undo terminal monitor
【视图】
用户视图
【参数】
无
【描述】
terminal monitor命令用来开启调试/日志/告警信息显示功能。undo terminal monitor命令用来关闭上述信息的显示功能。
缺省情况下,控制台用户和终端用户都开启调试/日志/告警信息显示功能。
此命令只影响输入命令的当前终端,只有在用户视图执行了本命令,调试/日志/告警信息才有可能输出到当前终端。
l 在terminal monitor为关闭的情况下,相当于执行undo terminal debugging,undo terminal logging,undo terminal trapping 命令,所有的调试/日志/告警信息在本终端都不显示;
l 在terminal monitor为开启的情况下,可以分别使用terminal debugging/undo terminal debugging,terminal logging/undo terminal logging,terminal trapping/undo terminal trapping打开或关闭调试/日志/告警信息。
【举例】
# 关闭终端显示功能。
<Sysname> undo terminal monitor
【命令】
terminal trapping
undo terminal trapping
【视图】
用户视图
【参数】
无
【描述】
terminal trapping命令用来开启告警信息显示功能。undo terminal trapping命令用来关闭终端显示告警信息功能。
缺省情况下,系统开启告警信息显示功能。
【举例】
# 开启告警信息显示功能。
不同款型规格的资料略有差异, 详细信息请向具体销售和400咨询。H3C保留在没有任何通知或提示的情况下对资料内容进行修改的权利!