码迷,mamicode.com
首页 > 系统相关 > 详细

使用syslog记录Cisco设备日志

时间:2015-09-16 20:18:59      阅读:277      评论:0      收藏:0      [点我收藏+]

标签:service   日志记录   ip地址   服务器   errors   

使用syslog记录Cisco设备日志


以下配置描述了如何将Cisco设备的日志发往syslog服务器

device#conf t

device(config)#logging on

device(config)#logging a.b.c.d //日志服务器的IP地址

device(config)# logging facility local1

//facility标识, RFC3164 规定的本地设备标识为 local0 - local7

device(config)#logging trap errors //日志记录级别,可用"?"查看详细内容

device(config)#logging source-interface e0 //日志发出用的源IP地址

device(config)#service timestamps log datetime localtime

//日志记录的时间戳设置,可根据需要具体配置

检验

device#sh logging


本文出自 “海阔天空” 博客,请务必保留此出处http://haikuotiankong.blog.51cto.com/633188/1695336

使用syslog记录Cisco设备日志

标签:service   日志记录   ip地址   服务器   errors   

原文地址:http://haikuotiankong.blog.51cto.com/633188/1695336

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