1. 程式人生 > 實用技巧 >部署日誌伺服器(網路裝置部分)

部署日誌伺服器(網路裝置部分)

日誌訊息的級別

  • 0:緊急(Emergencies)
  • 1:告警(Alerts)
  • 2:嚴重的(Critical)
  • 3:錯誤(Errors)
  • 4:警告(Warnings)
  • 5:通知(Notifications)
  • 6:資訊(Informational)
  • 7:除錯(Debugging)

Cisco裝置
logging on
logging 10.100.117.36 //配置日誌主機地址
logging trap 6 //指定日誌訊息的級別
logging facility local6 //可根據實際應用配置
logging source-interface e0 //日誌發出用的源ip地址
H3C裝置
info-center enable //開啟資訊中心
inf-center loghost host-ip-addr channel 2 facility local-number //設定日誌主機的IP地址
info-center logging host host-ip-addr //設定日誌主機的資訊通道
info-center host host-ip-addr channel {channel-number|channel-name}  //設定日誌主機記錄工具
info-center timestamp loghost {date|iso[with-timezone]|no-year-date|none}  //配置傳送的日誌資訊的時間戳格式
華為裝置
info-center channel 6 name loghost1 //配置通道6的名稱為loghost1                                         
info-center source IP channel 6 log level informational //配置資訊通道6允許輸出IP模組的日誌資訊,允許輸出的日誌級別最低為informational                           
info-center loghost source Ethernet1/0/0或Vlanif //配置傳送日誌資訊的源介面                             
info-center loghost x.x.x.x channel 6
Info-center loghost1 192.168.1.2 facility local6 language English //配置日誌資訊輸出到日誌主機
ASA裝置
logging device-id hostname
logging device-id context-name
ciscoasa(config)# logging enable 
ciscoasa(config)# logging timestamp 
ciscoasa(config)# logging trap informational 
ciscoasa(config)# logging host inside 192.168.0.2