码迷,mamicode.com
首页 > 其他好文 > 详细

ASA防火墙的日志管理

时间:2019-05-31 10:18:17      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:conf   device   history   日志信息   message   北京时间   asa防火墙   debug   alt   

日志信息的安全级别
技术图片
日志信息可以输出到Log Buffer(日志缓冲区)、ASDM和日志服务器。
配置Log buffer:

ASA(config)# clock timezone peking 8
#peking表示北京时间,8表示国际标准时间的偏移量
ASA(config)# clock set 21:33:00 30 may 2019
#设置时间
ASA(config)# logging enable
#启用日志功能
ASA(config)# logging buffered informational 
#将0到6级别的日志都保存到缓冲区
ASA(config)# show logging 
#查看Log Buffer(缓冲区)
Syslog logging: enabled
    Facility: 20
    Timestamp logging: disabled
    Standby logging: disabled
    Debug-trace logging: disabled
    Console logging: disabled
    Monitor logging: disabled
    Buffer logging: level informational, 1 messages logged
    Trap logging: disabled
    History logging: disabled
    Device ID: disabled
    Mail logging: disabled
    ASDM logging: disabled
%PIX-5-111008: User ‘enable_15‘ executed the ‘logging buffered informational‘ command.
ASA(config)# clear logging buffer 
#清除Log buffer

配置ASDM日志:

ASA(config)# logging enable 
ASA(config)# logging asdm informational 
ASA(config)# clear logging asdm 

配置日志服务器

ASA(config)# logging enable
ASA(config)# logging timestamp 
#启用时间戳
ASA(config)# logging trap informational 
ASA(config)# logging host inside 192.168.1.1
#将内部主机192.168.1.1配置为日志服务器

ASA防火墙的日志管理

标签:conf   device   history   日志信息   message   北京时间   asa防火墙   debug   alt   

原文地址:https://blog.51cto.com/14157628/2402944

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!