dis info-center
Information Center: Enabled
Console: Enabled
Monitor: Enabled
Log host: Enabled
10.10.20.245,
port number: 65503, host facility: local7
Log buffer: Enabled
Max buffer size 1024, current buffer size 512
Current messages 184, dropped messages 0, overwritten messages 0
Log file: Enabled
Security log file: Disabled
Information timestamp format:
Log host: Date
Other output destination: Date
splunk的日志接收选择监听UDP,地址正确的 防火墙也检查过了,ping-a 源+目 是通的,splunk服务器无法收到相关日志
(0)
没有配置日志外发,按照如下配置
Device上的配置
# 开启信息中心功能。
<Device> system-view
[Device] info-center enable
#配置发送日志信息到IP地址为1.2.0.1/16的日志主机,日志主机记录工具为local5。
[Device] info-center loghost 1.2.0.1 facility local5
# 关闭loghost方向所有模块日志信息的输出开关。
[Device] info-center source default loghost deny
由于系统对各方向允许输出的日志信息的缺省情况不一样,所以配置前必须将所有模块的需求方向(本例为loghost)上日志信息的输出开关关闭,再根据当前的需求配置输出规则,以免输出太多不需要的信息。
# 配置输出规则:允许FTP模块、等级高于等于informational的日志信息输出到日志主机。
[Device] info-center source ftp loghost level informational
(0)
根据您提供的配置信息,您的S5560交换机已经开启了信息中心,并且配置了日志主机的地址、端口和设施。您的splunk服务器也已经设置了监听UDP的方式,且网络连通性正常。但是您的splunk服务器仍然无法收到相关日志,可能有以下几种原因:
1. 您没有配置日志主机的输出规则。您需要执行 info-center source { module-name | default } loghost { deny | level severity } 命令,配置日志主机的输出规则,指定哪些模块和级别的日志信息需要发送到日志主机。
2. 您没有配置日志主机的时间戳格式。您需要执行 info-center timestamp loghost { date | iso [ with-timezone ] | no-year-date | none } 命令,配置日志主机的时间戳格式,使之与splunk服务器的时间戳格式一致。
3. 您没有配置日志主机的封装格式或目的MAC地址。您需要执行 info-center packet-format { ethernet | ipv4-udp } 命令,配置日志主机的封装格式,使之与splunk服务器的封装格式一致。如果您选择了ethernet格式,您还需要执行 info-center destination-mac-address mac-address 命令,配置日志主机的目的MAC地址。
4. 您的splunk服务器没有正确地解析或显示日志信息。您需要检查您的splunk服务器的配置,确保它能够正确地解析或显示日志信息。
(0)
info-center format命令用于配置发往日志主机的日志信息的输出格式,可以选择cmcc、unicom或rfc5424等定制格式,或者使用undo info-center format命令恢复缺省的非定制格式。 如果您没有找到info-center format命令,可能有以下几种原因: 1. 您的交换机不支持info-center format命令。该命令只适用于部分型号的交换机,如S7500E-X系列、S5560-EI系列、S5130-HI系列等。您可以通过display version命令查看您的交换机的型号和版本,然后参考相应的命令参考手册,确认是否支持该命令。 2. 您的交换机运行在FIPS模式下。FIPS模式是一种安全模式,用于满足美国联邦信息处理标准(FIPS)的要求,该模式下部分配置相对于非FIPS模式有所变化,其中就包括info-center format命令。在FIPS模式下,该命令不可用,只能使用缺省的非定制格式¹。您可以通过display fips-mode命令查看您的交换机是否运行在FIPS模式下,如果是,您可以通过undo fips-mode enable命令退出FIPS模式,但需要重启交换机才能生效。 3. 您的交换机没有配置日志主机。info-center format命令只对日志主机有效,如果您没有配置日志主机,该命令也不可用。您可以通过info-center loghost ip-address [port port-number] [facility facility]命令配置日志主机的地址、端口和设施。
hexin]info-center ? diagnostic-logfile Diagnostic log file configuration enable Enable the information center format Format of syslog message logbuffer Log buffer configuration logfile Log file configuration logging Specify log configuration loghost Log host configuration security-logfile Security log file configuration source Informational source settings synchronous Enable synchronous information output syslog Setting of syslog configuration timestamp Set the time stamp format of the log trace-logfile Trace log file configuration 没有找到 format
现在是这样的 [hexin]dis info-center Information Center: Enabled Console: Enabled Monitor: Enabled Log host: Enabled 10.10.20.245, port number: 65503, host facility: local7 Log buffer: Enabled Max buffer size 1024, current buffer size 512 Current messages 224, dropped messages 0, overwritten messages 0 Log file: Enabled Security log file: Disabled Information timestamp format: Log host: ISO Other output destination: Date
info-center format命令用于配置发往日志主机的日志信息的输出格式,可以选择cmcc、unicom或rfc5424等定制格式,或者使用undo info-center format命令恢复缺省的非定制格式。 如果您没有找到info-center format命令,可能有以下几种原因: 1. 您的交换机不支持info-center format命令。该命令只适用于部分型号的交换机,如S7500E-X系列、S5560-EI系列、S5130-HI系列等。您可以通过display version命令查看您的交换机的型号和版本,然后参考相应的命令参考手册,确认是否支持该命令。 2. 您的交换机运行在FIPS模式下。FIPS模式是一种安全模式,用于满足美国联邦信息处理标准(FIPS)的要求,该模式下部分配置相对于非FIPS模式有所变化,其中就包括info-center format命令。在FIPS模式下,该命令不可用,只能使用缺省的非定制格式¹。您可以通过display fips-mode命令查看您的交换机是否运行在FIPS模式下,如果是,您可以通过undo fips-mode enable命令退出FIPS模式,但需要重启交换机才能生效。 3. 您的交换机没有配置日志主机。info-center format命令只对日志主机有效,如果您没有配置日志主机,该命令也不可用。您可以通过info-center loghost ip-address [port port-number] [facility facility]命令配置日志主机的地址、端口和设施。
hexin]info-center ?
diagnostic-logfile Diagnostic log file configuration
enable Enable the information center
format Format of syslog message
logbuffer Log buffer configuration
logfile Log file configuration
logging Specify log configuration
loghost Log host configuration
security-logfile Security log file configuration
source Informational source settings
synchronous Enable synchronous information output
syslog Setting of syslog configuration
timestamp Set the time stamp format of the log
trace-logfile Trace log file configuration
没有找到packet-format
(0)
您好,请知:
可以配置日志主机将日志送上日志服务器,以下是配置参考命令:
info-center enable
info-center loghost 1.1.1.1
以下是配置案例,请参考:
将信息等级高于等于warning的日志信息发送到控制台上;
允许输出日志信息的模块为FTP。
图1-1 日志信息发送到控制台配置组网图
# 开启信息中心功能。
<Device> system-view
[Device] info-center enable
# 关闭控制台方向所有模块日志信息的输出开关。
[Device] info-center source default console deny
由于系统对各方向允许输出的日志信息的缺省情况不一样,所以配置前必须将所有模块指定方向(本例为console)上日志信息的输出开关关闭,再根据当前的需求配置输出规则,以免输出太多不需要的信息。
# 配置输出规则:允许FTP模块的、等级高于等于warning的日志信息输出。
[Device] info-center source ftp console level warning
[Device] quit
# 允许日志信息输出到当前终端。
<Device> terminal logging level 6
<Device> terminal monitor
The current terminal is enabled to display logs.
以上命令配置成功后,如果指定的模块产生了日志信息,信息中心会自动把这些日志发送到控制台,在控制台的屏幕上显示。
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明