h3c防火墙F1020是否支持接入电力系统,syslog是否符合1084号文;这台设备版本7.1.064,
防火墙接入科东网络安全监测装置,网络是通的,网安监测装置syslog抓不到
(0)
(0)
暂无评论
1<H3C> system-view
2[H3C] info-center enable
3[H3C] info-center format sgcc
4[H3C] info-center loghost <网络安全监测装置的IP地址>info-center format sgcc 会将日志输出格式配置为国家电网标准格式(SGCC)。1[H3C] customlog character-encoding utf-8 # 设置UTF-8编码,防止中文乱码
2[H3C] customlog timestamp localtime # 时间戳使用本地时间(东八区)display info-center 命令查看当前的日志输出配置是否生效。local 域到 loghost(日志主机)以及反向流量的 UDP 514端口。7.1.064,属于较早期的版本。早期批次的 F1020 曾出现过内置电子盘文件系统损坏的情况,这会导致无动态连接库,进而使网安平台无法抓取流量包。建议在设备上执行 display disk information 和 dir hda0:/ 检查硬盘健康状态及目录是否为空。若确认存储异常,可能需要联系原厂升级相应的软件补丁。(0)
暂无评论
# 1. 全局开启信息中心
info-center enable
# 2. 指定科东监测装置 IP,端口默认 514(UDP)
info-center loghost 192.168.X.X udp-port 514
# 3. 日志级别:电力一般要 informational 及以上(含登录、配置、策略、攻击)
info-center source default channel loghost level informational
# 4. 格式设为标准(关键!不要用 default,要用 rfc3164)
info-center loghost format rfc3164
# 5. 设备名(监测装置识别用)
sysname FW-F1020
# 6. 关闭本地日志(避免占盘,电力只要求上送)
undo info-center enable console
undo info-center enable monitor
display info-center
# 看是否 enable、loghost 是否正确
# 源:防火墙出接口所在安全域
# 目的:监测装置所在安全域
# 服务:syslog(UDP 514)
security-policy
rule name permit-syslog
source-zone trust
destination-zone manage
service syslog
action permit
display info-center → 确认 enable、loghost、rfc3164、informational;tcpdump -i any host 监测装置IP and udp port 514 → 看是否发包;(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论