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

日志开启及导出分析

时间:2020-03-16 14:26:54      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:interface   流量   contact   路由器   dev   $1   warning   ip nat   red   

路由器:
logging trap warnings
logging facility local4
logging source-interface Loopback1
logging host 172.29.12.86

snmp-server community easnmp RO
snmp-server contact hu.li@eascs.com
snmp-server enable traps
snmp-server host 172.29.12.86 easnmp

ASA
logging enable
logging timestamp
logging trap errors
logging asdm warnings
logging facility 21
logging device-id hostname
logging host DMZ 172.29.12.86
logging permit-hostdown

nat日志导出
sh ip nat translations | redirect tftp://172.16.186.14/pub/dlcnc2018.log
cat dlnatcnc.log | grep 124.93.112.32 | awk ‘{print $3}‘ | awk -F : ‘{print $1}‘ | sort | uniq >> dlcnc2018.log

交换接口流量及包数查询
sh int | in input.*bits|(Gig|Vlan).*up

 

日志开启及导出分析

标签:interface   流量   contact   路由器   dev   $1   warning   ip nat   red   

原文地址:https://www.cnblogs.com/lh438369/p/12503491.html

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